@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*--------------------------------------
0. GLOBAL STYLES
 -----------------------------------------*/
html, body {
  max-width: 100%;
}

html {
  font-size: 100%;
  background-color: #fff;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    overflow-x: inherit;
  }
}

body {
  font-family: artigo, serif;
  font-weight: normal;
  padding: 0;
  color: #2C2A34;
  font-size: 14px;
  line-height: 24px;
  background-color: #F3F2F1;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1270px) {
  body {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
}
@media (min-width: 1270px) {
  p {
    font-size: 18px;
  }
}
p.normal {
  margin-bottom: 16px;
}

main > section {
  margin-bottom: 64px;
}
main > section.hero {
  margin-bottom: 64px;
}
.hero-mt {
  margin-top: 64px;
}

.scrollLock {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  overflow-y: scroll;
}

.vc_empty_space {
  clear: both;
}

#wrapper #signup-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
}

.post-link,
#comments .reply a,
.author-desc-wrapper a {
  transition: 0.2s;
}

a, a:hover, a:focus, a:active, a.active {
  outline: 0;
  text-decoration: none;
}

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: 0;
}

p {
  margin-bottom: 0;
  line-height: 1.6;
}

main a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 10px;
  color: #2C2A34;
  font-family: gill-sans-nova, sans-serif;
  text-underline-offset: 6px;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  letter-spacing: 1.8px;
}
@media (min-width: 1270px) {
  main a {
    font-size: 12px;
  }
}

main a:hover {
  text-decoration: underline;
  color: #B66622;
}

main a.inh {
  text-transform: none;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}
main a.inh-b {
  text-transform: none;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: #B66622;
}
main a.inh-b:hover {
  color: #2C2A34;
}
main a.inh.nu {
  text-decoration: none;
}

.falsea {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: #2C2A34;
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: 1.8px;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}

.background-blend {
  background-blend-mode: multiply;
  background-position: center !important;
}

.vc_row.vc_row-fixed-bg {
  background-attachment: fixed !important;
}

.vc_row-bottom-rounded-corners {
  border-bottom-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
}

.vc_row-top-rounded-corners {
  border-top-left-radius: 50% 10%;
  border-top-right-radius: 50% 10%;
}

.vc_empty-placeholder {
  margin-bottom: 0 !important;
}

.vc_section {
  padding: 0 !important;
  overflow: hidden;
  margin: 0 !important;
}

.boxed-column {
  overflow: hidden;
}

.row-visible.vc_row[data-vc-full-width] {
  overflow: visible !important;
}

#wrapper {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 0;
}

.page-template-default #wrapper {
  padding-bottom: 0;
}

.page-template-default #primary {
  padding-bottom: 50px;
}

.home.page-template-default #wrapper {
  min-height: calc(100vh - 108px);
}

.vc_row.outer-margin {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

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

.alignright {
  float: right;
  margin: 0px 0 40px 40px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background-color: #fff;
  border: none;
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

#wrapper .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
}

.with-grey-shadow {
  box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
  overflow: hidden;
}

.no-border {
  border: none !important;
}

.vc_column_container.with-shadow {
  max-width: 580px;
  margin: auto;
}

.wpb_raw_html table {
  font-weight: bold;
  border: 1px solid #e5e7f2;
  width: 100%;
}

.wpb_raw_html table td {
  border: 1px solid #e5e7f2;
  padding: 15px 30px;
}

.wpb_raw_html table td:first-child {
  color: #1f1f1f;
}

#wrapper .wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
  box-shadow: none;
  background: none;
}

.woocommerce .button,
.shipping-calculator-form .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
#commentform #submit,
#single-page .bbp-login-form .user-submit,
.woocommerce .woocommerce-form-login .button,
.woocommerce .checkout_coupon .button,
.content-area .vc_grid .vc_gitem-zone-c .vc_general,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce-cart #single-page table.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#single-page .return-to-shop a,
.woocommerce-account #single-page .woocommerce-Button,
.woocommerce-account #single-page .woocommerce-button,
.woocommerce-account #single-page .button,
.keydesign-cart .buttons .btn,
.woocommerce #review_form #respond .form-submit input,
.woocommerce div.product form.cart .button,
.tt_button {
  text-align: center;
  color: #fff;
  padding: 0 40px;
  margin: auto;
  box-sizing: border-box;
  outline: none;
  border-radius: 0px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  overflow: hidden;
  transition: 0.2s !important;
  letter-spacing: 0.01em;
}

.tt_button {
  position: relative;
  z-index: 11;
}

#single-page .woocommerce input[type=submit].button:hover,
.woocommerce .button:hover,
.tt_button .iconita {
  color: #fff;
}

.blog-content .tt_button,
.single-page-content .tt_button {
  color: #fff;
}

.post_button {
  display: inline-flex;
}

#single-page .bbp-login-form .bbp-submit-wrapper {
  width: 100%;
}

.woocommerce .woocommerce-form-login .button {
  margin: 0;
  margin-top: 34px;
}

.vc_parallax .vc_parallax-inner {
  background-image: inherit !important;
}

.kd_vc_parallax .parallax-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-image: inherit;
  background-size: cover;
}

.content-area .vc_grid .vc_gitem-link:hover,
.tt_button.btn_secondary_color:hover, .tt_button:hover {
  background-color: transparent;
}

.btn-hover-2 .tt_button:hover {
  background: none !important;
}

.btn-hover-2 .tt_button.hover_outline_white:before,
.btn-hover-2 .tt_button.hover_outline_white:hover,
.btn-hover-2 .tt_button.hover_solid_white:before,
.btn-hover-2 .tt_button.hover_solid_white:hover,
.btn-hover-1 .tt_button.hover_solid_white:hover {
  background: #fff !important;
  border-color: #fff !important;
}

.btn-hover-1 .tt_button.hover_outline_white:hover .iconita,
.btn-hover-1 .tt_button.hover_outline_white:hover {
  border-color: #fff !important;
  color: #fff !important;
}

.kd-title-label a span::after,
.btn-hover-2 .tt_button::before,
.woocommerce .btn-hover-2 ul.products li.product.woo-detailed-style .added_to_cart::before,
.woocommerce .btn-hover-2 ul.products li.product.woo-detailed-style .button::before,
.btn-hover-2 .woocommerce ul.products li.product.woo-detailed-style .added_to_cart::before,
.btn-hover-2 .woocommerce ul.products li.product.woo-detailed-style .button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
  transition: transform 0.25s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
  transform: scaleX(0);
  transform-origin: right center;
}

.kd-title-label a:hover span::after,
.btn-hover-2 .tt_button:hover::before,
.woocommerce .btn-hover-2 ul.products li.product.woo-detailed-style .added_to_cart:hover::before,
.woocommerce .btn-hover-2 ul.products li.product.woo-detailed-style .button:hover::before,
.btn-hover-2 .woocommerce ul.products li.product.woo-detailed-style .added_to_cart:hover::before,
.btn-hover-2 .woocommerce ul.products li.product.woo-detailed-style .button:hover::before {
  transform: scale(1);
  transform-origin: left center;
}

.btn-hover-2 .tt_button:hover .iconita,
.btn-hover-2 .wpcf7 .wpcf7-submit:hover,
.btn-hover-2 #commentform #submit:hover {
  color: #fff !important;
}

#single-page .bbp-login-form .user-submit:hover,
#wrapper .blog-social-sharing .tt_button:hover,
.post .blog-social-sharing .tt_button:hover,
.tt_button:hover {
  background-color: transparent;
}

#wrapper .pr0 {
  padding-right: 0;
}

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

.bypostauthor {
  display: block;
}

.gallery-caption {
  display: block;
}

.container .font-weight100 {
  font-weight: 100;
}

.container .font-weight300 {
  font-weight: 300;
}

.container .font-weight500 {
  font-weight: 500;
}

.container .font-weight700 {
  font-weight: 700;
}

.keydesign-cart {
  float: left;
  margin: 0;
  cursor: pointer;
  padding-bottom: 0;
  transition: 0.25s;
  text-align: center;
  position: relative;
  margin-left: 0px;
  z-index: 99;
  padding-bottom: 15px;
}

.keydesign-cart a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  margin: 6px;
}

.keydesign-cart a .cart-icon-container {
  font-size: 18px;
}

.keydesign-cart .cart-icon {
  font-size: 14px;
  color: inherit !important;
  font-weight: normal;
  transition: all 250ms;
}

#vc_templates-more-layouts span {
  display: none;
}

#vc_templates-more-layouts:after {
  content: "Add Block";
}

.post-password-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 40px);
}

.entry-header + #primary .post-password-form {
  height: auto;
  padding-top: 50px;
}

.theme-sway .cn-text-container {
  margin-bottom: 0;
}

section.title .container h1, section.title .container h2, section.title .container h6, section.title .container p {
  text-align: center;
}
section.title .container h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  section.title .container h1 {
    font-size: 36px;
  }
}
section.title .container h2, section.title .container p {
  font-size: 16px;
  margin: 16px auto 0 auto;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 768px) {
  section.title .container h2, section.title .container p {
    max-width: 80%;
    font-size: 24px;
    line-height: 34px;
  }
}
section.title .container h2 a, section.title .container p a {
  text-decoration: none;
}
section.title .container h6 {
  margin-bottom: 20px;
}
section.title .container hr {
  margin: 8% 0;
}
section.title.no-hero {
  margin-top: 64px;
}
section.title.s-underline {
  margin: 0 0 64px 0;
}
section.title.s-underline .container:last-child::after {
  content: "";
  display: block;
  margin: 0;
  border-bottom: 1px solid #C6BEBB;
  padding: 0 0 64px 0;
}
.clicktolink {
  cursor: pointer;
}

body {
  font-family: artigo, serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: artigo, serif;
}

h2, h3 {
  font-weight: 300;
}

/* --------------------------------------
1.1 SWAY FONT
-----------------------------------------*/
@font-face {
  font-family: "sway-font";
  src: url("/fonts/sway-font.eot");
  src: url("/fonts/sway-font.eot#iefix") format("embedded-opentype"), url("/fonts/sway-font.woff") format("woff"), url("/fonts/sway-font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.sway-arrow-left-feather,
.sway-arrow-right-feather,
.sway-arrow-left-circle,
.sway-arrow-right-circle,
.sway-times,
.sway-search-header,
.sway-shopping-cart-header,
.sway-mail-topbar,
.sway-schedule-topbar,
.sway-phone-topbar,
.sway-shopping-bag-header,
.sway-comments-meta,
.sway-categories-meta,
.sway-author-meta,
.sway-arrow-right,
.sway-arrow-left,
.sway-full-star,
.sway-empty-star,
.sway-map-pin,
.sway-award,
.sway-book,
.sway-file-text,
.sway-film,
.sway-life-buoy,
.sway-message-circle,
.sway-message-square,
.sway-user,
.sway-users,
.sway-video,
.sway-youtube,
.sway-play,
.sway-maximize,
.sway-maximize-2,
.sway-minimize,
.sway-minimize-2,
.sway-minus-circle,
.sway-minus-square,
.sway-more-horizontal,
.sway-more-vertical,
.sway-plus-circle,
.sway-plus-square,
.sway-send,
.sway-settings,
.sway-share,
.sway-share-2,
.sway-tag,
.sway-thumbs-down,
.sway-thumbs-up,
.sway-toggle-left,
.sway-toggle-right,
.sway-user,
.sway-users,
.sway-zoom-in,
.sway-zoom-out,
.sway-alert-circle,
.sway-external-link,
.sway-heart,
.sway-help-circle,
.sway-loader,
.fa-behance,
.fa-behance-square,
.fa-btc,
.fa-codepen,
.fa-css3,
.fa-delicious,
.fa-deviantart,
.fa-digg,
.fa-dribbble,
.fa-dropbox,
.fa-drupal,
.fa-empire,
.fa-facebook-f,
.fa-facebook-square,
.fa-flickr,
.fa-foursquare,
.fa-git,
.fa-github,
.fa-github-alt,
.fa-git-square,
.fa-google,
.fa-google-plus-square,
.fa-gratipay,
.fa-hacker-news,
.fa-html5,
.fa-instagram,
.fa-joomla,
.fa-jsfiddle,
.fa-linkedin,
.fa-linkedin-in,
.fa-linux,
.fa-maxcdn,
.fa-medium,
.fa-openid,
.fa-pagelines,
.fa-pied-piper,
.fa-pied-piper-alt,
.fa-pinterest,
.fa-pinterest-square,
.fa-qq,
.fa-rebel,
.fa-reddit,
.fa-reddit-square,
.fa-renren,
.fa-skype,
.fa-slack,
.fa-soundcloud,
.fa-spotify,
.fa-stack-exchange,
.fa-stack-overflow,
.fa-steam,
.fa-steam-square,
.fa-stumbleupon,
.fa-stumbleupon-circle,
.fa-telegram,
.fa-tencent-weibo,
.fa-trello,
.fa-tripadvisor,
.fa-twitter,
.fa-twitter-square,
.fa-viber,
.fa-vimeo-square,
.fa-vine,
.fa-vk,
.fa-weibo,
.fa-weixin,
.fa-whatsapp,
.fa-windows,
.fa-wordpress,
.fa-xing,
.fa-xing-square,
.fa-yahoo,
.fa-yelp,
.fa-youtube,
.fa-youtube-square,
.fa-adn,
.fa-android,
.fa-apple,
.fa-arrows-alt,
.fa-bell,
.fa-check,
.fa-chevron-down,
.fa-chevron-left,
.fa-chevron-right,
.fa-chevron-up,
.fa-comment,
.fa-comments,
.fa-exclamation-triangle,
.fa-file-alt,
.fa-file-image,
.fa-folder-open,
.fa-keyboard,
.fa-map-marker-alt,
.fa-play,
.fa-question-circle,
.fa-shopping-cart,
.fa-star,
.fa-star-o,
.fa-thumbtack,
.fa-angle-left,
.fa-angle-right,
.fa-angle-up,
.fa-angle-down,
.fa-envelope,
.fa-clock,
.fa-mobile-alt,
.fa-phone-alt,
.fa-search,
.fa-times,
.fa-tiktok,
.fa-airbnb,
.fa-amazon,
.fa-bandcamp,
.fa-blogger,
.fa-discord,
.fa-goodreads,
.fa-google-play,
.fa-houzz,
.fa-kickstarter,
.fa-patreon,
.fa-quora,
.fa-snapchat,
.fa-tumblr,
.fa-twitch,
.fa-app-store {
  font-family: "sway-font" !important;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  font-weight: normal !important;
}

.sway-play:before {
  content: "\e91c";
}

.sway-arrow-left-feather:before {
  content: "\e90c";
}

.sway-arrow-right-feather:before {
  content: "\e90d";
}

.sway-arrow-left-circle:before {
  content: "\e90e";
}

.sway-arrow-right-circle:before {
  content: "\e90f";
}

.sway-arrow-right:before {
  content: "\e900";
}

.sway-arrow-left:before {
  content: "\e901";
}

.sway-full-star:before {
  content: "S";
}

.sway-empty-star:before {
  content: "s";
}

.sway-search-header:before {
  content: "\e905";
}

.sway-shopping-cart-header:before {
  content: "\e906";
}

.sway-mail-topbar:before {
  content: "\e907";
}

.sway-schedule-topbar:before {
  content: "\e908";
}

.sway-phone-topbar:before {
  content: "\e909";
}

.sway-shopping-bag-header:before {
  content: "\e90a";
}

.sway-comments-meta:before {
  content: "\e902";
}

.sway-categories-meta:before {
  content: "\e903";
}

.sway-author-meta:before {
  content: "\e904";
}

.sway-times:before {
  content: "\e90b";
}

.sway-map-pin:before {
  content: "\e910";
}

.sway-award:before {
  content: "\e911";
}

.sway-book:before {
  content: "\e912";
}

.sway-file-text:before {
  content: "\e913";
}

.sway-film:before {
  content: "\e914";
}

.sway-life-buoy:before {
  content: "\e915";
}

.sway-message-circle:before {
  content: "\e916";
}

.sway-message-square:before {
  content: "\e917";
}

.sway-user:before {
  content: "\e918";
}

.sway-users:before {
  content: "\e919";
}

.sway-video:before {
  content: "\e91a";
}

.sway-youtube:before {
  content: "\e91b";
}

.sway-maximize:before {
  content: "\e91d";
}

.sway-maximize-2:before {
  content: "\e91e";
}

.sway-minimize:before {
  content: "\e91f";
}

.sway-minimize-2:before {
  content: "\e920";
}

.sway-minus-circle:before {
  content: "\e921";
}

.sway-minus-square:before {
  content: "\e922";
}

.sway-more-horizontal:before {
  content: "\e923";
}

.sway-more-vertical:before {
  content: "\e924";
}

.sway-plus-circle:before {
  content: "\e925";
}

.sway-plus-square:before {
  content: "\e926";
}

.sway-send:before {
  content: "\e927";
}

.sway-settings:before {
  content: "\e928";
}

.sway-share:before {
  content: "\e929";
}

.sway-share-2:before {
  content: "\e92a";
}

.sway-tag:before {
  content: "\e92b";
}

.sway-thumbs-down:before {
  content: "\e92c";
}

.sway-thumbs-up:before {
  content: "\e92d";
}

.sway-toggle-left:before {
  content: "\e92e";
}

.sway-toggle-right:before {
  content: "\e92f";
}

.sway-user:before {
  content: "\e930";
}

.sway-users:before {
  content: "\e931";
}

.sway-zoom-in:before {
  content: "\e932";
}

.sway-zoom-out:before {
  content: "\e933";
}

.sway-alert-circle:before {
  content: "\e934";
}

.sway-external-link:before {
  content: "\e935";
}

.sway-heart:before {
  content: "\e936";
}

.sway-help-circle:before {
  content: "\e937";
}

.sway-loader:before {
  content: "\e938";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-linux:before {
  content: "\f17c";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-telegram:before {
  content: "\f2c6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-viber:before {
  content: "\f409";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

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

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

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-thumbtack:before {
  content: "\f08d";
}

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

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

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

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

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

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-tiktok:before {
  content: "\e07b";
}

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

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

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

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

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

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

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

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

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

.fa-patreon:before {
  content: "\f3d9";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-twitch:before {
  content: "\f1e8";
}

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

/* --------------------------------------
2. TYPOGRAPHY
-----------------------------------------*/
h1, h2, h3, h4, h5,
.container h1,
.container h2,
.container h3,
.container h4,
.container h5 {
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px;
}

.container h1 {
  font-size: 42px;
}

.container h2 {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .container h2 {
    font-size: 18px;
  }
}
@media (min-width: 1270px) {
  .container h2 {
    font-size: 22px;
  }
}

.container h3 {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .container h3 {
    font-size: 18px;
  }
}
@media (min-width: 1270px) {
  .container h3 {
    font-size: 22px;
  }
}

.container h4 {
  font-size: 22px;
}

.container h5 {
  font-size: 22px;
}

.container h6 {
  font-size: 12px;
  font-weight: 400;
}

.container p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .container p {
    font-size: 16px;
  }
}
@media (min-width: 1270px) {
  .container p {
    font-size: 18px;
  }
}

.container h6, h7 {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.8px;
}
@media (min-width: 1270px) {
  .container h6, h7 {
    font-size: 12px;
  }
}

.vc_inner_row-contained .container {
  padding-left: 15px;
  padding-right: 15px;
}

.container h6 {
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: inherit;
  margin-bottom: 20px;
}

.container h6 a {
  font-weight: 500;
  transition: 0.25s;
}

.single-post section h1.section-heading {
  text-align: left;
  max-width: 100%;
  padding-left: 15px;
  margin: 0;
}

.heading-separator {
  width: 45px;
  height: 2px;
  display: block;
  margin: auto;
  border-radius: 0;
}

.with-overlay .heading-separator {
  background-color: #fff;
  opacity: 0.9;
}

.vc_separator.separator, .separator {
  margin-bottom: 25px;
  width: 50px;
  margin-top: -5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: none;
}

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

ol.numbers {
  margin-left: 0;
  padding-left: 0;
  counter-reset: item;
}
ol.numbers > li {
  margin-left: 0;
  padding-left: 0;
  counter-increment: item;
  list-style: none inside;
  margin-bottom: 28px;
  line-height: 24px;
  display: inline-flex;
  font-size: inherit;
}
@media (min-width: 768px) {
  ol.numbers > li {
    display: block;
  }
}
ol.numbers > li:before {
  color: #B66622;
  content: counter(item);
  padding: 3px 7px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #B66622;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  margin: 0 17px 0 5px;
  font-family: gill-sans-nova, sans-serif;
}
@media (min-width: 768px) {
  ol.numbers > li:before {
    margin: 0 10px 0 0;
  }
}

/* --------------------------------------
3. LAYOUT
-----------------------------------------*/
/* 3.1 GENERAL*/
section {
  padding: 0;
  position: relative;
}

.row {
  margin: 0;
}

.container {
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  section > .container {
    padding: 0 2%;
  }
}
@media (min-width: 1270px) {
  section > .container {
    padding: 0;
  }
}
@media (min-width: 1270px) {
  section > .container.c-shrunk {
    width: 83.56% !important;
    padding: 0;
  }
}
@media (min-width: 1270px) {
  section > .container.container-min {
    width: 1328px;
  }
}

.container.fullwidth {
  width: 100%;
}

.vc_row.container {
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 10;
}

.outer-margin {
  margin: 0 -15px;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.btn-primary {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  border-color: #f6bf01;
  color: #fff;
  background-color: #fec503;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-xl {
  height: 50px;
  border-radius: 2px;
  color: white;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  transition: 0.2s;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active {
  color: #fff;
}

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  background-image: none;
}

body.modal-open {
  overflow: hidden;
}

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax .parallax-overlay {
  position: absolute;
  width: 100%;
  height: 125%;
  top: 0;
  opacity: 1;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .parallax.with-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
    display: block;
    content: ".";
    font-size: 0;
  }

  .parallax.with-overlay .container {
    z-index: 10;
  }
}
@supports (-ms-accelerator: true) {
  .parallax.with-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
    display: block;
    content: ".";
    font-size: 0;
  }

  .parallax.with-overlay .container {
    z-index: 10;
  }
}
.parallax .parallax-overlay,
.with-overlay .parallax-overlay {
  background-size: cover !important;
}

.with-overlay .parallax-overlay {
  opacity: 0.4;
  height: 125%;
}

.with-overlay .section-subheading, .with-overlay .section-heading {
  color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.header-buttons {
  margin: 60px auto 100px auto;
}

.main-nav-center #logo,
.main-nav-center .header-bttn-wrapper {
  width: auto;
}

.main-nav-left .header-bttn-wrapper,
.main-nav-right .header-bttn-wrapper {
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}

.main-nav-center .header-bttn-wrapper {
  display: flex;
  margin-right: 15px;
  margin-left: 0px;
}

.primary-button {
  min-width: 150px;
  padding: 0 20px;
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  margin: 0 10px;
  border: 2px solid white;
  transition: 0.2s;
}

.primary-button.button-inverse {
  color: #fff;
  margin: 0;
}

.primary-button.button-inverse:hover {
  background-color: transparent;
}

.secondary-button {
  display: inline-block;
  min-width: 150px;
  text-align: center;
  line-height: 36px;
  color: white;
  font-size: 0.875em;
  margin: 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid white;
  border-radius: 2px;
  transition: 0.2s;
}

.secondary-button-inverse {
  background-color: #fff;
}

.secondary-button.secondary-button-inverse:hover {
  color: #fff;
}

.primary-button:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.secondary-button:hover {
  background-color: #fff;
  text-decoration: none;
}

.kd-panel-subtitle ul li,
.kd-panel-subtitle ol li,
.tab-text-container ul li,
.side-content-text ul li,
.wpb_text_column ul li, .wpb_text_column ol li {
  line-height: 32px;
  margin-bottom: 10px;
  padding-left: 32px;
  position: relative;
  margin: 0;
}

.kd-panel-subtitle ul,
.kd-panel-subtitle ol,
.tab-text-container ul,
.side-content-text ul,
.wpb_text_column ol, .wpb_text_column ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.side-content-text ul,
.wpb_text_column ul {
  padding-left: 0;
  margin-bottom: 25px;
}

.side-content-text ul {
  margin-bottom: 0;
  margin-top: 45px;
  margin-bottom: 22px;
}

.wpb_text_column ul ul {
  padding-left: 35px;
  margin-top: 10px;
}

.kd-panel-subtitle ol,
.wpb_text_column ol {
  counter-reset: li;
}

.kd-panel-subtitle ol li {
  padding-left: 0;
}

.kd-panel-subtitle ol,
.kd-panel-subtitle ul {
  margin-top: 20px;
}

.kd-panel-subtitle ol > li:before,
.wpb_text_column ol > li:before {
  content: counter(li, decimal);
  counter-increment: li;
  padding-right: 20px;
  font-weight: bold;
}

.kd-panel-subtitle ul > li:before,
.tab-text-container ul > li:before,
.side-content-text ul > li:before,
.wpb_text_column ul > li:before {
  padding-right: 10px;
  font-weight: 400;
  font-family: "sway-font";
  font-size: 9px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  content: "\f00c";
  color: #fff !important;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  margin-top: 9px;
}

/*body.compose-mode .vc_vc_row>.vc_parallax,
body.compose-mode .vc_vc_row>[data-vc-full-width=true],
body.compose-mode .vc_vc_row_inner,
body.compose-mode .vc_vc_section>.vc_parallax,
body.compose-mode .vc_vc_section>[data-vc-full-width=true],
body.compose-mode .vc_vc_video {
    padding-top: 0px;
}*/
body .vc_col-has-fill > .vc_column-inner,
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_section.vc_section-has-fill,
body .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
body .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0px;
}

/*body.compose-mode .vc_row[data-vc-full-width] {
    overflow: visible;
}

body.compose-mode .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden;
}*/
body.compose-mode .vc_empty-shortcode-element,
body.compose-mode .vc_templatera,
body.compose-mode .vc_vc_column_text,
body.compose-mode .vc_vc_widget_sidebar {
  min-height: 0;
}

.wp-block-button {
  margin-bottom: 20px;
}

#posts-content .wp-block-cover-text {
  color: #fff;
}

#posts-content .has-left-content {
  justify-content: flex-start;
}

#posts-content .has-right-content {
  justify-content: flex-end;
}

.wp-block-cover {
  margin-bottom: 20px;
}

/*3.2 LOGO*/
#logo {
  display: flex;
  align-items: center;
}

#logo .logo {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  padding-top: 9px;
  display: block;
  float: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
@media (min-width: 1270px) {
  #logo .logo {
    padding-top: 0;
  }
}

.navbar.fullwidth .container #logo .logo {
  margin-left: 0;
}

.navbar.fullwidth .container .modal-menu-item {
  margin-right: 0;
}

.single-portfolio .navbar.fullwidth .container #logo .logo {
  margin-left: 15px;
}

.topbar {
  background-color: transparent;
  transition: 0.25s ease-in-out;
}

.topbar .container {
  display: flex;
}

.topbar.tb-default-design .topbar-extra-content {
  margin-right: 15px;
}

.topbar-left-content,
.topbar-right-content,
.topbar-extra-content {
  line-height: 1;
}

.topbar-left-content .topbar-menu {
  margin-left: 15px;
}

.topbar-right-content {
  margin-left: auto;
  margin-right: 15px;
}

.topbar-phone, .topbar-email, .topbar-opening-hours {
  line-height: 40px;
  float: left;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-weight: 500;
  height: 40px;
}

.topbar-opening-hours {
  padding-right: 20px;
}

.tb-border-design .topbar-phone,
.tb-border-design .topbar-email,
.tb-border-design .topbar-opening-hours {
  margin-right: 15px;
}

.tb-border-design .topbar-socials {
  margin: 0;
}

.tb-border-design .topbar-socials a {
  width: 48px;
  text-align: center;
}

.tb-border-design .topbar-socials li:first-child a {
  border-left: none;
}

.topbar-left-content .topbar-socials li:last-child a {
  border-right: none;
}

.tb-border-design .topbar-extra-content {
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
}

.tb-border-design .topbar-left-content {
  margin-left: 15px;
  padding: 0;
}

.tb-border-design .topbar-right-content.content-empty,
.tb-border-design .topbar-left-content.content-empty {
  border: none;
}

.tb-border-design .topbar-right-content .topbar-menu {
  margin-left: 15px;
}

.tb-border-design .topbar-contact span:last-child {
  border: none;
  margin: 0;
}

.tb-border-design .topbar-left-content .topbar-contact .topbar-opening-hours {
  padding-right: 0;
}

.tb-border-design .topbar-left-content .topbar-contact span:last-child a {
  padding-right: 0;
  margin-right: 0;
}

.navbar-shrink .topbar a span {
  color: #2C2934 !important;
}

.navbar-shrink .topbar a:hover span {
  color: #B66622 !important;
}

.topbar-phone a, .topbar-email a {
  transition: 0.25s;
  color: inherit;
  margin-right: 5px;
  padding-right: 10px;
}

.topbar-phone a:hover, .topbar-email a:hover {
  opacity: 1;
  color: #B66622;
}

.topbar-contact {
  margin: 0 15px;
}

.topbar-right-content .topbar-contact {
  margin-right: -5px;
}

.topbar-contact i {
  font-size: 16px;
  margin-right: 10px;
  margin-top: 0;
  display: block;
  float: left;
  line-height: 40px;
  max-height: 40px;
}

.topbar-contact .fa.fa-envelope-o {
  font-weight: 600;
  font-size: 15px;
}

.topbar-phone .iconsmind-Telephone, .topbar-email .iconsmind-Mail {
  font-size: 16px;
  display: block;
  float: left;
  line-height: 45px;
  margin-right: 5px;
}

.topbar-socials {
  float: right;
  height: 40px;
  margin: 0 3px;
}

ul.redux-social-media-list {
  padding: 0;
}

.topbar-socials a {
  color: inherit;
  padding: 0 12px;
  line-height: 41px;
  display: block;
  float: left;
  margin-top: 0;
  transition: 0.25s;
  font-size: 14px;
  height: 40px;
  transition: 0.2s ease;
}

.blog_widget ul.redux-social-media-list li a:hover i {
  color: #fff;
}

.topbar.second-template .topbar-socials {
  float: left;
}

.topbar.second-template .topbar-contact {
  float: right;
}

.topbar.second-template .redux-social-media-list {
  padding-left: 0;
}

.topbar.second-template .topbar-contact {
  margin-right: 5px;
}

.topbar-socials a .fa {
  transition: 0.25s;
  font-size: 15px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.logo img {
  height: auto;
  max-width: 100%;
}

.nav-logo {
  display: none;
}

.transparent-navigation .nav-secondary-logo.navbar-shrink.nav-transparent-secondary-logo .nav-logo,
.transparent-navigation .nav-transparent-secondary-logo.navbar-shrink .fixed-logo,
.transparent-navigation .nav-transparent-secondary-logo .nav-logo,
.nav-secondary-logo.navbar-shrink .nav-logo {
  display: inline-block;
}

.transparent-navigation .nav-secondary-logo.navbar-shrink.nav-transparent-secondary-logo .fixed-logo,
.transparent-navigation .nav-transparent-secondary-logo.navbar-shrink .nav-logo,
.transparent-navigation .nav-transparent-secondary-logo .fixed-logo,
.nav-secondary-logo.navbar-shrink .fixed-logo {
  display: none;
}

@media (max-width: 1269px) {
  .transparent-navigation .nav-transparent-secondary-logo .nav-logo {
    display: none;
  }

  .transparent-navigation .nav-transparent-secondary-logo .fixed-logo {
    display: inline-block;
  }

  .transparent .nav-transparent-secondary-logo .nav-logo {
    display: none;
  }

  .transparent .nav-transparent-secondary-logo .fixed-logo {
    display: inline-block;
  }
}
/*3.3 PRELOADER*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  width: 100%;
  background-color: #fff;
  height: 100%;
  overflow: visible;
}

.spinner {
  height: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}

.spinner:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 5px;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.loading-effect {
  will-change: opacity;
  opacity: 1;
  transition: 0.7s opacity;
}

.loading-effect.fade-in {
  will-change: opacity;
  opacity: 0;
  transition: none;
}

.loading-effect.fade-out {
  will-change: opacity;
  transition: opacity 0.7s;
  opacity: 0;
}

/*3.4 CAROUSELS*/
.with-overlay .owl-dot span {
  background-color: #fff;
}

.with-overlay .owl-dot:hover span,
.with-overlay .owl-dot.active span {
  border: 2px solid #fff;
}

.owl-nav div {
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  filter: Alpha(Opacity=30);
  opacity: 1;
  transition: 0.25s;
  border-radius: 0px;
}

.owl-nav div:before {
  content: "\e90d";
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: "sway-font";
  box-sizing: border-box;
  font-weight: bold;
  transition: transform 0.2s ease;
}

.port-prev.tt_button .arrow:before,
.port-next.tt_button .arrow:before {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-family: "sway-font";
  box-sizing: border-box;
  font-weight: inherit;
  transition: 0.2s;
}

.port-next.tt_button .arrow:before {
  transition: 0s;
  margin-right: 0;
  margin-left: 12px;
  font-size: 13px;
  content: "\f054";
}

.port-prev.tt_button .arrow:before {
  transition: 0s;
  margin-left: 0;
  margin-right: 12px;
  font-size: 13px;
  content: "\f053";
}

/*.owl-nav div.owl-prev {
    right: auto;
    left: 0;
}

.owl-nav div.owl-next {
    right: 0;
    left: auto;
}

.owl-nav div.owl-prev:before {
    content: "\e90c";
}

.clickable .owl-nav div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}8?

/* Dot move */
/*.owl-dots {
    position: relative;
    display: table;
    margin: auto;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    margin-top: 40px;
}

.owl-dots .owl-dot {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.owl-dots .owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    border: none!important;
    opacity: 0.45;
}

.owl-dots .owl-dot.active span {
    opacity: 1;
}

.owl-dots .owl-dot span:focus {
    outline: none;
}

.owl-dots .owl-dot a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.owl-dots .owl-dot a:hover,
.owl-dots .owl-dot a:focus {
    background-color: #fff;
}

.owl-item.loading {
    min-height: 150px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}*/
/* display none until init */
/*.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: manipulation;
}

.owl-carousel .owl-wrapper {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    position: relative;
    z-index: 2;
    width: 100%;
}

.owlslider-related-posts.owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

rs-module-wrap {
    z-index: 0!important;
}

rs-slide .tt_button {
    line-height: 1!important;
}

.owlslider-related-posts.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    height: 40px;
    z-index: 10;
    width: 100%;
    margin-top: -45px;
    overflow: visible;
    pointer-events: none;
}

.owlslider-related-posts.owl-carousel .owl-nav div.owl-prev {
    left: -85px;
}

.owlslider-related-posts.owl-carousel .owl-nav div.owl-next {
    right: -85px;
}

.owlslider-related-posts.owl-carousel .owl-item {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;

}
.owlslider-related-posts.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-dot,  .owl-nav div {
    cursor: pointer;
}

.with-overlay  .owl-nav div.owl-next,
.with-overlay  .owl-nav div.owl-prev {
    color: #fff;
}

.owl-nav {
    height: 30px;
    text-align: center;
    margin-top: 20px;
}

.owl-nav.disabled { display: none; }
.owl-dots.disabled { display: none; }

.grabbing {
    //cursor: url(images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}*/
button, a.button {
  border-radius: 4px;
  transition: all 0.3s;
}

main button, main a.button {
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 48px;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  height: 48px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #2C2A34;
  margin-bottom: 16px;
  letter-spacing: 1.8px;
}
main button:hover, main a.button:hover {
  background-color: #B66622;
  color: #F3F2F1;
  border-color: #B66622;
  text-decoration: none;
}
main button.brown, main a.button.brown {
  background-color: #B66622;
  color: #F3F2F1;
  border-color: #B66622;
}
main button.brown:hover, main a.button.brown:hover {
  background-color: #824918;
  color: #F3F2F1;
  border-color: #824918;
}
main button.inline, main a.button.inline {
  width: 150px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  main button.inline, main a.button.inline {
    float: left;
    display: inline-block;
  }
}
main button.inline:last-child, main a.button.inline:last-child {
  margin-bottom: 0;
}
main button.showtt, main a.button.showtt {
  display: flex;
  align-items: center;
}
main button.showtt > span, main a.button.showtt > span {
  flex-grow: 1;
}
main button svg.spinner-cv, main a.button svg.spinner-cv {
  display: inline-block;
  margin-left: 10px;
}

.main-product .actions button, .main-product .actions a.button {
  width: 100%;
}

svg.spinner-cv {
  width: 14px;
  height: 14px;
  x: 0px;
  y: 0px;
  viewBox: 0 0 14 14;
  background-color: transparent;
}
svg.spinner-cv circle {
  fill: transparent;
  stroke: #F3F2F1;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 43.96;
  transform-origin: 7px 7px 0;
  -webkit-animation: spinner-cv 2s linear infinite;
  animation: spinner-cv 2s linear infinite;
}

@-webkit-keyframes spinner-cv {
  0% {
    -webkit-transform: rotate(0deg);
    stroke-dashoffset: 9.24;
  }
  50% {
    -webkit-transform: rotate(720deg);
    stroke-dashoffset: 43.96;
  }
  100% {
    -webkit-transform: rotate(1080deg);
    stroke-dashoffset: 9.24;
  }
}
@keyframes spinner-cv {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 9.24;
  }
  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 43.96;
  }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 9.24;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background:url(owl.video.play.png) no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  text-align: right;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .owl-theme .owl-nav {
    margin-top: 10px;
    display: block;
  }
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 1.5em 0 0.7em;
}
@media (min-width: 768px) {
  .owl-theme h5 {
    font-size: 20px;
  }
}
@media (min-width: 1270px) {
  .owl-theme h5 {
    font-size: 22px;
  }
}
.owl-theme a {
  letter-spacing: 1.8px;
  text-underline-offset: 5px;
  text-decoration: underline;
}

.owl-nav {
  position: absolute;
  top: calc(50% - 60px);
  margin: 0;
  text-align: right !important;
  width: 92%;
}
@media (min-width: 768px) {
  .owl-nav {
    top: -94px;
    width: 96%;
  }
}
@media (min-width: 1270px) {
  .owl-nav {
    width: 100%;
  }
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 0 !important;
  border-radius: 0 50% 50% 0;
  opacity: 0.75;
  background: #EDECE8 url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/haHV9zo0EIo38sBw1wmtqUijSJBnMX7GeMddIuju.png) 15px center no-repeat !important;
  background-size: 10px 18px !important;
  z-index: 999;
}
.owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    transform: translateX(0px);
    left: auto;
    height: 27px;
    width: 40px;
    background-color: transparent;
    opacity: 0.35;
    margin: 5px;
  }
  .owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
  }
  .owl-nav button.owl-prev:before, .owl-nav button.owl-next:before {
    content: "";
  }
}
.owl-nav button.owl-prev {
  left: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 0 50% 50% 0;
  opacity: 0.35;
  background: #EDECE8 url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/Ixef94P9Y07IJzhGcTFirgxIWhtEZCjsmZGOBUZz.png) 7px center no-repeat !important;
  background-size: 10px 18px !important;
  z-index: 999;
}
@media (min-width: 768px) {
  .owl-nav button.owl-prev {
    left: auto;
    right: 52px;
    background: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/E2digP4uTLjmeYNaOu1fcPBzJNFBVQ2hKzyAdXCt.svg) center center no-repeat !important;
  }
}
@media (min-width: 768px) {
  .owl-nav button.owl-next {
    left: auto;
    right: 0;
    background: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/tDiB6Z4aPpLES8RHUDoyuiiuItezpGpDNRTMgbtn.svg) center center no-repeat !important;
  }
}
.owl-nav button {
  margin: 0;
  height: 27px;
  width: 40px;
}

.owl-carousel {
  max-height: 448px;
}
.owl-carousel .owl-item .item.L {
  width: 345px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .item.L {
    width: 521px;
  }
}
.owl-carousel .owl-item .item.L h5 {
  text-overflow: ellipsis;
  width: 345px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .item.L h5 {
    width: 521px;
  }
}
.owl-carousel .owl-item .item.P {
  width: 162px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .item.P {
    width: 231px;
  }
}
.owl-carousel .owl-item .item.P h5 {
  text-overflow: ellipsis;
  width: 162px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .item.P h5 {
    width: 231px;
  }
}
.owl-carousel .owl-item .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 230px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .item img {
    height: 347px;
  }
}
.owl-carousel .owl-item .item img.P {
  width: 162px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .item img.P {
    width: 231px;
  }
}
.owl-carousel .owl-item .item img.L {
  width: 345px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .item img.L {
    width: 521px;
  }
}
.owl-carousel-tablet .item {
  background-color: #fff;
  padding: 57px;
  padding: 20px;
  min-height: 287px;
}
.owl-carousel-tablet .item img {
  max-width: 147px;
  max-height: 147px;
  margin: 0 auto;
}

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .owl-item .item, .owl-wrapper {
  transition: none;
}

.owl-carousel:after, .owl-carousel:before, .owl-stage-outer:after, .owl-stage-outer:after, .owl-stage:after, .owl-stage:before, .owl-item:after, .owl-item:before, .owl-item .item:after, .owl-item .item:before {
  transition: none;
}

/*-----------------------------------------------------------------*/
/* 8. ICONS
/*-----------------------------------------------------------------*/
/*#wrapper [class^="iconsmind-"], #wrapper [class*=" iconsmind-"],
[class^="iconsmind-"], [class*=" iconsmind-"] {
    font-family: 'sway-font'!important;
}*/
.iconspage header {
  text-align: center;
  padding: 120px 0 0;
}

.iconspage header h1 {
  font-size: 2rem;
}

.iconspage header p {
  font-size: 1.4rem;
  margin-top: 0.6em;
}

.iconspage header a:hover {
  text-decoration: underline;
}

.iconspage section {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}

.iconspage section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em 0.2em;
  margin-bottom: 1em;
}

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

.iconspage ul li {
  width: 25%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: 0.25em;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.iconspage ul li:hover {
  background-color: #dbdbdb;
}

.iconspage ul p {
  display: inline-block;
  font-size: 1rem;
  margin-top: 10px;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quote-stripe {
  color: #F3F2F1;
  background-color: #2C2A34;
  padding: 4% 0;
}
.quote-stripe .container .cont {
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1270px) {
  .quote-stripe .container .cont {
    width: 80%;
  }
}
.quote-stripe .container .quote {
  box-sizing: border-box;
  flex: 0 0 75%;
}
@media (min-width: 768px) {
  .quote-stripe .container .quote {
    flex: 0 0 80%;
    padding-right: 30px;
  }
}
@media (min-width: 1270px) {
  .quote-stripe .container .quote {
    flex: 0 0 90%;
    padding-right: 70px;
  }
}
.quote-stripe .container .avatar {
  gap: 1rem;
  box-sizing: border-box;
  flex: 0 0 25%;
}
@media (min-width: 768px) {
  .quote-stripe .container .avatar {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
  }
}
@media (min-width: 1270px) {
  .quote-stripe .container .avatar img {
    max-width: 200px;
    width: 100%;
  }
}
.quote-stripe h6 {
  margin-bottom: 0;
  display: block;
}
@media (min-width: 768px) {
  .quote-stripe h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1270px) {
  .quote-stripe h6 {
    margin-bottom: 20px;
  }
}
.quote-stripe p, .quote-stripe figcaption, .quote-stripe caption, .quote-stripe cite, .quote-stripe a.read-more, .quote-stripe a.read-less {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .quote-stripe p, .quote-stripe figcaption, .quote-stripe caption, .quote-stripe cite, .quote-stripe a.read-more, .quote-stripe a.read-less {
    font-size: 20px;
  }
}
@media (min-width: 1270px) {
  .quote-stripe p, .quote-stripe figcaption, .quote-stripe caption, .quote-stripe cite, .quote-stripe a.read-more, .quote-stripe a.read-less {
    font-size: 24px;
  }
}
.quote-stripe figcaption, .quote-stripe caption {
  font-style: italic;
  color: #B66622;
}
.quote-stripe figcaption {
  padding-left: 0;
}
.quote-stripe blockquote {
  font-family: artigo, serif;
  quotes: "“" "”" "‘" "’";
  padding: 10px 20px 10px 0;
  border: 0;
  line-height: 17px;
}
@media (min-width: 768px) {
  .quote-stripe blockquote {
    line-height: 24px;
  }
}
@media (min-width: 1270px) {
  .quote-stripe blockquote {
    line-height: 30px;
  }
}
.quote-stripe blockquote:before {
  color: #B66622;
  content: "“";
  font-size: 4em;
  line-height: 0;
  margin-right: 2px;
  vertical-align: -0.4em;
  top: 10px;
}
@media (min-width: 768px) {
  .quote-stripe blockquote:before {
    font-size: 7em;
    top: 19px;
    margin-right: 10px;
  }
}
.main-product .testimonial {
  position: static;
  clear: left;
}
.main-product .testimonial .quote-stripe {
  background-color: transparent;
  color: #2C2A34;
}
.main-product .testimonial .quote-stripe .container {
  position: static;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-product .testimonial .quote-stripe .container .cont {
  width: 100%;
}
.main-product .testimonial .quote-stripe .container .cont > div {
  box-sizing: border-box;
  flex: 0 0 83.3333333333%;
}
.main-product .testimonial .quote-stripe .container .cont > div:last-child {
  box-sizing: border-box;
  flex: 0 0 16.6666666667%;
}
.main-product .testimonial .quote-stripe .container .cont > div:last-child img {
  float: right;
}
.main-product .testimonial .quote-stripe p, .main-product .testimonial .quote-stripe figcaption, .main-product .testimonial .quote-stripe cite, .main-product .testimonial .quote-stripe a.read-more, .main-product .testimonial .quote-stripe a.read-less {
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .main-product .testimonial .quote-stripe p, .main-product .testimonial .quote-stripe figcaption, .main-product .testimonial .quote-stripe cite, .main-product .testimonial .quote-stripe a.read-more, .main-product .testimonial .quote-stripe a.read-less {
    line-height: 28px;
    font-size: 18px;
  }
}
.main-product .testimonial .quote-stripe h6 {
  display: none;
}
.main-product .testimonial .quote-stripe blockquote:before {
  color: #B66622;
  content: "“";
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0;
  top: 15px;
}

.testimonial-customer {
  color: #F3F2F1;
  background-color: #2C2A34;
  font-size: 16px;
  text-align: center;
  padding: 68px 0;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/lsOKYRxOi2XLH2Qh8X4WwBA2IPWXGZ6KZOqdZrY0.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .testimonial-customer {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/Zgm7AV0o30jigH3LASqQuFXNLn7eNtMTCa2lwz87.jpg);
  }
}
@media (min-width: 1270px) {
  .testimonial-customer {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/4MIxl5OqY0WLuityleN9Fa8uCUJD56agJ7uf2L6y.jpg);
  }
}
.testimonial-customer blockquote p {
  margin: 0 3%;
}
@media (min-width: 768px) {
  .testimonial-customer blockquote p {
    font-size: 20px;
    margin: 0 5%;
  }
}
@media (min-width: 1270px) {
  .testimonial-customer blockquote p {
    font-size: 24px;
  }
}
.testimonial-customer cite, .testimonial-customer p:last-child {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-family: gill-sans-nova, sans-serif;
}
@media (min-width: 768px) {
  .testimonial-customer cite, .testimonial-customer p:last-child {
    margin-top: 26px;
  }
}
.testimonial-customer cite img, .testimonial-customer p:last-child img {
  float: left;
}
@media (min-width: 768px) {
  .testimonial-customer cite span, .testimonial-customer cite strong, .testimonial-customer p:last-child span, .testimonial-customer p:last-child strong {
    display: inline-block !important;
  }
}

ul.tabs {
  display: flex;
}
ul.tabs li {
  flex: 1;
  text-align: center;
  margin-right: 2%;
}
@media (min-width: 1270px) {
  ul.tabs li {
    margin-right: 40px;
  }
}
ul.tabs li:last-child {
  margin-right: 0;
}
ul.tabs li button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #B0ACB2;
  border-bottom: 3px solid #C6BEBB;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  width: 100%;
  height: auto;
  line-height: normal;
  font-family: gill-sans-nova, sans-serif;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1270px) {
  ul.tabs li button {
    padding: 14px 16px;
  }
}
ul.tabs li button:hover, ul.tabs li button.active {
  color: #2C2A34;
  border-color: #2C2A34;
  background-color: transparent;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tab-content {
  margin: 32px 0 0;
}
@media (min-width: 1270px) {
  .tab-content {
    margin: 64px 0 0;
  }
}
.tab-content h3 {
  font-style: normal !important;
  font-weight: 600;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  font-size: 16px !important;
  margin: 1em 0;
}
.tab-content h3:first-child {
  margin-top: 0;
}

.tab-pane {
  margin-bottom: 32px;
}
@media (min-width: 1270px) {
  .tab-pane {
    margin-bottom: 64px;
  }
}
.tab-pane:last-child {
  margin-bottom: 0;
}

/* Accordion styles */
.accordian-row {
  display: flex;
}
.accordian-row .accordian-col {
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .accordian-row .accordian-col:last-child {
    margin-left: 1em;
  }
}

.accordian {
  overflow: hidden;
}
.accordian input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.sheet {
  width: 100%;
  color: #2C2A34;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sheet-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #F3F2F1;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 1px solid #C6BEBB;
  /* Icon */
}
.sheet-label.faq div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.sheet-label.faq div span {
  width: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .sheet-label.faq div span {
    width: 80px;
    margin-right: 22px;
  }
}
.sheet-label.faq div span img {
  max-height: 50px;
  margin: 0 auto;
}
.sheet-label:hover {
  background: #E2DDDC;
  color: #2C2A34;
}
.sheet-label::after {
  content: "+";
  font-size: 24px;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.sheet-content {
  counter-reset: ols;
  max-height: 0;
  padding: 0 1em;
  color: #2C2A34;
  transition: all 0.35s;
}
.sheet-content h3 {
  counter-increment: ols;
  font-style: normal !important;
  font-weight: 600;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  font-size: 16px !important;
  margin: 1em 0;
}
.sheet-content p {
  margin: 0.8em 0;
}
.sheet-content ol {
  margin: 0.8em;
  counter-reset: lis;
}
.sheet-content ol li {
  margin: 0.8em 0;
}
.sheet-content ol li:before {
  counter-increment: lis;
  content: counter(ols) "." counter(lis) " ";
  margin-right: 15px;
}
.sheet:last-child label {
  border-bottom: 0;
}

input:checked + .sheet-label {
  background-color: #E2DDDC;
  color: #2C2A34;
}
input:checked + .sheet-label::after {
  content: "-";
}
input:checked ~ .sheet-content {
  max-height: 100vh;
  padding: 1em 0;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  input:checked ~ .sheet-content {
    padding: 1em;
  }
}
input:checked ~ .sheet-content .specification {
  display: table;
}
input:checked ~ .sheet-content .specification td {
  max-width: 200px;
}
@media (min-width: 768px) {
  input:checked ~ .sheet-content .specification td {
    max-width: none;
  }
}
input:checked ~ .sheet-content.table-spec {
  max-height: 200vh;
}

a.pdf {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 22px;
}
a.pdf img {
  display: inline-block;
}
a.pdf span {
  margin-left: 18px;
}
a.pdf:hover {
  text-decoration: none;
}

.product ul.tabs {
  clear: left;
}
.photo-boxes {
  margin: 0 auto;
}
@media (min-width: 1270px) {
  .photo-boxes {
    width: 83.56% !important;
  }
}
.photo-boxes > div {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo-boxes > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .photo-boxes > div {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.photo-boxes > div.mt-70 {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .photo-boxes > div.mt-70 {
    margin-top: 0;
  }
}
.photo-boxes > div > div {
  flex: 0 0 100%;
  position: relative;
}
@media (min-width: 768px) {
  .photo-boxes > div > div {
    flex: 38.89%;
    overflow: hidden;
    margin-right: 12.64%;
  }
}
.photo-boxes > div > div:last-child {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .photo-boxes > div > div:last-child {
    flex: 48.47%;
    margin-top: 0;
    margin-right: 0;
  }
}
.photo-boxes > div > div h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 32px 0 16px 0;
}
@media (min-width: 768px) {
  .photo-boxes > div > div h5 {
    font-size: 20px;
  }
}
@media (min-width: 1270px) {
  .photo-boxes > div > div h5 {
    font-size: 22px;
  }
}
.photo-boxes > div > div h5.underbreak {
  margin-top: 0;
}
.photo-boxes > div > div h6.break {
  margin: 2.5em 0 1em;
}
.photo-boxes > div > div.main {
  margin-top: 0;
  margin-right: 0 !important;
}
.photo-boxes > div > div > div {
  overflow: hidden;
  position: relative;
}
.photo-boxes > div > div > div.copy {
  background-color: #F3F2F1;
}
.photo-boxes > div > div > div.copy p {
  height: 0;
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
}
.photo-boxes > div > div > div.copy p span {
  padding: 0 0 1em;
}
.photo-boxes > div > div > div.copy p.normal {
  height: auto;
  margin-bottom: 16px;
}
.photo-boxes > div > div > div.copy1 {
  background: #2c2a34;
  background: radial-gradient(circle, rgba(44, 42, 52, 0) 86%, rgba(44, 42, 52, 0) 100%);
  color: #F3F2F1;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.photo-boxes > div > div > div.copy1.tpnt {
  background: none;
  height: calc(100% - 100px);
}
.photo-boxes > div > div > div.copy1.tpnt:before {
  background: none;
}
.photo-boxes > div > div > div.copy1.tpnt img {
  width: 76%;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.photo-boxes > div > div > div.copy1:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2c2a34;
  background: radial-gradient(circle, rgba(44, 42, 52, 0.45) 30%, rgba(44, 42, 52, 0.1) 100%);
  z-index: -1;
  transition: opacity 0.7s linear;
  opacity: 0;
}
.photo-boxes > div > div > div.copy1 h5 {
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0;
}
@media (min-width: 1270px) {
  .photo-boxes > div > div > div.copy1 h5 {
    font-size: 50px;
  }
}
.photo-boxes > div > div > div.copy1 h6, .photo-boxes > div > div > div.copy1 h4 {
  margin-bottom: 0;
  position: absolute;
  white-space: nowrap;
  top: calc(50% - 49px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.8px;
  font-family: gill-sans-nova, sans-serif;
}
.photo-boxes > div > div > div.copy1 p {
  opacity: 0;
  transition: 0.7s;
  position: absolute;
  top: calc(50% + 57px);
  left: 50%;
  height: 1px;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}
@media (min-width: 768px) {
  .photo-boxes > div > div > div.copy1 p {
    display: none;
  }
}
@media (min-width: 1270px) {
  .photo-boxes > div > div > div.copy1 p {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.photo-boxes > div > div > div.copy1 a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #F3F2F1;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 1270px) {
  .photo-boxes > div > div > div.copy1 a {
    bottom: 46px;
  }
}
.photo-boxes > div > div > div.copy2 {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 4%;
  background: linear-gradient(0deg, rgba(44, 42, 52, 0.65) 25%, rgba(44, 42, 52, 0.25) 70%, rgba(44, 42, 52, 0) 100%);
  color: #F3F2F1;
  width: 100%;
  height: calc(100% - 90px);
  transition: opacity 0.7s linear;
  opacity: 0;
}
.photo-boxes > div > div > div.copy2 p {
  bottom: 23px;
  position: absolute;
  width: 90%;
}
@media (min-width: 768px) {
  .photo-boxes > div > div > div.copy2 p {
    width: 80%;
  }
}
.photo-boxes > div > div > div.copy2 img.icon {
  margin-bottom: 16px;
  height: 28px;
  width: auto;
}
.photo-boxes > div > div > div.stat {
  background-color: #D6D0CE;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 18px;
  padding: 24px 0;
}
.photo-boxes > div > div > div.stat > strong {
  font-size: 42px;
  width: 35%;
  text-align: center;
  color: #B66622;
  font-family: gill-sans-nova, sans-serif;
  font-weight: normal;
}
@media (min-width: 1270px) {
  .photo-boxes > div > div > div.stat > strong {
    font-size: 70px;
  }
}
.photo-boxes > div > div > div.stat > strong em {
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
.photo-boxes > div > div > div.stat p {
  width: 65%;
  padding-right: 5%;
}
.photo-boxes > div > div > div.stat p strong {
  display: block;
  font-weight: normal;
  color: #B66622;
}
.photo-boxes > div > div a {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-underline-offset: 5px;
}
.photo-boxes > div > div a img {
  transition: transform 0.7s ease-in-out;
}
.photo-boxes > div > div img {
  width: 100%;
}
.photo-boxes > div > div .black {
  background-color: #2C2A34;
  color: #F3F2F1;
  padding: 6%;
}
.photo-boxes > div > div .black p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 200;
}
.photo-boxes > div > div .black a {
  color: #F3F2F1;
}
@media (min-width: 768px) {
  .photo-boxes > div > div:first-child {
    margin-right: 12.64%;
  }
}
@media (min-width: 768px) {
  .photo-boxes > div > div.box-01 {
    margin-bottom: 0;
  }
}
.photo-boxes > div > div:hover .copy1:before {
  opacity: 1;
}
.photo-boxes > div > div:hover .copy2 {
  opacity: 1;
}
.photo-boxes > div > div:hover p {
  opacity: 1 !important;
}
.photo-boxes > div > div:hover img {
  transform: scale(1.1);
}
.photo-boxes > div > div:hover .tpnt img {
  transform: scale(1);
}
.photo-boxes > div:nth-child(even) > div:first-child {
  margin-left: 0%;
  margin-right: 0%;
  flex: 0 0 48.47%;
  max-width: none;
}
@media (min-width: 1270px) {
  .photo-boxes > div:nth-child(even) > div:first-child:hover .copy1 a {
    display: none;
  }
}
@media (min-width: 1600px) {
  .photo-boxes > div:nth-child(even) > div:first-child:hover .copy1 a {
    display: block;
  }
}
@media (min-width: 768px) {
  .photo-boxes > div:nth-child(even) > div:last-child {
    margin-left: 12.64%;
    flex: 0 0 38.89%;
  }
}
@media (min-width: 1270px) {
  .photo-boxes > div:nth-child(odd) > div:last-child:hover .copy1 a {
    display: none;
  }
}
@media (min-width: 1600px) {
  .photo-boxes > div:nth-child(odd) > div:last-child:hover .copy1 a {
    display: block;
  }
}

.table {
  border: 1px solid #C6BEBB;
  width: auto;
}
.table tr td {
  padding: 12px 3px 12px 20px;
  border-bottom: 1px solid #C6BEBB;
  border-right: 1px solid #C6BEBB;
}
.table tr td:last-child {
  border-right: 0;
}
.table tr td p {
  margin: 0;
}
.table tr th {
  padding: 12px 3px 12px 20px;
  border-bottom: 1px solid #C6BEBB;
  background-color: #E2DDDC;
  border-right: 1px solid #C6BEBB;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 3px 12px 12px;
}
.table tr th p {
  margin: 0;
}

.specification {
  border: 1px solid #C6BEBB;
  width: 100%;
  font-family: gill-sans-nova, sans-serif;
}
.specification tr th, .specification tr .th {
  width: 33%;
  background-color: #E2DDDC;
  border-right: 1px solid #C6BEBB;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 3px 12px 12px;
}
.specification tr > td {
  padding: 12px 3px 12px 20px;
  border-bottom: 1px solid #C6BEBB;
  vertical-align: text-top;
}
.specification tr > td:last-child {
  width: 100%;
}
.specification tr > td p {
  margin: 0;
}
.specification tr > td em {
  display: block;
  font-size: 80%;
  font-style: normal;
}
.specification tr:last-child td {
  border-bottom: 0;
}
.specification.auto {
  width: auto;
  display: table !important;
}
.specification img.suitable {
  height: 15px;
  margin-right: 10px;
  display: inline-block;
}

.suds {
  display: none;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .suds {
    display: table;
    width: 100%;
  }
}
@media (min-width: 1270px) {
  .suds {
    width: 90%;
  }
}
.suds tr th {
  border-bottom: 1px solid #C6BEBB;
}
.suds tr td {
  width: 20%;
  border-right: 1px solid #C6BEBB;
  border-bottom: 0;
}
.suds tr td:last-child {
  border-right: 0;
}
.suds tr td.ul {
  border-bottom: 1px solid #C6BEBB;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  -webkit-animation: fade-bottom 0.25s ease-in;
          animation: fade-bottom 0.25s ease-in;
}

.active.fade-left {
  -webkit-animation: fade-left 0.25s ease-in;
          animation: fade-left 0.25s ease-in;
}

.active.fade-right {
  -webkit-animation: fade-right 0.25s ease-in;
          animation: fade-right 0.25s ease-in;
}

.fade-right-delay-5s {
  -webkit-animation-name: fade-right;
          animation-name: fade-right;
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-bottom {
  0% {
    transform: translateY(75px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(75px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-right {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
main input[type=text], main input[type=email] {
  font-family: gill-sans-nova, sans-serif;
  font-size: 12px;
  letter-spacing: 1.8px;
  background-color: #F3F2F1;
  border-radius: 30px;
  border: 0;
  padding-left: 30px;
}

.form-subscribe {
  position: relative;
}
.form-subscribe input[type=submit] {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  background: transparent url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/l7ZdJKVIynTYg5u4HPrVHgkR297szSJ1JVOOXbxV.png) center no-repeat;
  height: 42px;
  width: 30px;
  text-indent: -3000em;
}

#footer .form-subscribe input[type=submit] {
  background: transparent url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/TAUFpvE2ZDXpwa3rghT06YcEmzyRaE6vVB4LDHxg.png) center no-repeat;
  height: 30px;
  right: 0;
}

.js-cookie-consent {
  z-index: 99999999;
  padding: 1em 0;
}
.js-cookie-consent .cookie-consent-content {
  width: 100%;
}
@media (min-width: 768px) {
  .js-cookie-consent .cookie-consent-content {
    width: 66%;
  }
}
.js-cookie-consent .cookie-consent {
  background-color: rgba(44, 42, 52, 0.85);
  color: #F3F2F1;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  padding: 18px 16px 14px;
  letter-spacing: 1.8px;
}
.js-cookie-consent .cookie-consent .cookie-row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .js-cookie-consent .cookie-consent .cookie-row {
    flex-direction: row;
  }
}
.js-cookie-consent .cookie-consent p {
  font-size: 12px;
}
.js-cookie-consent .cookie-consent p a {
  text-decoration: underline;
}
.js-cookie-consent .cookie-consent p a:hover {
  color: #B66622;
}
.js-cookie-consent .cookie-consent .button-cont {
  display: flex;
  justify-content: flex-end;
}
.js-cookie-consent .cookie-consent button {
  background-color: #B66622;
  color: #F3F2F1;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  border-radius: 0;
}
.js-cookie-consent .cookie-consent button:hover {
  background-color: #F3F2F1;
  color: #B66622;
}
.js-cookie-consent .cookie-consent button.decline {
  background-color: transparent;
  border: 1px solid #F3F2F1;
  margin-right: 30px;
}

/* --------------------------------------
7.FOOTER
-----------------------------------------*/
footer {
  background-color: #2C2A34;
  text-transform: uppercase;
  color: #F3F2F1;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.25px;
}
footer a {
  font-family: gill-sans-nova, sans-serif;
  font-size: 15px;
  letter-spacing: 2.25px;
  color: #F3F2F1;
  line-height: 26px;
  text-transform: uppercase;
  white-space: nowrap;
}
footer a em {
  display: none;
  font-style: normal;
}
@media (min-width: 768px) {
  footer a em {
    display: inline-block;
  }
}
footer .container h5 {
  font-family: gill-sans-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  letter-spacing: 2.25px;
}
footer ul {
  margin-bottom: 0;
}
@media (min-width: 1270px) {
  footer ul {
    margin-bottom: 64px;
  }
}
footer .error, footer .success {
  text-transform: none;
  display: none;
  font-family: gill-sans-nova, sans-serif;
}
footer .error {
  color: #e66643;
}
footer .success {
  color: #39ca23;
}
footer .upper-footer .footer-widget-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area {
    flex-direction: row;
  }
}
footer .upper-footer .footer-widget-area .break {
  flex-basis: 100%;
  height: 0;
}
footer .upper-footer .footer-widget-area > div {
  width: 100%;
}
@media (min-width: 768px) {
  footer .upper-footer .footer-widget-area > div {
    width: 50%;
  }
}
footer .upper-footer .footer-widget-area > div .sheet {
  font-family: gill-sans-nova, sans-serif;
  color: #F3F2F1;
  margin: 32px 0 0;
}
footer .upper-footer .footer-widget-area > div .sheet .sheet-label {
  background-color: #2C2A34;
  font-weight: 500;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2.25px;
}
footer .upper-footer .footer-widget-area > div .sheet .sheet-label::after {
  content: "❯";
  width: 2em;
  height: 2em;
  text-align: center;
  transition: all 0.35s;
  font-size: inherit;
  transform: rotate(90deg);
  transform-origin: center center;
  display: inline-table;
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area > div .sheet .sheet-label::after {
    content: "";
  }
}
footer .upper-footer .footer-widget-area > div .sheet .sheet-label:hover {
  color: #F3F2F1;
  background-color: #2C2A34;
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area > div .sheet .sheet-label {
    cursor: auto;
  }
}
footer .upper-footer .footer-widget-area > div .sheet-content {
  overflow-y: hidden;
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area > div .sheet-content {
    max-height: none;
    padding: 0;
  }
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area > div .sheet {
    margin: 0;
  }
}
footer .upper-footer .footer-widget-area > div input:checked + .sheet-label {
  background-color: #2C2A34;
  color: #F3F2F1;
}
footer .upper-footer .footer-widget-area > div input:checked + .sheet-label::after {
  transform: rotate(270deg);
}
footer .upper-footer .footer-widget-area > div:first-child {
  display: none;
  order: 4;
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area > div:first-child {
    display: block;
    order: 1;
  }
}
footer .upper-footer .footer-widget-area > div:nth-child(2) {
  order: 2;
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area > div:nth-child(2) {
    order: 2;
  }
}
footer .upper-footer .footer-widget-area > div:nth-child(3) {
  order: 3;
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area > div:nth-child(3) {
    order: 3;
  }
}
footer .upper-footer .footer-widget-area > div:last-child {
  order: 1;
}
@media (min-width: 1270px) {
  footer .upper-footer .footer-widget-area > div:last-child {
    order: 4;
  }
}

.lower-footer span, .lower-footer a {
  opacity: 1;
  margin-right: 25px;
  line-height: 25px;
}

.lower-footer {
  text-transform: uppercase;
}
.lower-footer .row .col-md-3 {
  margin-top: 6px;
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .lower-footer .row .col-md-3 {
    margin-top: 0;
    width: 27%;
  }
}
@media (min-width: 1270px) {
  .lower-footer .row .col-md-3 {
    width: 25%;
  }
}
.lower-footer .row .col-md-3:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .lower-footer .row .col-md-3:first-child {
    width: 37%;
  }
}
@media (min-width: 1270px) {
  .lower-footer .row .col-md-3:first-child {
    width: 25%;
  }
}
.lower-footer .row .col-md-3:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .lower-footer .row .col-md-3:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1270px) {
  .lower-footer .row .col-md-3:nth-child(3) {
    display: block;
  }
}
.lower-footer .row .col-md-3:last-child {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .lower-footer .row .col-md-3:last-child {
    float: right;
  }
}
@media (min-width: 1270px) {
  .lower-footer .row .col-md-3:last-child {
    width: 170px;
    float: left;
  }
}
@media (min-width: 1270px) {
  .lower-footer .row .col-md-3 {
    width: 25%;
    padding: 0;
  }
}

.lower-footer {
  margin-top: 0px;
  padding: 0;
  width: 100%;
  border-top: none;
}

.lower-footer .container {
  padding: 32px 0 0;
  text-align: center;
  border-top: 1px solid #ccc;
}

/*.lower-footer.copyright-justify .container {
    padding-left: 0;
    padding-right: 0;
}*/
.footer_widget ul a, .footer_widget .menu li a {
  line-height: 45px;
  color: inherit;
  transition: 0.25s;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.footer_widget.widget_rss ul li a,
.footer_widget.widget_recent_comments ul li a {
  line-height: inherit;
}

.footer_widget.widget_rss ul li,
.footer_widget.widget_recent_comments ul li {
  padding: 15px 0 0 0;
}

.footer_widget ul a {
  text-transform: initial;
}

.footer_widget .post-date:before {
  content: "-";
  margin: 0 5px;
}

.upper-footer .textwidget {
  border: none;
  margin-bottom: 30px;
  font-size: 16px;
  max-width: 320px;
}

.textwidget img {
  max-width: 100%;
}

.textwidget select {
  max-width: 100%;
}

.upper-footer .textwidget img {
  margin-bottom: 27px;
}

.upper-footer .textwidget span {
  float: left;
  width: 90%;
  margin-top: 10px;
}

.upper-footer .textwidget .address-overflow {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.9;
  margin-top: -3px;
}

.upper-footer .textwidget a {
  color: inherit;
  transition: 0.25s;
}

.upper-footer .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.text-left .widget-title {
  text-align: left;
}

.text-center .widget-title {
  text-align: center;
}

.text-right .widget-title {
  text-align: right;
}

.upper-footer i {
  color: inherit;
  margin-right: 0;
  float: left;
  margin-left: 25px;
  font-size: 16px;
  transition: 0.2s;
}

.modal-content-contact .redux-social-media-list {
  padding-left: 0;
  margin-top: 35px;
}

.modal-content-contact .redux-social-media-list i {
  margin-right: 20px;
  margin-left: 0;
  font-size: 18px;
  color: #1a1a1a;
  transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
  transition: transform 0.25s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
}

.upper-footer i {
  color: #b1b1b1;
}

.upper-footer .modal-menu-item {
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
  margin-top: 40px;
  opacity: 1;
}

.upper-footer .modal-menu-item:hover {
  color: #fff;
}

.socials-widget {
  padding-top: 0;
  border-top: none;
  max-width: 240px;
  margin-top: 25px;
}

.socials-widget a {
  font-size: 15px;
  border-radius: 90px;
  margin-right: 25px;
  display: inline-block;
  text-align: center;
  transition: 0.25s;
  margin: 0 20px 0 0px;
}

.footer_widget .socials-widget a .fa, .footer_widget .socials-widget a {
  color: inherit;
  opacity: 0.85;
}

.footer_widget .socials-widget a:hover .fa, .footer_widget .socials-widget:hover a {
  color: inherit;
  opacity: 1;
}

.footer_widget .search-form {
  position: relative;
}

.footer_widget .search-form label {
  width: 100%;
}

.socials-widget a:hover .fa,
.socials-widget a:hover {
  opacity: 1;
  color: #fff;
}

.socials-widget a .fa {
  transition: 0.25s;
}

.socials-widget a:last-child {
  margin-right: 0;
}

.navbar-footer li {
  display: inline-block;
}

.navbar-footer li a {
  color: inherit;
  margin: 0;
  margin-left: 25px;
}

.navbar-footer li a:hover {
  background: none;
}

.lower-footer a {
  color: inherit;
  margin: 0;
  margin-left: 10px;
  margin-right: 0;
}

.lower-footer .pull-left a {
  font-weight: bold;
}

.back-to-top {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: -50px;
  text-decoration: none;
  background-color: #fff;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  line-height: 51px;
  border-radius: 50%;
  transition: all 250ms ease-in-out;
}

.back-to-top:hover {
  transform: translateY(-5px);
}

.back-to-top.active {
  right: 30px;
}

.back-to-top.left-aligned {
  right: inherit;
  left: -50px;
}

.back-to-top.active.left-aligned {
  left: 30px;
  right: inherit;
}

.back-to-top .fa {
  color: inherit;
  font-size: 14px;
  line-height: 50px;
}

.back-to-top.scroll-position-style {
  background: transparent;
  border-radius: 99px;
}

.back-to-top.scroll-position-style:hover {
  transform: none;
}

.back-to-top.scroll-position-style .fa:before {
  opacity: 0.4;
  transition: all 200ms linear !important;
  content: "\e90c";
  font-weight: 600;
  font-size: 18px;
}

.back-to-top.scroll-position-style:hover .fa:before {
  opacity: 1;
}

.back-to-top.scroll-position-style .fa {
  height: 50px;
  width: 50px;
  transform: rotate(90deg);
}

.back-to-top.scroll-position-style circle {
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 262px;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

.back-to-top.scroll-position-style svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.lower-footer .pull-right a {
  margin: 0;
  width: auto;
  display: inline-block;
  float: none;
}

.lower-footer {
  border-top: none;
  text-align: center;
  padding: 0;
  background-color: #2C2A34;
}

#footer.fixed,
#footer {
  position: relative;
  z-index: 0;
}

.footer_widget .menu li, .footer_widget li {
  width: 100%;
}

.upper-footer .widget-title {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .upper-footer .widget-title {
    margin-top: 0;
  }
}

.upper-footer {
  padding: 32px 0 32px 0;
  background-color: #2C2A34;
}
@media (min-width: 1270px) {
  .upper-footer {
    padding: 64px 0 64px 0;
  }
}

.footer-bar {
  margin-bottom: 0;
  border: none;
  margin: 0;
  padding-left: 15px;
}

.footer-bar .redux-social-media-list li i {
  margin: auto;
  margin-right: 25px;
}

.footer-socials-bar {
  margin: auto;
  width: 100%;
}

.footer-socials-bar ul {
  width: 100%;
}

.navbar-footer li {
  width: 100%;
  text-align: left;
}

.footer_widget ul a, .footer_widget .menu li a {
  line-height: 32px;
}

.footer-bar .footer-nav-menu ul li a {
  margin: 0;
}

footer.underline-effect .navbar-footer li a {
  margin-bottom: 0;
}

.footer-nav-menu {
  width: 100%;
  margin-bottom: 30px;
}

.footer_widget .menu li.menu-item a, footer h5.widget-title {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 500 !important;
  line-height: 30px;
  color: #F3F4EE;
  text-transform: uppercase;
}

.footer_widget .menu li.menu-item a:hover {
  color: #F3F4EE !important;
}

footer.underline-effect .footer_widget .menu li.menu-item a:after {
  background-color: #F3F4EE !important;
}

#footer h5.widget-title {
  margin-bottom: 20px;
}

#footer img.logo {
  max-height: 47px;
}
@media (min-width: 768px) {
  #footer img.logo {
    max-height: none;
    max-width: 250px;
  }
}

#footer input[type=email] {
  color: #fff;
  float: left;
  background-color: transparent;
  border-radius: 0;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  height: 30px;
  padding-bottom: 9px;
  font-family: gill-sans-nova, sans-serif;
  width: 100%;
  font-size: 15px;
  letter-spacing: 2.25px;
}
@media (min-width: 1270px) {
  #footer input[type=email] {
    font-size: 15px;
  }
}
#footer input[type=email]:focus {
  outline: none;
  --tw-ring-color: transparent;
}

#footer ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#footer :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#footer ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#footer ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

#footer .wpcf7-submit {
  display: inline-block;
  float: left;
  width: 30px;
  background: transparent url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/TAUFpvE2ZDXpwa3rghT06YcEmzyRaE6vVB4LDHxg.png) center no-repeat;
  border: 0;
  min-width: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  text-indent: 99999px;
  height: 30px;
  padding-bottom: 9px;
}

#footer form.wpcf7-form {
  border: 0 !important;
}

#footer .wpcf7-form-control-wrap {
  width: calc(100% - 30px) !important;
  margin: 0;
}

.lower-footer .container div {
  text-align: left;
  color: #F3F4EE;
  font-family: gill-sans-nova, sans-serif;
}

.lower-footer .container div a {
  font-family: gill-sans-nova, sans-serif;
  margin-left: 0;
}

.lower-footer .container div a:hover {
  color: #F3F4EE !important;
}

.lower-footer .container div.si {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.lower-footer .container div.si a {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

#footer .wpcf7-not-valid-tip {
  color: #a72525;
  text-transform: none;
}

#footer .wpcf7-response-output {
  display: none;
}

#footer .wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  color: #46b450;
  text-transform: none;
  overflow: hidden;
  display: block;
}

.lower-footer .container {
  border: 0;
}

.si .ig {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/3SyWzAzpJHlvWsurrRevwnDgUlZ0RfBnzaNW7pwS.svg);
}

.si .pi {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/uFY5JxW0MlLLxMtV4qA6tFKvfEsbre2v9E3MBK5D.svg);
}

.si .fb {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/eXJAG4BHbfBebGOBAr82Vzpl5m2LO3xXWMW0X9bp.svg);
}

.si .tw {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/SBGJyT2L8Z1O7WUzup9Pfvm817SkOpnynOZ6jNn0.svg);
}

.si .ho {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/8EvDdYQ3sZiNZ5oZdvhMAccMqKN0X1P7rSBHgTxb.svg);
}

/* --------------------------------------
5. HEADER
-----------------------------------------*/
header {
  position: relative;
  text-align: center;
}

.custom.tparrows.tparrows {
  background: none !important;
  transition: all 250ms ease-in-out;
}

.custom.tparrows.tparrows:hover {
  /* opacity: 0.7 !important; */
}

.custom.tparrows:before {
  font-size: 18px !important;
}

.header-full-height {
  height: 100vh;
  height: 100%;
}

.big-custom-heading {
  margin: 0;
  letter-spacing: -3px;
}

#wrapper .erinyen .tp-thumb {
  opacity: 1;
  border-radius: 0px;
  overflow: hidden;
}

#wrapper .erinyen .tp-thumb .tp-thumb-over {
  border-radius: 3px;
}

#wrapper .erinyen .tp-thumb-title {
  font-weight: 700;
  font-family: inherit;
  font-size: 12px;
  text-transform: uppercase;
}

#wrapper .erinyen .tp-thumb-mask {
  overflow: visible !important;
  margin-top: -20px;
}

#wrapper .erinyen .tp-thumb.selected {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.erinyen .tp-thumb .tp-thumb-title {
  display: none;
}

.erinyen .tp-thumb.selected .tp-thumb-title, .erinyen .tp-thumb:hover .tp-thumb-title {
  display: block;
}

.slider-scroll-down {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
}

.slider-scroll-down a {
  width: 70px;
  height: 70px;
  border: 2px solid white;
  display: block;
  z-index: 99;
  border-radius: 90px;
  background-repeat: no-repeat;
  background-position: center 26px;
  transition: 0.25s;
}

.slider-scroll-down a:hover {
  background-position: center 30px;
}

body.maintenance-mode {
  overflow: hidden;
  height: 100vh !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.maintenance-mode .container {
  background-color: transparent;
  padding: 0;
  flex-shrink: 0;
}

body.maintenance-mode .container .wpcf7 {
  width: 50%;
  margin: auto;
  margin-top: 90px;
}

body.maintenance-mode .container h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

body.maintenance-mode .maintenance-content {
  max-width: 650px;
  margin: auto;
  font-weight: inherit;
  font-size: 18px;
  opacity: 0.9;
}

body.maintenance-mode .countdown {
  margin-top: 55px;
}

body.maintenance-mode .CountdownContent {
  font-weight: 600;
  font-size: 56px;
  line-height: 62px;
}

body.maintenance-mode .CountdownContent .CountdownLabel {
  font-weight: 400;
  font-size: 18px;
  opacity: 0.9;
}

body.maintenance-mode .wpcf7-submit {
  margin-top: 0;
}

body.maintenance-mode .wpcf7-submit:hover {
  background-color: transparent;
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 960px) {
  body.maintenance-mode .container {
    flex-shrink: inherit;
  }

  body.maintenance-mode .container .wpcf7 {
    width: 90%;
    margin: auto;
    margin-top: 40px;
  }

  body.maintenance-mode .countdown {
    margin-top: 30px;
  }

  body.maintenance-mode .inline-cf .wpcf7 .wpcf7-submit {
    width: 100%;
  }

  body.maintenance-mode .container h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
#main-menu .navbar-nav .menu-item-has-children .dropdown-menu {
  transition: 0.25s ease-in-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none !important;
  border-top-style: solid;
  pointer-events: none;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 10px 35px rgba(38, 42, 76, 0.1);
}

.navbar-nav.no-transition .menu-item-has-children .dropdown-menu {
  transition: 0s !important;
}

.navbar-nav .menu-item-has-children .dropdown-menu::after {
  display: none;
  position: absolute;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent transparent #fff;
  border-width: 12px;
  top: -24px;
  z-index: 100;
  margin-left: -12px;
}

#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.menubar #main-menu .navbar-nav .menu-item-has-children.mega-menu .dropdown-menu .dropdown-menu {
  opacity: 1;
  top: 0;
  left: inherit;
  margin-left: 0;
  transform: none;
  pointer-events: none;
  position: relative;
  box-shadow: none;
  padding: 0;
  display: block;
  margin: 0;
  width: 100%;
  min-width: inherit;
}

.align-menu-right {
  left: -100% !important;
  margin-left: -40px !important;
  right: auto !important;
}

.menubar #main-menu .navbar-nav .mega-menu .dropdown-menu .dropdown-menu .menu-item {
  width: 100%;
}

.menubar #main-menu .navbar-nav .mega-menu.menu-item-has-children:hover .dropdown-menu .dropdown:before {
  display: none;
}

.menubar #main-menu .navbar-nav .mega-menu.menu-item-has-children .dropdown > a {
  pointer-events: none;
  margin-bottom: 10px;
}

#main-menu .navbar-nav .menu-item.mega-menu.menu-item-has-children .dropdown.hide-menu-intro > a {
  display: none;
}

#main-menu.background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu a,
.background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu a {
  border-radius: 0;
  font-weight: 500;
  line-height: 33px;
  padding: 0 !important;
  padding-left: 28px !important;
  border-left: 2px solid transparent;
  transition: 0.2s ease;
  font-size: 15px;
}

#main-menu.background-dropdown-effect .navbar-nav .menu-item-has-children.mega-menu .dropdown-menu a,
.background-dropdown-effect .navbar-nav .menu-item-has-children.mega-menu .dropdown-menu a {
  padding-left: 20px !important;
}

#main-menu.background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu,
.background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}

#main-menu.background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu a:hover,
.background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu a:hover {
  background: rgba(175, 175, 175, 0.2);
}

#main-menu.background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu .dropdown:hover:before {
  color: #fff !important;
}

#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown-menu {
  opacity: 0;
  top: -22px;
  left: 100%;
  transform: translateY(5px);
  pointer-events: none;
}

#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: inherit;
}

@media (min-width: 961px) {
  #main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown > a:before {
    margin-right: 10px;
    color: inherit;
    content: "\f105";
    font-family: "sway-font";
    position: absolute;
    right: 15px;
    font-weight: bold;
    margin: 0;
    transition: 0.25s;
    font-size: 11px;
  }

  #main-menu.underline-effect .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown > a:before {
    right: -15px;
  }

  #main-menu.underline-effect .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown a:hover:before {
    right: -20px;
  }
}
#main-menu .navbar-nav .mega-menu .dropdown-menu .dropdown > a:before {
  display: none;
}

#main-menu .navbar-nav > .menu-item-has-children > a:after {
  margin-right: 10px;
  color: inherit;
  content: "\f078";
  font-family: "sway-font";
  font-weight: bold;
  margin: 0;
  font-size: 9px;
  display: inline-block;
  background: none;
  margin-left: 5px;
}
@media (min-width: 1270px) {
  #main-menu .navbar-nav > .menu-item-has-children > a:after {
    display: none;
  }
}

#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown a:hover:before {
  right: 10px;
}

.logged-in #main-menu .navbar-nav a,
#main-menu .navbar-nav .menu-item a {
  padding-top: 32px;
  padding-bottom: 32px;
}

#main-menu .navbar-nav .menu-item .dropdown-menu .menu-item a {
  padding: 6px 10px;
}

#main-menu .navbar-nav .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-width: 260px;
  left: -16px;
  top: auto;
  overflow: visible;
  right: auto;
}

#main-menu .navbar-nav .dropdown-menu a {
  margin: 0;
  padding: 5px 10px;
  line-height: 18px;
  transition: 0s ease-in-out;
  background-color: transparent;
  white-space: inherit;
  position: relative;
}

#main-menu .navbar-nav .mega-menu {
  position: static;
}

#main-menu .navbar-nav .mega-menu .dropdown-menu {
  left: 0;
  right: 0;
  padding: 60px 0;
  margin: 0px 5px;
  display: flex;
  /*justify-content: space-between;*/
  margin-right: -15px;
  box-shadow: none;
  background-color: #F3F2F1;
  gap: 32px;
}

.dropdown-menu {
  background-color: #F3F2F1;
}

#main-menu .navbar-nav .mega-menu > .dropdown-menu {
  overflow: visible;
  background-color: #F3F2F1;
}

#main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #F3F2F1;
  left: calc(615px - 50vw);
  box-shadow: 0 40px 80px 0 rgba(38, 42, 76, 0.07);
}
@media (min-width: 768px) {
  #main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
    left: calc(496px - 50vw);
  }
}
@media (min-width: 1270px) {
  #main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
    left: calc(635px - 50vw);
    top: -1px;
  }
}
@media (min-width: 1600px) {
  #main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
    left: calc(800px - 50vw);
  }
}

@media (min-width: 1600px) {
  #main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
    left: calc(795px - 50vw);
  }
}
#main-menu .navbar-nav .mega-menu.demos-menu .dropdown-menu {
  left: auto;
  right: auto;
}

#main-menu .navbar-nav .mega-menu.demos-menu .dropdown-menu .menu-item {
  width: 50%;
}

.full-width #main-menu .navbar-nav .mega-menu .dropdown-menu {
  margin: 0;
  border-radius: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}

.full-width #main-menu .navbar-nav .mega-menu > .dropdown-menu {
  border-top: 1px solid rgba(132, 132, 132, 0.15) !important;
  margin-top: -1px;
}

.full-width #main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
  display: none;
}

#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item {
  margin-right: 0;
  width: 20%;
  /*flex-shrink: 0;*/
  /*flex-grow: 1;*/
  z-index: 10;
  /*flex: 1;*/
  line-height: 35px;
}
#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item.banner {
  width: 240px;
}
#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item.banner a {
  padding: 0;
}

#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item:nth-child(5n) {
  border: none;
}

#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item a {
  width: auto;
  padding: 6px 10px;
}

#main-menu .navbar-nav .wpglobus-selector-link .dropdown-menu {
  min-width: 100px;
}

.topbar {
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: 2.25px !important;
  border-bottom: 1px solid #C6BEBB;
  border-bottom: 0.5px solid #C6BEBB;
}

.topbar-menu {
  margin-right: 0;
}

.topbar #menu-topbar-menu,
.navbar-topbar {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.topbar #menu-topbar-menu li,
.navbar-topbar li {
  display: block;
  float: left;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  border-right: 1px solid rgba(132, 132, 132, 0.15);
  margin-right: 15px;
}

.topbar #menu-topbar-menu li:last-child,
.navbar-topbar li:last-child {
  border: none;
  margin-right: 0;
}

.topbar #menu-topbar-menu li a,
.navbar-topbar li a {
  transition: 0.25s;
  color: inherit;
  margin-right: 15px;
}

.topbar-search {
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 100;
  position: relative;
}

.fa.toggle-search {
  text-align: center;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  float: left;
  padding: 0;
  z-index: 10;
  padding: 7px;
  margin: 6px;
}

.fa.toggle-search:before {
  width: 18px;
  display: block;
}

.header-wishlist a,
.cart-icon-container,
.topbar-socials a i,
.topbar-contact .fas,
.topbar-contact .far,
.topbar-opening-hours,
.topbar-phone a,
.topbar-email a,
.topbar #menu-topbar-menu li a,
.navbar-topbar li a,
.fa.toggle-search {
  transition: 0.25s;
}

.topbar-phone a:hover,
.topbar-email a:hover,
.topbar #menu-topbar-menu li a:hover,
.navbar-topbar li a:hover,
.fa.toggle-search:hover {
  opacity: 1;
}

.topbar-search .search-form .search-submit {
  height: 40px;
  width: 40px;
  bottom: 0;
  right: 0;
  font-size: 18px;
  display: block;
  font-family: "sway-font";
  position: absolute;
}

.transparent-navigation .topbar-search {
  background-color: transparent;
}

.topbar-search .search-form label {
  margin-bottom: 0;
}

.search .topbar-search .search-form .search-field,
.topbar-search .search-form .search-field {
  background-color: #fff;
  border: 1px solid #C6BEBB;
  border: none;
  border-radius: 3px;
  line-height: 40px;
  height: 40px;
  margin: 0;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 400;
  width: 200px;
  float: left;
  color: #2C2A34;
  box-shadow: 6px 6px 9px 3px rgba(0, 0, 0, 0.06);
}

.topbar-search-container {
  position: absolute;
  background-color: transparent;
  padding: 10px;
  z-index: 9;
  right: -9px;
  top: 45px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  font-family: gill-sans-nova, sans-serif;
}

.topbar-search-container form {
  height: 40px;
  position: relative;
}

.topbar-search-container.active {
  opacity: 1;
  visibility: visible;
}

.topbar-search .search-form.active .search-field {
  width: 250px;
  opacity: 1;
}

.pll-parent-menu-item span {
  display: none;
}

.pll-parent-menu-item img {
  margin: 3px 0 0 0;
  display: flex;
}

.pll-parent-menu-item .dropdown-menu span {
  display: inline-block;
  margin-left: 14px !important;
}

.pll-parent-menu-item .dropdown-menu a {
  min-width: 150px;
  display: flex;
  align-items: center;
}

.pll-parent-menu-item .dropdown-menu a img {
  margin: 0;
  display: inline-block;
}

.pll-parent-menu-item a {
  align-items: center;
}

.pll-parent-menu-item .dropdown-menu {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  width: auto;
}

#main-menu .navbar-nav > .menu-item-has-children.pll-parent-menu-item > a:after {
  display: none;
}

.topbar-lang-switcher {
  float: right;
  min-width: 72px;
  min-height: 10px;
  position: relative;
  margin-right: -5px;
}

.topbar-lang-switcher .lang-switcher-wpml {
  width: 110px;
}

.topbar-lang-switcher ul, .topbar-lang-switcher ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.topbar-lang-switcher ul li.wpml-ls-item,
.topbar-lang-switcher ul li {
  display: none;
  float: left;
  max-height: 13px;
  line-height: 12px;
  margin-bottom: 15px;
}

.topbar-lang-switcher ul li.wpml-ls-item .wpml-ls-display {
  display: none;
}

.topbar-lang-switcher ul li.wpml-ls-item.wpml-ls-current-language,
.topbar-lang-switcher ul li.wpml-ls-item,
.topbar-lang-switcher ul:hover li,
.topbar-lang-switcher ul li.current-lang {
  display: block;
}

.topbar-lang-switcher .wpml-ls-legacy-list-vertical .wpml-ls-flag + span,
.topbar-lang-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-top: 2px;
}

.footer_widget .wpml-ls-legacy-list-horizontal,
.footer_widget .wpml-ls-legacy-list-vertical {
  padding: 0;
}

.footer_widget .wpml-ls-legacy-list-horizontal a,
.footer_widget .wpml-ls-legacy-list-vertical a {
  padding-left: 0;
  margin-right: 20px;
}

.topbar-lang-switcher ul, .topbar-lang-switcher ul li a {
  color: #1f1f1f;
}

.topbar-lang-switcher ul {
  margin-top: 5px !important;
  max-height: 30px;
  overflow: hidden;
  transition: 0.25s;
  position: absolute !important;
  padding: 15px;
  z-index: 99;
  border-radius: 3px !important;
  padding-bottom: 2px !important;
  padding-top: 11px;
}

.topbar-lang-switcher .wpml-ls-legacy-list-vertical > ul {
  margin-top: 3px !important;
  border: none;
}

.topbar-lang-switcher .wpml-ls-legacy-list-horizontal > ul,
.topbar-lang-switcher .wpml-ls-legacy-list-vertical > ul {
  padding-top: 5px;
}

.topbar-lang-switcher .wpml-ls-legacy-list-horizontal {
  padding-top: 3px;
}

.topbar-lang-switcher ul:hover {
  max-height: 150px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}

.topbar-lang-switcher ul:hover a {
  color: #1f1f1f !important;
}

.topbar-lang-switcher ul li span {
  margin-left: 7px !important;
  font-size: 13px;
  text-transform: capitalize;
  transition: 0.25s;
  display: inline-flex;
  font-weight: 500;
  float: right;
  max-width: 19px;
}

.topbar-lang-switcher img {
  display: inline-block;
  margin-top: -2px;
}

.topbar {
  display: none;
}
@media (min-width: 1270px) {
  .topbar {
    display: block;
  }
}

.transparent.navbar-default {
  background: none;
}

/* --------------------------------------
4. MENU
-----------------------------------------*/
.navbar-default {
  border-color: transparent;
  width: inherit;
  top: inherit;
}

.navbar-default.fullwidth .container {
  width: 100%;
  padding: 0 35px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
  color: #fec503;
}

.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
}

.navbar-default .navbar-toggle {
  border: none;
  margin-right: -10px;
}

.navbar-header {
  display: none;
}

@media (max-width: 1270px) {
  .navbar-header {
    display: block;
  }
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #F3F2F1;
}

.navbar-default .nav li a {
  opacity: 1;
  margin: 0;
  padding: 0 14px;
  line-height: 1;
  transition: 0.25s;
  font-weight: 500;
}

.navbar-default .navbar-toggle {
  position: relative;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  overflow: visible;
  width: 36px;
  height: 36px;
  margin-right: 0;
  margin-top: 9px;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  margin-right: -5px;
  margin-left: 0;
}

a.contact-icon {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 9px;
  display: flex;
  lign-items: center;
  justify-content: center;
}
a.contact-icon img {
  width: 22px;
}
a.contact-icon img.phone {
  width: 17px;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar:before,
.navbar-toggle .icon-bar:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: 8px;
  top: 24px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  margin: 0;
  background-color: #39364e;
  border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar:not(:first-child) {
  display: none;
}

.navbar-default .navbar-toggle .icon-bar:after, .navbar-default .navbar-toggle .icon-bar:before {
  display: block;
  content: "";
}

.navbar-default .navbar-toggle .icon-bar:before {
  top: -7px;
  left: 0px;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-default .navbar-toggle .icon-bar:after {
  top: -14px;
  left: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.navbar-default .navbar-toggle[aria-expanded=true] .icon-bar {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:before {
  top: 0px;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:after {
  top: 0px;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.navbar-default .nav:hover li a {
  opacity: 0.3;
}

.navbar-default .nav:hover li.dropdown:hover a,
.navbar-nav .nav:hover li.dropdown .dropdown-menu li a,
.navbar-nav li.dropdown .dropdown-menu:hover li a:hover,
.navbar-default .nav:hover li a:hover {
  opacity: 1;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
  outline: 0;
  background: none;
  opacity: 1;
}

#single-page .bbp-login-form .user-submit, .tt_button.modal-menu-item {
  border-radius: 0;
  box-sizing: border-box;
  transition: 0.25s;
  cursor: pointer;
  min-width: auto;
  display: inline-flex;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 34px;
}

.tt_button.modal-menu-item:first-child {
  margin-left: auto;
}

#single-page .bbp-login-form .user-submit {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 20px;
}

#single-page .right-sidebar .bbp-login-form .user-submit {
  margin: 0;
}

.modal-content-inner .wpcf7-submit:hover,
.keydesign-cart .buttons .btn:hover {
  color: #fff !important;
}

.modal-content .other-form-shortcode {
  position: relative;
  z-index: 10;
}

.navbar.navbar-default .menubar {
  transition: 0.25s ease-in-out;
}

.navbar.navbar-default .menubar.main-nav-center .container::after,
.navbar.navbar-default .menubar.main-nav-center .container::before {
  display: none;
}

.navbar.navbar-default .menubar .container {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1270px) {
  .navbar.navbar-default.logo-center .menubar .container {
    flex-direction: column;
  }

  .navbar.navbar-default.logo-center .logo-center-group-fix {
    display: flex;
    margin: auto;
  }

  .navbar.navbar-default.logo-center #logo {
    justify-content: center;
  }

  .navbar.navbar-default.logo-center .menubar .navbar-collapse {
    margin: auto;
    width: auto;
  }
}
.main-nav-extra-content {
  display: flex;
}

.navbar.navbar-default .menubar.main-nav-right .navbar-collapse {
  margin-left: auto;
}

.navbar.navbar-default .menubar.main-nav-left .navbar-collapse {
  margin-right: auto;
}

.navbar.navbar-default .menubar .topbar-search,
.navbar.navbar-default .menubar .keydesign-cart {
  margin-top: 18px;
}

.navbar-default.navbar-shrink .nav li a:hover, .navbar-default.navbar-shrink .nav li a:focus {
  outline: 0;
  background: none;
}

.navbar-default.navbar-shrink .navbar-nav > .active > a:focus, .navbar-default.navbar-shrink .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  background: none;
  opacity: 1;
}

.navbar-default.navbar-shrink.with-topbar.with-topbar-sticky {
  margin-top: 0px;
}

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}

#kd-slider .bullet-bar.tparrows {
  width: 50px;
  height: 50px;
  transition: all 0.25s ease-in-out;
}

#kd-slider .bullet-bar.tparrows:before {
  line-height: 50px;
}

#kd-slider .secondary_slider {
  background-color: #fff;
  border: 2px solid #fff;
}

#kd-slider .secondary_slider:hover {
  color: #fff;
  background-color: transparent;
}

.menu-item-badge,
.navbar-nav .menu-item .menu-item-badge {
  display: inline-flex;
  padding: 0 10px;
  border-radius: 50em;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.16px;
  z-index: 10;
  text-transform: uppercase;
  width: auto;
  min-width: auto;
  text-align: center;
  margin-left: 12px;
  line-height: 21px;
  float: right;
  margin-top: -2px;
}

.footer-widget-area .menu-item-badge,
.navbar-nav .dropdown-menu .menu-item .menu-item-badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  margin-top: -11px;
}

@media (max-width: 1270px) {
  .navbar-nav .menu-item .menu-item-badge {
    float: none;
  }
}
@media (min-width: 1270px) {
  .under-menu {
    margin-top: 80px;
  }

  .under-menu-topbar {
    margin-top: 125px;
  }

  .navbar.navbar-default {
    padding: 0 0;
    background-color: #F3F2F1;
    transition: 0.25s ease-in-out;
    z-index: 1090;
  }

  navbar.navbar-default a {
    color: #2C2A34;
  }

  .transparent.navbar.navbar-default {
    background-color: transparent;
  }

  .transparent.navbar.navbar-default a {
    color: #fff;
  }

  .navbar-shrink.navbar.navbar-default a {
    color: #2C2A34;
  }

  .navbar-default, .navbar-default.fullwidth {
    padding: 0;
  }
}
.transparent.navbar-default.navbar .sway-search-header.fa {
  color: #fff;
}
.transparent.navbar-default.navbar .icon-bar, .transparent.navbar-default.navbar .icon-bar:before, .transparent.navbar-default.navbar .icon-bar:after {
  background-color: #fff;
}

.navbar-shrink.navbar .sway-search-header.fa, .transparent.navbar-shrink.navbar .sway-search-header.fa, .transparent.navbar-hover.navbar .sway-search-header.fa, .navbar-hover .sway-search-header.fa {
  color: #2C2A34;
}
.navbar-shrink.navbar .icon-bar, .navbar-shrink.navbar .icon-bar:before, .navbar-shrink.navbar .icon-bar:after, .transparent.navbar-shrink.navbar .icon-bar, .transparent.navbar-shrink.navbar .icon-bar:before, .transparent.navbar-shrink.navbar .icon-bar:after, .transparent.navbar-hover.navbar .icon-bar, .transparent.navbar-hover.navbar .icon-bar:before, .transparent.navbar-hover.navbar .icon-bar:after, .navbar-hover .icon-bar, .navbar-hover .icon-bar:before, .navbar-hover .icon-bar:after {
  background-color: #2C2A34;
}

#main-menu {
  height: 100vh;
  max-height: 0;
  transition: max-height 0.4s;
  overflow: hidden;
  display: block;
}
@media (min-width: 1270px) {
  #main-menu {
    max-height: none;
  }
}
#main-menu.in {
  max-height: 100vh;
  height: 100vh;
  background-color: #F3F2F1;
}

#main-menu .menu-item a {
  color: #2C2A34;
}
#main-menu .menu-item a:hover {
  color: #B66622;
}
#main-menu .menu-item a.on {
  color: #B66622 !important;
}

.navbar-default.navbar-shrink .navbar-nav > li > a, .navbar-default.navbar-hover .navbar-nav > li > a {
  color: #2C2A34;
}
.navbar-default.navbar-shrink .navbar-nav > li > a:hover, .navbar-default.navbar-hover .navbar-nav > li > a:hover {
  color: #B66622;
}
.navbar-default.navbar-shrink .navbar-nav > li > a.on, .navbar-default.navbar-hover .navbar-nav > li > a.on {
  color: #B66622 !important;
}

/*-----------------------------------------------------------------*/
/* RESPONSIVE MENU
/*-----------------------------------------------------------------*/
@media (max-width: 1269px) {
  #main-menu .navbar-nav .menu-item a:after {
    display: none;
  }

  #main-menu .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 230px;
    left: auto;
    visibility: visible;
    float: none;
    opacity: 1;
    margin-bottom: 20px;
    width: 100%;
    top: auto;
    position: relative;
  }

  #main-menu .navbar-nav .mega-menu {
    position: relative;
  }

  #main-menu .navbar-nav .mega-menu.mobile-visible {
    position: relative;
    margin-bottom: 0;
  }

  #main-menu .navbar-nav .mega-menu.demos-menu .dropdown-menu .menu-item,
#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item {
    width: 100%;
    display: inline-block;
    float: none;
    margin-right: 0;
    border-right: none;
  }

  #main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
    display: none;
  }

  #main-menu .navbar-nav .mega-menu .dropdown-menu {
    left: auto;
    margin: 0;
    padding: 0;
  }

  #main-menu .navbar-nav .menu-item .dropdown-menu .menu-item a {
    padding: 10px 0 !important;
    padding-left: 0;
    line-height: 1 !important;
  }

  .menubar #main-menu .navbar-nav .mega-menu.menu-item-has-children:hover .dropdown > a {
    margin-bottom: 0;
  }

  #main-menu .navbar-nav .menu-item-has-children .dropdown-menu .menu-item-has-children .dropdown-menu,
#main-menu .navbar-nav .menu-item-has-children .dropdown-menu {
    display: none;
  }

  .menubar #main-menu .navbar-nav .mega-menu.menu-item-has-children .dropdown > a {
    margin-bottom: 0;
    padding: 10px 0 !important;
    line-height: 1;
  }

  #main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu .menu-item-has-children.mobile-visible .dropdown-menu,
#main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: inherit;
  }

  #main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown:before {
    display: none;
  }

  #main-menu .navbar-nav .menu-item-has-children a {
    width: calc(100% - 40px);
  }

  #main-menu .navbar-nav .menu-item-has-children .mobile-dropdown {
    font-family: "sway-font";
    font-size: 14px;
    font-weight: 900;
    text-rendering: auto;
    padding: 4px 10px;
    top: 0;
    z-index: 99;
    right: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
  }

  #main-menu .navbar-nav .mega-menu .menu-item-has-children .mobile-dropdown {
    display: none;
  }

  #main-menu .navbar-nav .menu-item-has-children .dropdown-menu .menu-item-has-children .mobile-dropdown:before,
#main-menu .navbar-nav .menu-item-has-children .mobile-dropdown:before {
    content: "\f078";
  }

  #main-menu .navbar-nav .menu-item-has-children .dropdown-menu .menu-item-has-children.mobile-visible .mobile-dropdown:before,
#main-menu .navbar-nav .menu-item-has-children.mobile-visible .mobile-dropdown:before {
    content: "\f077";
  }

  .modal-menu-item, .modal-menu-item:focus {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-on-mobile {
    display: none;
  }

  .navbar-default {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
  }

  .header-bttn-wrapper {
    width: 100% !important;
    display: none !important;
  }

  .navbar-fixed-top .navbar-collapse[aria-expanded=true] ~ .main-nav-extra-content .header-bttn-wrapper, .navbar-fixed-top .navbar-collapse[aria-expanded=true] ~ .header-bttn-wrapper {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar.navbar-default .menubar .container {
    display: block;
  }

  .navbar-fixed-top, .navbar.navbar-default .menubar {
    padding: 0px;
    min-height: 65px;
  }

  .navbar.navbar-default.full-width .container, .navbar.navbar-default .container, .navbar.navbar-default.contained .container {
    padding: 8px 15px;
  }

  .navbar.navbar-default .topbar .container,
.transparent-navigation .navbar.navbar-default .topbar .container {
    padding: 0;
  }

  #logo {
    float: left;
  }

  .navbar .container #logo .logo {
    margin-left: 0;
    line-height: 50px;
    font-size: 18px;
  }

  .navbar-header {
    display: block;
  }

  .navbar.navbar-default .menubar .topbar-search.mobile-search .fa.toggle-search {
    margin: 0;
  }

  .navbar.navbar-default .menubar .topbar-search {
    display: none;
  }

  .navbar.navbar-default .menubar .topbar-search.mobile-search {
    display: block;
    float: right;
    margin-top: 10px;
  }

  .navbar-fixed-top .page-scroll {
    margin: 0;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    overflow-y: scroll;
    max-height: calc(100vh - 65px);
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .navbar-nav {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    max-height: calc(100vh - 210px);
  }

  #main-menu .navbar-nav .menu-item a {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    opacity: 1;
    color: #2C2A34;
  }

  .navbar .modal-menu-item {
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
.navbar-default {
  border-color: transparent;
  width: inherit;
  top: inherit;
}

.navbar-default.fullwidth .container {
  width: 100%;
  padding: 0 35px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
  color: #fec503;
}

.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
}

.navbar-default .navbar-toggle {
  border: none;
  margin-right: -10px;
}

@media (min-width: 1270px) {
  .navbar-header {
    display: none;
  }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #F3F2F1;
}

.navbar-default .nav li a {
  opacity: 1;
  margin: 0;
  padding: 0 14px;
  line-height: 1;
  transition: 0.25s;
  font-weight: 500;
}

.navbar-default .navbar-toggle {
  position: relative;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  overflow: visible;
  width: 36px;
  height: 36px;
  margin-right: 0;
  margin-top: 9px;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  margin-right: -5px;
  margin-left: 3px;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar:before,
.navbar-toggle .icon-bar:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: 8px;
  top: 24px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  margin: 0;
  background-color: #39364e;
  border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar:not(:first-child) {
  display: none;
}

.navbar-default .navbar-toggle .icon-bar:after, .navbar-default .navbar-toggle .icon-bar:before {
  display: block;
  content: "";
}

.navbar-default .navbar-toggle .icon-bar:before {
  top: -7px;
  left: 0px;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-default .navbar-toggle .icon-bar:after {
  top: -14px;
  left: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.navbar-default .navbar-toggle[aria-expanded=true] .icon-bar {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:before {
  top: 0px;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:after {
  top: 0px;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.navbar-default .nav:hover li a {
  opacity: 0.3;
}

.navbar-default .nav:hover li.dropdown:hover a,
.navbar-nav .nav:hover li.dropdown .dropdown-menu li a,
.navbar-nav li.dropdown .dropdown-menu:hover li a:hover,
.navbar-default .nav:hover li a:hover {
  opacity: 1;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
  outline: 0;
  background: none;
  opacity: 1;
}

#single-page .bbp-login-form .user-submit, .tt_button.modal-menu-item {
  border-radius: 0;
  box-sizing: border-box;
  transition: 0.25s;
  cursor: pointer;
  min-width: auto;
  display: inline-flex;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 34px;
}

.tt_button.modal-menu-item:first-child {
  margin-left: auto;
}

#single-page .bbp-login-form .user-submit {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 20px;
}

#single-page .right-sidebar .bbp-login-form .user-submit {
  margin: 0;
}

.modal-content-inner .wpcf7-submit:hover,
.keydesign-cart .buttons .btn:hover {
  color: #fff !important;
}

.modal-content .other-form-shortcode {
  position: relative;
  z-index: 10;
}

.navbar.navbar-default .menubar {
  transition: 0.25s ease-in-out;
}

.navbar.navbar-default .menubar.main-nav-center .container::after,
.navbar.navbar-default .menubar.main-nav-center .container::before {
  display: none;
}

@media (min-width: 1270px) {
  .navbar.navbar-default.logo-center .menubar .container {
    flex-direction: column;
  }

  .navbar.navbar-default.logo-center .logo-center-group-fix {
    display: flex;
    margin: auto;
  }

  .navbar.navbar-default.logo-center #logo {
    justify-content: center;
  }

  .navbar.navbar-default.logo-center .menubar .navbar-collapse {
    margin: auto;
    width: auto;
  }
}
.main-nav-extra-content {
  display: flex;
}

.navbar.navbar-default .menubar.main-nav-right .navbar-collapse {
  margin-left: auto;
}

.navbar.navbar-default .menubar.main-nav-left .navbar-collapse {
  margin-right: auto;
}

.navbar.navbar-default .menubar .topbar-search,
.navbar.navbar-default .menubar .keydesign-cart {
  margin-top: 18px;
}

.navbar-default.navbar-shrink .nav li a:hover, .navbar-default.navbar-shrink .nav li a:focus {
  outline: 0;
  background: none;
}

.navbar-default.navbar-shrink .navbar-nav > .active > a:focus, .navbar-default.navbar-shrink .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  background: none;
  opacity: 1;
}

.navbar-default.navbar-shrink.with-topbar.with-topbar-sticky {
  margin-top: 0px;
}

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}

#kd-slider .bullet-bar.tparrows {
  width: 50px;
  height: 50px;
  transition: all 0.25s ease-in-out;
}

#kd-slider .bullet-bar.tparrows:before {
  line-height: 50px;
}

#kd-slider .secondary_slider {
  background-color: #fff;
  border: 2px solid #fff;
}

#kd-slider .secondary_slider:hover {
  color: #fff;
  background-color: transparent;
}

.menu-item-badge,
.navbar-nav .menu-item .menu-item-badge {
  display: inline-flex;
  padding: 0 10px;
  border-radius: 50em;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.16px;
  z-index: 10;
  text-transform: uppercase;
  width: auto;
  min-width: auto;
  text-align: center;
  margin-left: 12px;
  line-height: 21px;
  float: right;
  margin-top: -2px;
}

.footer-widget-area .menu-item-badge,
.navbar-nav .dropdown-menu .menu-item .menu-item-badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  margin-top: -11px;
}

@media (max-width: 1270px) {
  .navbar-nav .menu-item .menu-item-badge {
    float: none;
  }
}
@media (min-width: 1270px) {
  .under-menu {
    margin-top: 80px;
  }

  .under-menu-topbar {
    margin-top: 125px;
  }

  .navbar.navbar-default {
    padding: 0 0;
    background-color: #F3F2F1;
    transition: 0.25s ease-in-out;
    z-index: 1090;
  }

  navbar.navbar-default a {
    color: #2C2A34;
  }

  .home .navbar.navbar-default {
    background-color: transparent;
  }

  .transparent.navbar.navbar-default a {
    color: #fff;
  }

  .navbar-default, .navbar-default.fullwidth {
    padding: 0;
  }
}
.navbar-shrink {
  border-bottom: 1px solid #C6BEBB;
  border-bottom: 0.5px solid #C6BEBB;
}

.navbar-shrink .topbar {
  background-color: #F3F2F1 !important;
  display: none;
}

.transparent .topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 1.5px;
}

.transparent .topbar.tb-border-design .topbar-right-content {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 0.5px solid rgba(255, 255, 255, 0.25);
}

.transparent .topbar.tb-border-design .topbar-phone {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 0.5px solid rgba(255, 255, 255, 0.25);
}

.navbar-hover .topbar, .navbar-hover .topbar.tb-border-design .topbar-right-content, .navbar-hover .topbar.tb-border-design .topbar-phone,
.topbar, .topbar.tb-border-design .topbar-right-content, .topbar.tb-border-design .topbar-phone {
  border-color: #C6BEBB;
}

.topbar .fas, .topbar .far {
  display: none;
}

body .navbar-default .nav li a {
  font-size: 15px;
  font-weight: 400;
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: 0.08px;
}

.navbar-nav li.link-main > a {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 2.25px !important;
}

.navbar-nav li.link-uc > a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #2C2A34;
  font-size: 16px;
}

.navbar-shrink .topbar a, .navbar-hover .topbar a {
  color: #2C2A34;
}

.navbar-hover .topbar, .navbar-hover .topbar.tb-border-design .topbar-right-content, .navbar-hover .topbar.tb-border-design .topbar-phone,
.topbar, .topbar.tb-border-design .topbar-right-content, .topbar.tb-border-design .topbar-phone {
  border-color: #C6BEBB;
}

.topbar .fas, .topbar .far {
  display: none;
}

body .navbar-default .nav li a {
  font-size: 15px;
  font-weight: 400;
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: 0.08px;
}

.navbar-nav li.link-main > a {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 2.25px !important;
}

.navbar-nav li.link-uc > a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #2C2A34;
  font-size: 16px;
}

@media (min-width: 1270px) {
  .navbar-nav li.w64 {
    width: 64% !important;
  }

  .navbar-nav li.w42 {
    width: 42% !important;
  }
}
#logo .logo {
  min-width: 150px;
}
.transparent.navbar-default .hover-logo, .transparent.navbar-default .nav-logo {
  display: none;
}

.transparent.navbar-default.navbar {
  background-color: transparent;
  border-bottom: 1px solid transparent !important;
  border-bottom: 0.5px solid transparent !important;
}
.transparent.navbar-default.navbar .fixed-logo {
  display: block;
}
.transparent.navbar-default.navbar #main-menu .menu-item a {
  color: #fff;
}
.transparent.navbar-default.navbar a.contact-icon img:first-child {
  display: none;
}
.transparent.navbar-default.navbar a.contact-icon img:last-child {
  display: block;
}

.navbar-default .fixed-logo, .navbar-hover .fixed-logo, .transparent.navbar-hover .fixed-logo {
  display: none;
}

.navbar-default.navbar {
  background-color: #F3F2F1;
  border-bottom: 1px solid #C6BEBB;
  border-bottom: 0.5px solid #C6BEBB;
  margin-bottom: 0;
}
.navbar-default.navbar #main-menu .menu-item a {
  color: #2C2A34;
}
.navbar-default.navbar a.contact-icon img:first-child {
  display: block;
}
.navbar-default.navbar a.contact-icon img:last-child {
  display: none;
}

.topbar-phone {
  border-right: 1px solid red;
  border-right: 0.5px solid red;
}

.topbar-right-content {
  border-left: 1px solid red;
  border-left: 0.5px solid red;
}

.navbar-shrink .fixed-logo, .navbar-hover .fixed-logo, .navbar-shrink .hover-logo, .transparent.navbar-shrink.navbar .fixed-logo, .transparent.navbar-shrink .hover-logo, .transparent.navbar-shrink.navbar-hover .hover-logo {
  display: none;
}

.transparent.navbar-default.navbar.navbar-shrink {
  border: 1px solid #C6BEBB !important;
  border: 0.5px solid #C6BEBB !important;
}

.navbar.navbar-default.navbar-shrink {
  margin-bottom: 0;
  background-color: #F3F2F1 !important;
}
.navbar.navbar-default.navbar-shrink a {
  color: #2C2A34;
}
.navbar.navbar-default.navbar-shrink a.contact-icon img:first-child {
  display: block;
}
.navbar.navbar-default.navbar-shrink a.contact-icon img:last-child {
  display: none;
}

.navbar-shrink .nav-logo {
  display: block !important;
}

.navbar-shrink .logo {
  padding-top: 12px;
}
@media (min-width: 768px) {
  .navbar-shrink .logo {
    padding-top: 0;
  }
}

.navbar-shrink.navbar-default.navbar #main-menu .menu-item a {
  color: #2C2A34;
}

.topbar-contact span, .a-header > a, .a-head {
  letter-spacing: 2.25px !important;
}

.no-p {
  padding: 0;
}

.navbar-hover .nav-logo, .navbar-default .nav-logo {
  display: none;
}

.navbar.navbar-hover .hover-logo {
  display: block;
}

.navbar.navbar-default.navbar-shrink.with-topbar-sticky .topbar, .navbar .topbar.tb-border-design {
  background-color: #F3F2F1;
}

.transparent.navbar.navbar-default.navbar-shrink.with-topbar-sticky .topbar, .transparent.navbar .topbar.tb-border-design {
  background-color: transparent;
}

.navbar-hover #main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
  background-color: #F3F2F1 !important;
}

.navbar-hover a span, .navbar-hover .topbar a span {
  color: #2C2A34;
}

.navbar-hover.navbar.navbar-default #main-menu .menu-item a {
  color: #2C2A34;
}
.navbar-hover.navbar.navbar-default a.contact-icon img:first-child {
  display: block;
}
.navbar-hover.navbar.navbar-default a.contact-icon img:last-child {
  display: none;
}

a.logo img.show {
  display: block !important;
}
a.logo img.hide {
  display: none !important;
}

.main-home {
  padding-top: 0;
}
.main-home.shrink {
  padding-top: 0;
}
@media (min-width: 1270px) {
  .main-home .section-hero {
    overflow: hidden;
  }
}

.hero-home {
  background-color: #2C2A34;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/MIHhC7ajzjNUhXHmJVVowP3PcQIKPmkz0EpXXkm8.jpg);
  background-image: -webkit-image-set(url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/MIHhC7ajzjNUhXHmJVVowP3PcQIKPmkz0EpXXkm8.webp) 1x, url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/MIHhC7ajzjNUhXHmJVVowP3PcQIKPmkz0EpXXkm8.webp) 2x);
  background-image: image-set(url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/MIHhC7ajzjNUhXHmJVVowP3PcQIKPmkz0EpXXkm8.webp) 1x, url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/MIHhC7ajzjNUhXHmJVVowP3PcQIKPmkz0EpXXkm8.webp) 2x);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-sizing: border-box;
  margin-bottom: 5%;
  display: flex;
  min-height: 100vh;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-home {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/XjmAuLrkhXgO70piCFvEbyAwwLWKKqKL61jc4qOr.jpg);
    background-image: -webkit-image-set(url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/XjmAuLrkhXgO70piCFvEbyAwwLWKKqKL61jc4qOr.webp) 1x, url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/XjmAuLrkhXgO70piCFvEbyAwwLWKKqKL61jc4qOr.webp) 2x);
    background-image: image-set(url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/XjmAuLrkhXgO70piCFvEbyAwwLWKKqKL61jc4qOr.webp) 1x, url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/XjmAuLrkhXgO70piCFvEbyAwwLWKKqKL61jc4qOr.webp) 2x);
    margin-bottom: 64px;
  }
}
@media (min-width: 1600px) {
  .hero-home {
    background-color: #F3F2F1;
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/video-still.jpg);
    background-image: -webkit-image-set(url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/video-still.webp) 1x, url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/video-still.webp) 2x);
    background-image: image-set(url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/video-still.webp) 1x, url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/video-still.webp) 2x);
  }
}
.hero-home a {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  text-shadow: 2px 2px 2px rgba(44, 42, 52, 0.65);
}
.hero-home video {
  display: none;
  width: 100%;
}
@media (min-width: 1600px) {
  .hero-home video {
    display: block;
    position: absolute;
    top: 0;
  }
}
.hero-home.video-loaded {
  background-image: none;
}

.video-content {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
@media (min-width: 1270px) {
  .video-content .container {
    padding: 0px 7%;
  }
}
.video-content .container h1 {
  font-family: artigo, serif;
  font-weight: 400;
  max-width: 1600px;
  padding: 0 20px;
  font-size: 8vw;
  line-height: 9vw;
  color: #F3F2F1;
  margin-bottom: 30px;
  text-shadow: 0px 0px 20px rgba(182, 182, 182, 0.5);
  text-align: center;
}
@media (min-width: 768px) {
  .video-content .container h1 {
    padding: 0 50px;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1270px) {
  .video-content .container h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
  }
}
.video-content .container h1 br {
  display: none;
}
@media (min-width: 1270px) {
  .video-content .container h1 br {
    display: block;
  }
}

.menu-under {
  background: #2c2a34;
  background: linear-gradient(0deg, rgba(44, 42, 52, 0) 0%, rgba(44, 42, 52, 0.1) 20%, rgba(44, 42, 52, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c2a34",endColorstr="#2c2a34",GradientType=1);
  position: absolute;
  top: 0;
  height: 400px;
  width: 100vw;
}
@media (min-width: 768px) {
  .menu-under {
    display: block;
    height: 200px;
  }
}
@media (min-width: 1270px) {
  .menu-under {
    height: 300px;
  }
}

.page-title {
  text-align: center;
}

.why-chelmer-valley {
  max-width: 1050px !important;
  font-weight: 500;
}
.why-chelmer-valley h2 {
  margin-bottom: 16px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .why-chelmer-valley h2 {
    font-size: 36px;
  }
}
.why-chelmer-valley .row h3 {
  max-width: 1056px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 0 auto;
}
@media (min-width: 768px) {
  .why-chelmer-valley .row h3 {
    max-width: 699px;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 1em auto;
  }
}
@media (min-width: 1270px) {
  .why-chelmer-valley .row h3 {
    max-width: 1056px;
    font-size: 24px;
    line-height: 34px;
  }
}
.why-chelmer-valley h4 {
  font-weight: 300;
}

.brackets.ticker {
  width: 40%;
  min-width: 320px;
  margin-left: auto;
  font-size: 28px;
  text-align: center;
  font-weight: 300;
  margin-right: auto;
}
@media (min-width: 768px) {
  .brackets.ticker {
    min-width: 500px;
    font-size: 30px;
  }
  .brackets.ticker.w-25 {
    width: auto;
    min-width: 25%;
  }
  .brackets.ticker br {
    display: none;
  }
}
.brackets.ticker span {
  display: none;
}
.brackets.ticker span em {
  font-size: 36px;
  font-style: normal;
  color: #B66622;
  margin-bottom: 10px;
  font-weight: 400;
}
.brackets.ticker span em strong {
  font-size: 50px;
  font-weight: 500;
}
.brackets.ticker span em:last-child {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2C2A34;
  display: block;
}
@media (min-width: 768px) {
  .brackets.ticker span em:last-child {
    font-size: 22px;
  }
}

.container.best-sellers {
  margin-bottom: 64px;
}
.container.best-sellers h2 {
  font-size: 16px;
  margin: 15px 0 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .container.best-sellers h2 {
    font-size: 18px;
    margin: 1em 0 1.5em;
  }
}
@media (min-width: 1270px) {
  .container.best-sellers h2 {
    font-size: 22px;
    margin: 1em 0 1.5em;
  }
}
@media (min-width: 768px) {
  .container.best-sellers p {
    width: 66%;
    font-size: 16px;
  }
}
@media (min-width: 1270px) {
  .container.best-sellers p {
    width: 50%;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .container.best-sellers p.w-66 {
    width: 66%;
  }
}

.home-info-boxes {
  margin: 0 auto;
  display: none;
}
@media (min-width: 1270px) {
  .home-info-boxes {
    display: block;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1270px) {
  .home-info-boxes > div {
    box-sizing: border-box;
    flex: 0 0 20%;
    max-width: 170px;
  }
}
.home-info-boxes > div h3 {
  font-size: 22px;
}
.home-info-boxes > div img {
  margin: 0 auto 43px auto;
  display: block;
}
.home-info-boxes.trade-boxes {
  display: block;
}
@media (min-width: 1270px) {
  .home-info-boxes.trade-boxes {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.home-info-boxes.trade-boxes div {
  margin-bottom: 16px;
}
@media (min-width: 1270px) {
  .home-info-boxes.trade-boxes div {
    margin-bottom: 0;
  }
}
.home-info-boxes.trade-boxes h3, .home-info-boxes.trade-boxes img {
  display: inline;
}
@media (min-width: 1270px) {
  .home-info-boxes.trade-boxes h3, .home-info-boxes.trade-boxes img {
    display: block;
  }
}
.home-info-boxes.trade-boxes img {
  margin: 0 20px 0 0;
}
@media (min-width: 1270px) {
  .home-info-boxes.trade-boxes img {
    margin: 0 auto 43px auto;
  }
}

.box-brown {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1270px) {
  .box-brown {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-color: #D6D0CE;
  }
}
.box-brown > div {
  background-color: #D6D0CE;
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1270px) {
  .box-brown > div {
    box-sizing: border-box;
    flex: 0 0 50%;
  }
}
.box-brown > div:last-child {
  padding: 8%;
}
@media (min-width: 1270px) {
  .box-brown > div:last-child {
    padding: 0 4%;
  }
}
.box-brown > div img {
  width: 100%;
}
.box-brown h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 20px;
}
@media (min-width: 768px) {
  .box-brown h2 {
    font-size: 18px;
  }
}
@media (min-width: 1270px) {
  .box-brown h2 {
    margin: 1em 0 1.5em;
    font-size: 22px;
  }
}
.box-brown p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .box-brown p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1270px) {
  .box-brown p {
    font-size: 18px;
    margin-bottom: 2em;
  }
}
.box-brown a.button {
  max-width: 60%;
}
.box-brown.box-black {
  color: #F3F2F1;
}
@media (min-width: 1270px) {
  .box-brown.box-black {
    background-color: #2C2A34;
  }
}
.box-brown.box-black > div {
  background-color: #2C2A34;
  position: relative;
}
.box-brown.box-black > div .tool-tip {
  color: #2C2A34;
  background-color: #F3F2F1;
  width: 402px;
}
.box-brown.box-black > div .tool-tip:after {
  border-color: #F3F2F1 transparent transparent transparent;
}
.box-brown.box-black a {
  color: #F3F2F1;
}

/*
Theme Name: Sway
Theme URI: http://www.swaytheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 2.0
Text Domain: sway
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt

/*
0. GLOBAL STYLES
1. LIBRARIES
     1.1 SWAY FONT
2. TYPOGRAPHY
     2.1 FONTS
     2.2 HEADINGS
3. LAYOUT
     3.1 GENERAL
     3.2 PRELOADER
     3.3 LOGO
     3.4 CAROUSELS
4. MENU
5. HEADER
6. SECTIONS
7. FOOTER
8. ICONS
9. BLOG
10. 404 PAGE
11. PORTFOLIO
12. CONTACT
13. BBPRESS
14. SIDE PANEL
15. RESPONSIVE
16. CUSTOMIZER
17. LANDING PAGE
18. FIXES
19. READING BAR

*/
main {
  padding-top: 79px;
}
@media (min-width: 1270px) {
  main {
    padding-top: 170px;
  }
}

main.np {
  padding-top: 0;
}

@media (min-width: 1270px) {
  main.shrink {
    padding-top: 99px;
  }
}

hr {
  border-top: 1px solid #C6BEBB;
  border-top: 0.5px solid #C6BEBB;
  --hr-margin:64px;
}
hr.b-130 {
  margin-bottom: var(--hr-margin);
}
hr.t-130 {
  margin-top: var(--hr-margin);
}
hr.rule-carousel {
  margin-top: var(--hr-margin);
}
hr.rule-plp {
  margin: 0;
}

#single-page .bbp-login-form {
  padding: 30px;
  border-radius: 0px;
  border: 1px solid #eaeaea;
  padding-bottom: 0;
  background-color: #f5f5f5;
  margin-top: 50px;
  margin-bottom: 10px;
}

#single-page .right-sidebar .bbp-login-form {
  padding: 0;
  border: none;
  margin: 0;
}

#single-page .bbp-login-form .bbp-template-notice {
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  clear: both;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

#single-page .bbp-login-form .bbp-username input,
#single-page .bbp-login-form .bbp-email input {
  border: 1px solid #eaeaea;
  margin-bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

/*-----------------------------------------------------------------*/
/* 14. SIDE PANEL
/*-----------------------------------------------------------------*/
.panel-screen-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1100;
}

.panel-screen-overlay.active {
  display: block;
}

.kd-side-panel {
  z-index: 1200;
}

.kd-panel-header .kd-panel-title {
  font-weight: 600;
  padding: 40px 0px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 21px;
  margin: 0 50px;
  margin-bottom: 40px;
}

.kd-panel-header .kd-panel-subtitle {
  position: relative;
  margin: 0;
  padding: 0px 50px 40px 50px;
  padding-bottom: 36px;
  font-size: 16px;
  line-height: 1.5;
}

.kd-panel-header .key-icon-box.icon-left.icon-default {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}

.kd-panel-header .key-icon-box.icon-left.icon-default h4 {
  margin: 0;
}

.kd-panel-header .kd-panel-phone-email {
  padding-left: 50px;
  padding-bottom: 30px;
}

.kd-panel-header .kd-panel-email {
  padding-top: 0;
}

.kd-panel-header .key-icon-box.icon-left.icon-default .fa {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 28px;
}

.kd-side-panel .kd-panel-wrapper {
  transition: all 0.4s;
  transform: translateX(101%);
  position: fixed;
  max-width: 100vw;
  width: 470px;
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  overflow: auto;
  z-index: 100000;
}

.kd-panel-header {
  min-height: calc(100vh - 125px);
  height: auto;
}

.kd-side-panel div.wpforms-container-full .wpforms-form input[type=email],
.kd-side-panel div.wpforms-container-full .wpforms-form input[type=number],
.kd-side-panel div.wpforms-container-full .wpforms-form input[type=search],
.kd-side-panel div.wpforms-container-full .wpforms-form input[type=text],
.kd-side-panel div.wpforms-container-full .wpforms-form input[type=url],
.kd-side-panel div.wpforms-container-full .wpforms-form select,
.kd-side-panel div.wpforms-container-full .wpforms-form textarea,
.kd-side-panel .kd-panel-wrapper .wpcf7 .wpcf7-text,
.kd-side-panel .kd-panel-wrapper .wpcf7 .wpcf7-text,
.kd-side-panel .kd-panel-wrapper .wpcf7 textarea,
.kd-side-panel .kd-panel-wrapper .wpcf7 .wpcf7-select {
  border: 1px solid #e7e7e7;
}

.kd-side-panel .kd-panel-wrapper .wpcf7 .wpcf7-submit {
  width: 100%;
}

.kd-side-panel.active .kd-panel-wrapper {
  transform: translateX(0);
}

.kd-side-panel .kd-panel-contact {
  position: relative;
  padding: 0 50px 22px 50px;
}

.kd-side-panel .kd-panel-contact .wpcf7-form-control-wrap {
  margin: 0;
}

.kd-side-panel.btn-hover-1 .kd-panel-contact .wpcf7 .wpcf7-submit:hover {
  background-color: transparent;
}

.kd-side-panel .kd-panel-contact .acceptance-subscribe {
  left: 0;
  white-space: inherit;
}

.kd-panel-social-list {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}

.kd-panel-phone:after, .kd-panel-email:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  z-index: -1;
  border: 1px solid #e7e7e7;
  background: transparent !important;
  display: none;
}

.modal-content-contact .redux-social-media-list .fab,
.kd-panel-social-list .redux-social-media-list .fab {
  margin: auto;
  font-size: 14px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.2, 1);
  line-height: 30px;
}

.kd-panel-phone, .kd-panel-email {
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
  display: inline-flex;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  border: 1px solid #e7e7e7;
}

.kd-panel-phone {
  margin-right: 6px;
}

.kd-panel-phone .far, .kd-panel-email .far,
.kd-panel-phone .fa, .kd-panel-email .fa {
  font-size: 14px;
  margin-right: 10px;
  line-height: 30px;
  float: left;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
}

.kd-panel-phone a, .kd-panel-email a {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
}

.kd-panel-phone:hover .fa, .kd-panel-email:hover .fa,
.kd-panel-phone:hover a, .kd-panel-email:hover a,
.kd-panel-social-list .redux-social-media-list a:hover .fab {
  color: #fff !important;
}

.kd-panel-phone:hover:after, .kd-panel-email:hover:after,
.kd-panel-social-list .redux-social-media-list a:hover:after {
  opacity: 1;
}

.kd-panel-social-list .redux-social-media-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.kd-side-panel .panel-close {
  position: absolute;
  right: 50px;
  top: 43px;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  padding: 0;
}

.kd-side-panel .panel-close .fa {
  transition: 0.25s;
}

.kd-side-panel .panel-close:hover {
  opacity: 1;
}

.kd-side-panel .panel-close:focus {
  outline: 0;
}

/*-----------------------------------------------------------------*/
/* 15. EVENTS CALENDAR
/*-----------------------------------------------------------------*/
.entry-header.blog-header.events-calendar-header {
  background: #fff !important;
  padding-bottom: 0 !important;
}

.theme-sway .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.theme-sway .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0px !important;
}

.theme-sway .events-archive footer.entry-header, .events-archive footer.entry-meta, .events-archive header.entry-header, .events-archive header.entry-meta, .events-archive span.edit-link, .single-tribe_events footer.entry-header, .single-tribe_events footer.entry-meta, .single-tribe_events header.entry-header, .single-tribe_events header.entry-meta, .single-tribe_organizer footer.entry-header, .single-tribe_organizer footer.entry-meta, .single-tribe_organizer header.entry-header, .single-tribe_organizer header.entry-meta, .single-tribe_venue footer.entry-header, .single-tribe_venue footer.entry-meta, .single-tribe_venue header.entry-header, .single-tribe_venue header.entry-meta {
  display: block !important;
}

.theme-sway.single-tribe_events .tribe-events-single-event-title {
  font-size: 60px !important;
  line-height: 78px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tribe-events .tribe-events-c-ical__link:before {
  display: none !important;
}

.single-tribe_events .tribe-events-schedule {
  background: none;
  border: none;
}

.navbar.navbar-default .menubar .topbar-search.mobile-search {
  display: none;
}

#wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

#wrapper .tribe-common .tribe-common-h7, #wrapper .tribe-common .tribe-common-h8 {
  color: #fff;
  opacity: 1;
}

#wrapper #tribe-events-pg-template {
  padding-top: 0;
}

/*-----------------------------------------------------------------*/
/* 15. RESPONSIVE
/*-----------------------------------------------------------------*/
@media (max-width: 959px) {
  .footer-widget-column.text-right,
.footer-widget-column.text-right .widget-title,
.footer-widget-column.text-center,
.footer-widget-column.text-center .widget-title {
    text-align: left;
  }

  #posts-content.blog-minimal-grid .type-portfolio,
#posts-content.blog-detailed-grid .type-portfolio {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  #posts-content .type-portfolio .blog-single-title {
    font-size: 22px;
  }

  .upper-footer .footer-widget-column:first-child {
    padding-left: 15px;
  }

  .upper-footer .footer-widget-column:last-child {
    padding-right: 15px;
  }

  .lower-footer.copyright-justify .container span {
    display: block;
  }

  #footer.fullwidth-footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .related-content .portfolio img, .single-post #posts-content .related-posts img {
    width: 100%;
  }

  .related-content .portfolio {
    margin-bottom: 20px;
  }

  .responsive-zigzag {
    display: flex;
    flex-flow: column wrap;
  }

  .responsive-zigzag .zigzag-image {
    order: 2;
  }

  .portfolio .entry-categories ul, .post .entry-categories ul {
    padding-left: 25px;
    padding-right: 25px;
  }

  .kd_counter_units,
.kd_number_string {
    font-size: 38px !important;
  }

  .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 15px;
  }

  .topbar #menu-topbar-menu li, .navbar-topbar li {
    margin-right: 0;
    border: none;
  }

  .tb-border-design .topbar-left-content {
    border-right: none;
  }

  .topbar #menu-topbar-menu li, .navbar-topbar li {
    font-size: 12px;
  }

  .blog-subscribe-wrapper {
    margin-bottom: 80px;
    padding: 35px;
  }

  .woo-entry-wrapper, .related-posts .post .entry-wrapper, .related-content .portfolio .entry-wrapper, #posts-content.blog-detailed-grid .entry-wrapper, #wrapper .blog-detailed-grid .entry-wrapper, #posts-content.blog-minimal-grid .entry-wrapper {
    padding: 25px;
  }

  .blog-subscribe-wrapper .inline-cf {
    max-width: 100%;
  }

  .blog-subscribe-wrapper p.blog-subscribe-subtitle {
    white-space: inherit;
    margin-bottom: 25px;
  }

  .blog-subscribe-wrapper .inline-cf .wpcf7 .wpcf7-submit {
    margin: 0;
    width: 100%;
  }

  .blog-subscribe-wrapper .acceptance-subscribe {
    left: 0;
  }

  .blog-subscribe-wrapper h4 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .blog-subscribe-background {
    display: none;
  }

  #footer.blog-subscribe-form .upper-footer {
    padding-top: 80px;
  }

  .upper-footer .col-lg-4 {
    padding-left: 15px;
  }

  .kd-panel-phone, .kd-panel-email {
    margin-bottom: 10px;
  }

  .blog-header-form .wpcf7 .wpcf7-submit {
    max-width: 150px !important;
    padding: 0;
  }

  .navbar.navbar-default .menubar .topbar-search {
    display: none;
  }

  #single-page blockquote p, blockquote p {
    margin: 0;
  }

  #single-page blockquote:before {
    float: none;
    margin-right: 0;
  }

  .entry-header .blog-title-left .section-subheading {
    text-align: left;
    margin-left: 0;
  }

  .single-post-layout-two .blog-single-content {
    margin-top: 30px;
  }

  .single-post-layout-one #comments, .single-post-layout-two #comments {
    max-width: 100%;
    padding: 0;
  }

  .author-desc p, #comments .comment .comment-content {
    padding-left: 0;
  }

  .author-box-wrapper .author-desc {
    margin-bottom: 20px;
  }

  .kd_vc_parallax .parallax-overlay {
    background-size: cover !important;
  }

  .kd-calltoaction .cta-text p br,
.vc_custom_heading br {
    display: none;
  }

  .main-nav-center #logo {
    width: auto !important;
  }

  .admin-bar .navbar.navbar-default {
    top: 46px;
  }

  .container .vc_row-has-padding-left {
    padding-left: 15px !important;
  }

  .container .vc_row-has-padding-right {
    padding-right: 15px !important;
  }

  #primary .hide-bg-on-mobile,
#primary .hide-bg-on-mobile.wpb_column .vc_column-inner,
.hide-bg-on-mobile {
    background-image: none !important;
  }

  .vc_grid-item-mini .blog-detailed-grid .vc_gitem-post-data.vc_gitem-post-data-source-post_date p {
    margin-bottom: 0 !important;
  }

  .vc_grid-item-mini .blog-detailed-grid .vc_gitem-post-data.vc_gitem-post-data-source-post_date {
    width: auto !important;
  }

  .modal-content-inner .wpcf7-response-output {
    display: none;
  }

  .modal-content-contact {
    padding: 20px;
  }

  .related-posts .post .entry-wrapper, #posts-content.blog-detailed-grid .entry-wrapper, #wrapper .blog-detailed-grid .entry-wrapper, #posts-content.blog-minimal-grid .entry-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  #posts-content.blog-minimal-grid .entry-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #wrapper .blog-detailed-grid .entry-wrapper {
    margin: 0;
  }

  .blog #wrapper .blog-detailed-grid .entry-wrapper {
    margin: 0 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .related-posts .post .entry-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  #posts-content.blog-detailed-grid .post img, #posts-content.blog-minimal-grid .post img {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    max-width: calc(100% - 30px);
  }

  #posts-content.blog-img-left-list .post,
#posts-content.blog-img-left-list .BlogFullWidth .post {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 50px;
    display: block;
  }

  #posts-content.blog-img-left-list .entry-image,
#posts-content.blog-img-left-list .BlogFullWidth .entry-image {
    max-width: 100%;
    margin-right: 0;
  }

  #posts-content.blog-img-left-list .entry-wrapper,
#posts-content.blog-img-left-list .BlogFullWidth .entry-wrapper {
    float: left;
    width: 100%;
  }

  #posts-content.blog-img-left-list .post p, #posts-content.blog-minimal-list .post p, #posts-content.blog-img-top-list .post p {
    text-align: left;
    max-width: 100%;
  }

  #posts-content.blog-minimal-list .BlogFullWidth p {
    padding: 0;
    margin-top: 55px;
  }

  .blog-header-form .wpcf7 .wpcf7-submit {
    margin: 0;
    height: 50px;
    line-height: 48px;
    margin-left: 0;
    z-index: 10;
    position: relative;
    width: auto;
    width: 100%;
  }

  #posts-content.blog-img-top-list .post .page-content {
    margin-bottom: 25px;
    margin-top: 15px;
  }

  .blog-header-form .wpcf7 {
    width: 100%;
    max-width: 400px;
  }

  .single-post #posts-content .BlogFullWidth, #posts-content.blog-minimal-list .BlogFullWidth, #posts-content.blog-img-top-list .BlogFullWidth {
    width: 100%;
  }

  .vc_grid-item-mini .vc_gitem-post-data.vc_gitem-post-data-source-post_date div {
    text-align: center !important;
  }

  .vc_grid-item-mini .blog-detailed-grid .vc_btn3-container {
    float: none;
  }

  .wpb_wrapper .vc_grid-item-mini .blog-detailed-grid img {
    margin-bottom: 0;
  }

  #posts-content .blog-single-title,
.container h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .single-post #posts-content .post .mg-gallery {
    margin-top: -50px;
  }

  .blog-single-title-meta-wrapper {
    text-align: left;
    margin-bottom: 20px;
  }

  #contact-form-box .vc_column-inner {
    padding: 30px !important;
    margin-bottom: 20px;
    background-color: #fff;
  }

  .content-area .vc_basic_grid .vc_grid .vc_gitem-zone-c .vc_gitem-link {
    margin: auto;
  }

  .container h3 {
    font-size: 21px;
  }

  .wpb_wrapper #loginform .button {
    margin: auto;
    float: none;
  }

  .single-post-layout-two .blog-single-header-wrapper,
.blog .entry-header.blog-header.with-topbar,
.woocommerce-page .blog-header.entry-header, .woocommerce-page .blog-header.entry-header.with-topbar,
.woocommerce-page.post-type-archive-product .blog-header.entry-header, .woocommerce-page.post-type-archive-product .blog-header.entry-header.with-topbar,
.woocommerce-page .entry-header, .woocommerce-page .entry-header.with-topbar,
.entry-header.blog-header.with-topbar,
.entry-header.blog-header,
.entry-header.with-topbar {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single-post-layout-two .blog-single-header-wrapper {
    padding-bottom: 40px;
    margin-top: -50px;
  }

  .single-post .entry-header.blog-header {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .woocommerce-account.woocommerce-page .entry-header, .woocommerce-checkout.woocommerce-page .entry-header, .woocommerce-cart.woocommerce-page .entry-header,
.page-template-default .entry-header {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .navbar.with-topbar-mobile + #wrapper.hide-title-section,
.entry-header.with-topbar-mobile {
    margin-top: 42px;
  }

  .vc_col-sm-12 .wpcf7 .wpcf7-submit {
    margin-top: 0;
    width: 100%;
    flex: none;
    display: block;
  }

  #kd-slider .tp-caption.NotGeneric-Title {
    font-size: 22px !important;
    line-height: 25px !important;
    width: 100% !important;
  }

  #kd-slider .tt_button {
    zoom: 0.9;
    min-width: inherit;
  }

  .footer-business-info.footer-socials a {
    margin-bottom: 20px;
  }

  .wpb_text_column ul li, .wpb_text_column ol li {
    line-height: 30px;
    margin-bottom: 5px;
  }

  .footer_widget ul li span.post-date {
    white-space: inherit;
    width: auto;
    display: inline-block;
  }

  .footer-social-text {
    width: 100%;
    margin: 0;
  }

  .footer-newsletter-form .wpcf7 .wpcf7-submit {
    width: 100%;
  }

  .footer-newsletter-form {
    float: right;
    margin-top: 15px;
    width: 100%;
  }

  .navbar .topbar {
    display: none;
  }

  .navbar.navbar-default .topbar .container {
    padding: 0;
  }

  .navbar .topbar.visible-on-mobile {
    display: block;
  }

  .topbar-contact i {
    margin-right: 0;
  }

  .tb-border-design .topbar-phone, .tb-border-design .topbar-email, .tb-border-design .topbar-opening-hours {
    margin-right: 15px;
  }

  .topbar-phone a, .topbar-email a {
    margin-right: 5px;
  }

  .tb-border-design .topbar-right-content {
    padding-left: 0;
    margin-right: 0;
    border-right: 0;
    margin-right: -1px;
  }

  .topbar-contact i {
    font-size: 15px;
  }

  .topbar-socials a {
    font-size: 14px;
  }

  .topbar-right-content .topbar-contact {
    margin-right: 0;
  }

  .tb-default-design .topbar-phone,
.tb-default-design .topbar-email,
.tb-default-design .topbar-opening-hours {
    border-right: 1px solid rgba(132, 132, 132, 0.15);
    margin-right: 15px;
  }

  .tb-border-design .topbar-socials a {
    width: 44px;
  }

  .tb-default-design .topbar-socials {
    margin: 0 -5px;
  }

  .tb-default-design .topbar-socials a {
    border-right: 1px solid rgba(132, 132, 132, 0.15);
    width: 46px;
    text-align: center;
  }

  .tb-default-design .topbar-socials li:last-child a {
    border-right: none;
  }

  .tb-default-design .topbar-extra-content {
    border-left: 1px solid rgba(132, 132, 132, 0.15);
    border-right: 1px solid rgba(132, 132, 132, 0.15);
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
  }

  .tb-default-design .topbar-left-content {
    margin-left: 0;
    padding: 0 5px;
  }

  .tb-default-design .topbar-right-content.content-empty,
.tb-default-design .topbar-left-content.content-empty {
    border: none;
  }

  .tb-default-design .topbar-right-content .topbar-menu {
    margin-left: 15px;
  }

  .tb-default-design .topbar-contact span:last-child {
    border: none;
    margin: 0;
  }

  .tb-default-design .topbar-left-content .topbar-contact .topbar-opening-hours {
    padding-right: 0;
  }

  .tb-default-design .topbar-right-content .topbar-opening-hours {
    padding-right: 15px;
  }

  .tb-default-design .topbar-left-content .topbar-contact span:last-child a {
    padding-right: 0;
    margin-right: 0;
  }

  .topbar-contact .topbar-opening-hours span {
    position: absolute;
    width: 100vw;
    background: #fff;
    left: 0;
    text-align: center;
    font-weight: 600;
    color: #1f1f1f;
  }

  .topbar-contact .topbar-opening-hours span:before {
    content: "\f057";
    font-family: "sway-font";
    text-align: center;
    font-size: 16px;
    position: absolute;
    color: #1f1f1f;
    cursor: pointer;
    float: left;
    padding: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    right: 0;
    font-weight: 400;
  }

  .topbar-contact .topbar-opening-hours.active span {
    display: block;
  }

  .topbar-extra-content {
    display: none;
  }

  .tb-border-design .topbar-socials {
    margin: 0;
  }

  .topbar-socials ul.redux-social-media-list li i {
    margin: 0;
  }

  .tb-border-design .topbar-left-content {
    border-left: 0;
    margin-left: 0;
    padding: 0;
  }

  .topbar-contact span span {
    display: none;
  }

  .clients-content:after, .kd_counter_number:after {
    display: none;
  }

  .navbar.navbar-default.full-width .container,
.navbar.navbar-default .container,
.navbar.navbar-default.contained .container {
    padding: 8px 15px;
  }

  .navbar.navbar-default.full-width .topbar .container {
    padding: 0;
  }

  .blog #posts-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #posts-content.blog-detailed-grid.use-sidebar .col-lg-8,
#posts-content.blog-minimal-grid.use-sidebar .col-lg-8,
.blog-minimal-grid .col-lg-8,
.blog-detailed-grid .col-lg-8 {
    padding: 0 15px;
  }

  #posts-content .post.BlogMinimal {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-default.navbar-shrink.with-topbar {
    margin-top: 0;
  }

  .single-post.page .breadcrumbs {
    background: none;
    z-index: 1000;
    position: relative;
    padding-bottom: 0;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .entry-header {
    padding-top: 0;
    margin-bottom: 0;
  }

  .side-content-text ul li, .wpb_text_column ul li, .wpb_text_column ol li {
    text-align: left;
  }

  .wpb_text_column ol li {
    padding-left: 0;
  }

  .side-content-text ul,
.wpb_text_column ul,
.wpb_text_column ol {
    display: flex;
    flex-direction: column;
  }

  .wpcf7-form textarea {
    min-width: 100%;
    max-width: 100%;
  }

  #single-page .header-overlay {
    background-size: cover;
  }

  #single-page .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h3 {
    white-space: nowrap;
    max-width: 160px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .woocommerce #wrapper .pr0 {
    padding-right: 15px;
  }

  .woocommerce-page #wrapper {
    padding-top: 66px;
  }

  .portfolio-block {
    float: left;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  #posts-content .post.BlogMinimal .entry-content {
    max-height: 100%;
  }

  .big-custom-heading {
    line-height: 65px !important;
    font-size: 50px !important;
  }

  #portfolio-items .portfolio-item.item-size-small:nth-child(5),
.portfolio-item.item-size-small {
    width: calc(33.3333333% - 25px);
    height: auto;
    margin: 0;
    margin-bottom: 20px;
  }

  .wpcf7-form .label {
    margin-top: 15px;
  }

  .upper-footer .textwidget span {
    width: 100%;
  }

  .upper-footer .textwidget i {
    display: none;
  }

  #logo {
    float: left;
  }

  .woocommerce-page .navbar-default .container, .single-post .navbar-default .container, .single-page .navbar-default .container {
    width: 100%;
  }

  .modal-content-inner .modal-subheading {
    display: none;
  }

  .section.with-overlay .parallax-overlay {
    background-size: cover !important;
  }

  .error404 #wrapper {
    padding-top: 0;
  }

  .error404 .navbar-default.fullwidth .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-nav {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    max-height: calc(100vh - 210px);
  }

  .row .vc_custom_1480365617320 {
    margin-top: 0 !important;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    overflow-y: scroll;
    max-height: calc(100vh - 65px);
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .kd-panel-header .kd-panel-subtitle {
    padding: 30px;
  }

  .kd-panel-header .kd-panel-phone-email {
    padding-left: 30px;
    padding-bottom: 30px;
  }

  .kd-side-panel .kd-panel-contact {
    position: relative;
    padding: 0 30px 12px 30px;
  }

  .kd-panel-header .kd-panel-title {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .kd-panel-header {
    height: auto;
  }

  .kd-side-panel .panel-close {
    right: 30px;
    top: 33px;
  }

  .navbar .modal-menu-item {
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .navbar-default .nav li a {
    margin-top: 15px;
  }

  #main-menu .navbar-nav .menu-item a {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    opacity: 1;
  }

  .navbar-default.fullwidth .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.fullwidth {
    padding-right: 0;
    padding-left: 0;
  }

  header .header-dashboard .dashboard {
    max-width: 90%;
  }

  header .header-dashboard {
    background: none;
  }

  html {
    width: 100%;
  }

  .navbar-fixed-top .page-scroll {
    margin: 0;
  }

  .logo img {
    max-height: 47px;
    margin-top: 0px;
    width: auto;
  }

  .mobile-app .header-dashboard {
    text-align: center;
    float: none;
    max-width: 50%;
  }

  .mobile-app .header-buttons .primary-button {
    float: none;
  }

  .mobile-app .header-buttons {
    margin-bottom: 0;
  }

  .mobile-app .header-dashboard .dashboard {
    margin-top: 50px;
    margin-bottom: 0;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-app .intro-text .intro-lead-in, header .intro-text .intro-lead-in {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 35px;
  }

  .mobile-app .intro-text .intro-lead-in {
    text-align: center;
  }

  .mobile-app .intro-text .intro-heading {
    max-width: 100%;
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
  }

  .mobile-app .intro-text {
    width: 100%;
    padding: 65px 20px 0 20px;
    text-align: center;
  }

  .subscribe-form .intro-text, header .intro-text {
    padding: 125px 20px 0 20px;
  }

  .subscribe-form .intro-text {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-form header .wpcf7-text {
    width: 100%;
    border-right: 1px solid #fff;
  }

  .subscribe-form header .wpcf7-submit {
    width: 100%;
    margin-top: 20px;
  }

  .header-buttons {
    margin: 40px auto 40px auto;
  }

  header .intro-text .intro-heading {
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
  }

  .container .portfolio-title, .row .contact h2, section h2.section-heading, section h1.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    letter-spacing: -0.3px;
    line-height: 30px;
  }

  .footer-business-info {
    padding: 40px 20px 20px 20px;
    margin: -70px 15px 20px 15px;
  }

  .footer-business-address, .footer-business-phone, .footer-business-email {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    float: left;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .footer-business-info [class^=iconsmind-], .footer-business-info [class*=" iconsmind-"] {
    font-size: 25px;
    margin-top: 5px;
  }

  .footer-business-phone:after, .footer-business-address:after {
    display: none;
  }

  #contact {
    padding-top: 0;
  }

  .row .contact p, .row .contact h2 {
    text-align: center !important;
    width: 90%;
    margin: auto;
  }

  .row .contact p, section .section-subheading {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  section .section-subheading {
    padding: 0 20px;
  }

  p {
    margin-bottom: 20px;
  }

  .content-area .vc_grid-item-mini .vc_gitem-zone-c p {
    display: none;
  }

  #posts-content .post p {
    text-align: left;
  }

  .modal-content-contact p {
    margin-bottom: 20px;
  }

  .service-heading {
    font-size: 18px;
    margin-bottom: 18px;
  }

  #services .col-md-3.last, #services .col-md-3 {
    padding: 0 30px;
    margin-bottom: 30px;
  }

  .video-socials .fa {
    margin: 0 15px;
  }

  .portfolio-item {
    position: relative !important;
    width: 100% !important;
    top: inherit !important;
  }

  #portfolio-items {
    height: auto !important;
    overflow: visible;
  }

  #comments input[type=text], #comments input[type=url], #comments input[type=email], .wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select {
    min-width: 100%;
    width: 100%;
  }

  #comments input[type=url] {
    margin-bottom: 20px;
  }

  section h2.section-heading {
    text-align: center;
  }

  .woo-sidebar, .right-sidebar, .single-post .right-sidebar {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 35px;
    margin-bottom: 50px;
  }

  .sidebar-banner-widget {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 450px;
    background-position: center;
  }

  .video-modal .modal-content {
    max-width: 94%;
    width: 100%;
  }

  .chart-content {
    margin-top: -20px;
    margin-bottom: 50px;
  }

  .chart-content h4 {
    font-size: 15px;
  }

  .container .chart {
    display: none;
  }

  .subscribe .wpb_wrapper h3 {
    font-size: 28px;
    line-height: 28px;
    width: 100%;
    text-align: center !important;
    margin-bottom: 40px;
  }

  .subscribe .wpcf7-form {
    float: none;
    max-width: 80%;
  }

  .subscribe .wpcf7-form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .subscribe .wpcf7-form .wpcf7-submit {
    border: none;
    margin: 0;
  }

  .subscribe .wpcf7-form button {
    width: 100%;
    height: 40px;
  }

  .wpcf7 .wpcf7-submit {
    width: 100%;
  }

  .subscribe .wpcf7-form-control-wrap {
    width: 100%;
  }

  .contact-map-container {
    position: relative;
    top: 0;
    min-width: 100%;
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-bottom: 0px;
    height: auto !important;
  }

  #contact .contact-form-container {
    width: 100%;
    margin-top: 60px;
  }

  #contact .section-subheading {
    margin-top: 30px;
    line-height: 21px;
    text-align: center;
    margin: auto;
    width: 80%;
    margin-bottom: 50px;
  }

  #wpcf7-f319-o2 .wpcf7-form {
    max-width: 400px;
  }

  .wpcf7 .wpcf7-form {
    width: 100%;
    margin: auto;
  }

  .blog-header-form .wpcf7 .wpcf7-submit {
    margin: 0;
    height: 50px;
    line-height: 48px;
    margin-left: 0;
    z-index: 10;
    position: relative;
    width: auto;
  }

  .register-form .wpcf7 .wpcf7-submit,
#single-page .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    width: 100% !important;
    margin: 0;
    flex: none;
  }

  .blog-header-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    width: calc(100% - 150px) !important;
  }

  .modal-content-inner .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }

  .inline-cf .wpcf7-form p {
    display: inherit;
  }

  .btn-xl, #contact .form-group input.form-control {
    height: 40px;
  }

  .lower-footer .pull-left {
    width: 100%;
  }

  .lower-footer .pull-right {
    width: 100%;
    margin-top: 3px;
  }

  .lower-footer .pull-right .navbar-footer, .lower-footer .pull-right .navbar-footer li {
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .lower-footer span, .lower-footer a {
    width: 100%;
    margin: 0;
  }

  .lower-footer a {
    display: block;
  }

  #upper-footer {
    padding-bottom: 0 !important;
  }

  #upper-footer img {
    margin: auto;
  }

  #upper-footer .wpb_single_image.vc_align_left {
    text-align: center;
  }

  #upper-footer .pull-left {
    width: 100%;
    margin-bottom: 40px;
  }

  #upper-footer p, #upper-footer .vc_custom_heading {
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
  }

  #upper-footer .wpb_wrapper p {
    margin-bottom: 30px;
  }

  #upper-footer .pull-right {
    width: 100%;
  }

  .footer-secondary-nav {
    max-width: 100%;
    display: block;
    padding: 0;
    width: 100%;
  }

  .lower-footer {
    margin-top: 0;
  }

  .footer-secondary-nav a {
    margin: auto;
    display: block;
    float: none;
  }

  .footer-secondary-nav li {
    margin-bottom: 20px;
  }

  .entry-header .intro-text {
    padding-top: 70px;
  }

  .entry-header .section-subheading {
    margin-top: 20px;
    margin-bottom: 23px;
    margin-left: auto;
    float: none;
    margin-right: auto;
    text-align: center;
  }

  .entry-header .section-heading {
    font-size: 32px;
    margin: 0;
    line-height: 1.3;
  }

  .breadcrumbs {
    width: 100%;
    max-width: 100%;
  }

  .portfolio-template-default .entry-header .container {
    padding-bottom: 80px;
  }

  .portfolio-template-default .entry-header {
    padding-bottom: 0px;
  }

  .search.search-results #posts-content article {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-left: 0;
    margin-right: 0;
  }

  #posts-content .post .blog-single-title, #posts-content .blog-single-content .blog-single-title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 28px;
    line-height: 1.3;
  }

  #posts-content .related-content .post .blog-single-title {
    font-size: 22px;
  }

  .related-title h3 {
    font-size: 28px;
  }

  .single-post #posts-content .BlogFullWidth .entry-meta, .single-post #posts-content .BlogFullWidth .blog-single-title, #posts-content.blog-minimal-list .BlogFullWidth .entry-meta, #posts-content.blog-minimal-list .BlogFullWidth .blog-single-title, #posts-content.blog-img-top-list .BlogFullWidth .entry-meta, #posts-content.blog-img-top-list .BlogFullWidth .blog-single-title {
    text-align: left;
  }

  .single-post #posts-content .BlogFullWidth .entry-meta, .single-post #posts-content .BlogFullWidth .blog-single-title, #posts-content.blog-minimal-list .BlogFullWidth .entry-meta, #posts-content.blog-minimal-list .BlogFullWidth .blog-single-title, #posts-content.blog-img-top-list .BlogFullWidth .entry-meta, #posts-content.blog-img-top-list .BlogFullWidth .blog-single-title {
    margin-left: 0;
    margin-right: 0;
  }

  #posts-content.blog-img-left-list .entry-image,
#posts-content .wp-post-image {
    margin-bottom: 30px;
  }

  .blog-single.use-sidebar .col-lg-8 {
    padding: 0;
  }

  .blog-single-content .blog-content {
    margin-top: 0;
  }

  #posts-content .entry-meta span {
    width: auto;
    float: left;
    line-height: 1;
    margin-bottom: 5px;
  }

  #posts-content .entry-meta .comment-count {
    display: none;
  }

  #posts-content .entry-meta .blog-separator {
    display: none;
  }

  #posts-content.blog-img-top-list .entry-meta,
#posts-content .entry-meta {
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }

  #posts-content.blog-detailed-grid .entry-meta {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
  }

  #posts-content .blog-single-content .entry-meta {
    margin-bottom: 20px;
  }

  #posts-content .more-button a {
    margin-top: 0;
  }

  .navigation.pagination .next, .navigation.pagination .prev {
    width: 100%;
    margin-bottom: 10px;
  }

  #posts-content .post {
    margin-bottom: 35px;
    border-radius: 0;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 0;
    padding-bottom: 25px;
    padding-right: 0;
    padding-top: 15px;
  }

  .blog_widget {
    padding-left: 0px;
    margin-bottom: 40px;
    text-align: left;
  }

  .navigation.pagination {
    margin-bottom: 20px;
    padding: 0;
  }

  .blog-single-content {
    padding-bottom: 0;
    border-bottom: none;
  }

  .single-post #posts-content .post {
    padding-top: 5px;
    margin-bottom: 50px;
  }

  .single-post #posts-content .related-posts .post {
    padding-top: 0;
    margin: 0;
    margin-bottom: 20px;
  }

  #comments p {
    margin-bottom: 0;
    width: 100%;
  }

  #comments .logged-in-as {
    text-align: left;
  }

  .author-desc p, #comments .comment p {
    padding: 0;
    text-align: left;
  }

  #comments .fn {
    width: 100%;
    float: left;
  }

  #comments .reply {
    margin-left: 0;
  }

  #comments .comment-notes {
    margin-bottom: 20px;
  }

  #comments {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 0 15px;
    max-width: 100%;
  }

  #comments #respond #reply-title {
    margin-top: 20px;
  }

  #comments label {
    text-align: left;
    width: 100%;
  }

  .author-box-wrapper {
    margin-top: 50px;
    padding-bottom: 20px;
  }

  .author-box-wrapper .author-desc-wrapper,
.author-box-wrapper .author-name,
.author-box-wrapper .author-website,
.author-box-wrapper .author-desc {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }

  .author-box-wrapper .author-name h6 {
    text-align: left;
  }

  #posts-content .author-box-wrapper .author-avatar img, #comments .comment img {
    float: none;
    margin-bottom: 20px;
  }

  .comment-form-author, .comment-form-email {
    width: 100%;
    float: left;
    padding: 0 !important;
  }

  #posts-content #commentform textarea, #comments input {
    margin-bottom: 0;
    max-width: 100%;
  }

  #social-icons {
    display: block;
    width: 100%;
    text-align: center;
  }

  #posts-content .post-sticky-sidebar {
    margin-bottom: 0;
  }

  #wrapper.hide-title-section,
#wrapper {
    margin-bottom: 0 !important;
    padding-top: 65px;
  }

  .socials-widget a {
    float: none;
    display: inline-block;
  }

  .contact-box .vc_column-inner {
    border: none !important;
    padding: 30px 0 0 0 !important;
  }

  .contact-box:last-child .vc_column-inner {
    padding-bottom: 30px !important;
  }

  .contact-map .vc_column-inner {
    margin-top: 0 !important;
  }

  #popup-modal .modal-content {
    overflow: hidden;
    transition: all 0.2s;
    max-width: 90%;
    left: 0;
    margin-left: 5%;
    border-radius: 0;
    position: fixed;
    top: 5%;
    margin-top: 0;
    border: none;
    box-shadow: none;
    overflow-y: scroll;
    max-height: 90%;
    padding: 0;
  }

  .modal-content-inner .wpcf7-submit {
    float: none;
  }

  #popup-modal .modal-content h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 10px;
  }

  .modal-content-contact .key-icon-box.icon-left.icon-default .fa {
    display: none;
  }

  .modal-content-inner p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .modal-content-inner {
    padding: 25px;
    padding-bottom: 10px;
  }

  .slider-scroll-down {
    display: none;
  }

  #header.entry-header {
    padding-bottom: 0;
  }

  .search #posts-content, .archive #posts-content, .search #posts-content, .blog #posts-content,
#posts-content {
    padding: 55px 0px 0px 0;
  }

  .blog-single-title-meta-wrapper .col-lg-8 {
    max-width: 100%;
  }

  .single-product .breadcrumbs,
.single-post .breadcrumbs {
    padding-left: 0;
    overflow: visible;
    white-space: initial;
  }

  .single-post .blog-title-center .breadcrumbs,
.single-post .blog-title-center .section-subheading {
    text-align: left;
  }

  .single-product .breadcrumbs {
    padding-left: 0;
  }

  #comments .children {
    padding-left: 15px;
  }

  .reply-title {
    padding-bottom: 20px;
  }

  #comments input[type=submit], .wpcf7 .wpcf7-submit {
    width: 100%;
    margin-bottom: 20px;
  }

  .related-posts {
    border: none;
    padding-top: 20px;
    padding-bottom: 10p0x;
    margin-top: 0;
  }

  .portfolio-content .featured-gallery, #single-page .gallery-item-list img {
    max-width: 100%;
    height: auto;
  }

  .related-title h3 {
    padding-top: 75px;
    margin-bottom: 50px;
  }

  .blog-single-content .tags {
    padding-top: 30px;
  }

  .blog-social-sharing {
    margin-top: 50px;
    margin-bottom: 0;
    width: 100%;
    float: none;
  }

  .author-box-separator {
    width: 100%;
    display: none;
  }

  .portfolio-gallery {
    padding: 0;
  }

  .portfolio-content .portfolio-sidebar {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
    position: relative !important;
    margin-left: 0 !important;
    left: 0 !important;
    top: inherit !important;
  }

  .portfolio-content .portfolio-block .portfolio-title {
    font-size: 25px;
    text-align: left;
    line-height: 40px;
    letter-spacing: -0.3px;
    margin-top: -10px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .portfolio-navigation-links {
    padding: 0;
    float: none;
    margin-top: 0;
    border-top: none;
    padding-bottom: 0;
    display: none;
  }

  .owlslider-portfolio {
    width: 100%;
  }

  .single-portfolio #single-page {
    padding-bottom: 0;
  }

  .port-prev.tt_button, .port-next.tt_button {
    width: auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    min-width: auto;
    border: none;
  }

  #single-page .featured-image.single-image img {
    max-width: 100%;
  }

  .footer_widget {
    max-width: 100%;
    margin: auto;
  }

  .upper-footer .textwidget {
    max-width: 100%;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 29px;
    font-size: inherit;
  }

  .socials-widget {
    margin: auto;
    margin-top: 50px;
  }

  .wpb_wrapper .wpb_single_image img {
    height: auto;
    float: none;
    text-align: center;
    display: block;
  }

  .parallax .parallax-overlay {
    background-size: cover;
  }

  .vc_custom_1464520550679, .vc_custom_1464520555118, .vc_custom_1464520560358, .vc_custom_1466613488090, .vc_custom_1466613538944, .vc_custom_1466613515458 {
    border: none !important;
    padding: 30px 0 !important;
  }

  .vc_row[data-vc-full-width],
.vc_row.vc_row-has-fill {
    background-size: cover;
  }

  #single-page .single-page-heading {
    padding-top: 60px;
    position: relative;
    padding-bottom: 35px;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .vc_custom_1464451027902 {
    margin-bottom: 20px;
  }

  .register-form .wpcf7 .wpcf7-submit, .register-form .wpcf7-form-control-wrap {
    width: 100%;
  }

  .maintenance .section, .maintenance #wrapper {
    padding: 0 !important;
  }

  .maintenance .fa {
    display: none;
  }

  .back-to-top {
    z-index: 999;
  }

  .upper-footer .modal-menu-item {
    width: 100%;
    text-align: center;
    float: none;
    margin: auto;
    margin-top: 40px;
    opacity: 1;
    max-width: 200px;
  }

  .video-socials {
    display: none;
  }

  .related-posts .entry-image, .related-content .entry-image, .blog-detailed-grid .entry-image, .blog-minimal-grid .entry-image {
    min-height: auto;
  }
}
@media (min-width: 400px) and (max-width: 960px) {
  #customizer {
    display: none;
  }

  #posts-content.blog-detailed-grid.use-sidebar .post, #posts-content.blog-minimal-grid.use-sidebar .post,
.related-posts .post, .related-content .portfolio, #posts-content.blog-detailed-grid .post, #posts-content.blog-minimal-grid .post {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0px;
    width: calc(33.3% - 15px);
    margin-right: 15px;
  }

  .related-posts .post {
    width: calc(33.3% - 15px);
    margin-right: 15px;
  }

  .owlslider-related-posts .portfolio, .owlslider-related-posts .post {
    width: calc(100% - 15px);
    margin-right: 10px;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  .vc_row[data-vc-full-width], .vc_row.vc_row-has-fill,
.vc_row.wpb_row.vc_inner .vc_column-inner {
    /*border: none!important;*/
  }
}
@media (max-width: 720px) {
  .video-modal iframe {
    max-width: 100%;
    max-height: 300px;
    box-sizing: border-box !important;
  }

  #primary .hide-bg-on-mobile-portrait,
.hide-bg-on-mobile-portrait {
    background: none !important;
  }
}
@media (max-width: 720px) {
  #posts-content.blog-detailed-grid.use-sidebar .post, #posts-content.blog-minimal-grid.use-sidebar .post,
.related-posts .post, .related-content .portfolio, #posts-content.blog-detailed-grid .post, #posts-content.blog-minimal-grid .post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #posts-content.blog-img-left-list .entry-image {
    float: left;
    margin-right: 50px;
    max-width: 280px;
    margin-bottom: 0;
  }

  #posts-content.blog-img-left-list .entry-wrapper {
    float: left;
    width: calc(100% - 345px);
  }

  .sidebar-banner-widget-wrapper {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .vc_grid-item-mini .blog-detailed-grid .vc_gitem-post-data.vc_gitem-post-data-source-post_date {
    width: 100% !important;
  }

  .vc_grid-item-mini .blog-detailed-grid .vc_gitem-post-data.vc_gitem-post-data-source-post_date p {
    margin-bottom: 0 !important;
  }

  #wrapper .blog_widget p,
.blog_widget,
#wrapper .widget-title {
    text-align: left;
  }

  .related-posts .entry-image, .related-content .entry-image, .blog-detailed-grid .entry-image, .blog-minimal-grid .entry-image {
    min-height: auto;
  }

  #wrapper .blog_widget {
    width: 100%;
    display: inline-grid;
  }

  .woocommerce #wrapper .blog_widget,
.single-post #wrapper .blog_widget {
    width: 100%;
    margin-right: 0%;
    display: inline-grid;
  }

  .woo-sidebar, .right-sidebar {
    width: 100%;
  }

  .woocommerce #wrapper .blog_widget,
.single-post #wrapper .blog_widget {
    width: 100%;
    margin-right: 0%;
    display: inline-grid;
  }

  .footer-social-text {
    width: auto;
    margin-right: 20px;
  }

  .navbar-footer li {
    width: auto;
    margin-right: 20px;
  }

  .upper-footer .col-md-3 {
    width: 25%;
  }

  .upper-footer p {
    text-align: left;
  }

  .upper-footer .widget-title,
.footer_widget .menu li, .footer_widget li {
    text-align: left;
  }

  .wpb_column.vc_col-md-8 {
    width: 66.66%;
  }

  .wpb_column.vc_col-md-4 {
    width: 33.33333333%;
  }

  .wpb_column.vc_col-md-3 {
    width: 25%;
  }

  #posts-content .post.BlogMinimal {
    width: 50%;
    padding: 0 10px;
  }

  .register-form .wpcf7 .wpcf7-text {
    min-width: inherit;
    width: 100%;
  }

  .register-form .wpcf7 .wpcf7-submit {
    width: 100% !important;
    min-width: 360px;
  }

  .single-portfolio .navbar-default .container, .single-post .navbar-default .container {
    width: 100%;
  }

  #single-page .featured-image.single-image img, .portfolio-content .featured-gallery, #single-page .gallery-item-list img {
    max-width: 100%;
  }

  .page .navbar-default .container {
    width: 100%;
  }
}
@media (max-width: 1365px) {
  .vc_row.vc_row-fixed-bg {
    background-attachment: scroll !important;
  }
}
/*-----------------------------------------------------------------*/
/* 16 CUSTOMIZER
/*-----------------------------------------------------------------*/
#customizer {
  position: fixed;
  top: 0;
  padding: 20px 5px;
  background-color: #fff;
  width: 800px;
  right: -800px;
  transition: 0.5s;
  z-index: 99999;
  font-weight: 300;
  border-bottom-right-radius: 2px;
  bottom: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

#customizer.active {
  right: 0;
}

#customizer li {
  list-style-type: none;
}

#customizer .options {
  background-color: #fff;
  width: 45px;
  position: absolute;
  top: 250px;
  left: -45px;
  cursor: pointer;
  border-left: 0;
  border-radius: 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
  padding: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #eaeaea;
  border-right: 0;
  box-sizing: border-box;
}

#customizer .options .custom-tooltip.purchase-sway {
  background: rgba(107, 162, 41, 0.07) !important;
  border-bottom-left-radius: 5px;
  border: none;
}

#customizer .options .purchase-sway.custom-tooltip i, #customizer .options .purchase-sway.custom-tooltip:hover i {
  color: #6ba229 !important;
}

#customizer .options .purchase-sway .sway-tooltip {
  color: #6ba229 !important;
}

#customizer .options .fa {
  color: #1f1f1f;
  font-size: 23px;
  font-style: normal;
  margin: 0;
  margin-top: 0;
  width: 45px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

#customizer .options .nc-icon-outline-print {
  font-size: 22px;
}

#customizer .options .custom-tooltip {
  transition: all 250ms ease-in-out;
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
}

#customizer .options .custom-tooltip i {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  height: 43px;
  line-height: 44px;
  color: #2f2f2f;
  transition: 0.25s;
}

#customizer .nav-logo {
  display: block;
  margin: auto;
  max-width: 160px;
  margin-top: 30px;
  margin-bottom: 40px;
  height: auto;
}

#customizer .tt_button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -107px;
}

#customizer .tt_button .iconita {
  margin-right: 0;
  margin-left: 8px;
}

#customizer h3 {
  margin: 10px auto 0;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.2px;
}

#customizer p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  max-width: 400px;
  margin: auto;
  margin-top: 15px;
  color: #9e9e9e;
}

#customizer .customizer-logo {
  font-weight: bold;
  font-size: 26px;
  line-height: inherit;
  margin: 0;
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  letter-spacing: -0.7px;
  margin-bottom: 25px;
  margin-top: 40px;
  color: #1f1f1f;
}

#customizer .screenshot {
  margin-top: 50px;
}

#customizer .screenshot a {
  display: block;
  float: left;
  margin: 8px;
  position: relative;
  overflow: hidden;
  background-color: #1f1f1f !important;
}

#customizer .screenshot img {
  width: 370px;
  height: auto;
  border: 1px solid #eaeaea;
  float: left;
  display: block;
  border-radius: 0;
  opacity: 1;
  transition: all 250ms ease-in-out;
}

#customizer .screenshot a:hover img {
  opacity: 0.3;
}

#customizer .screenshot a:hover span {
  opacity: 1;
}

#customizer .screenshot a span {
  color: #fff;
  font-size: 16px;
  opacity: 0;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  display: block;
  text-align: center;
  line-height: 236px;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
  transition: all 200ms ease-in-out;
}

#customizer .sway-tooltip {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  position: absolute;
  line-height: 12px;
  background-color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 15px 20px;
  font-family: inherit;
  font-weight: 900;
  width: auto;
  font-weight: 900;
  display: block;
  letter-spacing: 0.1px;
  right: 10px;
  top: 3px;
  white-space: nowrap;
  border-radius: 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
  transition: all 200ms ease-in-out;
}

#customizer .sway-tooltip .trialngle-tooltip {
  display: block;
  position: absolute;
  right: -5px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

#customizer .options .custom-tooltip:hover .sway-tooltip {
  opacity: 1;
  right: 60px;
  visibility: visible;
  transform: scale(1);
}

.scroller::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  cursor: pointer;
}

.scroller::-webkit-scrollbar-track {
  background-color: #f1efee;
  cursor: pointer;
}

.scroller::-webkit-scrollbar-thumb {
  background-color: #d0ccc8;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  bottom: 10px;
  cursor: pointer;
  z-index: 99;
}

.scroller::-webkit-scrollbar-button {
  display: none;
}

.scroller::-webkit-scrollbar-corner {
  background-color: #000;
}

.scroller::-moz-scrollbar {
  width: 7px;
}

.scroller-hide::-webkit-scrollbar {
  display: none;
}

#customizer .colors-tooltip {
  width: 167px;
  text-align: center;
  padding: 18px;
}

#customizer .sway-tooltip .tooltip-label {
  width: 100%;
  text-align: center;
  display: block;
}

#customizer .color-switcher {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 3px;
  margin-top: 15px;
  margin-bottom: 0;
  transition: 0.25s;
  border-radius: 90px;
}

#customizer .color-switcher.blue {
  background-color: #0030b8;
}

#customizer .color-switcher.teal {
  background-color: #00897b;
}

#customizer .color-switcher.green {
  background-color: #64dd17;
}

#customizer .color-switcher.red {
  background-color: #c62828;
}

#customizer .color-switcher.orange {
  background-color: #fb8c00;
}

#customizer .color-switcher:hover {
  opacity: 0.6;
}

/*-----------------------------------------------------------------*/
/* 17 LANDING PAGE
/*-----------------------------------------------------------------*/
#landing-page .demos-section .vc_col-sm-12 {
  max-width: 1982px;
  margin: auto;
  float: none;
}

#landing-page .rw-author-details {
  margin-bottom: 10px;
}

#landing-page .call-to-action-label .kd-title-label-transparent {
  text-decoration: line-through;
}

#landing-page .responsive-section {
  background-position: -95px bottom !important;
  background-repeat: no-repeat !important;
}

#landing-page .demos-section {
  text-align: center;
}

#landing-page #wrapper {
  background: #f5f5f5;
}

#landing-page .demos-section .kd-photobox .photobox-img img {
  transition: none;
  border-radius: 0;
}

#landing-page .demos-section .kd-photobox .photobox-img {
  border-radius: 5px;
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.07);
  transition: 0.2s all ease;
  border: 1px solid #eaeaea;
  transform: translate3d(0, 0, 0);
}

#landing-page .demos-section .kd-photobox:hover .photobox-img {
  /*transform: translate3d(0,-5px,0);*/
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.12);
}

#landing-page .demos-section .kd-photobox .browser-tab {
  height: 16px;
  border-bottom: 0;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  padding: 0 8px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

#landing-page .demos-section .kd-photobox .browser-tab svg {
  display: block;
  top: 6px;
  position: relative;
}

#landing-page .demos-section .kd-photobox {
  margin: 0 30px;
  max-width: 452px;
  display: inline-flex;
  margin-bottom: 50px;
  width: calc(33.3% - 50px);
}

#landing-page .demos-section .kd-photobox .phb-content p {
  display: none;
}

#landing-page #live-search {
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: -5px;
}

#landing-page .premium-plugin p {
  font-weight: 500;
  color: #767af2;
}

#landing-page #live-search #filter {
  background: #fff;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.075);
  width: 300px;
}

#landing-page .demos-section .kd-photobox h5 {
  margin-top: 0;
}

#landing-page .demos-section .kd-photobox .phb-content {
  margin: 0;
  margin-top: 25px;
}

#landing-page .intro-video-modal h6 {
  line-height: 80px;
  position: absolute;
  left: 95px;
  top: 0;
  white-space: nowrap;
  font-size: 16px;
  color: #767af2;
  font-weight: 400;
}

@media (max-width: 960px) {
  #landing-page .demos-section .kd-photobox {
    width: 100%;
    margin: 0;
  }
}
/*-----------------------------------------------------------------*/
/* 17 LANDING PAGE
/*-----------------------------------------------------------------*/
#landing-page .demos-section .vc_col-sm-12 {
  max-width: 1982px;
  margin: auto;
  float: none;
}

#landing-page .demos-section {
  text-align: center;
}

#landing-page #wrapper {
  background: #f5f5f5;
}

#landing-page .demos-section .kd-photobox .photobox-img img {
  transition: none;
}

#landing-page .demos-section .kd-photobox .photobox-img {
  border-radius: 5px;
  box-shadow: 0 10px 70px rgba(119, 122, 242, 0.08);
  transition: 0.2s all ease;
  border: 1px solid #eaeaea;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

#landing-page .demos-section .kd-photobox:hover .photobox-img {
  /*transform: translate3d(0,-5px,0);*/
  box-shadow: 0 10px 70px rgba(119, 122, 242, 0.15);
}

#landing-page .demos-section .kd-photobox .browser-tab {
  height: 16px;
  border-bottom: 0;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  padding: 0 8px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

#landing-page .demos-section .kd-photobox .browser-tab svg {
  display: block;
  top: 6px;
  position: relative;
}

#landing-page .demos-section .kd-photobox {
  margin: 0 30px;
  max-width: 452px;
  display: inline-flex;
  margin-bottom: 50px;
  width: calc(33.3% - 50px);
}

#landing-page .demos-section .kd-photobox .phb-content p {
  display: none;
}

#landing-page #live-search {
  max-width: 500px;
  margin: auto;
  margin-bottom: 0;
}

#landing-page #live-search #filter {
  background: #fff;
  box-shadow: 0 10px 70px rgba(119, 122, 242, 0.12);
  width: 300px;
  border: 1px solid #eaeaea;
}

#landing-page .demos-section .kd-photobox h5 {
  margin-top: 0;
}

#landing-page .demos-section .kd-photobox .phb-content {
  margin: 0;
  margin-top: 25px;
}

#landing-page .kd-photo-group.small-shadow img,
#landing-page .photo-gallery-wrapper .owl-wrapper-outer .owl-item img {
  box-shadow: 0 10px 70px rgba(119, 122, 242, 0.15);
}

#landing-page .key-icon-box.icon-top h6.service-heading {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
}

@media (max-width: 960px) {
  #landing-page .demos-section .kd-photobox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
    max-width: 350px;
  }

  #landing-page .demos-section .kd-photobox .phb-content {
    text-align: center;
  }
}
/*-----------------------------------------------------------------*/
/* 18 FIXES
/*-----------------------------------------------------------------*/
.blog_widget ul li.wc-layered-nav-rating {
  line-height: 15px;
  margin-bottom: 18px;
}

.blog_widget .product_list_widget li a:before {
  display: none;
}

#commentform #submit:hover,
.wp-block-button__link:hover,
.subscribe-form header .wpcf7-submit:hover,
#headerbackground,
.contact .wpcf7-submit:hover,
footer,
#posts-content .post input[type=submit]:hover,
.navbar-default.navbar-shrink,
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
  background-color: #fff;
}

@media (min-width: 1270px) {
  .home.page-template-default .navbar.navbar-default.navbar-shrink,
.single-portfolio .navbar.navbar-default.navbar-shrink,
.single-portfolio .navbar.navbar-default.navbar-shrink,
.single-post .navbar.navbar-default.navbar-shrink,
.woocommerce-page .navbar.navbar-default.navbar-shrink,
.page-template-default .navbar.navbar-default.navbar-shrink,
.page-template-portfolio-php .navbar.navbar-default.navbar-shrink,
.attachment .navbar.navbar-default.navbar-shrink {
    background-color: #F3F4EE;
  }

  .subscribe-form header .wpcf7-response-output,
.subscribe .wpcf7-not-valid-tip,
.secondary-button:hover {
    color: #fff;
  }

  div.wpcf7 .wpcf7-form .ajax-loader {
    margin: 0;
    width: 28px;
    height: 7px;
    background-size: 100% !important;
    border-radius: 0px;
    box-sizing: content-box;
    margin-top: 7px;
  }

  .inline-cf div.wpcf7 .wpcf7-form .ajax-loader {
    position: absolute;
    right: 0;
    margin: 0;
    top: 55px;
  }

  /* Gutenberg optimization */

  /*-----------------------------------------------------------------*/
  /* 19 READING BAR
  /*-----------------------------------------------------------------*/
}
@media (min-width: 1270px) and (max-width: 1360px) and (min-width: 960px) {
  #main-menu .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1270px) and (max-width: 1270px) and (min-width: 960px) {
  .main-nav-center .header-bttn-wrapper {
    display: none;
  }

  #main-menu .navbar-nav .mega-menu > .dropdown-menu:before {
    display: none;
  }

  #main-menu .navbar-nav .mega-menu > .dropdown-menu {
    margin: 0;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(132, 132, 132, 0.15);
    border-radius: 0;
    padding-left: 5px;
    overflow: hidden;
  }

  #posts-content.blog-minimal-list .BlogFullWidth .entry-meta,
#posts-content.blog-img-top-list .BlogFullWidth .entry-meta {
    margin-right: 0;
    margin-left: 0;
  }

  #posts-content.blog-img-left-list .BlogFullWidth .post {
    width: 90%;
    margin: 0 5% 60px 5%;
  }

  #posts-content.blog-detailed-grid .entry-meta a {
    font-weight: 400;
    font-size: 13px;
  }
}
@media (min-width: 1270px) {
  .overflow-fix {
    overflow: visible !important;
  }
}
@media (min-width: 1270px) {
  .overflow-hidden {
    overflow: hidden !important;
  }
}
@media (min-width: 1270px) {
  .wp-block-button__link {
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.2s;
  }
}
@media (min-width: 1270px) {
  .wp-block-embed-youtube .wp-block-embed__wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 1270px) {
  .is-style-squared .wp-block-button__link {
    border-radius: 0;
  }
}
@media (min-width: 1270px) {
  #posts-content .post .wp-block-image figcaption,
.wp-block-embed figcaption {
    color: #fff;
  }
}
@media (min-width: 1270px) {
  figcaption a,
#posts-content .post .wp-block-image figcaption a,
.wp-block-embed figcaption a {
    color: #fff;
    text-decoration: underline;
  }
}
@media (min-width: 1270px) {
  figcaption a:hover,
#posts-content .post .wp-block-image figcaption a:hover,
.wp-block-embed figcaption a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1270px) {
  #posts-content .post .wp-block-column blockquote:before,
#posts-content .post .wp-block-quote:before,
.wp-block-pullquote blockquote:before {
    font-size: 90px;
    content: '"';
    display: block;
    float: left;
    position: relative;
    margin-top: 18px;
    margin-bottom: 0;
    line-height: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1270px) {
  #posts-content .post .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%;
  }
}
@media (min-width: 1270px) {
  .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    height: auto;
    line-height: 1.4em;
    white-space: initial;
  }
}
@media (min-width: 1270px) {
  .wp-block-archives, .wp-block-categories.wp-block-categories-list, .wp-block-categories.wp-block-categories-list ul.children {
    padding-left: 30px;
    list-style: disc;
  }
}
@media (min-width: 1270px) {
  #posts-content .post .wp-block-categories.wp-block-categories-list ul.children {
    margin-bottom: 10px;
  }
}
@media (min-width: 1270px) {
  .wp-block-archives li a, .wp-block-categories.wp-block-categories-list li a {
    color: inherit;
    transition: 0.25s;
  }
}
@media (min-width: 1270px) {
  .wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1270px) {
  #posts-content .wp-block-latest-comments li {
    list-style-type: none !important;
  }
}
@media (min-width: 1270px) {
  .wp-block-latest-posts li {
    padding: 5px 0;
  }
}
@media (min-width: 1270px) {
  .page .gm-svpc img {
    max-width: inherit;
  }
}
@media (min-width: 1270px) and (max-width: 1024px) {
  .vc_video-bg {
    display: none !important;
  }

  .vc_column_container.with-shadow {
    max-width: 100%;
  }
}
@media (min-width: 1270px) and (min-width: 782px) {
  .admin-bar .navbar.navbar-default {
    top: 32px;
  }
}
@media (min-width: 1270px) {
  .rebar-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 5px;
    z-index: 9999;
  }
}
@media (min-width: 1270px) {
  .rebar-element {
    width: 0;
    height: 100%;
  }
}
@media (min-width: 1270px) {
  .admin-bar .rebar-wrapper {
    top: 32px;
  }
}
@media (min-width: 1270px) {
  .rebar-wrapper.position-bottom {
    top: inherit !important;
    bottom: 0;
  }
}
/************************ sway - custom ************************/
body {
  font-family: artigo, serif;
}

h1, h2, h3, h4, h5 {
  font-family: artigo, serif;
}

h2, h3 {
  font-weight: 300;
}

@media (min-width: 1270px) {
  .navbar-nav li.w80 {
    width: 80% !important;
  }

  footer, footer a {
    color: #F3F4EE !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
  }
}
/************************ Responsive *****************************/
/**** default ***/
.tablet, .desktop {
  display: none !important;
}

.mobile {
  display: block !important;
}

/**** mobile ***/
@media (max-width: 959px) {
  .navbar.navbar-default.navbar-fixed-top {
    background-color: transparent;
  }

  #wrapper {
    top: 0;
    padding-top: 0 !important;
  }
}
/**** tablet ***/
@media (min-width: 768px) {
  .mobile, .desktop {
    display: none !important;
  }

  .tablet {
    display: block !important;
  }

  #logo {
    max-width: 18.75%;
  }
}
@media (max-width: 1269px) {
  .navbar-fixed-top, .navbar.navbar-default .menubar {
    background-color: transparent;
  }
}
/**** desktop ***/
@media (min-width: 1270px) {
  .mobile, .tablet {
    display: none !important;
  }

  .desktop {
    display: block !important;
  }

  #logo {
    max-width: 18% !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  #main-menu {
    display: flex !important;
    align-items: center;
  }

  .search-cart-wrapper {
    display: flex;
    align-items: center;
  }

  .topbar-search {
    margin-top: 0 !important;
  }

  #main-menu .navbar-nav .dropdown-menu {
    top: 130px;
  }

  .navbar-shrink #main-menu .navbar-nav .dropdown-menu {
    top: 100px;
  }

  .navbar-hover {
    background-color: #F3F2F1;
  }

  #main-menu .navbar-nav .mega-menu .dropdown-menu {
    padding: 30px 0;
  }

  #main-menu .navbar-shrink .navbar-nav .mega-menu .dropdown-menu {
    padding: 0 0 30px 0;
  }

  #main-menu .navbar-nav a, #main-menu .navbar-nav .menu-item a {
    padding: 57px 0 57px 48px;
  }
  #main-menu .navbar-nav a.first, #main-menu .navbar-nav .menu-item a.first {
    padding: 57px 0 57px 24px;
  }
}
@media (min-width: 1270px) and (min-width: 1270px) {
  #main-menu .navbar-nav a.first:hover, #main-menu .navbar-nav .menu-item a.first:hover {
    padding-left: 220px;
  }
}
@media (min-width: 1270px) and (min-width: 1600px) {
  #main-menu .navbar-nav a.first:hover, #main-menu .navbar-nav .menu-item a.first:hover {
    padding-left: 620px;
  }
}
@media (min-width: 1270px) {
  #main-menu .navbar-nav a.last, #main-menu .navbar-nav .menu-item a.last {
    padding: 57px 24px 57px 48px;
  }
}
@media (min-width: 1270px) {
  .navbar-shrink #main-menu .navbar-nav .menu-item a {
    padding: 42px 24px;
  }
}
@media (min-width: 1270px) {
  .padd-30 {
    padding-top: 30px;
    display: block;
  }
}
/*** desktop wide ***/
/************************ Nav *****************************/
.navbar-hover {
  background-color: #F3F2F1 !important;
}

.navbar-hover .toggle-search, .navbar-hover .menu-item-has-children .mobile-dropdown {
  color: #2C2A34 !important;
}

.navbar-hover .icon-bar, .navbar-hover .icon-bar:before, .navbar-hover .icon-bar:after {
  background-color: #2C2A34 !important;
}

.navbar.navbar-default.navbar-hover .dropdown-menu {
  background-color: #F3F2F1 !important;
}

.navbar.navbar-default.navbar-hover .menubar .navbar-nav a, .navbar.navbar-default.navbar-hover {
  color: #2C2A34;
}

.navbar-default .nav:hover li a {
  opacity: 1 !important;
}

#main-menu .navbar-nav .menu-item a:hover {
  color: #B66622 !important;
}

.menubar #main-menu .navbar-nav .mega-menu.menu-item-has-children .dropdown.link-uc > a {
  color: #2C2A34;
}

/************************ columns *****************************/
.vc_row.column-1328 {
  max-width: 1328px;
  margin-right: auto;
  margin-left: auto;
}

.vc_row.column-1256 {
  max-width: 1256px;
  margin-right: auto;
  margin-left: auto;
}

.vc_row.column-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/************************ Homepage ************************/
.home-photobox .photobox-img a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 !important;
}

.home-photobox .phb-content a {
  text-decoration: underline;
  line-height: 26px;
  color: #2C2A34 !important;
}

.home-photobox .phb-content a:hover {
  color: #B66622;
}

.home-photobox-cont {
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  .home-photobox-cont {
    display: block;
  }
}
.kd-photobox.home-photobox .phb-content h5 {
  font-size: 24px;
  font-weight: 300;
}

.kd-photobox.home-photobox .photobox-img img {
  border-radius: 0 !important;
}

#home-quote {
  border-radius: 0 !important;
}

.container h2.woocommerce-loop-product__title {
  letter-spacing: -0.01em;
}

.hero-stretch {
  background-size: cover !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.home-iconbox h3 {
  font-size: 22px;
}

.breadcrumbs {
  padding: 9px 2%;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 9px 0;
  }
}
.breadcrumbs li {
  text-transform: initial;
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: 0.4px;
  float: left;
  padding: 0;
  font-size: 10px;
}
@media (min-width: 768px) {
  .breadcrumbs li {
    font-size: 12px;
  }
}
.breadcrumbs li:after {
  content: ">";
  color: #837E86;
  padding: 0 10px;
}
.breadcrumbs li:last-child {
  color: #B66622;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li a {
  color: #837E86;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.4px;
  text-transform: initial;
}
@media (min-width: 768px) {
  .breadcrumbs li a {
    font-size: 12px;
  }
}
.breadcrumbs li a:hover {
  color: #B66622;
}

a.read-more, a.read-less {
  text-transform: none;
  font-size: inherit;
  white-space: nowrap;
  font-family: inherit;
  letter-spacing: normal;
  color: #B66622;
  font-weight: 600;
  text-decoration: none;
}
a.read-more:hover, a.read-less:hover {
  color: #2C2A34;
}

.more-text {
  display: none;
}

/**************************** hub *************************/
.hero-navy {
  background: #2C2A34;
  background: transparent linear-gradient(270deg, #2C2A34 0%, #53515971 61%, #72707700 100%) 0% 0% no-repeat padding-box;
  color: white;
}

.top-row {
  margin-top: 170px;
}

.top-row h1 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .w-66p {
    width: 66%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .w-80p {
    width: 80%;
    margin: 0 auto;
  }
}

.staging-banner {
  background: rgba(254, 3, 199, 0.75);
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  color: #0b4994;
  font-weight: 500;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200000;
  letter-spacing: 2.25px !important;
  font-size: 12px;
  padding: 4px;
}
@media (min-width: 768px) {
  .staging-banner {
    font-size: 15px;
    padding: 8px;
  }
}

.main-blog p.date {
  text-transform: uppercase;
  font-family: gill-sans-nova, sans-serif;
  font-size: 12px;
  letter-spacing: 1.8px;
}
.main-blog .featured-article > div {
  padding: 0 !important;
}
.main-blog .featured-article > div.copy {
  padding: 5% !important;
}
.main-blog .featured-article h2 {
  font-size: 24px;
}
.main-blog .featured-article h2 a {
  font-size: 24px;
  text-transform: inherit;
  text-decoration: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  font-family: inherit;
}
.main-blog .featured-article h6.brackets {
  margin: 0 0 40px 0;
  padding: 20px 15px;
}
.main-blog .recent-posts {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 28px 14px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .main-blog .recent-posts {
    gap: 64px 32px;
  }
}
@media (min-width: 1270px) {
  .main-blog .recent-posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 64px 32px;
  }
}
.main-blog .recent-posts .post {
  flex: 0 0 calc(50% - 7px);
}
@media (min-width: 768px) {
  .main-blog .recent-posts .post {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (min-width: 1270px) {
  .main-blog .recent-posts .post {
    flex: 0 0 calc(25% - 24px);
  }
}
.main-blog .recent-posts .post h2 {
  font-size: 22px;
}
@media (min-width: 1270px) {
  .main-blog .recent-posts .post h2 {
    font-size: 24px;
  }
}
.main-blog .recent-posts .post h2 a {
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
  text-transform: inherit;
  letter-spacing: 0;
}
.main-blog .recent-posts .post h2.noh6 {
  margin-top: 2.5em;
}
.main-blog .recent-posts .post h6 {
  line-height: 26px;
  margin: 32px 0 20px;
}
.main-blog .content-article.hide-first p:first-child {
  display: none;
}
.main-blog .content-article img, .main-blog .content-article p, .main-blog .content-article li {
  margin-bottom: 1.5em;
}
.main-blog .content-article p a {
  text-transform: none;
  color: #B66622;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.main-blog .content-article h2, .main-blog .content-article h3, .main-blog .content-article h4 {
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.main-blog .content-article figcaption {
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  color: #C6BEBB;
  font-size: 9px;
  margin-bottom: 2em;
}
.main-blog .content-article figcaption a {
  font-size: inherit;
  color: inherit;
  letter-spacing: normal;
}
@media (min-width: 1270px) {
  .main-blog .content-article h1, .main-blog .content-article h2, .main-blog .content-article h3, .main-blog .content-article h4, .main-blog .content-article p, .main-blog .content-article figcaption, .main-blog .content-article ul, .main-blog .content-article ol {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-blog .content-article h2, .main-blog .content-article h3 {
    font-size: 16px;
  }
  .main-blog .content-article p, .main-blog .content-article ul, .main-blog .content-article ol {
    font-size: 18px;
    line-height: 28px;
  }
  .main-blog .content-article img {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-blog ul.categories {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.main-blog ul.categories li {
  margin-right: 32px;
}
.main-blog ul.categories li a {
  color: #C6BEBB;
  text-decoration: none;
}
.main-blog ul.categories li a:hover {
  color: #2C2A34;
  text-decoration: underline;
  text-underline-offset: 10px;
  -webkit-text-decoration-color: #B66622;
          text-decoration-color: #B66622;
}
.main-blog ul.categories li.active a {
  color: #2C2A34;
  text-decoration: underline;
  text-underline-offset: 10px;
  -webkit-text-decoration-color: #B66622;
          text-decoration-color: #B66622;
}

.main-article .title h6 {
  margin-top: 32px;
}
@media (min-width: 1270px) {
  .main-article .title h6 {
    margin-top: 64px;
  }
}

.recent h3 {
  text-align: center;
  margin-bottom: 2em;
}

.paginate {
  text-align: center;
}
.paginate ul.pagination {
  font-family: gill-sans-nova, sans-serif;
  margin: 0 auto;
}
.paginate ul.pagination li {
  font-size: 12px;
}
.paginate ul.pagination li > a {
  background-color: transparent;
  color: #2C2A34;
  border: 0;
  font-weight: 600;
}
.paginate ul.pagination li.active span {
  color: #B66622;
  background-color: transparent;
  border: 0;
  font-weight: 600;
}
.paginate ul.pagination li.disabled span {
  color: #2C2A34;
  background-color: transparent;
  border: 0;
}

.figure-text a {
  color: inherit;
  text-transform: inherit;
}

.hero-category {
  background-color: #D6D0CE;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  min-height: 90px;
  background-position: center center;
}
@media (min-width: 768px) {
  .hero-category {
    min-height: 240px;
  }
}
@media (min-width: 1270px) {
  .hero-category {
    min-height: 360px;
  }
}
.hero-category .container {
  max-width: 1177px;
}

.hero-all {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/uMdWSzJcSvnWD0V9Grjnd1FwEn1aXZQ5zG9qKRO9.jpg);
  background-size: cover;
}
.hero-colours {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/nIfLOXPuAUF1E7bMFSg1rjKMdbCQTl5FVyce8JUS.jpg);
  background-size: cover;
}

.hero-depot {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/UHGWTqOKn21x0kzz7GuK3n4VS6gyjxDTPVVGgA06.png);
  background-size: cover;
}

.hero-about {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/NfkGtFBkhmcIT0titfqyuS6pS2PS9Lb4U5V5odoN.jpg);
  background-size: cover;
}

.hero-products {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/OH9WBbBV76yndByqs9E1oHvmAWLJQenzu3YsosPB.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-products {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/NSUelVsCj9Bb8sCgvGawDB1ugk51mJy7oEjsPchr.jpg);
  }
}
@media (min-width: 1270px) {
  .hero-products {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/OH9WBbBV76yndByqs9E1oHvmAWLJQenzu3YsosPB.jpg);
  }
}

.hero-environmental {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/Q1lqnf1DaW9xRqqIQeGuTHAWJKu69t10Bx27L0ZX.jpg);
  background-size: cover;
}
@media (min-width: 1270px) {
  .hero-environmental {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/QNIhYoP4s6vwrcwb0KniZ4r5JA5pdknrlWRISfmz.jpg);
  }
}

.hero-whychelmer {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/ZvCevPWWt8kbfxs7YL6MINfigOt9nBy3GjiV57Ev.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-whychelmer {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/nHun1UAxX83pOiMvRSqHJDSMyNodVmnfetOhd1dV.jpg);
  }
}
@media (min-width: 1270px) {
  .hero-whychelmer {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/doi8ZJo9RnnpzCN4NBcDIycFcOgjuaLl2acutYca.jpg);
    background-image: -webkit-image-set(url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/doi8ZJo9RnnpzCN4NBcDIycFcOgjuaLl2acutYca.webp) 1x, url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/doi8ZJo9RnnpzCN4NBcDIycFcOgjuaLl2acutYca.webp) 2x);
    background-image: image-set(url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/doi8ZJo9RnnpzCN4NBcDIycFcOgjuaLl2acutYca.webp) 1x, url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/doi8ZJo9RnnpzCN4NBcDIycFcOgjuaLl2acutYca.webp) 2x);
  }
}

.hero-whyclay {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/sKYx5gZEnUnfDZIbw0kpxAmWKkLnjHxYXSCEer0K.jpg);
  background-size: cover;
}

.hero-sustainability {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/8QDFsk50aZplI7ansPz1GQmnYKhNTJL78i5XAdCd.jpg);
  background-size: cover;
}

.hero-maintenance {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/NSWndmgbF5UN1JdnnT3wi52KGk7o2yZBo77DD5Oy.jpg);
  background-size: cover;
}

.hero-clayvsconcrete {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/RCVxqQf4mMOfztnpANyjlwYdNiMwjP6Ptq5jKu7v.jpg);
  background-size: cover;
}

.hero-gallery {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/gallery-hero.jpg);
  background-size: cover;
}

section.sort {
  margin-bottom: 32px;
}

section.products {
  --gap:20px;
}
@media (min-width: 768px) {
  section.products {
    --gap:32px;
  }
}
section.products hr {
  margin-top: 14px;
}
@media (min-width: 768px) {
  section.products hr {
    margin-top: 0;
  }
}
section.products .row {
  display: flex;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + var(--gap));
  margin-left: calc(-1 * var(--gap));
}
section.products .row > div {
  position: relative;
  margin-bottom: calc(var(--gap) * 2);
  width: calc(50% - var(--gap));
}
section.products .row > div:nth-child(2n+3) {
  margin-left: var(--gap);
}
@media (min-width: 1270px) {
  section.products .row > div {
    width: calc(25% - var(--gap));
  }
  section.products .row > div:nth-child(2n+3) {
    margin-left: 0;
  }
  section.products .row > div:nth-child(5), section.products .row > div:nth-child(9), section.products .row > div:nth-child(13), section.products .row > div:nth-child(17), section.products .row > div:nth-child(21), section.products .row > div:nth-child(25), section.products .row > div:nth-child(29), section.products .row > div:nth-child(33), section.products .row > div:nth-child(37), section.products .row > div:nth-child(41) {
    margin-left: var(--gap);
  }
}
section.products .row > div.product .over {
  display: none;
  font-family: gill-sans-nova, sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  background: linear-gradient(0deg, rgba(44, 42, 52, 0.65) 25%, rgba(44, 42, 52, 0.25) 70%, rgba(44, 42, 52, 0) 100%);
  color: #F3F2F1;
  width: 100%;
  height: calc(100% - 110px);
  transition: opacity 0.1s linear;
  opacity: 0;
}
@media (min-width: 1270px) {
  section.products .row > div.product .over {
    display: block;
  }
}
section.products .row > div.product .over .button {
  background-color: #F3F2F1;
  position: absolute;
  bottom: 0;
  right: 11px;
  padding: 0 9px;
}
section.products .row > div.product .over .button:hover {
  background-color: #B66622;
  color: #F3F2F1;
  border-color: #4b2a0e;
}
section.products .row > div.product .over ul {
  color: #F3F2F1;
  position: absolute;
  bottom: 16px;
  left: 11px;
}
section.products .row > div.product .over ul li {
  font-size: 12px;
}
@media (min-width: 1600px) {
  section.products .row > div.product .over ul li {
    margin-left: 16px;
    font-size: 16px;
    list-style-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/icons/beige/check.svg);
  }
}
section.products .row > div.product .over ul li strong {
  font-weight: 500;
  font-style: italic;
}
section.products .row > div.product h3 {
  font-size: 16px;
  margin: 16px 0 10px 0;
}
@media (min-width: 768px) {
  section.products .row > div.product h3 {
    font-size: 18px;
    margin: 1.5em 0 0.9em 0;
  }
}
@media (min-width: 1270px) {
  section.products .row > div.product h3 {
    font-size: 22px;
  }
}
section.products .row > div.product h3 a {
  font-size: inherit;
  text-transform: capitalize;
  font-family: artigo, serif;
  margin: 1.5em 0 0.7em 0;
  font-weight: 400;
  text-decoration: none;
}
section.products .row > div.product h4 {
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  section.products .row > div.product h4 {
    font-size: 18px;
  }
}
@media (min-width: 1270px) {
  section.products .row > div.product h4 {
    font-size: 22px;
  }
}
section.products .row > div.product h4 a {
  text-decoration: none;
  font-size: inherit;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
}
section.products .row > div.product img, section.products .row > div.product picture {
  width: 100%;
}
section.products .row > div.product img.top {
  opacity: 1;
  position: absolute;
  top: 0;
  webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
}
section.products .row > div.product img.fade {
  webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
}
section.products .row > div.product:hover img.fade {
  opacity: 0;
}
section.products .row > div.product:hover .over {
  opacity: 1;
}
section.usp-boxes .container > div {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 64px;
  width: 100%;
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  section.usp-boxes .container > div.halfs {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
  }
}
section.usp-boxes .container > div > div {
  display: inline-flex;
  background-color: #D6D0CE;
  padding: 18px;
  align-items: center;
  min-height: 207px;
}
@media (min-width: 768px) {
  section.usp-boxes .container > div > div {
    padding: 40px;
  }
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div > div {
    display: inline-flex;
    padding: 64px;
    box-sizing: border-box;
    flex: 0 0 calc( 50% - 32px + 16px);
  }
}
section.usp-boxes .container > div > div > div {
  flex: 0 0 20%;
  margin-right: 18px;
}
@media (min-width: 768px) {
  section.usp-boxes .container > div > div > div {
    margin-right: 40px;
  }
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div > div > div {
    margin-right: 32px;
  }
}
section.usp-boxes .container > div > div > div:last-child {
  flex: 0 0 calc(80% - 18px);
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  section.usp-boxes .container > div > div > div:last-child {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 80%;
    flex: 0 0 calc(80% - 32px);
  }
}
section.usp-boxes .container > div > div > div img {
  margin-left: auto;
  margin-right: auto;
  max-width: 58px;
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div > div > div img.w-145 {
    max-width: 145px !important;
  }
}
section.usp-boxes .container > div > div > div h4 {
  font-weight: 400;
  line-height: 26px;
  margin-top: 23px;
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.usp-boxes .container > div > div > div h4 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div > div > div h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
section.usp-boxes .container > div > div.third {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section.usp-boxes .container > div > div.third {
    flex-wrap: nowrap;
    padding: 32px;
    flex: 0 0 calc(50% - 32px + 16px);
  }
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div > div.third {
    flex: 0 0 calc(33% - 32px + 16px);
  }
}
section.usp-boxes .container > div > div.third > div {
  margin-right: 18px;
}
@media (min-width: 768px) {
  section.usp-boxes .container > div > div.third > div {
    margin-right: 32px;
  }
}
section.usp-boxes .container > div > div.third:last-child {
  display: inline-flex;
}
@media (min-width: 768px) {
  section.usp-boxes .container > div > div.third:last-child {
    display: none;
  }
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div > div.third:last-child {
    display: inline-flex;
  }
}
section.usp-boxes .container > div > div.show-g {
  color: #F3F2F1;
  background-color: #014D43;
  background-size: cover;
}
section.usp-boxes .container > div > div.show-g.show-chelsea-flower-show, section.usp-boxes .container > div > div.show-g.show-chelsea {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/P4HhBMxmvzj0PD6wecfD3GpUyqrdGzxdoLP5KlSe.jpg);
}
section.usp-boxes .container > div > div.show-g.show-hampton-court-palace, section.usp-boxes .container > div > div.show-g.show-hampton-court {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/YRfbWzQUenAxgNzoRwLAJ85q27yOgkSeNMOrk2VK.jpg);
}
section.usp-boxes .container > div > div.show-g.show-tatton-park {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/dygeMk7cNZsNVeCAa9p9JB6Jlaq4trMYbYRhayvW.jpg);
}
section.usp-boxes .container > div > div.show-g.show-malvern-spring-festival, section.usp-boxes .container > div > div.show-g.show-malvern {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/mBvS2Cnr7c9EuhPEFlPf6j6nMZBQwKpcCkgUwIzF.jpg);
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div > div > div {
    flex: 0 0 145px;
  }
}
@media (min-width: 1270px) {
  section.usp-boxes .container > div > div > div:last-child {
    flex: 0 0 calc(100% - 177px);
  }
}

.banner-blue {
  color: #F3F4EE;
  background-color: #2C2A34;
  padding: 6% 2%;
  background-image: url("https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/wcv-mobile.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 209px;
}
@media (min-width: 768px) {
  .banner-blue {
    background-image: url("https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/wcv-tablet.png");
    padding: inherit;
    background-position: left center;
  }
}
@media (min-width: 1270px) {
  .banner-blue {
    background-image: url("https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/wcv-desktop.png");
  }
}
@media (min-width: 768px) {
  .banner-blue > div {
    padding: 7% 7% 7% 30%;
  }
}
@media (min-width: 1270px) {
  .banner-blue > div {
    padding: 7% 7% 7% 40%;
  }
}
.banner-blue h2, .banner-blue h6, .banner-blue p {
  text-align: left;
}
@media (min-width: 768px) {
  .banner-blue h2, .banner-blue h6, .banner-blue p {
    text-align: left;
  }
}
.banner-blue p {
  font-weight: 300;
  margin-bottom: 2em;
}
.banner-blue h2 {
  margin: 0.55em 0 0.8em 0;
}
.banner-blue.cols-black {
  background-image: none;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .banner-blue.cols-black.sbs {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1270px) {
  .banner-blue.cols-black {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.banner-blue.cols-black > div {
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 100%;
}
.banner-blue.cols-black > div:last-child {
  padding: 4% 2%;
}
@media (min-width: 768px) {
  .banner-blue.cols-black > div {
    width: 100%;
  }
  .banner-blue.cols-black > div img {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 1270px) {
  .banner-blue.cols-black > div {
    box-sizing: border-box;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .banner-blue.cols-black > div.sbs {
    box-sizing: border-box;
    flex: 0 0 50%;
  }
}
.banner-blue.cols-black > div.sbs:last-child {
  padding: 4% 2%;
}
.banner-blue.cols-black > div h2.fs22 {
  font-size: 22px;
}
.banner-blue.cols-white {
  background-color: #fff;
  color: #2C2A34;
}
.banner-blue.cols-dbeige {
  background-color: #D6D0CE;
  color: #2C2A34;
}
.banner-blue.cols-4060 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.banner-blue.cols-4060 img {
  width: 100%;
}
@media (min-width: 1270px) {
  .banner-blue.cols-4060 {
    flex-direction: row;
    align-items: center;
  }
}
.banner-blue.cols-4060 > div {
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 8.3333333333%;
}
@media (min-width: 768px) {
  .banner-blue.cols-4060 > div {
    box-sizing: border-box;
    flex: 0 0 100%;
  }
}
@media (min-width: 1270px) {
  .banner-blue.cols-4060 > div {
    box-sizing: border-box;
    flex: 0 0 40%;
  }
}
.banner-blue.cols-4060 > div:last-child {
  padding: 4% 2%;
}
@media (min-width: 1270px) {
  .banner-blue.cols-4060 > div:last-child {
    box-sizing: border-box;
    flex: 0 0 60%;
    padding: 0 2%;
  }
}
.banner-blue.cols-beige, .banner-blue.cols-brown {
  background-color: transparent;
  color: #2C2A34;
}
.banner-blue.cols-beige > div, .banner-blue.cols-brown > div {
  padding: 0 2%;
}
.banner-blue.cols-beige > div.np, .banner-blue.cols-brown > div.np {
  padding: 0;
}
.banner-blue.cols-beige h2, .banner-blue.cols-brown h2 {
  font-size: 22px;
}
.banner-blue.cols-beige h6, .banner-blue.cols-brown h6 {
  margin-top: 32px;
}
@media (min-width: 1270px) {
  .banner-blue.cols-beige h6, .banner-blue.cols-brown h6 {
    margin-top: 0;
  }
}
.banner-blue.cols-beige .icon, .banner-blue.cols-brown .icon {
  margin: 32px auto;
}
@media (min-width: 768px) {
  .banner-blue.cols-beige .icon, .banner-blue.cols-brown .icon {
    margin: 32px 0;
  }
}
@media (min-width: 1270px) {
  .banner-blue.cols-beige .icon, .banner-blue.cols-brown .icon {
    margin: 0 0 32px;
  }
}
.banner-blue.cols-beige p:last-child, .banner-blue.cols-brown p:last-child {
  margin-bottom: 0;
}
.banner-blue.cols-brown {
  background-color: #D6D0CE;
}
.banner-blue.tleft {
  text-align: left;
}
.banner-blue.tleft h6, .banner-blue.tleft h2, .banner-blue.tleft p {
  text-align: left;
}
@media (min-width: 1270px) {
  .banner-blue.brochure > div:last-child {
    padding: 0 2%;
  }
}
.banner-blue.brochure > div:last-child > div {
  width: 100%;
  display: inline-block;
  margin: 36px 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .banner-blue.brochure > div:last-child > div {
    width: auto;
  }
}
.banner-blue.brochure .showtt {
  display: inline-flex;
}
.banner-blue.brochure a:last-child {
  margin: 0;
}

.sortable {
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: 2.25px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.sortable div:first-child {
  position: absolute;
}
.sortable select {
  text-transform: uppercase;
  background-color: #F3F2F1;
  border-color: #C6BEBB;
  font-size: 15px;
  letter-spacing: 2.25px;
}
.sortable span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-align: right;
}
@media (min-width: 1270px) {
  .sortable span {
    text-align: center;
  }
}

.colours-cont {
  margin: 0 auto;
}
@media (min-width: 1270px) {
  .colours-cont {
    width: 83.56% !important;
  }
}
.colours-cont .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .colours-cont .row {
    margin-bottom: 64px;
  }
}
.colours-cont .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .colours-cont .row {
    flex-direction: row;
  }
}
.colours-cont .row p {
  margin-bottom: 1em;
}
.colours-cont .row.mt-70 {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .colours-cont .row.mt-70 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .colours-cont .row > div {
    flex: 48.47%;
    margin: 0;
  }
}
.colours-cont .row > div.mobile {
  margin: 0;
}
.colours-cont .row > div.mobile-mar {
  margin: 0 0 64px;
}
.colours-cont .row > div:last-child {
  flex: 0 0 100%;
  position: relative;
}
@media (min-width: 768px) {
  .colours-cont .row > div:last-child {
    flex: 38.89%;
    overflow: hidden;
    margin-left: 12.64%;
  }
}
.colours-cont .row > div > div {
  overflow: hidden;
  position: relative;
}
.colours-cont .row > div > div img {
  transition: all 0.7s ease-in-out;
  width: 100%;
}
.colours-cont .row > div > div a:hover img {
  transform: scale(1.1);
}
.colours-cont .row > div h2.fs22 {
  font-size: 22px;
}
.colours-cont .row > div h6 {
  margin-top: 16px;
}
.colours-cont .row > div h5 {
  font-size: 24px;
  font-weight: 300;
  margin: 32px 0;
}
.colours-cont .row > div h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .colours-cont .row > div h3 {
    font-size: 22px;
  }
}
.colours-cont .row > div p {
  line-height: 24px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .colours-cont .row > div p {
    font-size: 18px;
    line-height: 28px;
  }
}
.colours-cont .row > div a.cta {
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 1.8px;
  display: block;
  min-height: 24px;
}
.colours-cont .row:nth-child(even) > div, .colours-cont .row.text-first > div {
  flex: 0 0 100%;
  position: relative;
}
@media (min-width: 768px) {
  .colours-cont .row:nth-child(even) > div, .colours-cont .row.text-first > div {
    flex: 38.89%;
    overflow: hidden;
    margin-right: 0;
  }
}
.colours-cont .row:nth-child(even) > div:last-child, .colours-cont .row.text-first > div:last-child {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .colours-cont .row:nth-child(even) > div:last-child, .colours-cont .row.text-first > div:last-child {
    flex: 48.47%;
    margin-top: 0;
    margin-left: 12.64%;
  }
}
.colours-cont .row:last-child {
  margin-bottom: 0;
}
.colours-cont .row:last-child .mobile-mar {
  margin-bottom: 0;
}

.maintenance-cont p {
  margin-bottom: 2em;
}
.maintenance-cont h2 {
  font-size: 22px;
  font-weight: 400;
}

.main-colours .box-brown > div:last-child {
  padding: 4% 4% 0;
}

.product-colours .row {
  overflow-x: auto;
}
@media (min-width: 1270px) {
  .product-colours .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
}
.product-colours .row > div {
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 1270px) {
  .product-colours .row > div {
    box-sizing: border-box;
    flex: 0 0 calc( 25% - 32px + 8px);
    margin-right: 32px;
    width: 66%;
    background-color: #fff;
    padding: 64px 0;
  }
}
@media (min-width: 1270px) {
  .product-colours .row > div img {
    width: 44%;
    margin: 0 auto;
  }
}
.product-colours .row > div h3 {
  font-size: 16px;
  margin: 32px 0 20px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .product-colours .row > div h3 {
    font-size: 18px;
  }
}
@media (min-width: 1270px) {
  .product-colours .row > div h3 {
    font-size: 24px;
  }
}

.bg-brown {
  background-color: #D6D0CE;
  padding: 3.5% 6.5%;
}
.bg-brown > h6, .bg-brown h2, .bg-brown > p {
  text-align: center;
}
.bg-brown > p {
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .bg-brown > p {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .bg-brown .row {
    margin: 6% 0 0 -11%;
    width: 111%;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .bg-brown .row > div {
    margin: 0 0 0 10%;
    width: 40%;
    min-width: 150px;
  }
}
.bg-brown .row > div h6 {
  display: none;
}
@media (min-width: 768px) {
  .bg-brown .row > div h6 {
    display: block;
  }
}
.bg-brown .row > div h3 {
  font-size: 22px;
  font-weight: 300;
  margin: 32px 0;
}
.bg-brown .row > div .bg-biege {
  background-color: #EDECE8;
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  padding: 1% 3%;
  align-items: center;
}
@media (min-width: 768px) {
  .bg-brown .row > div .bg-biege {
    flex-direction: row;
  }
}
.bg-brown .row > div .bg-biege h5 {
  color: #B66622;
  font-size: 90px;
  font-family: gill-sans-nova, sans-serif;
  margin-bottom: 0;
  margin-right: 3%;
  text-align: center;
  min-width: 40%;
}
.bg-brown .row > div .bg-biege p {
  text-align: center;
}
@media (min-width: 768px) {
  .bg-brown .row > div .bg-biege p {
    text-align: left;
  }
}
.bg-brown .row > div .bg-biege p span {
  display: block;
  color: #B66622;
}
.bg-brown .row > div .bg-biege:last-child {
  margin-bottom: 0;
}

.bg-bblack {
  background-color: #2C2A34;
}

.garden-description {
  position: relative;
}
@media (min-width: 1270px) {
  .garden-description {
    display: flex;
  }
}
@media (min-width: 768px) {
  .garden-description > div {
    width: 33%;
    float: left;
  }
}
@media (min-width: 1270px) {
  .garden-description > div {
    width: auto;
    padding-right: 0;
    margin-right: 32px;
    float: none;
  }
  .garden-description > div:nth-child(odd) {
    flex: 0 0 231px;
  }
  .garden-description > div:nth-child(even) {
    flex: 0 0 521px;
  }
}
.garden-description > div h5 {
  font-size: 18px;
  font-weight: 400;
}
.garden-description > div h6 {
  margin-top: 30px;
}
.garden-description img.award {
  position: absolute;
  right: 0;
  top: 46px;
}

.main-sustainability .cols-beige .mobile img, .main-sustainability .cols-beige .tablet img {
  margin-bottom: 20px;
}

.brown-stripe {
  background-color: #D6D0CE;
  padding: 77px 0;
}
.brown-stripe .halfs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4%;
}
@media (min-width: 1270px) {
  .brown-stripe .halfs {
    flex-direction: row;
  }
}
@media (min-width: 1270px) {
  .brown-stripe .halfs > div {
    flex: 0 0 48%;
  }
}
.brown-stripe .halfs > div img {
  margin-top: 70px;
}
@media (min-width: 1270px) {
  .brown-stripe .halfs > div img {
    margin-top: 0;
  }
}
.brown-stripe .halfs h2.brackets {
  font-size: 20px;
  margin: 0 auto 77px auto;
}
@media (min-width: 768px) {
  .brown-stripe .halfs h2.brackets {
    font-size: 30px;
  }
}
@media (min-width: 1270px) {
  .brown-stripe .halfs h2.brackets {
    font-size: 45px;
  }
}
.brown-stripe .quarters {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .brown-stripe .quarters {
    gap: 6%;
  }
}
@media (min-width: 1270px) {
  .brown-stripe .quarters {
    gap: 4%;
  }
}
.brown-stripe .quarters > div {
  flex: 0 0 100%;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .brown-stripe .quarters > div {
    flex: 0 0 47%;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1270px) {
  .brown-stripe .quarters > div {
    flex: 0 0 22%;
  }
}
.brown-stripe .quarters > div img {
  height: 60px;
}
.brown-stripe h2 {
  font-size: 22px;
}
.brown-stripe h3 {
  font-size: 22px;
  color: #B66622;
  margin: 18px 0;
}

.container-black {
  color: #F3F2F1;
  background-color: #2C2A34;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 6%;
  margin-left: 2%;
  margin-right: 2%;
  align-items: center;
}
@media (min-width: 768px) {
  .container-black {
    padding: 64px !important;
  }
}
@media (min-width: 1270px) {
  .container-black {
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
  }
}
.container-black > div {
  margin-top: 32px;
}
.container-black > div:first-child {
  margin-top: 0;
}
.container-black h4 {
  font-size: 22px;
  margin-top: 0 !important;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.container-black h4.brackets {
  padding: 40px 30px;
}
.container-black h3 {
  color: #B66622;
  font-size: 24px;
  margin: 1em 0;
}
.container-black h3 a {
  text-decoration: none;
}

.featurebox {
  color: #F3F2F1;
  background-color: #2C2A34;
  text-align: center;
  position: relative;
  max-height: 673px;
}
.featurebox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 43px;
}
@media (min-width: 768px) {
  .featurebox img {
    height: 70px;
  }
}
@media (min-width: 1270px) {
  .featurebox img {
    height: auto;
    width: auto;
    top: 150px;
  }
}
.featurebox.wicon img {
  width: 54px;
  height: auto;
  max-height: 54px;
}
@media (min-width: 768px) {
  .featurebox.wicon img {
    width: auto;
    max-height: none;
  }
}
.featurebox h4 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .featurebox h4 {
    top: 50%;
    font-size: 29px;
    line-height: 39px;
  }
}
@media (min-width: 1270px) {
  .featurebox h4 {
    font-size: 36px;
    line-height: 46px;
    top: 50%;
  }
}
.featurebox.greytext h4 {
  color: #56483B;
}
.featurebox p {
  display: none;
  position: absolute;
  bottom: 49px;
  min-height: 56px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  line-height: 18px;
  display: none;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .featurebox p {
    display: flex;
    bottom: 18%;
    line-height: 20px;
  }
}
.featurebox p span {
  margin-left: auto;
  margin-right: auto;
}
.featurebox a.button {
  background-color: #F3F2F1;
  color: #2C2A34;
  display: none !important;
  padding: 0 5px;
  position: absolute;
  margin-bottom: 0 !important;
  bottom: 1%;
  left: 50%;
  width: 80%;
  height: 38px !important;
  white-space: nowrap;
  line-height: 38px;
  font-size: 11px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .featurebox a.button {
    display: inline-block !important;
    font-size: 12px;
    line-height: 48px;
    width: auto;
    padding: 0 20px;
    bottom: 3%;
    height: 48px !important;
  }
}
.featurebox.bgimg h4 {
  top: 17%;
}
.featurebox.bgimg p {
  line-height: normal;
}
.featurebox.bgimg.new h4 {
  top: 60%;
  font-weight: 400;
}
@media (min-width: 768px) {
  .featurebox.bgimg.new h4 {
    top: 50%;
  }
}
.featurebox.brown {
  background-color: #B66622;
  color: #2C2A34;
}
.featurebox.brown a.button:hover {
  background-color: #2C2A34;
}
.featurebox.red {
  background-color: #a95646;
  color: #F3F4EE;
}
.chapter {
  position: relative;
  margin-bottom: 0;
  padding: 2em 0;
}
@media (min-width: 1270px) {
  .chapter {
    display: flex;
    align-items: center;
    min-height: 100vh;
  }
}
.chapter .container {
  padding: 0;
}
@media (min-width: 1270px) {
  .chapter .container {
    -moz-column-gap: 106px;
         column-gap: 106px;
    row-gap: 30px;
    align-items: center;
    flex-flow: row wrap;
    flex-wrap: wrap;
    max-width: 77vw;
  }
}
@media (min-width: 1270px) {
  .chapter .container.flex-start {
    align-items: flex-start;
  }
}
.chapter .container > div {
  flex-grow: 1;
  padding: 0 2% !important;
  position: relative;
  flex: 0 0 calc(50% - 106px);
}
@media (min-width: 1270px) {
  .chapter .container > div {
    padding: 0% !important;
  }
}
@media (min-width: 1270px) {
  .chapter .container > div:first-child, .chapter .container > div.first {
    margin-left: -106px;
    padding: 0 !important;
  }
}
.chapter .container > div:last-child {
  padding: 0;
}
@media (min-width: 1270px) {
  .chapter .container > div:last-child {
    padding: 2%;
  }
}
.chapter .container > div.jflex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .chapter .container > div.jflex {
    flex-direction: row;
  }
}
.chapter .container > div img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.chapter .container > div img.m-lr-0 {
  margin-left: 0;
  margin-right: 0;
}
.chapter .container > div p {
  margin-bottom: 2em;
}
.chapter .container > div p:last-child {
  margin-bottom: 2em;
}
.chapter .container > div.third {
  flex: 0 0 calc(33% - 106px) !important;
}
@media (min-width: 1270px) {
  .chapter .container > div.third:first-child {
    margin-left: -53px;
  }
}
.chapter .container > div.full {
  flex: 0 0 65% !important;
  flex-basis: calc(100% - 53px) !important;
  page-break-after: always;
  -moz-column-break-after: always;
       break-after: always;
}
@media (min-width: 1270px) {
  .chapter .container > div.full .row div {
    float: left;
  }
}
@media (min-width: 1270px) {
  .chapter .container > div.full p {
    width: 65%;
  }
}
@media (min-width: 1270px) {
  .chapter .container > div.full ul {
    width: 65%;
  }
}
.chapter .container > div.faux-li-img p {
  display: flex;
  margin: 0 15px 15px 15px;
}
.chapter .container > div.faux-li-img img {
  display: inline-block;
  height: 100%;
  flex-basis: 47px;
  width: 47px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 25px;
}
.chapter .container > div.faux-li-img img.padd {
  padding: 0 11px;
}
.chapter .container > div.faux-li-img span {
  flex-grow: 1;
}
.chapter .container > div.img-cont {
  padding: 0;
}
@media (min-width: 768px) {
  .chapter .container > div div.half {
    flex: 0 0 50% !important;
  }
}
.chapter .container > div img.m-b {
  margin-bottom: 30px;
}
.chapter .container > div img.fullw {
  position: absolute;
  top: -2%;
  left: -2%;
  width: 104%;
}
@media (min-width: 1270px) {
  .chapter .container > div img.fullw {
    position: static;
    width: 100%;
  }
}
.chapter .container > div img.icon {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}
.chapter .container > div a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .chapter .container > div > div {
    flex-grow: 1;
  }
}
.chapter .row div {
  float: none;
}
@media (min-width: 1270px) {
  .chapter .row div {
    margin-right: 30px;
    float: left;
  }
}
.chapter .row div em {
  text-transform: uppercase;
  color: #B66622;
  font-style: normal;
  margin-bottom: 20px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 12px;
  display: inline-block;
}
.chapter .terms {
  font-size: 11px;
  width: 100%;
}
.chapter h2 {
  font-size: 22px;
  margin: 1.5em 0 2em 0;
  font-weight: 400;
}
.chapter h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 1em 0;
}
.chapter h5 {
  font-size: 40px;
  border: 2px solid #B66622;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
.chapter p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .chapter p {
    font-size: 18px;
  }
}
.chapter p strong {
  font-weight: 400;
}
.chapter ul {
  list-style-type: none;
  font-size: 16px;
  margin-left: 14px;
}
@media (min-width: 768px) {
  .chapter ul {
    font-size: 18px;
  }
}
.chapter ul li {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 14px;
}
.chapter ul li:before {
  position: absolute;
  left: -14px;
  top: 7px;
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #B66622;
  border-radius: 50%;
}
.chapter .bookmark {
  display: none;
  position: absolute;
  bottom: 21px;
  left: calc(50% - 34px);
}
@media (min-width: 1270px) {
  .chapter .bookmark {
    display: inline-block;
  }
}
.chapter.chapter-brown {
  background-color: #D6D0CE;
}

#chapterx {
  position: relative;
}
@media (min-width: 1270px) {
  #chapterx {
    min-height: 505px;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  #chapterx {
    min-height: 655px;
  }
}
#chapterx .bookmark {
  display: none;
  position: absolute;
  bottom: 21px;
  left: calc(50% - 34px);
}
@media (min-width: 1270px) {
  #chapterx .bookmark {
    display: inline-block;
  }
}

.brackets-any {
  background-image: linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622);
  background-repeat: no-repeat;
  background-size: 8px 4px;
  background-position: top left, top right, bottom left, bottom right;
  border: solid #B66622;
  border-width: 0 4px;
  display: table;
  vertical-align: top;
  padding: 5px 15px;
  margin: 2em auto 0;
}

.main-suds aside {
  display: none;
}
@media (min-width: 1270px) {
  .main-suds aside {
    display: block;
    position: fixed;
    z-index: 50;
    right: 0;
    top: calc(50% - 300px);
  }
}
.main-suds aside ul {
  opacity: 0;
  margin: 0 39px 0 0;
}
.main-suds aside ul li {
  margin-bottom: 16px;
  padding: 0 34px 0 0;
  line-height: 10px;
  position: relative;
}
.main-suds aside ul li:before {
  display: none;
}
.main-suds aside ul li:after {
  position: absolute;
  right: 0;
  top: 3px;
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #837E86;
  border-radius: 50%;
}
.main-suds aside ul li a {
  text-decoration: none;
  color: #837E86;
  font-size: 10px;
  line-height: 10px;
}
.main-suds aside ul li.on:after {
  background-color: #B66622;
}
.main-suds aside ul li.on a {
  color: #B66622;
}

@media (min-width: 1270px) {
  .main-install aside {
    top: calc(50% - 141px);
  }
}

body.admin {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body.admin h1, body.admin h2, body.admin h3, body.admin h4 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body.admin h1, body.admin h2 {
  font-size: x-large;
  font-weight: 500;
}
body.admin main {
  padding-top: 25px;
}
body.admin main a {
  text-decoration: none;
  color: #60a5fa;
}
body.admin main a:hover {
  text-decoration: underline;
  color: #60a5fa;
}
body.admin main .alertContent {
  display: none;
}
body.admin main .alertContent.alertShow {
  display: block;
}
body.admin main button, body.admin main a.button {
  border: 0;
  line-height: normal;
  height: auto;
}
body.admin .form-input, body.admin select, body.admin textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border: 1px solid #e2e8f0;
  letter-spacing: normal;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
body.admin .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}
body.admin .tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
body.admin .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
body.admin .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body.admin .noinput {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}
body.admin .show {
  display: block;
}
body.admin .hide {
  display: none;
}
body.admin input[type=text] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body.admin input.ajax {
  background-color: #dcfce7 !important;
  border-color: #22c55e !important;
}
body.admin input.ajax:focus {
  border-color: #22c55e !important;
  box-shadow: 0 0 5px #4ade80;
}
body.admin .translate-value {
  font-size: 14px;
}
body.admin .translate-value p, body.admin .translate-value h2, body.admin .translate-value h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
body.admin .featurebox img {
  top: 100px;
  max-height: 80px;
}
body.admin .featurebox h4 {
  font-font: artigo, serif;
}
body.admin .photo-box-cont {
  position: relative;
}
body.admin .photo-box-cont .banner {
  position: relative;
}
body.admin .photo-box-cont .copy1, body.admin .photo-box-cont .copy2 {
  background: rgba(44, 42, 52, 0.25);
  color: #F3F2F1;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
body.admin .photo-box-cont .copy1 h5, body.admin .photo-box-cont .copy2 h5 {
  position: absolute;
  top: 35%;
  width: 100%;
}
body.admin .photo-box-cont .copy1 h5 img, body.admin .photo-box-cont .copy2 h5 img {
  margin: 0 auto;
  width: 80%;
}
body.admin .photo-box-cont .copy1 h6, body.admin .photo-box-cont .copy2 h6 {
  position: absolute;
  top: 20%;
  width: 100%;
  font-size: 12px;
}
body.admin .photo-box-cont .copy1 p, body.admin .photo-box-cont .copy2 p {
  position: absolute;
  top: 70%;
  width: 100%;
  font-size: 12px;
  padding: 0 2%;
}
body.admin .photo-box-cont .copy1 a, body.admin .photo-box-cont .copy2 a {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #F3F2F1;
  width: 100%;
  text-decoration: underline;
}
body.admin .photo-box-cont .copy {
  display: none;
}
body.admin .gallery-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body.admin .gallery-div div {
  width: 18%;
  margin-bottom: 1%;
}
body.admin .gallery-div div p {
  margin: 10px 0;
  font-size: 10px;
  color: darkgray;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
body.admin .gallery-div img.item {
  width: 100%;
}
body.admin .gallery-div img.item:hover {
  cursor: pointer;
  opacity: 70%;
}
body.admin .gallery-div img.item.active {
  opacity: 70%;
  border: 3px solid lawngreen;
}

.zoomContainer {
  top: 0 !important;
  left: 0 !important;
}
.zoomContainer .product-gallery-actions {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.zoomContainer .product-gallery-actions a {
  width: 32px;
  height: 32px;
  background-color: #EDECE8;
  top: 50%;
  left: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 0 50% 50% 0;
  opacity: 0.75;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/Ixef94P9Y07IJzhGcTFirgxIWhtEZCjsmZGOBUZz.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 10px 18px;
  z-index: 999999;
}
.zoomContainer .product-gallery-actions a:hover {
  opacity: 1;
}
.zoomContainer .product-gallery-actions a.product-gallery-next {
  right: 0;
  left: auto;
  border-radius: 50% 0 0 50%;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/haHV9zo0EIo38sBw1wmtqUijSJBnMX7GeMddIuju.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}

section.product {
  margin-top: 32px;
  position: relative;
}
@media (min-width: 768px) {
  section.product {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  section.product > .container > div {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (min-width: 1270px) {
  section.product > .container > div {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
}
@media (min-width: 768px) {
  section.product > .container > div > div {
    box-sizing: border-box;
    flex: 0 0 50%;
    flex: auto;
    width: calc(50% - 16px);
  }
}
@media (min-width: 1270px) {
  section.product > .container > div > div {
    box-sizing: border-box;
    flex: 0 0 50%;
    flex: auto;
    width: calc(50% - 36px);
  }
}
section.product > .container > div > div h1 {
  font-size: 36px;
  font-weight: 400;
}
section.product > .container > div > div h2 {
  font-size: 36px;
  font-weight: 600;
  color: #B66622;
  font-family: gill-sans-nova, sans-serif;
}
section.product > .container > div > div h3 {
  font-size: 14px;
  font-style: italic;
}
@media (min-width: 768px) {
  section.product > .container > div > div h3 {
    font-size: 18px;
  }
}
section.product > .container > div > div h3 a {
  font-family: artigo, serif;
  text-transform: inherit;
  font-size: inherit;
  letter-spacing: normal;
}
section.product > .container > div > div h3 strong {
  text-transform: uppercase;
  font-weight: 600;
}
section.product > .container > div > div h3:last-child {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  section.product > .container > div > div h3:last-child {
    margin: 0 0 32px;
  }
}
@media (min-width: 1270px) {
  section.product > .container > div > div .heading {
    width: calc(100% - 260px);
    float: left;
  }
}
section.product > .container > div > div .actions {
  position: relative;
}
@media (min-width: 1270px) {
  section.product > .container > div > div .actions {
    position: static;
    float: left;
    width: 260px;
  }
}

.sticky-gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 202px;
}

.gallery .light-gallery {
  background-color: #fff;
}
.gallery .light-gallery li {
  display: none;
}
.gallery .light-gallery li.active {
  display: block;
}
.gallery .light-gallery li img {
  margin: 0 auto;
  width: 100%;
}
.gallery .image-credit {
  background-color: #F3F2F1;
  color: #837E86;
  font-size: 9px;
  text-transform: initial;
  width: 100%;
  height: 48px;
  padding: 11px 0 0 0;
  letter-spacing: 1.35px;
  font-family: gill-sans-nova, sans-serif;
}
.gallery .thumbnail-actions a {
  width: 32px;
  height: 32px;
  background-color: #d9d7d3;
  bottom: 72px;
  left: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 0 50% 50% 0;
  opacity: 0.75;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/Ixef94P9Y07IJzhGcTFirgxIWhtEZCjsmZGOBUZz.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 10px 18px;
  z-index: 999999;
}
@media (min-width: 768px) {
  .gallery .thumbnail-actions a {
    bottom: 100px;
  }
}
@media (min-width: 1270px) {
  .gallery .thumbnail-actions a {
    bottom: 72px;
  }
}
.gallery .thumbnail-actions a:hover {
  opacity: 1;
}
.gallery .thumbnail-actions a.right {
  right: 0;
  left: auto;
  border-radius: 50% 0 0 50%;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/haHV9zo0EIo38sBw1wmtqUijSJBnMX7GeMddIuju.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}
.gallery .thumbnails {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 30px 0 38px 0;
  padding-bottom: 40px;
}
.gallery .thumbnails picture {
  margin-right: 18px;
  display: inline-block;
  width: 42px;
  opacity: 0.5;
  flex: 0 0 auto;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
@media (min-width: 768px) {
  .gallery .thumbnails picture {
    width: 84px;
  }
}
@media (min-width: 1270px) {
  .gallery .thumbnails picture {
    width: 113px;
  }
}
.gallery .thumbnails picture:hover {
  cursor: pointer;
  opacity: 1;
}
.gallery .thumbnails picture.active {
  opacity: 1;
  border-bottom: 3px solid #B66622;
}
.gallery .thumbnails picture img {
  width: 42px;
}
@media (min-width: 768px) {
  .gallery .thumbnails picture img {
    width: 84px;
  }
}
@media (min-width: 1270px) {
  .gallery .thumbnails picture img {
    width: 113px;
  }
}
.gallery .gallery-cont {
  position: relative;
}
.gallery .gallery-cont .product-gallery-actions {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.gallery .gallery-cont .product-gallery-actions a {
  width: 32px;
  height: 32px;
  background-color: #EDECE8;
  top: 50%;
  left: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 0 50% 50% 0;
  opacity: 0.75;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/Ixef94P9Y07IJzhGcTFirgxIWhtEZCjsmZGOBUZz.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 10px 18px;
  z-index: 999999;
}
.gallery .gallery-cont .product-gallery-actions a:hover {
  opacity: 1;
}
.gallery .gallery-cont .product-gallery-actions a.product-gallery-next {
  right: 0;
  left: auto;
  border-radius: 50% 0 0 50%;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/haHV9zo0EIo38sBw1wmtqUijSJBnMX7GeMddIuju.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}
@media (min-width: 1270px) {
  .gallery.gallery-landscape .product-gallery-actions {
    max-height: 509px;
  }
}

.banner-trade, .newsletter {
  display: flex;
  background-color: #2C2A34;
  color: #F3F2F1;
  flex-direction: column;
  align-items: center;
  padding: 33px;
}
@media (min-width: 768px) {
  .banner-trade, .newsletter {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .banner-trade .heading, .newsletter .heading {
    width: 60%;
  }
}
.banner-trade .heading h4, .newsletter .heading h4 {
  min-height: 58px;
  font-size: 18px;
  margin-bottom: 35px;
  background: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/UhLW1vGB77TIDanmVrWDvWybrP8D9pO9q8h2uWiI.png) left center no-repeat;
  padding-left: 66px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .banner-trade .heading h4, .newsletter .heading h4 {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1270px) {
  .banner-trade .heading h4, .newsletter .heading h4 {
    font-size: 22px;
  }
}
.banner-trade .action, .newsletter .action {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-trade .action, .newsletter .action {
    min-width: 35%;
    width: 40% !important;
  }
}
.banner-trade .action button, .banner-trade .action a.button, .newsletter .action button, .newsletter .action a.button {
  width: 100%;
  border: 1px solid #F3F2F1;
  color: #F3F2F1;
  padding: 16px 0;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  letter-spacing: 1.8px;
  margin: 0;
}
.banner-trade .action button:hover, .banner-trade .action a.button:hover, .newsletter .action button:hover, .newsletter .action a.button:hover {
  color: #2C2A34;
  background-color: #F3F2F1;
  text-decoration: none;
}
.banner-trade .action a.button, .newsletter .action a.button {
  text-align: center;
  padding: 0;
}
.banner-trade .action input[type=email], .newsletter .action input[type=email] {
  width: 100%;
}
.banner-trade {
  margin-bottom: 0;
}

.newsletter {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/wxJeCI1IMZpl1bokb3AES7UuWcR7lKgcS0gmjdhw.png);
  background-size: cover;
}
.newsletter h4 {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/icons/beige/Newsletter.svg) !important;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 58px 58px !important;
  padding-left: 90px !important;
}
.newsletter.t-d {
  display: flex;
  flex-direction: column;
  background-position: -202px center;
  background-size: 325% 100%;
}
@media (min-width: 768px) {
  .newsletter.t-d {
    flex-direction: row;
    background-position: -276px center;
    background-size: 141% 100%;
  }
}
@media (min-width: 1270px) {
  .newsletter.t-d {
    padding: 60px 128px;
  }
}
@media (min-width: 1270px) {
  .newsletter.t-d .heading {
    width: 100%;
  }
}
@media (min-width: 1270px) {
  .newsletter.t-d .action {
    width: auto;
  }
}
@media (min-width: 1270px) {
  .newsletter.t-d .action input[type=email] {
    width: 518px;
  }
}
.newsletter.t-d h4 {
  background: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/659Fi9oXrSShS9rOiaOix7y8Vuvc5DS1VWPlp0Me.png) left top no-repeat;
  padding-left: 66px;
  font-size: 18px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .newsletter.t-d h4 {
    background: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/659Fi9oXrSShS9rOiaOix7y8Vuvc5DS1VWPlp0Me.png) left center no-repeat;
    margin-bottom: 0;
    padding-right: 66px;
  }
}
@media (min-width: 1270px) {
  .newsletter.t-d h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: gill-sans-nova, sans-serif;
    white-space: nowrap;
    background-image: none !important;
    padding-left: 0 !important;
  }
}
.newsletter.t-d input[type=email] {
  width: 100%;
}
@media (min-width: 1270px) {
  .newsletter.t-d input[type=email] {
    width: auto;
  }
}
.newsletter.t-d div:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter.t-d div:last-child {
    width: 80%;
  }
}
@media (min-width: 1270px) {
  .newsletter.t-d div:last-child {
    width: 518px;
  }
}
.newsletter.m-p {
  margin-top: 60px;
}
@media (min-width: 1270px) {
  .newsletter.m-p {
    margin-top: 0;
  }
}

.zoomContainer {
  display: none;
}
@media (min-width: 1270px) {
  .zoomContainer {
    display: inherit;
  }
}

.main-product .quote-stripe {
  padding: 0;
  margin: 0 0 32px;
}
@media (min-width: 1270px) {
  .main-product .quote-stripe {
    margin: 0 0 50px;
  }
}
.main-product .actions .button:last-child {
  margin: 0 0 32px;
}
@media (min-width: 1270px) {
  .main-product .actions .button:last-child {
    margin: 0 0 64px;
  }
}
.main-product section.products h3 {
  font-size: 22px;
  margin-bottom: 40px;
}
.main-product section.products h6 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .main-product section.products h6 {
    margin-top: 0;
  }
}
.main-product section.products .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .main-product section.products .row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    width: calc(100% + 32px);
  }
}
.main-product section.products .row .product {
  flex: 0 0 auto;
  width: calc(50% - 20px);
  margin-left: 0;
}
@media (min-width: 768px) {
  .main-product section.products .row .product {
    width: calc(25% - 32px);
  }
}

.tool-tip-cont {
  position: relative;
}

.tool-tip {
  bottom: 78px;
  pointer-events: none;
  position: absolute;
  background-color: #2C2A34;
  color: #F3F4EE;
  padding: 14px;
  border-radius: 4px;
  font-size: 12px;
  font-family: gill-sans-nova, sans-serif;
  display: flex;
  align-items: center;
  line-height: 14px;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.tool-tip.showf {
  opacity: 1;
}
.tool-tip.brochure {
  width: 100% !important;
  max-width: 498px;
  bottom: 205px;
}
@media (min-width: 768px) {
  .tool-tip.brochure {
    bottom: 10px;
  }
}
.tool-tip.brochure img {
  height: 23px;
  width: 23px !important;
}
.tool-tip.brochure:after {
  left: auto;
  right: 10px;
  display: none;
}
@media (min-width: 768px) {
  .tool-tip.brochure:after {
    display: inherit;
  }
}
.tool-tip.tb {
  width: 100% !important;
  max-width: 403px;
  bottom: 76px;
}
@media (min-width: 768px) {
  .tool-tip.tb {
    max-width: 369px;
  }
}
@media (min-width: 1270px) {
  .tool-tip.tb {
    max-width: 320px;
  }
}
@media (min-width: 1600px) {
  .tool-tip.tb {
    max-width: 403px;
  }
}
.tool-tip img {
  margin-right: 14px;
  width: auto !important;
}
.tool-tip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #2C2A34 transparent transparent transparent;
  bottom: -20px;
  left: 10px;
}
.tool-tip.no-p:after {
  display: none;
}

main.main-gallery .sortable div {
  position: static;
}
@media (min-width: 768px) {
  main.main-gallery .sortable div div {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1270px) {
  main.main-gallery .sortable div div {
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1270px) {
  main.main-gallery .sortable div div.first {
    flex: 0 0 1073px;
  }
}
@media (min-width: 1270px) {
  main.main-gallery .sortable div div:last-child {
    display: flex;
    width: auto;
  }
}
main.main-gallery .sortable div div:last-child span {
  float: right;
}
@media (min-width: 1270px) {
  main.main-gallery .sortable div div:last-child span {
    flex-grow: 1;
    text-align: right;
  }
}
main.main-gallery .sortable div span {
  text-align: center;
}
@media (min-width: 768px) {
  main.main-gallery .sortable form {
    display: flex;
  }
}
@media (min-width: 1270px) {
  main.main-gallery .sortable form {
    text-align: left;
    padding: 0 16px;
  }
}
main.main-gallery .sortable form select {
  margin-bottom: 6px;
  min-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  main.main-gallery .sortable form select {
    display: block;
    margin: 8px auto;
  }
}
@media (min-width: 1270px) {
  main.main-gallery .sortable form select {
    min-width: auto;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 344px;
  }
  main.main-gallery .sortable form select:first-child {
    width: 276px;
  }
  main.main-gallery .sortable form select:nth-child(3) {
    width: 221px;
  }
}
main.main-gallery .sortable form button {
  text-transform: uppercase;
  background-color: #F3F2F1;
  border-color: #C6BEBB;
  font-size: 15px;
  letter-spacing: 2.25px;
  display: inline-block;
  padding: 0 2.5rem 0 0.75rem;
  border-radius: 0;
  height: 42px;
  float: left;
  line-height: 0;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/clear-filter-cross.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 0.5rem center;
}
@media (min-width: 1270px) {
  main.main-gallery .sortable form button {
    float: none;
  }
}
main.main-gallery .sortable form button:hover {
  background-color: #E2DDDC;
  color: #2C2A34;
}
main.main-gallery .sortable form .gallery-count {
  display: none;
  float: right;
}
main.main-gallery .masonry {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s;
}
main.main-gallery .masonry .mitem {
  cursor: pointer;
}
main.main-gallery .masonry .grid-sizer {
  width: 33.33%;
}
@media (min-width: 768px) {
  main.main-gallery .masonry .grid-sizer {
    width: 25%;
  }
}
main.main-gallery .masonry .mitem {
  float: left;
  width: 33.33%;
  border: 10px solid #F3F2F1;
}
@media (min-width: 768px) {
  main.main-gallery .masonry .mitem {
    width: 25%;
  }
}
@media (min-width: 1270px) {
  main.main-gallery .masonry .mitem {
    border: 16px solid #F3F2F1;
  }
}
main.main-gallery .masonry .mitem img {
  width: 100%;
}
main.main-gallery .masonry .mitem.mitem-x-2 {
  width: 66%;
}
@media (min-width: 768px) {
  main.main-gallery .masonry .mitem.mitem-x-2 {
    width: 50%;
  }
}
main.main-gallery .masonry .mitem .over {
  font-family: gill-sans-nova, sans-serif;
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  transition: opacity 0.1s linear;
  opacity: 0;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(44, 42, 52, 0.65) 25%, rgba(44, 42, 52, 0.25) 70%, rgba(44, 42, 52, 0) 100%);
  height: 100%;
}
main.main-gallery .masonry .mitem .over h3 {
  color: #F3F2F1;
  font-weight: 400;
  left: 20px;
  position: absolute;
  bottom: 60px;
  margin-bottom: 0;
}
main.main-gallery .masonry .mitem .over a {
  position: absolute;
  bottom: 26px;
  left: 20px;
  color: #F3F2F1;
}
main.main-gallery .masonry .mitem:hover .over {
  opacity: 1;
}
main.main-gallery .masonry.show {
  opacity: 1;
}
main.main-gallery .masonry:after {
  content: "";
  display: block;
  clear: both;
}
main.main-gallery .gallery-loader {
  min-height: 40vh;
}
main.main-gallery .gallery-loader p {
  display: none;
  color: #837E86;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 2em 0;
  letter-spacing: 2.25px;
}
main.main-gallery .gallery-loader p svg.spinner-cv {
  display: inline-block;
  margin-left: 8px;
}
main.main-gallery svg.spinner-cv {
  width: 24px;
  height: 24px;
  x: 0px;
  y: 0px;
  viewBox: 0 0 24 24;
  background-color: transparent;
}
main.main-gallery svg.spinner-cv circle {
  fill: transparent;
  stroke: #837E86;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 75.36;
  transform-origin: 12px 12px 0;
  -webkit-animation: spinner-cv 2s linear infinite;
  animation: spinner-cv 2s linear infinite;
}

.operation-boxes {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 1270px) {
  .operation-boxes {
    width: 90%;
    margin: 0 auto;
  }
}
.operation-boxes > div {
  text-align: center;
  vertical-align: top;
  padding: 5px 15px;
  margin: 5px;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .operation-boxes > div {
    box-sizing: border-box;
    flex: 0 0 25%;
    background-image: linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622);
    background-repeat: no-repeat;
    background-size: 8px 4px;
    background-position: top left, top right, bottom left, bottom right;
    border: solid #B66622;
    border-width: 0 4px;
    display: inline-block;
    margin: 20px;
  }
}
.operation-boxes > div h3 {
  font-size: 18px;
  color: #B66622;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (min-width: 1270px) {
  .operation-boxes > div h3 {
    font-size: 36px;
  }
}
.operation-boxes > div h3 strong {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1270px) {
  .operation-boxes > div h3 strong {
    font-size: 50px;
  }
}
.operation-boxes > div h4 {
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 16px;
}
@media (min-width: 1270px) {
  .operation-boxes > div h4 {
    font-size: 22px;
  }
}
.operation-boxes > div img {
  margin: -20px auto 20px auto;
  display: block;
  height: 58px;
}
@media (min-width: 1270px) {
  .operation-boxes > div img {
    font-size: 65px;
  }
}

h3.brackets {
  text-align: center;
  font-size: 32px;
}
@media (min-width: 768px) {
  h3.brackets {
    font-size: 36px;
  }
}

h1.brackets, h2.brackets, h3.brackets, h4.brackets, h5.brackets, h6.brackets, blockquote.brackets {
  background-image: linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622);
  background-repeat: no-repeat;
  background-size: 8px 4px;
  background-position: top left, top right, bottom left, bottom right;
  border: solid #B66622;
  border-width: 0 4px;
  display: table;
  vertical-align: top;
  padding: 5px 15px;
  margin: 2em auto 0;
}

.distribution-centers {
  background-color: #2C2A34;
  color: #F3F2F1;
  padding: 60px 0;
}
.distribution-centers .container {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .distribution-centers .container {
    width: 80%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media (min-width: 480px) {
  .distribution-centers .container.mobile {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .distribution-centers .container.mobile {
    display: none !important;
  }
}
@media (min-width: 1270px) {
  .distribution-centers .container.mobile {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .distribution-centers .container.tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .distribution-centers .container.tablet {
    display: flex !important;
  }
}
@media (min-width: 1270px) {
  .distribution-centers .container.tablet {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .distribution-centers .container.desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .distribution-centers .container.desktop {
    display: none !important;
  }
}
@media (min-width: 1270px) {
  .distribution-centers .container.desktop {
    display: flex !important;
    align-items: flex-start;
  }
}
.distribution-centers .container div {
  margin-bottom: 8%;
  margin-left: 31px;
}
@media (min-width: 768px) {
  .distribution-centers .container div {
    flex-grow: 1;
    margin-left: 0;
    margin-right: 4%;
  }
  .distribution-centers .container div:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1270px) {
  .distribution-centers .container div {
    margin-bottom: 0;
  }
}
.distribution-centers .container div:nth-child(3) img {
  margin-bottom: 52px;
}
.distribution-centers .container div:last-child {
  margin-top: 47px;
}
@media (min-width: 768px) {
  .distribution-centers .container div:last-child {
    margin-top: 0;
  }
}
.distribution-centers .container h3 {
  margin-bottom: 0.8em;
  font-size: 24px;
  color: #B66622;
}
.distribution-centers .container p {
  margin-bottom: 1.5em;
  line-height: 28px;
}
.distribution-centers .container p span {
  display: block;
}
.distribution-centers .container p:last-child {
  margin-bottom: 0;
}
.distribution-centers .container img.icon {
  margin-bottom: 32px;
}
@media (min-width: 1270px) {
  .distribution-centers .container img.icon {
    margin-top: 52px;
  }
}

@media (min-width: 768px) {
  .customer-first .w-48p {
    width: 48% !important;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .customer-service-boxes {
    display: flex;
    background-image: linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622), linear-gradient(#B66622, #B66622);
    background-repeat: no-repeat;
    background-size: 8px 4px;
    background-position: top left, top right, bottom left, bottom right;
    border: solid #B66622;
    border-width: 0 4px;
    vertical-align: top;
  }
}
.customer-service-boxes div {
  padding: 5% 0;
}
@media (min-width: 768px) {
  .customer-service-boxes div {
    padding: 2%;
  }
}
.customer-service-boxes p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .customer-service-boxes p {
    text-align: center;
    font-size: 18px;
  }
}
@media (min-width: 1270px) {
  .customer-service-boxes p {
    font-size: 22px;
  }
}
.customer-service-boxes p strong {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 500;
  color: #B66622;
}
@media (min-width: 768px) {
  .customer-service-boxes p strong {
    margin: 0.4em 0 1em 0;
    display: block;
    font-size: 50px;
  }
}

.about-us-cont .row {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .about-us-cont .row {
    margin: 128px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1270px) {
  .about-us-cont .row {
    width: 80%;
  }
}
.about-us-cont .row > div {
  box-sizing: border-box;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .about-us-cont .row > div {
    flex: 0 0 45%;
    flex-grow: 1;
  }
}
@media (min-width: 1270px) {
  .about-us-cont .row > div {
    flex-grow: 0;
  }
}
.about-us-cont .row > div p {
  margin-bottom: 1em;
}
.about-us-cont .row > div h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .about-us-cont .row > div.ml {
    width: 45%;
    margin-left: 5%;
  }
}
@media (min-width: 768px) {
  .about-us-cont .row > div.mr {
    width: 45%;
    margin-right: 5%;
  }
}
.about-us-cont .row:first-child {
  margin-top: 60px;
}

.col-2 .row {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1270px) {
  .col-2 .row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.col-2 .row > div {
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1270px) {
  .col-2 .row > div {
    box-sizing: border-box;
    flex: 0 0 50%;
    overflow: hidden;
  }
  .col-2 .row > div:first-child {
    margin-right: 32px;
  }
}

.w-c-v input[type=email] {
  color: #2C2A34;
}

.sign-up-cont {
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/wxJeCI1IMZpl1bokb3AES7UuWcR7lKgcS0gmjdhw.png);
  background-size: cover;
  height: 171px;
  padding: 0 128px;
}
.sign-up-cont h5 {
  color: #F3F2F1;
  font-size: 36px;
  text-transform: uppercase;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
}

.error-cont p {
  text-align: center;
}
.error-cont ul {
  margin: 2em auto;
}
@media (min-width: 768px) {
  .error-cont ul {
    margin: 2em auto;
    display: flex;
    justify-content: space-evenly;
  }
}
@media (min-width: 1270px) {
  .error-cont ul {
    width: 80%;
    margin: 4em auto 3em;
  }
}
.error-cont ul li {
  margin-bottom: 1em;
}

.showrooms_cont {
  --gap:20px;
}
@media (min-width: 768px) {
  .showrooms_cont {
    --gap:32px;
  }
}
.showrooms_cont .row {
  display: flex;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + var(--gap));
  margin-left: calc(-1 * var(--gap));
}
.showrooms_cont .row > div {
  position: relative;
  margin-bottom: calc(var(--gap) * 2);
  width: calc(50% - var(--gap));
}
.showrooms_cont .row > div:nth-child(2n+3) {
  margin-left: var(--gap);
}
@media (min-width: 1270px) {
  .showrooms_cont .row > div {
    width: calc(33.33% - var(--gap));
  }
  .showrooms_cont .row > div:nth-child(2n+3) {
    margin-left: 0;
  }
  .showrooms_cont .row > div:nth-child(4), .showrooms_cont .row > div:nth-child(7), .showrooms_cont .row > div:nth-child(10), .showrooms_cont .row > div:nth-child(13), .showrooms_cont .row > div:nth-child(16) {
    margin-left: var(--gap);
  }
}
.showrooms_cont .row > div h6 {
  margin: 32px 0 20px 0;
}
.showrooms_cont .row > div p {
  margin: 32px 0 0 0;
}
.showrooms_cont .row > div p span {
  display: block;
}
.showrooms_cont .row > div p strong {
  display: block;
  color: #B66622;
}
.showrooms_cont .row > div img {
  max-width: none;
  width: 100%;
}

.hero-showrooms {
  position: relative;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/0pIpnlz1HGUNQrDih6ofBKNQbL61iGLpTZ41boeG.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-showrooms {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/hXFHzEH5ip7Tb8ogzUB9NxkemcoGWYNcltLKAEsf.jpg);
  }
}
@media (min-width: 1270px) {
  .hero-showrooms {
    background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/7Pnxb50xCBs18y5ZZr1Y9stHDgxeT1giwNHHWKQr.png);
  }
}
.hero-showrooms > div {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
}
.hero-showrooms > div > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-showrooms > div > div h3 {
  font-size: 60px;
  margin-bottom: 32px;
  color: #F3F2F1;
}

.contact-stripe > div {
  padding: 2%;
}
@media (min-width: 768px) {
  .contact-stripe > div {
    display: flex;
    padding: 6% 8%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1270px) {
  .contact-stripe > div {
    padding: 2.8% 2.7% 2.8% 0;
  }
}
.contact-stripe > div > div {
  color: #F3F2F1;
  padding: 6%;
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  .contact-stripe > div > div {
    margin-left: 60px;
    width: calc(50% - 30px);
    padding: 0;
    margin-bottom: 0;
  }
  .contact-stripe > div > div:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 1270px) {
  .contact-stripe > div > div {
    margin-left: 90px;
    width: calc(26% - 90px);
    padding: 0;
    margin-bottom: 0;
  }
  .contact-stripe > div > div:first-child {
    margin-left: 0;
  }
  .contact-stripe > div > div:nth-child(odd) {
    margin-left: inherit;
  }
}
.contact-stripe > div > div img {
  display: block;
}
.contact-stripe > div > div .img-cont {
  display: flex;
  align-items: center;
  height: 57px;
}
.contact-stripe > div > div .img-cont img {
  height: 100%;
}
.contact-stripe > div > div h3 {
  font-size: 24px;
  color: #B66622;
  margin: 2em 0 1em 0;
}
.contact-stripe > div > div h3 a {
  text-decoration: none;
}
.contact-stripe > div > div h3 a:hover {
  color: #B66622;
}
.contact-stripe > div > div p {
  margin: 32px 0 0 0;
  font-size: 18px;
}
.contact-stripe > div > div p span, .contact-stripe > div > div p strong {
  display: block;
}

.staff-cont {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .staff-cont {
    padding: 2.8% 0;
    --gap: 32px;
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
    width: calc(100% + var(--gap));
    margin-left: calc(-1 * var(--gap));
  }
}
@media (min-width: 1270px) {
  .staff-cont {
    margin-left: auto;
  }
}
.staff-cont > div {
  color: #F3F2F1;
  margin: 0 0 32px 0;
}
@media (min-width: 768px) {
  .staff-cont > div {
    margin-bottom: calc(var(--gap) * 2);
    width: calc(33% - var(--gap));
  }
  .staff-cont > div:nth-child(4n) {
    margin: 0 0 0 var(--gap);
  }
}
@media (min-width: 1270px) {
  .staff-cont > div {
    width: calc(25% - var(--gap));
  }
  .staff-cont > div:nth-child(4n) {
    margin: 0;
  }
  .staff-cont > div:nth-child(5n) {
    margin: 0 0 0 var(--gap);
  }
}
.staff-cont > div h6 {
  color: #2C2A34;
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 35px;
}
.staff-cont > div img {
  display: block;
  max-width: 172px;
  width: 53%;
}
.staff-cont > div h3 {
  font-size: 22px;
  color: #2C2A34;
  margin-top: 20px;
}
.staff-cont > div h3 a {
  text-decoration: none;
}
.staff-cont > div h3 a:hover {
  color: #B66622;
}
.staff-cont > div p {
  margin: 30px 0 0 0;
  font-size: 18px;
  color: #2C2A34;
}
.staff-cont > div p a {
  font-weight: 400;
}

.hero .nearest-showroom {
  width: 100%;
}
@media (min-width: 768px) {
  .hero .nearest-showroom > div {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.hero .nearest-showroom h3 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .hero .nearest-showroom input[type=text] {
    width: 325px;
  }
}
.hero .nearest-showroom input[type=submit] {
  position: absolute;
  top: 125px;
  right: calc(50% - 150px);
  background: transparent url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/l7ZdJKVIynTYg5u4HPrVHgkR297szSJ1JVOOXbxV.png) center no-repeat;
  text-indent: -3000em;
  width: 30px;
  height: 20px;
}
@media (min-width: 768px) {
  .hero .nearest-showroom input[type=submit] {
    top: 91px;
    right: calc(50% - 137px);
  }
}

.mobile-nearest-showroom .container > div {
  position: relative;
}
.mobile-nearest-showroom input[type=text] {
  border: 1px solid #C6BEBB;
  padding: 5px 16px;
  width: 100%;
  background-color: #f7f6f2;
  margin-top: 10px;
}
.mobile-nearest-showroom input[type=submit] {
  position: absolute;
  top: 19px;
  right: 16px;
  background: transparent url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/l7ZdJKVIynTYg5u4HPrVHgkR297szSJ1JVOOXbxV.png) center no-repeat;
  text-indent: -3000em;
  width: 30px;
  height: 20px;
}

.hero-category {
  padding-bottom: 16%;
  background-size: cover;
  min-height: auto;
  height: 0;
}
@media (min-width: 1270px) {
  .hero-category {
    padding-bottom: 19.7916666667%;
    min-height: auto;
    height: 0;
  }
}

.hero-tag-7 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/bLDvNfzp1Pec8XA2FNJ2b7l8xcTJ5bbk4FNJpYPt.jpg");
}
@media (min-width: 768px) {
  .hero-tag-7 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/bLDvNfzp1Pec8XA2FNJ2b7l8xcTJ5bbk4FNJpYPt.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-tag-7 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/bLDvNfzp1Pec8XA2FNJ2b7l8xcTJ5bbk4FNJpYPt.jpg");
  }
}

.hero-tag-8 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/ZF7CLCVok4xeJW8YEugemsL7KB7yynrhwHvk0ahQ.jpg");
}
@media (min-width: 768px) {
  .hero-tag-8 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/ZF7CLCVok4xeJW8YEugemsL7KB7yynrhwHvk0ahQ.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-tag-8 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/ZF7CLCVok4xeJW8YEugemsL7KB7yynrhwHvk0ahQ.jpg");
  }
}

.hero-tag-9 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/n8eS3XIaaTsS4PhcZUhtUW5tGpjKsOg9AasmiQQv.jpg");
}
@media (min-width: 768px) {
  .hero-tag-9 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/n8eS3XIaaTsS4PhcZUhtUW5tGpjKsOg9AasmiQQv.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-tag-9 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/n8eS3XIaaTsS4PhcZUhtUW5tGpjKsOg9AasmiQQv.jpg");
  }
}

.hero-cat-1 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/Mk6pfmYTVU7L9369rSUzbZx9izzX74ZQ6z8Xa57G.jpg");
}
@media (min-width: 768px) {
  .hero-cat-1 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/Mk6pfmYTVU7L9369rSUzbZx9izzX74ZQ6z8Xa57G.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-cat-1 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/Mk6pfmYTVU7L9369rSUzbZx9izzX74ZQ6z8Xa57G.jpg");
  }
}

.hero-cat-2 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/rMr3huHYDa1HjPWWPMVGV6LZdQU2X8p6MbbC2QM8.jpg");
}
@media (min-width: 768px) {
  .hero-cat-2 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/rMr3huHYDa1HjPWWPMVGV6LZdQU2X8p6MbbC2QM8.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-cat-2 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/rMr3huHYDa1HjPWWPMVGV6LZdQU2X8p6MbbC2QM8.jpg");
  }
}

.hero-cat-3 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/PFky07XERck10356prmI0YZ7B1CXci7rWRxSOT5q.jpg");
}
@media (min-width: 768px) {
  .hero-cat-3 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/rPFky07XERck10356prmI0YZ7B1CXci7rWRxSOT5q.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-cat-3 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/PFky07XERck10356prmI0YZ7B1CXci7rWRxSOT5q.jpg");
  }
}

.hero-cat-4 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/7ai6KcSsPpY2vYhEsxaYb5zT96QhkteFbw43SM78.jpg");
}
@media (min-width: 768px) {
  .hero-cat-4 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/7ai6KcSsPpY2vYhEsxaYb5zT96QhkteFbw43SM78.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-cat-4 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/7ai6KcSsPpY2vYhEsxaYb5zT96QhkteFbw43SM78.jpg");
  }
}

.hero-cat-5 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/pk6Khnic7XtwVdgfEqAWdbvSuT3xkePLQUtwVsKQ.jpg");
}
@media (min-width: 768px) {
  .hero-cat-5 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/pk6Khnic7XtwVdgfEqAWdbvSuT3xkePLQUtwVsKQ.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-cat-5 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/pk6Khnic7XtwVdgfEqAWdbvSuT3xkePLQUtwVsKQ.jpg");
  }
}

.hero-tag-1 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/dyMlv3HceDTcWR9jFNvh2CJWnSR098bllw4iybUQ.jpg");
}
@media (min-width: 768px) {
  .hero-tag-1 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/dyMlv3HceDTcWR9jFNvh2CJWnSR098bllw4iybUQ.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-tag-1 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/dyMlv3HceDTcWR9jFNvh2CJWnSR098bllw4iybUQ.jpg");
  }
}

.hero-tag-2 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/tHtc0l5dR35MPSzb9pOevJkiTs04TSaO07PzXvig.jpg");
}
@media (min-width: 768px) {
  .hero-tag-2 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/tHtc0l5dR35MPSzb9pOevJkiTs04TSaO07PzXvig.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-tag-2 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/tHtc0l5dR35MPSzb9pOevJkiTs04TSaO07PzXvig.jpg");
  }
}

.hero-tag-3 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/xoFAUjguNI7GwIDhCHQFERAP3BfU6t9EaGOmKzp5.jpg");
}
@media (min-width: 768px) {
  .hero-tag-3 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/xoFAUjguNI7GwIDhCHQFERAP3BfU6t9EaGOmKzp5.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-tag-3 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/xoFAUjguNI7GwIDhCHQFERAP3BfU6t9EaGOmKzp5.jpg");
  }
}

.hero-trade {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/trade-benefits/trade-hero.jpg");
}
@media (min-width: 768px) {
  .hero-trade {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/trade-benefits/trade-hero.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-trade {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/trade-benefits/trade-hero.jpg");
  }
}

.hero-productsall {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/DYVAhIK2aBfhku3y9oriXamnAYZXIW4a8tr599G0.jpg");
}
@media (min-width: 768px) {
  .hero-productsall {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/DYVAhIK2aBfhku3y9oriXamnAYZXIW4a8tr599G0.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-productsall {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/DYVAhIK2aBfhku3y9oriXamnAYZXIW4a8tr599G0.jpg");
  }
}

.hero-showroom-essex {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/FjRdu2ytoKSf6by2KpKB5a6tSZl9aXYAKaBjPSpO.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-essex {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/FjRdu2ytoKSf6by2KpKB5a6tSZl9aXYAKaBjPSpO.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-essex {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/FjRdu2ytoKSf6by2KpKB5a6tSZl9aXYAKaBjPSpO.jpg");
  }
}

.hero-showroom-kent {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/2retknCUiFPRvOVQQfwcwerJTsZoEEGZrCAQQOo5.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-kent {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/2retknCUiFPRvOVQQfwcwerJTsZoEEGZrCAQQOo5.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-kent {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/2retknCUiFPRvOVQQfwcwerJTsZoEEGZrCAQQOo5.jpg");
  }
}

.hero-showroom-middlesex {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/y3nMqGfDx5aPZvgsFRzlHlMDUICKo97qNTeIPep4.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-middlesex {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/y3nMqGfDx5aPZvgsFRzlHlMDUICKo97qNTeIPep4.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-middlesex {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/y3nMqGfDx5aPZvgsFRzlHlMDUICKo97qNTeIPep4.jpg");
  }
}

.hero-showroom-north-london {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/Fb1e0PhLBaq5ZF8L0qa273LpsQ6ryPpcCfdVE5E2.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-north-london {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/Fb1e0PhLBaq5ZF8L0qa273LpsQ6ryPpcCfdVE5E2.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-north-london {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/Fb1e0PhLBaq5ZF8L0qa273LpsQ6ryPpcCfdVE5E2.jpg");
  }
}

.hero-showroom-surrey {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/0SeiuDAK4ZUJVaV7f8igpcqg2X86vDRxyLNaYzp5.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-surrey {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/0SeiuDAK4ZUJVaV7f8igpcqg2X86vDRxyLNaYzp5.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-surrey {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/0SeiuDAK4ZUJVaV7f8igpcqg2X86vDRxyLNaYzp5.jpg");
  }
}

.hero-showroom-birmingham {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/2SNv8KhjeujiF0CsNM1UhEyYmRimtJMRo7gjrBCk.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-birmingham {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/2SNv8KhjeujiF0CsNM1UhEyYmRimtJMRo7gjrBCk.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-birmingham {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/2SNv8KhjeujiF0CsNM1UhEyYmRimtJMRo7gjrBCk.jpg");
  }
}

.hero-showroom-langley {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/zJ3ZBTAJIh8iYB9dGCpBr7BFTyD9xRzIkZ57Or0y.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-langley {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/zJ3ZBTAJIh8iYB9dGCpBr7BFTyD9xRzIkZ57Or0y.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-langley {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/zJ3ZBTAJIh8iYB9dGCpBr7BFTyD9xRzIkZ57Or0y.jpg");
  }
}

.hero-showroom-hampshire {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/hamphire-hero.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-hampshire {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/hamphire-hero.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-hampshire {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/hamphire-hero.jpg");
  }
}

.hero-showroom-bristol {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/bristol-hero-1920.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-bristol {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/bristol-hero-1920.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-bristol {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/bristol-hero-1920.jpg");
  }
}

.hero-showroom-manchester {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/Manchester_Hero_1920.jpg");
}
@media (min-width: 768px) {
  .hero-showroom-manchester {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/Manchester_Hero_1920.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-showroom-manchester {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/Manchester_Hero_1920.jpg");
  }
}

.hero-rhs {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/3E3rMseB8BHDtxgvIwUoLyyBEKaUjLej0IGAfr0Y.jpg");
}
@media (min-width: 768px) {
  .hero-rhs {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/3E3rMseB8BHDtxgvIwUoLyyBEKaUjLej0IGAfr0Y.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-rhs {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/3E3rMseB8BHDtxgvIwUoLyyBEKaUjLej0IGAfr0Y.jpg");
  }
}

.hero-rhs-chelsea, .hero-rhs-chelsea-flower-show {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/9XcQc29AifrAmzEINArPQP0O8lLnsuXUKsgyMZJ0.jpg");
}
@media (min-width: 768px) {
  .hero-rhs-chelsea, .hero-rhs-chelsea-flower-show {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/9XcQc29AifrAmzEINArPQP0O8lLnsuXUKsgyMZJ0.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-rhs-chelsea, .hero-rhs-chelsea-flower-show {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/9XcQc29AifrAmzEINArPQP0O8lLnsuXUKsgyMZJ0.jpg");
  }
}

.hero-rhs-hampton-court-palace {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/t1ttUDDTUWP5q29Y0O7HCbmTriFI1FWVrzPIOOPJ.jpg");
}
@media (min-width: 768px) {
  .hero-rhs-hampton-court-palace {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/t1ttUDDTUWP5q29Y0O7HCbmTriFI1FWVrzPIOOPJ.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-rhs-hampton-court-palace {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/t1ttUDDTUWP5q29Y0O7HCbmTriFI1FWVrzPIOOPJ.jpg");
  }
}

.hero-rhs-tatton-park {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/C6Jvkurj1BKNRMoFLwJCq8pygDtfbZg2uEKXYj0I.jpg");
}
@media (min-width: 768px) {
  .hero-rhs-tatton-park {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/C6Jvkurj1BKNRMoFLwJCq8pygDtfbZg2uEKXYj0I.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-rhs-tatton-park {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/C6Jvkurj1BKNRMoFLwJCq8pygDtfbZg2uEKXYj0I.jpg");
  }
}

.hero-rhs-malvern, .hero-rhs-malvern-spring-festival {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/7qPscQ5BrufxVwfZJfYVLwEhZe9E6lKEKuZWqlJ7.jpg");
}
@media (min-width: 768px) {
  .hero-rhs-malvern, .hero-rhs-malvern-spring-festival {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/7qPscQ5BrufxVwfZJfYVLwEhZe9E6lKEKuZWqlJ7.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-rhs-malvern, .hero-rhs-malvern-spring-festival {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/7qPscQ5BrufxVwfZJfYVLwEhZe9E6lKEKuZWqlJ7.jpg");
  }
}

.hero-error {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/404_Header.jpg");
}
@media (min-width: 768px) {
  .hero-error {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/404_Header.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-error {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/404_Header.jpg");
  }
}

.hero-error-500 {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/500_Header.jpg");
}
@media (min-width: 768px) {
  .hero-error-500 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/500_Header.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-error-500 {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/500_Header.jpg");
  }
}

.hero-brochure {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/K02vwkfPAYXxGVAFSFkDe9JZTvf23FAn3kMhPxON.jpg");
}
@media (min-width: 768px) {
  .hero-brochure {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/K02vwkfPAYXxGVAFSFkDe9JZTvf23FAn3kMhPxON.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-brochure {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/K02vwkfPAYXxGVAFSFkDe9JZTvf23FAn3kMhPxON.jpg");
  }
}

.hero-suds {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/suds/Group-1995.jpg");
}
@media (min-width: 768px) {
  .hero-suds {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/suds/Group-1995.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-suds {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/suds/Group-1995.jpg");
  }
}

.hero-installation {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/installation/Banner Image.jpg");
}
@media (min-width: 768px) {
  .hero-installation {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/installation/Banner Image.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-installation {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/installation/Banner Image.jpg");
  }
}

.hero-social {
  background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(60)/fit-in/606x120/images/Social_Header_Image.jpg");
}
@media (min-width: 768px) {
  .hero-social {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/768x122/images/Social_Header_Image.jpg");
  }
}
@media (min-width: 1270px) {
  .hero-social {
    background-image: url("https://doqa8e5bkqzzy.cloudfront.net/filters:quality(70)/fit-in/1920x360/images/installation/Banner Image.jpg");
  }
}

/*clearfix*/
.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

/*/clearfix*/
/** /font-icons/**/
@font-face {
  font-family: "sway-font";
  src: url("/fonts/sway-font.eot");
  src: url("/fonts/sway-font.eot#iefix") format("embedded-opentype"), url("/fonts/sway-font.woff") format("woff"), url("/fonts/sway-font.ttf") format("truetype");
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "sway-font";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** //font-icons/**/
.lightGallery {
  overflow: hidden !important;
}

#lightGallery-Gallery img {
  border: none !important;
}

#lightGallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: 1;
  transition: opacity 0.35s ease;
  background: rgba(44, 41, 52, 0.9);
}

/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
  opacity: 1;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}

#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1;
}

#lightGallery-Gallery.fadeM {
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

/*lightGallery starting effects*/
/*lightGallery core*/
#lightGallery-Gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}

#lightGallery-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
}

#lightGallery-slider .lightGallery-slide {
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}

#lightGallery-slider.slide .lightGallery-slide {
  position: absolute;
  opacity: 0.4;
  visibility: hidden;
}

#lightGallery-slider.fadeM .lightGallery-slide {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

#lightGallery-slider.animate .lightGallery-slide {
  position: absolute;
  left: 0;
}

#lightGallery-slider.fadeM .current {
  opacity: 1;
  visibility: visible;
}

#lightGallery-Gallery.opacity .lightGallery-slide.current img, #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.lightGallery-slide.current img, .lightGallery-slide.current iframe {
  transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}

#lightGallery-Gallery.fadeM .lightGallery-slide.current img, #lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
  transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
}

#lightGallery-slider.fadeM.on .current {
  opacity: 1;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

#lightGallery-slider.fadeM .lightGallery-slide {
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
}

#lightGallery-slider.slide .lightGallery-slide {
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.slide.on .lightGallery-slide {
  opacity: 0;
}

#lightGallery-slider.slide .lightGallery-slide.current {
  opacity: 1 !important;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}

#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
}

#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
  transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  -ms-transition-duration: inherit !important;
}

#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
  transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  -ms-transition-timing-function: inherit !important;
}

#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lightGallery-slider .lightGallery-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 96%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 1270px) {
  #lightGallery-slider .lightGallery-slide img {
    min-width: 1200px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #lightGallery-Gallery.gallery-page #lightGallery-slider .lightGallery-slide img {
    max-width: 96%;
  }
}
@media (min-width: 1270px) {
  #lightGallery-Gallery.gallery-page #lightGallery-slider .lightGallery-slide img {
    min-width: auto;
  }
}

/*lightGallery core*/
/*action*/
#lightGallery-action a {
  margin: 0 3px 0 0 !important;
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background-color: #EDECE8;
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-family: "Slide-icons";
  color: #FFF;
  cursor: pointer;
}
#lightGallery-action a.cLthumb {
  display: none !important;
}

#lightGallery-action a#lightGallery-prev {
  background-color: #EDECE8;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 0 50% 50% 0;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/Ixef94P9Y07IJzhGcTFirgxIWhtEZCjsmZGOBUZz.png);
  background-repeat: no-repeat;
  background-position: 9px center;
  width: 43px;
  height: 43px;
  background-size: 14px 23px;
}
#lightGallery-action a#lightGallery-prev:hover {
  background-color: #fff;
}

#lightGallery-action a#lightGallery-next {
  background-color: #EDECE8;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50% 0 0 50%;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/haHV9zo0EIo38sBw1wmtqUijSJBnMX7GeMddIuju.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  width: 43px;
  height: 43px;
  background-size: 14px 23px;
}
#lightGallery-action a#lightGallery-next:hover {
  background-color: #fff;
}

#lightGallery-action a:hover, #lightGallery-action a:focus {
  background-color: rgba(0, 0, 0, 0.85);
}

#lightGallery-action a.cLthumb:after {
  font-family: "Slide-icons";
  content: "\e01c";
  left: 6px;
  bottom: 4px;
  font-size: 16px;
  position: absolute;
}

/*action*/
/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
  max-height: 350px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  transition: max-height 0.4s ease-in-out;
  z-index: 9;
  opacity: 0;
  text-align: center;
}

#lightGallery-Gallery .thumb_cont.open {
  max-height: 350px;
}

#lightGallery-Gallery .thumb_cont .thumb_inner {
  margin-left: -12px;
  padding: 12px;
  max-height: 290px;
  overflow-y: auto;
}

#lightGallery-Gallery .thumb_cont .thumb_info {
  background-color: #333;
  padding: 7px 10px;
  display: none;
}

#lightGallery-Gallery .thumb_cont .thumb_info .count {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

#lightGallery-Gallery .thumb_cont .thumb_info .close {
  color: #FFFFFF;
  display: block;
  float: right !important;
  opacity: 0.6;
  transition: opacity 0.3s ease 0s;
  z-index: 1090;
  cursor: pointer;
}

#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s ease;
}

#lightGallery-Gallery .thumb_cont .thumb {
  display: inline-block !important;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 4px;
  margin-right: 17px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
  border-radius: 0;
  border: 1px solid transparent;
  transition: border-color linear 0.2s, opacity linear 0.2s;
  width: 10%;
  height: auto;
}
#lightGallery-Gallery .thumb_cont .thumb:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    width: auto;
    height: 76px;
  }
}

#lightGallery-Gallery .thumb_cont .thumb > img {
  height: 100%;
}

#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ffffff;
}

/*lightGallery Thumb*/
/*lightGallery Video*/
#lightGallery-slider .video_cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-slider .video_cont {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#lightGallery-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#lightGallery-slider .video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*lightGallery Video*/
/*lightGallery info Title Desc*/
#lightGallery-slider .info {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
  color: #F3F2F1;
  padding: 7px 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#lightGallery-slider .lightGallery-slide .info.caption {
  display: none;
  background-color: transparent;
  position: static;
  font-family: gill-sans-nova, sans-serif;
  font-weight: normal;
  font-size: inherit;
  bottom: 0;
}
#lightGallery-slider .lightGallery-slide .info.caption h4 {
  font-family: gill-sans-nova, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #lightGallery-slider .lightGallery-slide .info.caption h4 {
    margin: 0 0 7px 0;
  }
}
#lightGallery-slider .lightGallery-slide .info.caption h4 span {
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 768px) {
  #lightGallery-slider .lightGallery-slide .info.caption h4 span {
    display: none;
  }
}
#lightGallery-slider .lightGallery-slide .info.caption p {
  font-weight: 400;
  white-space: normal;
  max-width: 100%;
  margin: 0 0 7px 0;
}
#lightGallery-slider .lightGallery-slide .info.caption .button {
  background-color: #B66622;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #F3F2F1;
  letter-spacing: 1.8px;
  padding: 9px;
}
#lightGallery-slider .lightGallery-slide .info.caption .button:hover {
  background-color: #8b4e1a;
  color: #F3F2F1;
}

#lightGallery-slider .lightGallery-slide.current .info.caption {
  display: block;
}
#lightGallery-slider .info span {
  display: block;
  line-height: 1;
}

#lightGallery-slider .info .title {
  font-size: 16px;
  font-weight: bold;
}

#lightGallery-slider .info .desc {
  color: #DDDDDD;
  font-size: 12px;
}

/*lightGallery info Title Desc*/
/*lightGallery Close*/
#lightGallery-close {
  color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  z-index: 1090;
  cursor: pointer;
  background-image: url(https://chelmervalleybucket.s3.eu-west-2.amazonaws.com/images/UDg9quSnaX6rsUB9He5XTxzTIVDx6Ibjy5W3rewA.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  height: 32px;
  width: 32px;
  right: 12px;
  top: 12px;
}
@media (min-width: 768px) {
  #lightGallery-close {
    background-size: 32px 32px;
    height: 90px;
    width: 90px;
    right: 42px;
    top: 42px;
  }
}

#lightGallery-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s ease;
}

@media (min-width: 1270px) {
  .gallery-page .lightGallery-slide img {
    min-height: 800px;
  }
}

.gallery-page .thumb_cont {
  display: none;
}
@media (min-width: 1270px) {
  .gallery-page .thumb_cont {
    display: block;
  }
}
@charset "UTF-8";/*
! tailwindcss v3.0.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1600px){.container{
    max-width: 1600px;
  }
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.inset-x-0{
  left: 0px;
  right: 0px;
}.inset-y-0{
  top: 0px;
  bottom: 0px;
}.top-0{
  top: 0px;
}.right-0{
  right: 0px;
}.bottom-0{
  bottom: 0px;
}.top-\[100px\]{
  top: 100px;
}.left-0{
  left: 0px;
}.z-0{
  z-index: 0;
}.z-30{
  z-index: 30;
}.z-50{
  z-index: 50;
}.z-20{
  z-index: 20;
}.z-10{
  z-index: 10;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-span-8{
  grid-column: span 8 / span 8;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-7{
  grid-column: span 7 / span 7;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-span-4{
  grid-column: span 4 / span 4;
}.m-14{
  margin: 3.5rem;
}.m-0{
  margin: 0px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.ml-3{
  margin-left: 0.75rem;
}.-ml-px{
  margin-left: -1px;
}.mt-6{
  margin-top: 1.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-1{
  margin-top: 0.25rem;
}.ml-1{
  margin-left: 0.25rem;
}.mt-2{
  margin-top: 0.5rem;
}.mr-2{
  margin-right: 0.5rem;
}.ml-2{
  margin-left: 0.5rem;
}.mt-4{
  margin-top: 1rem;
}.ml-4{
  margin-left: 1rem;
}.mt-8{
  margin-top: 2rem;
}.ml-12{
  margin-left: 3rem;
}.-mt-px{
  margin-top: -1px;
}.mb-4{
  margin-bottom: 1rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.-mb-4{
  margin-bottom: -1rem;
}.mt-16{
  margin-top: 4rem;
}.ml-6{
  margin-left: 1.5rem;
}.mr-5{
  margin-right: 1.25rem;
}.-ml-1{
  margin-left: -0.25rem;
}.mr-3{
  margin-right: 0.75rem;
}.mr-4{
  margin-right: 1rem;
}.mr-1{
  margin-right: 0.25rem;
}.-mr-2{
  margin-right: -0.5rem;
}.mr-6{
  margin-right: 1.5rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.h-5{
  height: 1.25rem;
}.h-8{
  height: 2rem;
}.h-16{
  height: 4rem;
}.h-full{
  height: 100%;
}.h-6{
  height: 1.5rem;
}.h-4{
  height: 1rem;
}.h-\[800px\]{
  height: 800px;
}.h-screen{
  height: 100vh;
}.h-20{
  height: 5rem;
}.h-\[160px\]{
  height: 160px;
}.h-\[500px\]{
  height: 500px;
}.h-3{
  height: 0.75rem;
}.h-10{
  height: 2.5rem;
}.max-h-\[160px\]{
  max-height: 160px;
}.max-h-0{
  max-height: 0px;
}.min-h-screen{
  min-height: 100vh;
}.w-5{
  width: 1.25rem;
}.w-full{
  width: 100%;
}.w-8{
  width: 2rem;
}.w-auto{
  width: auto;
}.w-6{
  width: 1.5rem;
}.w-4{
  width: 1rem;
}.w-\[1500px\]{
  width: 1500px;
}.w-0{
  width: 0px;
}.w-20{
  width: 5rem;
}.w-\[20\%\]{
  width: 20%;
}.w-48{
  width: 12rem;
}.w-64{
  width: 16rem;
}.w-1{
  width: 0.25rem;
}.w-1\/2{
  width: 50%;
}.w-56{
  width: 14rem;
}.w-3{
  width: 0.75rem;
}.w-\[823px\]{
  width: 823px;
}.w-\[777px\]{
  width: 777px;
}.min-w-\[125px\]{
  min-width: 125px;
}.min-w-0{
  min-width: 0px;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-6xl{
  max-width: 72rem;
}.max-w-xl{
  max-width: 36rem;
}.max-w-\[240px\]{
  max-width: 240px;
}.max-w-\[72px\]{
  max-width: 72px;
}.max-w-\[180px\]{
  max-width: 180px;
}.max-w-\[823px\]{
  max-width: 823px;
}.max-w-\[777px\]{
  max-width: 777px;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.basis-1\/4{
  flex-basis: 25%;
}.origin-top-left{
  transform-origin: top left;
}.origin-top{
  transform-origin: top;
}.origin-top-right{
  transform-origin: top right;
}.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-20{
  --tw-translate-x: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-default{
  cursor: default;
}.cursor-pointer{
  cursor: pointer;
}.list-inside{
  list-style-position: inside;
}.list-disc{
  list-style-type: disc;
}.list-none{
  list-style-type: none;
}.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-4{
  gap: 1rem;
}.gap-6{
  gap: 1.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-4{
  row-gap: 1rem;
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.overflow-hidden{
  overflow: hidden;
}.overflow-scroll{
  overflow: scroll;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-x-scroll{
  overflow-x: scroll;
}.whitespace-nowrap{
  white-space: nowrap;
}.break-all{
  word-break: break-all;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded{
  border-radius: 0.25rem;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-2{
  border-width: 2px;
}.border-t{
  border-top-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-r{
  border-right-width: 1px;
}.border-l-4{
  border-left-width: 4px;
}.border-r-0{
  border-right-width: 0px;
}.border-solid{
  border-style: solid;
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}.border-transparent{
  border-color: transparent;
}.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.border-amber-700{
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}.border-amber-600{
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}.bg-amber-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}.bg-amber-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-clip-padding{
  background-clip: padding-box;
}.fill-current{
  fill: currentColor;
}.fill-red-200{
  fill: #fecaca;
}.fill-blue-200{
  fill: #bfdbfe;
}.fill-blue-500{
  fill: #3b82f6;
}.stroke-blue-200{
  stroke: #bfdbfe;
}.stroke-blue-500{
  stroke: #3b82f6;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-6{
  padding: 1.5rem;
}.p-2{
  padding: 0.5rem;
}.p-8{
  padding: 2rem;
}.p-1{
  padding: 0.25rem;
}.p-4{
  padding: 1rem;
}.p-3{
  padding: 0.75rem;
}.p-16{
  padding: 4rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.pt-8{
  padding-top: 2rem;
}.pt-1{
  padding-top: 0.25rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pt-6{
  padding-top: 1.5rem;
}.pl-3{
  padding-left: 0.75rem;
}.pr-4{
  padding-right: 1rem;
}.pt-2{
  padding-top: 0.5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pb-1{
  padding-bottom: 0.25rem;
}.pl-2{
  padding-left: 0.5rem;
}.pl-8{
  padding-left: 2rem;
}.pr-2{
  padding-right: 0.5rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.align-top{
  vertical-align: top;
}.align-middle{
  vertical-align: middle;
}.font-sans{
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.font-medium{
  font-weight: 500;
}.font-semibold{
  font-weight: 600;
}.font-bold{
  font-weight: 700;
}.font-normal{
  font-weight: 400;
}.uppercase{
  text-transform: uppercase;
}.lowercase{
  text-transform: lowercase;
}.italic{
  font-style: italic;
}.leading-5{
  line-height: 1.25rem;
}.leading-7{
  line-height: 1.75rem;
}.leading-tight{
  line-height: 1.25;
}.leading-none{
  line-height: 1;
}.tracking-wide{
  letter-spacing: 0.025em;
}.tracking-wider{
  letter-spacing: 0.05em;
}.tracking-widest{
  letter-spacing: 0.1em;
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.overline{
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}.placeholder-gray-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}.placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-25{
  opacity: 0.25;
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-75{
  transition-duration: 75ms;
}.duration-300{
  transition-duration: 300ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce), print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.focus-within\:text-amber-500:focus-within{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}.hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.hover\:bg-amber-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.hover\:bg-cyan-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}.hover\:fill-red-400:hover{
  fill: #f87171;
}.hover\:fill-blue-600:hover{
  fill: #2563eb;
}.hover\:fill-blue-500:hover{
  fill: #3b82f6;
}.hover\:stroke-blue-600:hover{
  stroke: #2563eb;
}.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.focus\:z-10:focus{
  z-index: 10;
}.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}.focus\:border-purple-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}.focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}.focus\:border-amber-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.focus\:underline:focus{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.active\:bg-green-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}.active\:bg-gray-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}.active\:bg-red-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.active\:bg-blue-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.active\:bg-amber-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}.active\:bg-cyan-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}.active\:bg-transparent:active{
  background-color: transparent;
}.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.disabled\:opacity-25:disabled{
  opacity: 0.25;
}@media (prefers-color-scheme: dark){.dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity));
  }.dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }.dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }.dark\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
  }.dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }.dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }.dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }.dark\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  }.dark\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  }.dark\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  }.dark\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }.dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }.dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }.dark\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }.dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }.dark\:text-lime-500{
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity));
  }.dark\:text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
  }.dark\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
  }.dark\:text-amber-300{
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity));
  }.dark\:text-orange-100{
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity));
  }.dark\:text-green-100{
    --tw-text-opacity: 1;
    color: rgb(220 252 231 / var(--tw-text-opacity));
  }.dark\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity));
  }.dark\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }.dark\:text-red-100{
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity));
  }.dark\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity));
  }.dark\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity));
  }.dark\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity));
  }.dark\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }.dark\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }.dark\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }.dark\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(75 85 99 / var(--tw-placeholder-opacity));
  }.dark\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(75 85 99 / var(--tw-placeholder-opacity));
  }.dark\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(75 85 99 / var(--tw-placeholder-opacity));
  }
}@media (min-width: 640px){.sm\:m-4{
    margin: 1rem;
  }.sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }.sm\:ml-0{
    margin-left: 0px;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:ml-10{
    margin-left: 2.5rem;
  }.sm\:ml-6{
    margin-left: 1.5rem;
  }.sm\:mt-auto{
    margin-top: auto;
  }.sm\:block{
    display: block;
  }.sm\:inline{
    display: inline;
  }.sm\:flex{
    display: flex;
  }.sm\:hidden{
    display: none;
  }.sm\:h-20{
    height: 5rem;
  }.sm\:w-auto{
    width: auto;
  }.sm\:w-\[850px\]{
    width: 850px;
  }.sm\:max-w-md{
    max-width: 28rem;
  }.sm\:max-w-xl{
    max-width: 36rem;
  }.sm\:flex-1{
    flex: 1 1 0%;
  }.sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-start{
    justify-content: flex-start;
  }.sm\:justify-end{
    justify-content: flex-end;
  }.sm\:justify-center{
    justify-content: center;
  }.sm\:justify-between{
    justify-content: space-between;
  }.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }.sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }.sm\:rounded-lg{
    border-radius: 0.5rem;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.sm\:pt-0{
    padding-top: 0px;
  }.sm\:text-left{
    text-align: left;
  }.sm\:text-right{
    text-align: right;
  }
}@media (min-width: 768px){.md\:block{
    display: block;
  }.md\:inline{
    display: inline;
  }.md\:hidden{
    display: none;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.md\:border-t-0{
    border-top-width: 0px;
  }.md\:border-l{
    border-left-width: 1px;
  }
}@media (min-width: 1024px){.lg\:mr-32{
    margin-right: 8rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}@media (min-width: 1280px){.xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

