@charset "UTF-8";
/*-----------------------------------------------------------------

	01.	NORMALIZE STYLESHEET
	02.	BASE TYPOGRAPHY
	03.	BASIC STYLES
		- IMAGES
		- BLOCKQUOTE
		- TABLES
		- VARIOUS
	04.	NONSEMANTIC BASE STYLES
	05.	STRUCTURE
		- GENERAL
		- COLUMNS
	06.	HEADER
		- GENERAL STYLES
		- TOP HEADER
		- SIDE HEADER
		- LOGO
		- STICKY HEADER
		- MENU ANIMATIONS
		- HEADER OVERLAY
		- HEADER SIDEAREA
		- SEARCH PANEL
		- MOBILE HEADER
	07.	MENU
		- 2ND LEVEL MENU
		- 3RD LEVEL MENU
		- MEGA MENU
		- VARIOUS STYLES
		- MOBILE MENU
	08.	HERO SECTION
	09.	BLOG
		- COMMON STYLES
		- SIDE BY SIDE LAYOUT
		- MASONRY LAYOUT
		- METRO LAYOUT
		- MINIMAL LAYOUT
		- SINGLE POST
	10.	PORTFOLIO
		- SINGLE PORTFOLIO ITEM
			- CAROUSEL
			- SLIDER
			- VERTICAL GALLERY
			- GRID GALLERY
			- ZIG ZAG
			- CHECKERS
			- MASONRY GALLERY
			- CONTENT
		- COMMON PORTFOLIO GRID STYLES
		- MASONRY LAYOUT
		- METRO LAYOUT
		- BOXED LAYOUT
		- PANELS LAYOUT
		- SQUARE LAYOUT
		- TILES LAYOUT
	11.	NAVIGATION
		- COMMON STYLES
		- SINGLE POST NAVIGATION
		- FULL-SCREEN SLIDER
		- PAGE NAVIGATION
	12.	ARCHIVES AND UTILITY PAGES
		- SEARCH PAGE
		- 404 PAGE
		- MAINTENANCE PAGE
	13.	SHORTCODES
	14.	COMMENTS
	15.	FOOTER
	16.	WIDGETS
		- DEFAULT WIDGETS
		- CUSTOM WIDGETS
		- WOOCOMMERCE WIDGETS
		- DARK SKIN
	17. PLUGINS
	18. COMPONENTS
		- LOGIN MODAL
		- PRELOADER
		- LOAD MORE BUTTON
		- DEFAULT BUTTON
		- MODAL POPUP
		- GRID FILTER
		- ROLLHOVER ANIMATION
		- LIGHTBOX NAVIGATION
		- SHARE MODULE
		- SMART IMAGES
		- ITEM DETAILS TABLE
		- SVG DIVIDERS
		- SCROLL DOWN BUTTON
		- SLIDER CONTROLS
		- PARALLAX EFFECT
		- EMBEDDED AND SELF-HOSTED MEDIA
		- SOCIAL ICON COLORS
		- TO-TOP BUTTON
		- FORCE MOBILE OVERLAY
		- VARIOUS
	19. ANIMATIONS
		- GRID ITEM ANIMATIONS
		- SHORTCODE APPEARANCE ANIMATIONS
	20. RESPONSIVENESS

-----------------------------------------------------------------*/
/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
/*---------------------------------------------------------------*/
/* 01.  NORMALIZE STYLESHEET
/*---------------------------------------------------------------*/
/* =========================
   HTML5 display definitions
   =========================*/
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, embed, video, audio {
  max-width: 100%;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

.wpb_text_column ol {
  list-style-type: decimal;
  padding-left: 40px;
}

.wpb_text_column ul {
  list-style-type: disc;
  padding-left: 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Fles
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*---------------------------------------------------------------*/
/* 02.  BASIC TYPOGRAPHY
/*---------------------------------------------------------------*/
body {
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/*---------------------------------------------------------------*/
/* 03.	BASIC STYLES
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* --   IMAGES
/*---------------------------------------------------------------*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget img {
  max-width: 100%;
  height: auto;
}

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

body.single-post .entry-content img {
  border-radius: 3px;
}

img.alignleft {
  margin-right: 1em;
}

img.alignright {
  margin-left: 1em;
}

/* WordPress Captions */
.wp-caption {
  text-align: center;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin: .5em 0;
  width: 100%;
  font-size: .785714em;
  font-weight: 600;
  line-height: 1.5;
}

dl.wp-caption {
  padding: 0px;
}

dt.wp-caption-dt:after {
  content: "";
  content: none;
}

.wp-caption.alignleft {
  margin-right: 1em;
}

.wp-caption.alignright {
  margin-left: 1em;
}

.gallery-item {
  float: left;
  overflow: hidden;
  position: relative;
}

.gallery-item img {
  border-radius: 0 !important;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  vertical-align: bottom;
}

.gallery-item a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gallery:before,
.gallery:after {
  content: "";
  display: table;
}

.gallery:after {
  clear: both;
}

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

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

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

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

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

.gallery-columns-6 .gallery-item {
  min-width: 16.6666%;
  max-width: 16.6666%;
}

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

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

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

.gallery-item img {
  width: 100%;
}

.gallery-caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: start;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.gallery-item:hover .gallery-caption,
.gallery-item.touch-hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*---------------------------------------------------------------*/
/* --   BLOCKQUOTE
/*---------------------------------------------------------------*/
blockquote {
  margin: 3em 3em;
  position: relative;
  text-align: center;
}

blockquote p {
  font-style: italic;
  font-size: 1.285714em;
  font-weight: 500;
}

blockquote cite {
  font-style: normal;
}

.wp-block-quote.is-style-default {
  border-left-style: solid;
  border-left-width: 2px;
  padding-left: 1em;
  text-align: start;
}

.wp-block-pullquote {
  border-top-style: solid;
  border-top-width: 4px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

/*---------------------------------------------------------------*/
/* --   TABLES
/*---------------------------------------------------------------*/
table {
  width: 100%;
}

table:not(.shop_table):not(.shop_attributes) {
  border-collapse: separate;
  border-spacing: 0;
}

table:not(.shop_table):not(.shop_attributes) th, table:not(.shop_table):not(.shop_attributes) td {
  padding: 1em 1.5em;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  text-align: start;
}

table:not(.shop_table):not(.shop_attributes) th:first-child, table:not(.shop_table):not(.shop_attributes) td:first-child {
  border-left-width: 1px;
}

table:not(.shop_table):not(.shop_attributes) th:last-child, table:not(.shop_table):not(.shop_attributes) td:last-child {
  border-right-width: 1px;
}

table:not(.shop_table):not(.shop_attributes) thead th {
  padding: 1em 1.5em;
  border-top-width: 1px;
  font-weight: 600;
}

table:not(.shop_table):not(.shop_attributes) tbody tr:last-child td {
  border-bottom-style: solid;
}

table:not(.shop_table):not(.shop_attributes) thead tr:first-child th:first-child,
table:not(.shop_table):not(.shop_attributes) thead tr:first-child td:first-child,
table:not(.shop_table):not(.shop_attributes) tbody:first-child tr:first-child th:first-child,
table:not(.shop_table):not(.shop_attributes) tbody:first-child tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}

table:not(.shop_table):not(.shop_attributes) thead tr:first-child th, table:not(.shop_table):not(.shop_attributes) thead tr:first-child td,
table:not(.shop_table):not(.shop_attributes) tbody:first-child tr:first-child th,
table:not(.shop_table):not(.shop_attributes) tbody:first-child tr:first-child td {
  border-top-width: 1px;
}

table:not(.shop_table):not(.shop_attributes) thead tr:first-child th:last-child,
table:not(.shop_table):not(.shop_attributes) thead tr:first-child td:last-child,
table:not(.shop_table):not(.shop_attributes) tbody:first-child tr:first-child th:last-child,
table:not(.shop_table):not(.shop_attributes) tbody:first-child tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}

table:not(.shop_table):not(.shop_attributes) tbody:last-child tr:last-child th:first-child,
table:not(.shop_table):not(.shop_attributes) tbody:last-child tr:last-child td:first-child,
table:not(.shop_table):not(.shop_attributes) tfoot tr:last-child th:first-child,
table:not(.shop_table):not(.shop_attributes) tfoot tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

table:not(.shop_table):not(.shop_attributes) tbody:last-child tr:last-child th:last-child,
table:not(.shop_table):not(.shop_attributes) tbody:last-child tr:last-child td:last-child,
table:not(.shop_table):not(.shop_attributes) tfoot tr:last-child th:last-child,
table:not(.shop_table):not(.shop_attributes) tfoot tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

/*
Definition list
*/
dd {
  margin-left: 2em;
}

/*---------------------------------------------------------------*/
/* --   VARIOUS
/*---------------------------------------------------------------*/
.wtbx-no-menu {
  font-weight: bold;
}

[class^="scape-linea"]:before {
  position: relative;
  top: .15em;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(library/images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

textarea:focus, input:focus, a, select:focus {
  outline: none !important;
}

img {
  max-width: 100%;
}

/*
Lazy Loading
*/
.wtbx-lazy {
  opacity: 0;
  width: 100%;
  -webkit-transition: filter 0.5s ease-in-out;
  -moz-transition: filter 0.5s ease-in-out;
  -ms-transition: filter 0.5s ease-in-out;
  -o-transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
}

.wtbx-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wtbx-image-crop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wtbx-image-crop.wtbx-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wtbx-image-crop img {
  flex: 1;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wtbx-image-crop .wtbx-external {
  position: relative;
}

.wtbx-lazy[data-bg="1"] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wtbx-lazyloaded, img.wtbx-lazyloaded {
  opacity: 1;
  padding-top: 0;
  width: 100%;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
}

#page-header .wtbx-lazy:not(.wtbx-lazyloaded),
.wtbx_section_bg .wtbx-lazy:not(.wtbx-lazyloaded),
.wtbx_row_bg .wtbx-lazy:not(.wtbx-lazyloaded),
.wtbx_column_bg .wtbx-lazy:not(.wtbx-lazyloaded) {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/*
Sticky element
*/
.wtbx-sticky {
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

/*
Links and input fix
*/
a, a:visited {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

body,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*---------------------------------------------------------------*/
/* 04.  NONSEMANTIC BASE STYLES
/*---------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.zero-padding {
  padding: 0 !important;
}

.zero-left-padding {
  padding-left: 0 !important;
}

.zero-right-padding {
  padding-right: 0 !important;
}

i {
  padding-left: 1px;
  padding-right: 1px;
}

.screen-reader-text {
  position: absolute !important;
  left: -9999em;
}

::selection {
  color: #fff;
}

/*---------------------------------------------------------------*/
/* 05.  STRUCTURE
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* --   GENERAL
/*---------------------------------------------------------------*/
html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

html.wtbx_html_fixed {
  overflow: hidden;
}

html.wtbx_html_fixed body {
  min-height: 100%;
  width: 100%;
}

body {
  font-size: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  margin: 0;
}

body #site {
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0s;
  -ms-transition: opacity 0.5s ease-in-out, visibility 0s;
  -o-transition: opacity 0.5s ease-in-out, visibility 0s;
  transition: opacity 0.5s ease-in-out, visibility 0s;
}

body.wtbx-page-init #site {
  opacity: 0;
  visibility: hidden;
}

body.scrolling * {
  pointer-events: none !important;
}

#wrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 901;
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#main {
  padding: 0;
  margin: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
}

#page-wrap {
  z-index: 4;
  position: relative;
  background-color: #fff;
  flex: 1 0 auto;
}

#page-wrap.page-wrap-slider {
  padding: 0 !important;
  -webkit-transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}

body.single-content_block.compose-mode #page-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.single-content_block.compose-mode #page-wrap > .vc_empty-placeholder {
  margin-bottom: 32px;
}

body.page #container.no_sidebar {
  max-width: none;
}

.error404 #container {
  max-width: none;
}

.error404 #container #content {
  padding-left: 0;
  padding-right: 0;
}

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#container.width-full {
  max-width: none;
}

#container #sidebar {
  display: inline-block;
  max-width: 100%;
}

#container #sidebar .page-sidebar {
  max-width: 500px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  #container #sidebar .page-sidebar {
    margin-top: 4em;
  }
}

#container.sidebar_left #content, #container.sidebar_left_sticky #content {
  float: right;
}

#container.sidebar_left #sidebar, #container.sidebar_left_sticky #sidebar {
  float: left;
  padding-right: 45px;
}

@media only screen and (max-width: 991px) {
  #container.sidebar_left #sidebar, #container.sidebar_left_sticky #sidebar {
    padding-right: 15px;
  }
}

#container.sidebar_right #content, #container.sidebar_right_sticky #content {
  float: left;
}

#container.sidebar_right #sidebar, #container.sidebar_right_sticky #sidebar {
  float: right;
  padding-left: 45px;
}

@media only screen and (max-width: 991px) {
  #container.sidebar_right #sidebar, #container.sidebar_right_sticky #sidebar {
    padding-left: 15px;
  }
}

#container .woocommerce:not(.widget) {
  margin: 0 auto;
}

#container:after {
  content: "\0020";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#sidebar {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  #sidebar, #content {
    width: 100% !important;
    float: none !important;
  }
}

.row-inner {
  margin-left: auto;
  margin-right: auto;
}

body.page #content,
body.single-product #content {
  padding-left: 0;
  padding-right: 0;
}

#content {
  padding-left: 15px;
  padding-right: 15px;
}

#content.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

body.wtbx-def-page:not(.compose-mode) #content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Alignment */
.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-block-cover,
.wp-block-button {
  margin-bottom: 1em;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.full-width #site-navigation {
  margin-right: 20px;
}

.wtbx-grid-masonry, .wtbx-grid-metro, .wtbx-grid-sbs, .wtbx-grid {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.wtbx-grid {
  overflow-x: visible;
  overflow-y: hidden;
}

.wtbx-grid-wrapper.full-width .wtbx-grid.row-inner {
  max-width: none;
  overflow: hidden;
}

/*---------------------------------------------------------------*/
/* --   COLUMNS
/*---------------------------------------------------------------*/
.wtbx-col-lg-1, .wtbx-col-lg-2, .wtbx-col-lg-3, .wtbx-col-lg-4, .wtbx-col-lg-5, .wtbx-col-lg-6, .wtbx-col-lg-7, .wtbx-col-lg-8, .wtbx-col-lg-9, .wtbx-col-lg-10, .wtbx-col-lg-11, .wtbx-col-lg-12,
.wtbx-col-md-1, .wtbx-col-md-2, .wtbx-col-md-3, .wtbx-col-md-4, .wtbx-col-md-5, .wtbx-col-md-6, .wtbx-col-md-7, .wtbx-col-md-8, .wtbx-col-md-9, .wtbx-col-md-10, .wtbx-col-md-11, .wtbx-col-md-12,
.wtbx-col-sm-1, .wtbx-col-sm-2, .wtbx-col-sm-3, .wtbx-col-sm-4, .wtbx-col-sm-5, .wtbx-col-sm-6, .wtbx-col-sm-7, .wtbx-col-sm-8, .wtbx-col-sm-9, .wtbx-col-sm-10, .wtbx-col-sm-11, .wtbx-col-sm-12,
.wtbx-col-xs-1, .wtbx-col-xs-2, .wtbx-col-xs-3, .wtbx-col-xs-4, .wtbx-col-xs-5, .wtbx-col-xs-6, .wtbx-col-xs-7, .wtbx-col-xs-8, .wtbx-col-xs-9, .wtbx-col-xs-10, .wtbx-col-xs-11, .wtbx-col-xs-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media only screen and (min-width: 479px) {
  .wtbx-col-xs-1 {
    width: 8.3333%;
  }
  .wtbx-col-xs-2 {
    width: 16.6666%;
  }
  .wtbx-col-xs-3 {
    width: 25%;
  }
  .wtbx-col-xs-4 {
    width: 33.3333%;
  }
  .wtbx-col-xs-5 {
    width: 41.6666%;
  }
  .wtbx-col-xs-6 {
    width: 50%;
  }
  .wtbx-col-xs-7 {
    width: 58.3333%;
  }
  .wtbx-col-xs-8 {
    width: 66.6666%;
  }
  .wtbx-col-xs-9 {
    width: 75%;
  }
  .wtbx-col-xs-10 {
    width: 83.3333%;
  }
  .wtbx-col-xs-11 {
    width: 91.6666%;
  }
  .wtbx-col-xs-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .wtbx-col-sm-1 {
    width: 8.3333%;
  }
  .wtbx-col-sm-2 {
    width: 16.6666%;
  }
  .wtbx-col-sm-3 {
    width: 25%;
  }
  .wtbx-col-sm-4 {
    width: 33.3333%;
  }
  .wtbx-col-sm-5 {
    width: 41.6666%;
  }
  .wtbx-col-sm-6 {
    width: 50%;
  }
  .wtbx-col-sm-7 {
    width: 58.3333%;
  }
  .wtbx-col-sm-8 {
    width: 66.6666%;
  }
  .wtbx-col-sm-9 {
    width: 75%;
  }
  .wtbx-col-sm-10 {
    width: 83.3333%;
  }
  .wtbx-col-sm-11 {
    width: 91.6666%;
  }
  .wtbx-col-sm-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .wtbx-col-md-1 {
    width: 8.3333%;
  }
  .wtbx-col-md-2 {
    width: 16.6666%;
  }
  .wtbx-col-md-3 {
    width: 25%;
  }
  .wtbx-col-md-4 {
    width: 33.3333%;
  }
  .wtbx-col-md-5 {
    width: 41.6666%;
  }
  .wtbx-col-md-6 {
    width: 50%;
  }
  .wtbx-col-md-7 {
    width: 58.3333%;
  }
  .wtbx-col-md-8 {
    width: 66.6666%;
  }
  .wtbx-col-md-9 {
    width: 75%;
  }
  .wtbx-col-md-10 {
    width: 83.3333%;
  }
  .wtbx-col-md-11 {
    width: 91.6666%;
  }
  .wtbx-col-md-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .wtbx-col-lg-1 {
    width: 8.3333%;
  }
  .wtbx-col-lg-2 {
    width: 16.6666%;
  }
  .wtbx-col-lg-3 {
    width: 25%;
  }
  .wtbx-col-lg-4 {
    width: 33.3333%;
  }
  .wtbx-col-lg-5 {
    width: 41.6666%;
  }
  .wtbx-col-lg-6 {
    width: 50%;
  }
  .wtbx-col-lg-7 {
    width: 58.3333%;
  }
  .wtbx-col-lg-8 {
    width: 66.6666%;
  }
  .wtbx-col-lg-9 {
    width: 75%;
  }
  .wtbx-col-lg-10 {
    width: 83.3333%;
  }
  .wtbx-col-lg-11 {
    width: 91.6666%;
  }
  .wtbx-col-lg-12 {
    width: 100%;
  }
}

.wtbx_vc_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
Table layout
*/
.wtbx_table {
  display: table;
  width: 100%;
}

.wtbx_table .wtbx_table_cell {
  display: table-cell;
}

/*
Admin bar
 */
.admin-bar #mobile-header,
.admin-bar #wtbx_header_overlay {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar #mobile-header,
.admin-bar #wtbx_header_overlay {
    top: 46px;
  }
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/*---------------------------------------------------------------*/
/* 06.  HEADER
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* --   GENERAL STYLES
/*---------------------------------------------------------------*/
#wrapper > header {
  position: absolute;
  z-index: 980;
}

#site-header {
  width: 100%;
}

#site-header #header-wrapper,
#site-header #header-wrapper-mobile {
  z-index: 10;
  width: 100%;
}

#site-header #header-container,
#site-header #header-container-mobile {
  margin: 0 auto;
  position: relative;
}

#header-wrapper,
#header-wrapper-mobile {
  will-change: box-shadow;
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#header-wrapper.shadow_default:before, #header-wrapper.shadow_sticky:before, #header-wrapper.shadow_default_sticky:before,
#header-wrapper-mobile.shadow_default:before,
#header-wrapper-mobile.shadow_sticky:before,
#header-wrapper-mobile.shadow_default_sticky:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.05);
  opacity: 0;
}

#header-wrapper.shadow_default:not(.header_sticky_active):before,
#header-wrapper-mobile.shadow_default:not(.header_sticky_active):before {
  opacity: 1;
}

#header-wrapper.shadow_sticky.header_sticky_active:before,
#header-wrapper-mobile.shadow_sticky.header_sticky_active:before {
  opacity: 1;
}

#header-wrapper.shadow_default_sticky:before,
#header-wrapper-mobile.shadow_default_sticky:before {
  opacity: 1;
}

#header-wrapper.header-boxed,
#header-wrapper-mobile.header-boxed {
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

#header-wrapper.header-boxed .wtbx_hs:last-child,
#header-wrapper-mobile.header-boxed .wtbx_hs:last-child {
  border-radius: 0 0 6px 6px;
}

#header-wrapper.header-contained #header-container,
#header-wrapper-mobile.header-contained #header-container {
  margin: 0 auto;
}

#header-wrapper.full-width #header-container,
#header-wrapper-mobile.full-width #header-container {
  max-width: 100%;
  width: 100%;
}

#header-wrapper.header_sticky_default, #header-wrapper.header_sticky_active,
#header-wrapper-mobile.header_sticky_default,
#header-wrapper-mobile.header_sticky_active {
  position: fixed;
}

#header-wrapper.header_sticky_scroll,
#header-wrapper-mobile.header_sticky_scroll {
  position: absolute;
}

#header-wrapper.header_sticky_scroll.header_sticky_scrolldown,
#header-wrapper-mobile.header_sticky_scroll.header_sticky_scrolldown {
  overflow: hidden;
}

#header-wrapper.header_sticky_scroll.header_sticky_active,
#header-wrapper-mobile.header_sticky_scroll.header_sticky_active {
  position: fixed;
}

#header-wrapper.header_sticky_scrolldown,
#header-wrapper-mobile.header_sticky_scrolldown {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transform: -webkit-translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

#header-wrapper.header_sticky_scrolldown.header-boxed,
#header-wrapper-mobile.header_sticky_scrolldown.header-boxed {
  left: 50%;
  top: 0;
  -moz-transform: translate3d(-50%, -100%, 0);
  -o-transform: translate3d(-50%, -100%, 0);
  -ms-transform: translate3d(-50%, -100%, 0);
  -webkit-transform: translate3d(-50%, -100%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}

#header-wrapper.show-logo-op .wtbx_header_logo .wtbx_logo_img:not(.wtbx_logo_sticky),
#header-wrapper.show-logo-op .wtbx_header_logo .wtbx_logo_img_retina,
#header-wrapper-mobile.show-logo-op .wtbx_header_logo .wtbx_logo_img:not(.wtbx_logo_sticky),
#header-wrapper-mobile.show-logo-op .wtbx_header_logo .wtbx_logo_img_retina {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
}

#header-wrapper.show-logo-op .wtbx_header_logo .wtbx_logo_op:not(.wtbx_logo_sticky),
#header-wrapper.show-logo-op .wtbx_header_logo .wtbx_logo_retina_op:not(.wtbx_logo_sticky),
#header-wrapper-mobile.show-logo-op .wtbx_header_logo .wtbx_logo_op:not(.wtbx_logo_sticky),
#header-wrapper-mobile.show-logo-op .wtbx_header_logo .wtbx_logo_retina_op:not(.wtbx_logo_sticky) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
}

#header-wrapper.show-logo-def .wtbx_header_logo .wtbx_logo_img:not(.wtbx_logo_sticky),
#header-wrapper.show-logo-def .wtbx_header_logo .wtbx_logo_img_retina:not(.wtbx_logo_sticky),
#header-wrapper-mobile.show-logo-def .wtbx_header_logo .wtbx_logo_img:not(.wtbx_logo_sticky),
#header-wrapper-mobile.show-logo-def .wtbx_header_logo .wtbx_logo_img_retina:not(.wtbx_logo_sticky) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
}

#header-wrapper.show-logo-def .wtbx_header_logo .wtbx_logo_op:not(.wtbx_logo_sticky),
#header-wrapper.show-logo-def .wtbx_header_logo .wtbx_logo_retina_op:not(.wtbx_logo_sticky),
#header-wrapper-mobile.show-logo-def .wtbx_header_logo .wtbx_logo_op:not(.wtbx_logo_sticky),
#header-wrapper-mobile.show-logo-def .wtbx_header_logo .wtbx_logo_retina_op:not(.wtbx_logo_sticky) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s;
}

#header-wrapper .wtbx_logo_op,
#header-wrapper .wtbx_logo_retina_op,
#header-wrapper-mobile .wtbx_logo_op,
#header-wrapper-mobile .wtbx_logo_retina_op {
  opacity: 0;
  visibility: hidden;
}

#site-header.with-fullscreen-slider #header-wrapper .wtbx_logo_img,
#site-header.with-fullscreen-slider #header-wrapper .wtbx_logo_img_retina {
  opacity: 0 !important;
}

#header-wrapper:not(.header-style-8) .header_sticky_no_bottombar #header-container, #header-wrapper:not(.header-style-9) .header_sticky_no_bottombar #header-container, #header-wrapper:not(.header-style-10) .header_sticky_no_bottombar #header-container, #header-wrapper:not(.header-style-11) .header_sticky_no_bottombar #header-container,
#header-wrapper-mobile:not(.header-style-8) .header_sticky_no_bottombar #header-container,
#header-wrapper-mobile:not(.header-style-9) .header_sticky_no_bottombar #header-container,
#header-wrapper-mobile:not(.header-style-10) .header_sticky_no_bottombar #header-container,
#header-wrapper-mobile:not(.header-style-11) .header_sticky_no_bottombar #header-container {
  -webkit-perspective: 400px;
  perspective: 400px;
}

#header-wrapper:not(.header-style-8) .header_sticky_no_bottombar .wtbx_hs_header, #header-wrapper:not(.header-style-9) .header_sticky_no_bottombar .wtbx_hs_header, #header-wrapper:not(.header-style-10) .header_sticky_no_bottombar .wtbx_hs_header, #header-wrapper:not(.header-style-11) .header_sticky_no_bottombar .wtbx_hs_header,
#header-wrapper-mobile:not(.header-style-8) .header_sticky_no_bottombar .wtbx_hs_header,
#header-wrapper-mobile:not(.header-style-9) .header_sticky_no_bottombar .wtbx_hs_header,
#header-wrapper-mobile:not(.header-style-10) .header_sticky_no_bottombar .wtbx_hs_header,
#header-wrapper-mobile:not(.header-style-11) .header_sticky_no_bottombar .wtbx_hs_header {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#header-wrapper:not(.header-style-8) .wtbx_hs_bottombar, #header-wrapper:not(.header-style-9) .wtbx_hs_bottombar, #header-wrapper:not(.header-style-10) .wtbx_hs_bottombar, #header-wrapper:not(.header-style-11) .wtbx_hs_bottombar,
#header-wrapper-mobile:not(.header-style-8) .wtbx_hs_bottombar,
#header-wrapper-mobile:not(.header-style-9) .wtbx_hs_bottombar,
#header-wrapper-mobile:not(.header-style-10) .wtbx_hs_bottombar,
#header-wrapper-mobile:not(.header-style-11) .wtbx_hs_bottombar {
  opacity: 1;
  visibility: visible;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

#header-wrapper.header_sticky_hide_bottombar:not(.header-style-8) .wtbx_hs_bottombar, #header-wrapper.header_sticky_hide_bottombar:not(.header-style-9) .wtbx_hs_bottombar, #header-wrapper.header_sticky_hide_bottombar:not(.header-style-10) .wtbx_hs_bottombar, #header-wrapper.header_sticky_hide_bottombar:not(.header-style-11) .wtbx_hs_bottombar,
#header-wrapper-mobile.header_sticky_hide_bottombar:not(.header-style-8) .wtbx_hs_bottombar,
#header-wrapper-mobile.header_sticky_hide_bottombar:not(.header-style-9) .wtbx_hs_bottombar,
#header-wrapper-mobile.header_sticky_hide_bottombar:not(.header-style-10) .wtbx_hs_bottombar,
#header-wrapper-mobile.header_sticky_hide_bottombar:not(.header-style-11) .wtbx_hs_bottombar {
  opacity: 0;
  visibility: hidden;
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: -webkit-rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
}

.search_button_wrapper {
  padding: 0;
}

.search_button_wrapper .search_button {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.search_button_wrapper .search_button i {
  font-size: 1.2em;
  display: block;
}

.search_button_wrapper_alt {
  cursor: default;
}

.search_button_wrapper_alt .search_button {
  width: 2.6em;
}

.search_button_wrapper_alt .search_button:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  height: 2.6em;
  width: 2.6em;
  border-radius: 2.6em;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.search_button_wrapper_alt .search_button i {
  font-size: 1em;
}

.wtbx_content_block {
  display: inline-block;
}

.wtbx_content_block [class^="wtbx_row"],
.wtbx_content_block [class^="wtbx_column"] {
  width: auto !important;
}

.wtbx_menu_nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wtbx_menu_nav > ul > li > a i {
  display: inline-block;
  margin-right: 5px;
}

.wtbx_menu_nav a {
  white-space: nowrap;
}

.wtbx_menu_nav a[href] {
  cursor: pointer;
}

#header-wrapper .header_custom_button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

#header-wrapper .header_custom_button .wtbx-button {
  height: 2.6em;
  line-height: 2.6em;
  max-height: 100%;
  padding: 0 3em;
}

/*---------------------------------------------------------------*/
/* --   TOP HEADER
/*---------------------------------------------------------------*/
.header-style-1 .wtbx_hs,
.header-style-2 .wtbx_hs,
.header-style-3 .wtbx_hs,
.header-style-4 .wtbx_hs,
.header-style-5 .wtbx_hs,
.header-style-6 .wtbx_hs,
.header-style-7 .wtbx_hs,
.header-style-8 .wtbx_hs,
.header-style-9 .wtbx_hs,
.header-style-10 .wtbx_hs,
.header-style-11 .wtbx_hs,
.header-style-15 .wtbx_hs,
.header-style-16 .wtbx_hs,
.header-mobile-top .wtbx_hs {
  width: 100%;
}

.header-style-1 .wtbx_hs .wtbx_hs_inner,
.header-style-2 .wtbx_hs .wtbx_hs_inner,
.header-style-3 .wtbx_hs .wtbx_hs_inner,
.header-style-4 .wtbx_hs .wtbx_hs_inner,
.header-style-5 .wtbx_hs .wtbx_hs_inner,
.header-style-6 .wtbx_hs .wtbx_hs_inner,
.header-style-7 .wtbx_hs .wtbx_hs_inner,
.header-style-8 .wtbx_hs .wtbx_hs_inner,
.header-style-9 .wtbx_hs .wtbx_hs_inner,
.header-style-10 .wtbx_hs .wtbx_hs_inner,
.header-style-11 .wtbx_hs .wtbx_hs_inner,
.header-style-15 .wtbx_hs .wtbx_hs_inner,
.header-style-16 .wtbx_hs .wtbx_hs_inner,
.header-mobile-top .wtbx_hs .wtbx_hs_inner {
  position: relative;
  height: inherit;
  line-height: inherit;
  margin: 0 auto;
  padding: 0 15px;
}

.header-style-1 .wtbx_hs .wtbx_ha,
.header-style-2 .wtbx_hs .wtbx_ha,
.header-style-3 .wtbx_hs .wtbx_ha,
.header-style-4 .wtbx_hs .wtbx_ha,
.header-style-5 .wtbx_hs .wtbx_ha,
.header-style-6 .wtbx_hs .wtbx_ha,
.header-style-7 .wtbx_hs .wtbx_ha,
.header-style-8 .wtbx_hs .wtbx_ha,
.header-style-9 .wtbx_hs .wtbx_ha,
.header-style-10 .wtbx_hs .wtbx_ha,
.header-style-11 .wtbx_hs .wtbx_ha,
.header-style-15 .wtbx_hs .wtbx_ha,
.header-style-16 .wtbx_hs .wtbx_ha,
.header-mobile-top .wtbx_hs .wtbx_ha {
  display: inline-block;
  position: relative;
}

.header-style-1 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-1 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-2 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-2 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-3 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-3 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-4 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-4 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-5 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-5 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-6 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-6 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-7 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-7 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-8 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-8 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-9 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-9 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-10 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-10 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-11 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-11 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-15 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-15 .wtbx_hs .wtbx_ha_bottombar_left,
.header-style-16 .wtbx_hs .wtbx_ha_topbar_left,
.header-style-16 .wtbx_hs .wtbx_ha_bottombar_left,
.header-mobile-top .wtbx_hs .wtbx_ha_topbar_left,
.header-mobile-top .wtbx_hs .wtbx_ha_bottombar_left {
  float: left;
}

.header-style-1 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-1 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_topbar_left > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_bottombar_left > .wtbx_header_part {
  float: left;
}

.header-style-1 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-1 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-2 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-2 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-3 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-3 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-4 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-4 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-5 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-5 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-6 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-6 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-7 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-7 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-8 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-8 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-9 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-9 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-10 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-10 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-11 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-11 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-15 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-15 .wtbx_hs .wtbx_ha_bottombar_right,
.header-style-16 .wtbx_hs .wtbx_ha_topbar_right,
.header-style-16 .wtbx_hs .wtbx_ha_bottombar_right,
.header-mobile-top .wtbx_hs .wtbx_ha_topbar_right,
.header-mobile-top .wtbx_hs .wtbx_ha_bottombar_right {
  float: right;
}

.header-style-1 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-1 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_topbar_right > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_bottombar_right > .wtbx_header_part {
  float: right;
}

.header-style-1 .wtbx_hs .wtbx_ha_header_logo,
.header-style-2 .wtbx_hs .wtbx_ha_header_logo,
.header-style-3 .wtbx_hs .wtbx_ha_header_logo,
.header-style-4 .wtbx_hs .wtbx_ha_header_logo,
.header-style-5 .wtbx_hs .wtbx_ha_header_logo,
.header-style-6 .wtbx_hs .wtbx_ha_header_logo,
.header-style-7 .wtbx_hs .wtbx_ha_header_logo,
.header-style-8 .wtbx_hs .wtbx_ha_header_logo,
.header-style-9 .wtbx_hs .wtbx_ha_header_logo,
.header-style-10 .wtbx_hs .wtbx_ha_header_logo,
.header-style-11 .wtbx_hs .wtbx_ha_header_logo,
.header-style-15 .wtbx_hs .wtbx_ha_header_logo,
.header-style-16 .wtbx_hs .wtbx_ha_header_logo,
.header-mobile-top .wtbx_hs .wtbx_ha_header_logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.header-style-1 .wtbx_hs .wtbx_ha_header_left,
.header-style-2 .wtbx_hs .wtbx_ha_header_left,
.header-style-3 .wtbx_hs .wtbx_ha_header_left,
.header-style-4 .wtbx_hs .wtbx_ha_header_left,
.header-style-5 .wtbx_hs .wtbx_ha_header_left,
.header-style-6 .wtbx_hs .wtbx_ha_header_left,
.header-style-7 .wtbx_hs .wtbx_ha_header_left,
.header-style-8 .wtbx_hs .wtbx_ha_header_left,
.header-style-9 .wtbx_hs .wtbx_ha_header_left,
.header-style-10 .wtbx_hs .wtbx_ha_header_left,
.header-style-11 .wtbx_hs .wtbx_ha_header_left,
.header-style-15 .wtbx_hs .wtbx_ha_header_left,
.header-style-16 .wtbx_hs .wtbx_ha_header_left,
.header-mobile-top .wtbx_hs .wtbx_ha_header_left {
  float: left;
}

.header-style-1 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_header_left > .wtbx_header_part {
  float: left;
}

.header-style-1 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-1 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-1 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-1 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-1 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-2 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-3 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-4 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-5 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-6 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-7 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-8 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-9 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-10 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-11 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-15 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-style-16 .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_header_main > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_header_right > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_top_header_right > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_header_right_hidden > .wtbx_header_part,
.header-mobile-top .wtbx_hs .wtbx_ha_header_right_idle > .wtbx_header_part {
  float: right;
}

.header-style-1.with-borders .wtbx_hs:last-child,
.header-style-2.with-borders .wtbx_hs:last-child,
.header-style-3.with-borders .wtbx_hs:last-child,
.header-style-4.with-borders .wtbx_hs:last-child,
.header-style-5.with-borders .wtbx_hs:last-child,
.header-style-6.with-borders .wtbx_hs:last-child,
.header-style-7.with-borders .wtbx_hs:last-child,
.header-style-8.with-borders .wtbx_hs:last-child,
.header-style-9.with-borders .wtbx_hs:last-child,
.header-style-10.with-borders .wtbx_hs:last-child,
.header-style-11.with-borders .wtbx_hs:last-child,
.header-style-15.with-borders .wtbx_hs:last-child,
.header-style-16.with-borders .wtbx_hs:last-child,
.header-mobile-top.with-borders .wtbx_hs:last-child {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.header-style-1.with-borders .wtbx_hs:last-child,
.header-style-2.with-borders .wtbx_hs:last-child,
.header-style-3.with-borders .wtbx_hs:last-child,
.header-style-4.with-borders .wtbx_hs:last-child,
.header-style-5.with-borders .wtbx_hs:last-child,
.header-style-6.with-borders .wtbx_hs:last-child,
.header-style-7.with-borders .wtbx_hs:last-child,
.header-style-8.with-borders .wtbx_hs:last-child,
.header-style-9.with-borders .wtbx_hs:last-child,
.header-style-10.with-borders .wtbx_hs:last-child,
.header-style-11.with-borders .wtbx_hs:last-child,
.header-style-15.with-borders .wtbx_hs:last-child,
.header-style-16.with-borders .wtbx_hs:last-child,
.header-mobile-top.with-borders .wtbx_hs:last-child {
  border-radius: 0 !important;
}

.header-style-1 .wtbx_hs_header .wtbx_hs_inner,
.header-style-2 .wtbx_hs_header .wtbx_hs_inner,
.header-style-3 .wtbx_hs_header .wtbx_hs_inner,
.header-style-4 .wtbx_hs_header .wtbx_hs_inner,
.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-7 .wtbx_hs_header .wtbx_hs_inner,
.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-10 .wtbx_hs_header .wtbx_hs_inner,
.header-style-11 .wtbx_hs_header .wtbx_hs_inner,
.header-style-15 .wtbx_hs_header .wtbx_hs_inner,
.header-style-16 .wtbx_hs_header .wtbx_hs_inner,
.header-mobile-top .wtbx_hs_header .wtbx_hs_inner {
  position: relative;
}

.header-style-1 .wtbx_hs_topbar .header_button_alt,
.header-style-1 .wtbx_hs_topbar .header_custom_button,
.header-style-1 .wtbx_hs_bottombar .header_button_alt,
.header-style-1 .wtbx_hs_bottombar .header_custom_button,
.header-style-2 .wtbx_hs_topbar .header_button_alt,
.header-style-2 .wtbx_hs_topbar .header_custom_button,
.header-style-2 .wtbx_hs_bottombar .header_button_alt,
.header-style-2 .wtbx_hs_bottombar .header_custom_button,
.header-style-3 .wtbx_hs_topbar .header_button_alt,
.header-style-3 .wtbx_hs_topbar .header_custom_button,
.header-style-3 .wtbx_hs_bottombar .header_button_alt,
.header-style-3 .wtbx_hs_bottombar .header_custom_button,
.header-style-4 .wtbx_hs_topbar .header_button_alt,
.header-style-4 .wtbx_hs_topbar .header_custom_button,
.header-style-4 .wtbx_hs_bottombar .header_button_alt,
.header-style-4 .wtbx_hs_bottombar .header_custom_button,
.header-style-5 .wtbx_hs_topbar .header_button_alt,
.header-style-5 .wtbx_hs_topbar .header_custom_button,
.header-style-5 .wtbx_hs_bottombar .header_button_alt,
.header-style-5 .wtbx_hs_bottombar .header_custom_button,
.header-style-6 .wtbx_hs_topbar .header_button_alt,
.header-style-6 .wtbx_hs_topbar .header_custom_button,
.header-style-6 .wtbx_hs_bottombar .header_button_alt,
.header-style-6 .wtbx_hs_bottombar .header_custom_button,
.header-style-7 .wtbx_hs_topbar .header_button_alt,
.header-style-7 .wtbx_hs_topbar .header_custom_button,
.header-style-7 .wtbx_hs_bottombar .header_button_alt,
.header-style-7 .wtbx_hs_bottombar .header_custom_button,
.header-style-8 .wtbx_hs_topbar .header_button_alt,
.header-style-8 .wtbx_hs_topbar .header_custom_button,
.header-style-8 .wtbx_hs_bottombar .header_button_alt,
.header-style-8 .wtbx_hs_bottombar .header_custom_button,
.header-style-9 .wtbx_hs_topbar .header_button_alt,
.header-style-9 .wtbx_hs_topbar .header_custom_button,
.header-style-9 .wtbx_hs_bottombar .header_button_alt,
.header-style-9 .wtbx_hs_bottombar .header_custom_button,
.header-style-10 .wtbx_hs_topbar .header_button_alt,
.header-style-10 .wtbx_hs_topbar .header_custom_button,
.header-style-10 .wtbx_hs_bottombar .header_button_alt,
.header-style-10 .wtbx_hs_bottombar .header_custom_button,
.header-style-11 .wtbx_hs_topbar .header_button_alt,
.header-style-11 .wtbx_hs_topbar .header_custom_button,
.header-style-11 .wtbx_hs_bottombar .header_button_alt,
.header-style-11 .wtbx_hs_bottombar .header_custom_button,
.header-style-15 .wtbx_hs_topbar .header_button_alt,
.header-style-15 .wtbx_hs_topbar .header_custom_button,
.header-style-15 .wtbx_hs_bottombar .header_button_alt,
.header-style-15 .wtbx_hs_bottombar .header_custom_button,
.header-style-16 .wtbx_hs_topbar .header_button_alt,
.header-style-16 .wtbx_hs_topbar .header_custom_button,
.header-style-16 .wtbx_hs_bottombar .header_button_alt,
.header-style-16 .wtbx_hs_bottombar .header_custom_button,
.header-mobile-top .wtbx_hs_topbar .header_button_alt,
.header-mobile-top .wtbx_hs_topbar .header_custom_button,
.header-mobile-top .wtbx_hs_bottombar .header_button_alt,
.header-mobile-top .wtbx_hs_bottombar .header_custom_button {
  height: inherit;
}

.header-style-1 .wtbx_hs_topbar .header_button_alt > a, .header-style-1 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-1 .wtbx_hs_topbar .header_custom_button > a,
.header-style-1 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-1 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-1 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-1 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-1 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-2 .wtbx_hs_topbar .header_button_alt > a,
.header-style-2 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-2 .wtbx_hs_topbar .header_custom_button > a,
.header-style-2 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-2 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-2 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-2 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-2 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-3 .wtbx_hs_topbar .header_button_alt > a,
.header-style-3 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-3 .wtbx_hs_topbar .header_custom_button > a,
.header-style-3 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-3 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-3 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-3 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-3 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-4 .wtbx_hs_topbar .header_button_alt > a,
.header-style-4 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-4 .wtbx_hs_topbar .header_custom_button > a,
.header-style-4 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-4 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-4 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-4 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-4 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-5 .wtbx_hs_topbar .header_button_alt > a,
.header-style-5 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-5 .wtbx_hs_topbar .header_custom_button > a,
.header-style-5 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-5 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-5 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-5 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-5 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-6 .wtbx_hs_topbar .header_button_alt > a,
.header-style-6 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-6 .wtbx_hs_topbar .header_custom_button > a,
.header-style-6 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-6 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-6 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-6 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-6 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-7 .wtbx_hs_topbar .header_button_alt > a,
.header-style-7 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-7 .wtbx_hs_topbar .header_custom_button > a,
.header-style-7 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-7 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-7 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-7 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-7 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-8 .wtbx_hs_topbar .header_button_alt > a,
.header-style-8 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-8 .wtbx_hs_topbar .header_custom_button > a,
.header-style-8 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-8 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-8 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-8 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-8 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-9 .wtbx_hs_topbar .header_button_alt > a,
.header-style-9 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-9 .wtbx_hs_topbar .header_custom_button > a,
.header-style-9 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-9 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-9 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-9 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-9 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-10 .wtbx_hs_topbar .header_button_alt > a,
.header-style-10 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-10 .wtbx_hs_topbar .header_custom_button > a,
.header-style-10 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-10 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-10 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-10 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-10 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-11 .wtbx_hs_topbar .header_button_alt > a,
.header-style-11 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-11 .wtbx_hs_topbar .header_custom_button > a,
.header-style-11 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-11 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-11 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-11 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-11 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-15 .wtbx_hs_topbar .header_button_alt > a,
.header-style-15 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-15 .wtbx_hs_topbar .header_custom_button > a,
.header-style-15 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-15 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-15 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-15 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-15 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-style-16 .wtbx_hs_topbar .header_button_alt > a,
.header-style-16 .wtbx_hs_topbar .header_button_alt .search_field,
.header-style-16 .wtbx_hs_topbar .header_custom_button > a,
.header-style-16 .wtbx_hs_topbar .header_custom_button .search_field,
.header-style-16 .wtbx_hs_bottombar .header_button_alt > a,
.header-style-16 .wtbx_hs_bottombar .header_button_alt .search_field,
.header-style-16 .wtbx_hs_bottombar .header_custom_button > a,
.header-style-16 .wtbx_hs_bottombar .header_custom_button .search_field,
.header-mobile-top .wtbx_hs_topbar .header_button_alt > a,
.header-mobile-top .wtbx_hs_topbar .header_button_alt .search_field,
.header-mobile-top .wtbx_hs_topbar .header_custom_button > a,
.header-mobile-top .wtbx_hs_topbar .header_custom_button .search_field,
.header-mobile-top .wtbx_hs_bottombar .header_button_alt > a,
.header-mobile-top .wtbx_hs_bottombar .header_button_alt .search_field,
.header-mobile-top .wtbx_hs_bottombar .header_custom_button > a,
.header-mobile-top .wtbx_hs_bottombar .header_custom_button .search_field {
  height: 2.6em;
  line-height: 2.6em;
}

.header-style-1 .wtbx_hs_header,
.header-style-1 .wtbx_hs_top_header,
.header-style-2 .wtbx_hs_header,
.header-style-2 .wtbx_hs_top_header,
.header-style-3 .wtbx_hs_header,
.header-style-3 .wtbx_hs_top_header,
.header-style-4 .wtbx_hs_header,
.header-style-4 .wtbx_hs_top_header,
.header-style-5 .wtbx_hs_header,
.header-style-5 .wtbx_hs_top_header,
.header-style-6 .wtbx_hs_header,
.header-style-6 .wtbx_hs_top_header,
.header-style-7 .wtbx_hs_header,
.header-style-7 .wtbx_hs_top_header,
.header-style-8 .wtbx_hs_header,
.header-style-8 .wtbx_hs_top_header,
.header-style-9 .wtbx_hs_header,
.header-style-9 .wtbx_hs_top_header,
.header-style-10 .wtbx_hs_header,
.header-style-10 .wtbx_hs_top_header,
.header-style-11 .wtbx_hs_header,
.header-style-11 .wtbx_hs_top_header,
.header-style-15 .wtbx_hs_header,
.header-style-15 .wtbx_hs_top_header,
.header-style-16 .wtbx_hs_header,
.header-style-16 .wtbx_hs_top_header,
.header-mobile-top .wtbx_hs_header,
.header-mobile-top .wtbx_hs_top_header {
  text-align: right;
}

.header-style-1 .wtbx_hs_header .header_button_alt > a, .header-style-1 .wtbx_hs_header .header_button_alt .search_field,
.header-style-1 .wtbx_hs_header .header_custom_button > a,
.header-style-1 .wtbx_hs_header .header_custom_button .search_field,
.header-style-1 .wtbx_hs_top_header .header_button_alt > a,
.header-style-1 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-1 .wtbx_hs_top_header .header_custom_button > a,
.header-style-1 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-2 .wtbx_hs_header .header_button_alt > a,
.header-style-2 .wtbx_hs_header .header_button_alt .search_field,
.header-style-2 .wtbx_hs_header .header_custom_button > a,
.header-style-2 .wtbx_hs_header .header_custom_button .search_field,
.header-style-2 .wtbx_hs_top_header .header_button_alt > a,
.header-style-2 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-2 .wtbx_hs_top_header .header_custom_button > a,
.header-style-2 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-3 .wtbx_hs_header .header_button_alt > a,
.header-style-3 .wtbx_hs_header .header_button_alt .search_field,
.header-style-3 .wtbx_hs_header .header_custom_button > a,
.header-style-3 .wtbx_hs_header .header_custom_button .search_field,
.header-style-3 .wtbx_hs_top_header .header_button_alt > a,
.header-style-3 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-3 .wtbx_hs_top_header .header_custom_button > a,
.header-style-3 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-4 .wtbx_hs_header .header_button_alt > a,
.header-style-4 .wtbx_hs_header .header_button_alt .search_field,
.header-style-4 .wtbx_hs_header .header_custom_button > a,
.header-style-4 .wtbx_hs_header .header_custom_button .search_field,
.header-style-4 .wtbx_hs_top_header .header_button_alt > a,
.header-style-4 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-4 .wtbx_hs_top_header .header_custom_button > a,
.header-style-4 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-5 .wtbx_hs_header .header_button_alt > a,
.header-style-5 .wtbx_hs_header .header_button_alt .search_field,
.header-style-5 .wtbx_hs_header .header_custom_button > a,
.header-style-5 .wtbx_hs_header .header_custom_button .search_field,
.header-style-5 .wtbx_hs_top_header .header_button_alt > a,
.header-style-5 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-5 .wtbx_hs_top_header .header_custom_button > a,
.header-style-5 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-6 .wtbx_hs_header .header_button_alt > a,
.header-style-6 .wtbx_hs_header .header_button_alt .search_field,
.header-style-6 .wtbx_hs_header .header_custom_button > a,
.header-style-6 .wtbx_hs_header .header_custom_button .search_field,
.header-style-6 .wtbx_hs_top_header .header_button_alt > a,
.header-style-6 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-6 .wtbx_hs_top_header .header_custom_button > a,
.header-style-6 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-7 .wtbx_hs_header .header_button_alt > a,
.header-style-7 .wtbx_hs_header .header_button_alt .search_field,
.header-style-7 .wtbx_hs_header .header_custom_button > a,
.header-style-7 .wtbx_hs_header .header_custom_button .search_field,
.header-style-7 .wtbx_hs_top_header .header_button_alt > a,
.header-style-7 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-7 .wtbx_hs_top_header .header_custom_button > a,
.header-style-7 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-8 .wtbx_hs_header .header_button_alt > a,
.header-style-8 .wtbx_hs_header .header_button_alt .search_field,
.header-style-8 .wtbx_hs_header .header_custom_button > a,
.header-style-8 .wtbx_hs_header .header_custom_button .search_field,
.header-style-8 .wtbx_hs_top_header .header_button_alt > a,
.header-style-8 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-8 .wtbx_hs_top_header .header_custom_button > a,
.header-style-8 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-9 .wtbx_hs_header .header_button_alt > a,
.header-style-9 .wtbx_hs_header .header_button_alt .search_field,
.header-style-9 .wtbx_hs_header .header_custom_button > a,
.header-style-9 .wtbx_hs_header .header_custom_button .search_field,
.header-style-9 .wtbx_hs_top_header .header_button_alt > a,
.header-style-9 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-9 .wtbx_hs_top_header .header_custom_button > a,
.header-style-9 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-10 .wtbx_hs_header .header_button_alt > a,
.header-style-10 .wtbx_hs_header .header_button_alt .search_field,
.header-style-10 .wtbx_hs_header .header_custom_button > a,
.header-style-10 .wtbx_hs_header .header_custom_button .search_field,
.header-style-10 .wtbx_hs_top_header .header_button_alt > a,
.header-style-10 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-10 .wtbx_hs_top_header .header_custom_button > a,
.header-style-10 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-11 .wtbx_hs_header .header_button_alt > a,
.header-style-11 .wtbx_hs_header .header_button_alt .search_field,
.header-style-11 .wtbx_hs_header .header_custom_button > a,
.header-style-11 .wtbx_hs_header .header_custom_button .search_field,
.header-style-11 .wtbx_hs_top_header .header_button_alt > a,
.header-style-11 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-11 .wtbx_hs_top_header .header_custom_button > a,
.header-style-11 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-15 .wtbx_hs_header .header_button_alt > a,
.header-style-15 .wtbx_hs_header .header_button_alt .search_field,
.header-style-15 .wtbx_hs_header .header_custom_button > a,
.header-style-15 .wtbx_hs_header .header_custom_button .search_field,
.header-style-15 .wtbx_hs_top_header .header_button_alt > a,
.header-style-15 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-15 .wtbx_hs_top_header .header_custom_button > a,
.header-style-15 .wtbx_hs_top_header .header_custom_button .search_field,
.header-style-16 .wtbx_hs_header .header_button_alt > a,
.header-style-16 .wtbx_hs_header .header_button_alt .search_field,
.header-style-16 .wtbx_hs_header .header_custom_button > a,
.header-style-16 .wtbx_hs_header .header_custom_button .search_field,
.header-style-16 .wtbx_hs_top_header .header_button_alt > a,
.header-style-16 .wtbx_hs_top_header .header_button_alt .search_field,
.header-style-16 .wtbx_hs_top_header .header_custom_button > a,
.header-style-16 .wtbx_hs_top_header .header_custom_button .search_field,
.header-mobile-top .wtbx_hs_header .header_button_alt > a,
.header-mobile-top .wtbx_hs_header .header_button_alt .search_field,
.header-mobile-top .wtbx_hs_header .header_custom_button > a,
.header-mobile-top .wtbx_hs_header .header_custom_button .search_field,
.header-mobile-top .wtbx_hs_top_header .header_button_alt > a,
.header-mobile-top .wtbx_hs_top_header .header_button_alt .search_field,
.header-mobile-top .wtbx_hs_top_header .header_custom_button > a,
.header-mobile-top .wtbx_hs_top_header .header_custom_button .search_field {
  height: 2.6em;
  line-height: 2.6em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .wtbx_menu_nav > ul,
.header-style-2 .wtbx_menu_nav > ul,
.header-style-3 .wtbx_menu_nav > ul,
.header-style-4 .wtbx_menu_nav > ul,
.header-style-5 .wtbx_menu_nav > ul,
.header-style-6 .wtbx_menu_nav > ul,
.header-style-7 .wtbx_menu_nav > ul,
.header-style-8 .wtbx_menu_nav > ul,
.header-style-9 .wtbx_menu_nav > ul,
.header-style-10 .wtbx_menu_nav > ul,
.header-style-11 .wtbx_menu_nav > ul,
.header-style-15 .wtbx_menu_nav > ul,
.header-style-16 .wtbx_menu_nav > ul,
.header-mobile-top .wtbx_menu_nav > ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header-style-1 .wtbx_menu_nav > ul > li,
.header-style-2 .wtbx_menu_nav > ul > li,
.header-style-3 .wtbx_menu_nav > ul > li,
.header-style-4 .wtbx_menu_nav > ul > li,
.header-style-5 .wtbx_menu_nav > ul > li,
.header-style-6 .wtbx_menu_nav > ul > li,
.header-style-7 .wtbx_menu_nav > ul > li,
.header-style-8 .wtbx_menu_nav > ul > li,
.header-style-9 .wtbx_menu_nav > ul > li,
.header-style-10 .wtbx_menu_nav > ul > li,
.header-style-11 .wtbx_menu_nav > ul > li,
.header-style-15 .wtbx_menu_nav > ul > li,
.header-style-16 .wtbx_menu_nav > ul > li,
.header-mobile-top .wtbx_menu_nav > ul > li {
  display: inline-block;
  margin-right: 1.5em;
}

.header-style-1 .wtbx_menu_nav > ul > li:last-child,
.header-style-2 .wtbx_menu_nav > ul > li:last-child,
.header-style-3 .wtbx_menu_nav > ul > li:last-child,
.header-style-4 .wtbx_menu_nav > ul > li:last-child,
.header-style-5 .wtbx_menu_nav > ul > li:last-child,
.header-style-6 .wtbx_menu_nav > ul > li:last-child,
.header-style-7 .wtbx_menu_nav > ul > li:last-child,
.header-style-8 .wtbx_menu_nav > ul > li:last-child,
.header-style-9 .wtbx_menu_nav > ul > li:last-child,
.header-style-10 .wtbx_menu_nav > ul > li:last-child,
.header-style-11 .wtbx_menu_nav > ul > li:last-child,
.header-style-15 .wtbx_menu_nav > ul > li:last-child,
.header-style-16 .wtbx_menu_nav > ul > li:last-child,
.header-mobile-top .wtbx_menu_nav > ul > li:last-child {
  margin-right: 0;
}

.header-style-1 .wtbx_menu_nav > ul > li .menu-link,
.header-style-2 .wtbx_menu_nav > ul > li .menu-link,
.header-style-3 .wtbx_menu_nav > ul > li .menu-link,
.header-style-4 .wtbx_menu_nav > ul > li .menu-link,
.header-style-5 .wtbx_menu_nav > ul > li .menu-link,
.header-style-6 .wtbx_menu_nav > ul > li .menu-link,
.header-style-7 .wtbx_menu_nav > ul > li .menu-link,
.header-style-8 .wtbx_menu_nav > ul > li .menu-link,
.header-style-9 .wtbx_menu_nav > ul > li .menu-link,
.header-style-10 .wtbx_menu_nav > ul > li .menu-link,
.header-style-11 .wtbx_menu_nav > ul > li .menu-link,
.header-style-15 .wtbx_menu_nav > ul > li .menu-link,
.header-style-16 .wtbx_menu_nav > ul > li .menu-link,
.header-mobile-top .wtbx_menu_nav > ul > li .menu-link {
  padding: 0;
  display: block;
  color: inherit;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-2 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-3 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-4 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-5 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-6 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-7 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-8 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-9 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-10 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-11 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-15 .wtbx_menu_nav > ul > li .menu-link i,
.header-style-16 .wtbx_menu_nav > ul > li .menu-link i,
.header-mobile-top .wtbx_menu_nav > ul > li .menu-link i {
  display: inline-block;
  margin-right: .5em;
}

.header-style-1 .header_button,
.header-style-2 .header_button,
.header-style-3 .header_button,
.header-style-4 .header_button,
.header-style-5 .header_button,
.header-style-6 .header_button,
.header-style-7 .header_button,
.header-style-8 .header_button,
.header-style-9 .header_button,
.header-style-10 .header_button,
.header-style-11 .header_button,
.header-style-15 .header_button,
.header-style-16 .header_button,
.header-mobile-top .header_button {
  position: relative;
  background: none;
  text-align: center;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .header_button span, .header-style-1 .header_button i,
.header-style-2 .header_button span,
.header-style-2 .header_button i,
.header-style-3 .header_button span,
.header-style-3 .header_button i,
.header-style-4 .header_button span,
.header-style-4 .header_button i,
.header-style-5 .header_button span,
.header-style-5 .header_button i,
.header-style-6 .header_button span,
.header-style-6 .header_button i,
.header-style-7 .header_button span,
.header-style-7 .header_button i,
.header-style-8 .header_button span,
.header-style-8 .header_button i,
.header-style-9 .header_button span,
.header-style-9 .header_button i,
.header-style-10 .header_button span,
.header-style-10 .header_button i,
.header-style-11 .header_button span,
.header-style-11 .header_button i,
.header-style-15 .header_button span,
.header-style-15 .header_button i,
.header-style-16 .header_button span,
.header-style-16 .header_button i,
.header-mobile-top .header_button span,
.header-mobile-top .header_button i {
  display: inline-block;
  line-height: inherit;
}

.header-style-1 .header_button_alt,
.header-style-2 .header_button_alt,
.header-style-3 .header_button_alt,
.header-style-4 .header_button_alt,
.header-style-5 .header_button_alt,
.header-style-6 .header_button_alt,
.header-style-7 .header_button_alt,
.header-style-8 .header_button_alt,
.header-style-9 .header_button_alt,
.header-style-10 .header_button_alt,
.header-style-11 .header_button_alt,
.header-style-15 .header_button_alt,
.header-style-16 .header_button_alt,
.header-mobile-top .header_button_alt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.header-style-1 .header_button_alt > a,
.header-style-2 .header_button_alt > a,
.header-style-3 .header_button_alt > a,
.header-style-4 .header_button_alt > a,
.header-style-5 .header_button_alt > a,
.header-style-6 .header_button_alt > a,
.header-style-7 .header_button_alt > a,
.header-style-8 .header_button_alt > a,
.header-style-9 .header_button_alt > a,
.header-style-10 .header_button_alt > a,
.header-style-11 .header_button_alt > a,
.header-style-15 .header_button_alt > a,
.header-style-16 .header_button_alt > a,
.header-mobile-top .header_button_alt > a {
  border-radius: 100px;
}

.header-style-1 .header_button_alt span, .header-style-1 .header_button_alt i,
.header-style-2 .header_button_alt span,
.header-style-2 .header_button_alt i,
.header-style-3 .header_button_alt span,
.header-style-3 .header_button_alt i,
.header-style-4 .header_button_alt span,
.header-style-4 .header_button_alt i,
.header-style-5 .header_button_alt span,
.header-style-5 .header_button_alt i,
.header-style-6 .header_button_alt span,
.header-style-6 .header_button_alt i,
.header-style-7 .header_button_alt span,
.header-style-7 .header_button_alt i,
.header-style-8 .header_button_alt span,
.header-style-8 .header_button_alt i,
.header-style-9 .header_button_alt span,
.header-style-9 .header_button_alt i,
.header-style-10 .header_button_alt span,
.header-style-10 .header_button_alt i,
.header-style-11 .header_button_alt span,
.header-style-11 .header_button_alt i,
.header-style-15 .header_button_alt span,
.header-style-15 .header_button_alt i,
.header-style-16 .header_button_alt span,
.header-style-16 .header_button_alt i,
.header-mobile-top .header_button_alt span,
.header-mobile-top .header_button_alt i {
  display: inline-block;
  line-height: inherit;
}

.header-style-1 .search_button_wrapper,
.header-style-2 .search_button_wrapper,
.header-style-3 .search_button_wrapper,
.header-style-4 .search_button_wrapper,
.header-style-5 .search_button_wrapper,
.header-style-6 .search_button_wrapper,
.header-style-7 .search_button_wrapper,
.header-style-8 .search_button_wrapper,
.header-style-9 .search_button_wrapper,
.header-style-10 .search_button_wrapper,
.header-style-11 .search_button_wrapper,
.header-style-15 .search_button_wrapper,
.header-style-16 .search_button_wrapper,
.header-mobile-top .search_button_wrapper {
  padding: 0;
}

.header-style-1 .header_cart_wrapper,
.header-style-2 .header_cart_wrapper,
.header-style-3 .header_cart_wrapper,
.header-style-4 .header_cart_wrapper,
.header-style-5 .header_cart_wrapper,
.header-style-6 .header_cart_wrapper,
.header-style-7 .header_cart_wrapper,
.header-style-8 .header_cart_wrapper,
.header-style-9 .header_cart_wrapper,
.header-style-10 .header_cart_wrapper,
.header-style-11 .header_cart_wrapper,
.header-style-15 .header_cart_wrapper,
.header-style-16 .header_cart_wrapper,
.header-mobile-top .header_cart_wrapper {
  position: relative;
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_prim,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_prim,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_prim {
  padding: 0;
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_prim .header_cart {
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  padding: 0 .75em 0 0;
  cursor: pointer;
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_prim .header_cart .header_cart_button > i {
  font-size: 1.3em;
  color: inherit;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count {
  display: inline-block;
  font-size: .75em;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.5em;
  line-height: 1;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  width: 1.6em;
  height: 1.6em;
  margin: -.8em 0 0 -.8em;
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_alt,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_alt {
  padding: 0;
  cursor: default;
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_alt .header_cart {
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 1.2em;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2.6em;
  max-height: 100%;
  border-radius: 100px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: -1;
}

.header-style-1 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-2 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-3 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-4 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-5 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-6 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-7 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-8 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-9 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-10 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-11 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-15 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-16 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-mobile-top .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count {
  display: inline-block;
  float: right;
  margin-left: .8em;
  font-weight: 600;
}

.header-style-1 .header_cart_wrapper .header_cart_widget,
.header-style-2 .header_cart_wrapper .header_cart_widget,
.header-style-3 .header_cart_wrapper .header_cart_widget,
.header-style-4 .header_cart_wrapper .header_cart_widget,
.header-style-5 .header_cart_wrapper .header_cart_widget,
.header-style-6 .header_cart_wrapper .header_cart_widget,
.header-style-7 .header_cart_wrapper .header_cart_widget,
.header-style-8 .header_cart_wrapper .header_cart_widget,
.header-style-9 .header_cart_wrapper .header_cart_widget,
.header-style-10 .header_cart_wrapper .header_cart_widget,
.header-style-11 .header_cart_wrapper .header_cart_widget,
.header-style-15 .header_cart_wrapper .header_cart_widget,
.header-style-16 .header_cart_wrapper .header_cart_widget,
.header-mobile-top .header_cart_wrapper .header_cart_widget {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.2s, left 0s, right 0s;
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.2s, left 0s, right 0s;
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.2s, left 0s, right 0s;
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.2s, left 0s, right 0s;
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.2s, left 0s, right 0s;
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.header-style-1 .header_cart_wrapper .header_cart_widget:before,
.header-style-2 .header_cart_wrapper .header_cart_widget:before,
.header-style-3 .header_cart_wrapper .header_cart_widget:before,
.header-style-4 .header_cart_wrapper .header_cart_widget:before,
.header-style-5 .header_cart_wrapper .header_cart_widget:before,
.header-style-6 .header_cart_wrapper .header_cart_widget:before,
.header-style-7 .header_cart_wrapper .header_cart_widget:before,
.header-style-8 .header_cart_wrapper .header_cart_widget:before,
.header-style-9 .header_cart_wrapper .header_cart_widget:before,
.header-style-10 .header_cart_wrapper .header_cart_widget:before,
.header-style-11 .header_cart_wrapper .header_cart_widget:before,
.header-style-15 .header_cart_wrapper .header_cart_widget:before,
.header-style-16 .header_cart_wrapper .header_cart_widget:before,
.header-mobile-top .header_cart_wrapper .header_cart_widget:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background-color: transparent;
}

.header-style-1 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-2 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-3 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-4 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-5 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-6 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-7 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-8 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-9 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-10 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-11 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-15 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-style-16 .header_cart_wrapper .header_cart_widget.dropdown_opposite,
.header-mobile-top .header_cart_wrapper .header_cart_widget.dropdown_opposite {
  right: auto;
  left: 0;
}

.header-style-1 .header_cart_wrapper.active .header_cart_widget,
.header-style-2 .header_cart_wrapper.active .header_cart_widget,
.header-style-3 .header_cart_wrapper.active .header_cart_widget,
.header-style-4 .header_cart_wrapper.active .header_cart_widget,
.header-style-5 .header_cart_wrapper.active .header_cart_widget,
.header-style-6 .header_cart_wrapper.active .header_cart_widget,
.header-style-7 .header_cart_wrapper.active .header_cart_widget,
.header-style-8 .header_cart_wrapper.active .header_cart_widget,
.header-style-9 .header_cart_wrapper.active .header_cart_widget,
.header-style-10 .header_cart_wrapper.active .header_cart_widget,
.header-style-11 .header_cart_wrapper.active .header_cart_widget,
.header-style-15 .header_cart_wrapper.active .header_cart_widget,
.header-style-16 .header_cart_wrapper.active .header_cart_widget,
.header-mobile-top .header_cart_wrapper.active .header_cart_widget {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, left 0s, right 0s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, left 0s, right 0s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, left 0s, right 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, left 0s, right 0s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, left 0s, right 0s;
}

.header-style-1 .header_wishlist_wrapper,
.header-style-2 .header_wishlist_wrapper,
.header-style-3 .header_wishlist_wrapper,
.header-style-4 .header_wishlist_wrapper,
.header-style-5 .header_wishlist_wrapper,
.header-style-6 .header_wishlist_wrapper,
.header-style-7 .header_wishlist_wrapper,
.header-style-8 .header_wishlist_wrapper,
.header-style-9 .header_wishlist_wrapper,
.header-style-10 .header_wishlist_wrapper,
.header-style-11 .header_wishlist_wrapper,
.header-style-15 .header_wishlist_wrapper,
.header-style-16 .header_wishlist_wrapper,
.header-mobile-top .header_wishlist_wrapper {
  padding: 0;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper a {
  display: block;
  padding: 0 15px;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count {
  margin-left: 5px;
  float: right;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper .header_wishlist > i {
  font-size: 1.3em;
  color: inherit;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist {
  padding: 0 .75em 0 0;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count {
  display: inline-block;
  font-size: .75em;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.5em;
  line-height: 1;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  width: 1.6em;
  height: 1.6em;
  margin: -.8em 0 0 -.8em;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper_alt {
  cursor: default;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i {
  font-size: 1em;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper_alt a,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper_alt a {
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 1.2em;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper_alt a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2.6em;
  max-height: 100%;
  border-radius: 100px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: -1;
}

.header-style-1 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-2 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-3 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-4 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-5 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-6 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-7 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-8 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-9 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-10 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-11 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-15 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-style-16 .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count,
.header-mobile-top .header_wishlist_wrapper.header_wishlist_wrapper_alt a .wishlist_count {
  display: inline-block;
  float: right;
  margin-left: .8em;
  font-weight: 600;
}

.header-style-1 .overlay_button_wrapper,
.header-style-2 .overlay_button_wrapper,
.header-style-3 .overlay_button_wrapper,
.header-style-4 .overlay_button_wrapper,
.header-style-5 .overlay_button_wrapper,
.header-style-6 .overlay_button_wrapper,
.header-style-7 .overlay_button_wrapper,
.header-style-8 .overlay_button_wrapper,
.header-style-9 .overlay_button_wrapper,
.header-style-10 .overlay_button_wrapper,
.header-style-11 .overlay_button_wrapper,
.header-style-15 .overlay_button_wrapper,
.header-style-16 .overlay_button_wrapper,
.header-mobile-top .overlay_button_wrapper {
  padding: 0;
}

.header-style-1 .overlay_button_wrapper .overlay_button,
.header-style-2 .overlay_button_wrapper .overlay_button,
.header-style-3 .overlay_button_wrapper .overlay_button,
.header-style-4 .overlay_button_wrapper .overlay_button,
.header-style-5 .overlay_button_wrapper .overlay_button,
.header-style-6 .overlay_button_wrapper .overlay_button,
.header-style-7 .overlay_button_wrapper .overlay_button,
.header-style-8 .overlay_button_wrapper .overlay_button,
.header-style-9 .overlay_button_wrapper .overlay_button,
.header-style-10 .overlay_button_wrapper .overlay_button,
.header-style-11 .overlay_button_wrapper .overlay_button,
.header-style-15 .overlay_button_wrapper .overlay_button,
.header-style-16 .overlay_button_wrapper .overlay_button,
.header-mobile-top .overlay_button_wrapper .overlay_button {
  display: block;
  width: 18px;
}

.header-style-1 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-2 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-3 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-4 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-5 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-6 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-7 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-8 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-9 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-10 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-11 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-15 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-style-16 .overlay_button_wrapper .overlay_button .overlay_button_inner,
.header-mobile-top .overlay_button_wrapper .overlay_button .overlay_button_inner {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header-style-1 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-2 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-3 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-4 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-5 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-6 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-7 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-8 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-9 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-10 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-11 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-15 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-style-16 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot,
.header-mobile-top .overlay_button_wrapper .overlay_button .overlay_button_inner .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header-style-1 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before, .header-style-1 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-2 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-2 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-3 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-3 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-4 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-4 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-5 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-5 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-6 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-6 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-7 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-7 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-8 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-8 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-9 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-9 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-10 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-10 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-11 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-11 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-15 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-15 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-16 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-16 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-mobile-top .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-mobile-top .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-2 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-3 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-4 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-5 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-6 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-7 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-8 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-9 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-10 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-11 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-15 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-style-16 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before,
.header-mobile-top .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:before {
  -moz-transform: translate3d(200%, 0, 0);
  -o-transform: translate3d(200%, 0, 0);
  -ms-transform: translate3d(200%, 0, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  -webkit-transform: -webkit-translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.header-style-1 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-2 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-3 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-4 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-5 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-6 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-7 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-8 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-9 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-10 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-11 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-15 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-style-16 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after,
.header-mobile-top .overlay_button_wrapper .overlay_button .overlay_button_inner .dot:after {
  -moz-transform: translate3d(-200%, 0, 0);
  -o-transform: translate3d(-200%, 0, 0);
  -ms-transform: translate3d(-200%, 0, 0);
  -webkit-transform: translate3d(-200%, 0, 0);
  -webkit-transform: -webkit-translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}

.header-style-1 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-2 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-3 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-4 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-5 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-6 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-7 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-8 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-9 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-10 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-11 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-15 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-style-16 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first,
.header-mobile-top .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.first {
  -moz-transform: translate3d(-50%, -250%, 0);
  -o-transform: translate3d(-50%, -250%, 0);
  -ms-transform: translate3d(-50%, -250%, 0);
  -webkit-transform: translate3d(-50%, -250%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -250%, 0);
  transform: translate3d(-50%, -250%, 0);
}

.header-style-1 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-2 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-3 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-4 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-5 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-6 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-7 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-8 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-9 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-10 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-11 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-15 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-style-16 .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third,
.header-mobile-top .overlay_button_wrapper .overlay_button .overlay_button_inner .dot.third {
  -moz-transform: translate3d(-50%, 150%, 0);
  -o-transform: translate3d(-50%, 150%, 0);
  -ms-transform: translate3d(-50%, 150%, 0);
  -webkit-transform: translate3d(-50%, 150%, 0);
  -webkit-transform: -webkit-translate3d(-50%, 150%, 0);
  transform: translate3d(-50%, 150%, 0);
}

.header-style-1 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-2 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-3 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-4 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-5 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-6 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-7 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-8 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-9 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-10 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-11 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-15 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-style-16 .overlay_button_wrapper .overlay_button:hover .overlay_button_inner,
.header-mobile-top .overlay_button_wrapper .overlay_button:hover .overlay_button_inner {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg);
}

.header-style-1 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-2 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-3 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-4 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-5 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-6 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-7 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-8 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-9 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-10 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-11 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-15 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-style-16 .overlay_button_wrapper .overlay_button:hover .dot.first:before,
.header-mobile-top .overlay_button_wrapper .overlay_button:hover .dot.first:before {
  -moz-transform: translate3d(-200%, 400%, 0);
  -o-transform: translate3d(-200%, 400%, 0);
  -ms-transform: translate3d(-200%, 400%, 0);
  -webkit-transform: translate3d(-200%, 400%, 0);
  -webkit-transform: -webkit-translate3d(-200%, 400%, 0);
  transform: translate3d(-200%, 400%, 0);
}

.header-style-1 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-2 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-3 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-4 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-5 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-6 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-7 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-8 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-9 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-10 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-11 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-15 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-style-16 .overlay_button_wrapper .overlay_button:hover .dot.first:after,
.header-mobile-top .overlay_button_wrapper .overlay_button:hover .dot.first:after {
  -moz-transform: translate3d(200%, 400%, 0);
  -o-transform: translate3d(200%, 400%, 0);
  -ms-transform: translate3d(200%, 400%, 0);
  -webkit-transform: translate3d(200%, 400%, 0);
  -webkit-transform: -webkit-translate3d(200%, 400%, 0);
  transform: translate3d(200%, 400%, 0);
}

.header-style-1 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-2 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-3 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-4 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-5 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-6 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-7 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-8 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-9 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-10 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-11 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-15 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-style-16 .overlay_button_wrapper .overlay_button:hover .dot.third:before,
.header-mobile-top .overlay_button_wrapper .overlay_button:hover .dot.third:before {
  -moz-transform: translate3d(-200%, -400%, 0);
  -o-transform: translate3d(-200%, -400%, 0);
  -ms-transform: translate3d(-200%, -400%, 0);
  -webkit-transform: translate3d(-200%, -400%, 0);
  -webkit-transform: -webkit-translate3d(-200%, -400%, 0);
  transform: translate3d(-200%, -400%, 0);
}

.header-style-1 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-2 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-3 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-4 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-5 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-6 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-7 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-8 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-9 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-10 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-11 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-15 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-style-16 .overlay_button_wrapper .overlay_button:hover .dot.third:after,
.header-mobile-top .overlay_button_wrapper .overlay_button:hover .dot.third:after {
  -moz-transform: translate3d(200%, -400%, 0);
  -o-transform: translate3d(200%, -400%, 0);
  -ms-transform: translate3d(200%, -400%, 0);
  -webkit-transform: translate3d(200%, -400%, 0);
  -webkit-transform: -webkit-translate3d(200%, -400%, 0);
  transform: translate3d(200%, -400%, 0);
}

.header-style-1 .sidearea_button_wrapper,
.header-style-2 .sidearea_button_wrapper,
.header-style-3 .sidearea_button_wrapper,
.header-style-4 .sidearea_button_wrapper,
.header-style-5 .sidearea_button_wrapper,
.header-style-6 .sidearea_button_wrapper,
.header-style-7 .sidearea_button_wrapper,
.header-style-8 .sidearea_button_wrapper,
.header-style-9 .sidearea_button_wrapper,
.header-style-10 .sidearea_button_wrapper,
.header-style-11 .sidearea_button_wrapper,
.header-style-15 .sidearea_button_wrapper,
.header-style-16 .sidearea_button_wrapper,
.header-mobile-top .sidearea_button_wrapper {
  padding: 0;
}

.header-style-1 .sidearea_button_wrapper .sidearea_button,
.header-style-2 .sidearea_button_wrapper .sidearea_button,
.header-style-3 .sidearea_button_wrapper .sidearea_button,
.header-style-4 .sidearea_button_wrapper .sidearea_button,
.header-style-5 .sidearea_button_wrapper .sidearea_button,
.header-style-6 .sidearea_button_wrapper .sidearea_button,
.header-style-7 .sidearea_button_wrapper .sidearea_button,
.header-style-8 .sidearea_button_wrapper .sidearea_button,
.header-style-9 .sidearea_button_wrapper .sidearea_button,
.header-style-10 .sidearea_button_wrapper .sidearea_button,
.header-style-11 .sidearea_button_wrapper .sidearea_button,
.header-style-15 .sidearea_button_wrapper .sidearea_button,
.header-style-16 .sidearea_button_wrapper .sidearea_button,
.header-mobile-top .sidearea_button_wrapper .sidearea_button {
  display: block;
  width: 18px;
}

.header-style-1 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-2 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-3 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-4 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-5 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-6 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-7 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-8 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-9 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-10 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-11 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-15 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-style-16 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner,
.header-mobile-top .sidearea_button_wrapper .sidearea_button .sidearea_button_inner {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-2 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-3 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-4 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-5 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-6 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-7 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-8 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-9 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-10 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-11 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-15 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-style-16 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line,
.header-mobile-top .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.header-style-1 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-2 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-3 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-4 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-5 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-6 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-7 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-8 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-9 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-10 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-11 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-15 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-style-16 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first,
.header-mobile-top .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.first {
  margin-top: -6px;
  -moz-transform: scale3d(0.9, 1, 1);
  -o-transform: scale3d(0.9, 1, 1);
  -ms-transform: scale3d(0.9, 1, 1);
  -webkit-transform: scale3d(0.9, 1, 1);
  -webkit-transform: -webkit-scale3d(0.9, 1, 1);
  transform: scale3d(0.9, 1, 1);
}

.header-style-1 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-2 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-3 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-4 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-5 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-6 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-7 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-8 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-9 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-10 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-11 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-15 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-style-16 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second,
.header-mobile-top .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.second {
  margin-top: -1px;
  -moz-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -webkit-transform: scale3d(0.7, 1, 1);
  -webkit-transform: -webkit-scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
}

.header-style-1 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-2 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-3 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-4 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-5 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-6 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-7 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-8 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-9 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-10 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-11 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-15 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-style-16 .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third,
.header-mobile-top .sidearea_button_wrapper .sidearea_button .sidearea_button_inner .line.third {
  margin-top: 4px;
}

.header-style-1 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-2 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-3 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-4 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-5 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-6 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-7 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-8 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-9 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-10 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-11 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-15 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-style-16 .sidearea_button_wrapper .sidearea_button:hover .line.first,
.header-mobile-top .sidearea_button_wrapper .sidearea_button:hover .line.first {
  -o-animation: menuButton1 1s linear infinite;
  -moz-animation: menuButton1 1s linear infinite;
  -webkit-animation: menuButton1 1s linear infinite;
  animation: menuButton1 1s linear infinite;
}

.header-style-1 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-2 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-3 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-4 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-5 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-6 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-7 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-8 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-9 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-10 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-11 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-15 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-style-16 .sidearea_button_wrapper .sidearea_button:hover .line.second,
.header-mobile-top .sidearea_button_wrapper .sidearea_button:hover .line.second {
  -o-animation: menuButton2 1s linear infinite;
  -moz-animation: menuButton2 1s linear infinite;
  -webkit-animation: menuButton2 1s linear infinite;
  animation: menuButton2 1s linear infinite;
}

.header-style-1 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-2 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-3 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-4 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-5 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-6 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-7 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-8 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-9 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-10 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-11 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-15 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-style-16 .sidearea_button_wrapper .sidearea_button:hover .line.third,
.header-mobile-top .sidearea_button_wrapper .sidearea_button:hover .line.third {
  -o-animation: menuButton3 1s linear infinite;
  -moz-animation: menuButton3 1s linear infinite;
  -webkit-animation: menuButton3 1s linear infinite;
  animation: menuButton3 1s linear infinite;
}

.header-style-1 .wtbx_header_icons_wrapper,
.header-style-2 .wtbx_header_icons_wrapper,
.header-style-3 .wtbx_header_icons_wrapper,
.header-style-4 .wtbx_header_icons_wrapper,
.header-style-5 .wtbx_header_icons_wrapper,
.header-style-6 .wtbx_header_icons_wrapper,
.header-style-7 .wtbx_header_icons_wrapper,
.header-style-8 .wtbx_header_icons_wrapper,
.header-style-9 .wtbx_header_icons_wrapper,
.header-style-10 .wtbx_header_icons_wrapper,
.header-style-11 .wtbx_header_icons_wrapper,
.header-style-15 .wtbx_header_icons_wrapper,
.header-style-16 .wtbx_header_icons_wrapper,
.header-mobile-top .wtbx_header_icons_wrapper {
  padding: 0;
}

.header-style-1 .wtbx_header_space,
.header-style-2 .wtbx_header_space,
.header-style-3 .wtbx_header_space,
.header-style-4 .wtbx_header_space,
.header-style-5 .wtbx_header_space,
.header-style-6 .wtbx_header_space,
.header-style-7 .wtbx_header_space,
.header-style-8 .wtbx_header_space,
.header-style-9 .wtbx_header_space,
.header-style-10 .wtbx_header_space,
.header-style-11 .wtbx_header_space,
.header-style-15 .wtbx_header_space,
.header-style-16 .wtbx_header_space,
.header-mobile-top .wtbx_header_space {
  display: inline-block;
  width: 1em;
}

.header-style-1 .wtbx_header_border,
.header-style-2 .wtbx_header_border,
.header-style-3 .wtbx_header_border,
.header-style-4 .wtbx_header_border,
.header-style-5 .wtbx_header_border,
.header-style-6 .wtbx_header_border,
.header-style-7 .wtbx_header_border,
.header-style-8 .wtbx_header_border,
.header-style-9 .wtbx_header_border,
.header-style-10 .wtbx_header_border,
.header-style-11 .wtbx_header_border,
.header-style-15 .wtbx_header_border,
.header-style-16 .wtbx_header_border,
.header-mobile-top .wtbx_header_border {
  position: relative;
  display: inline-block;
  width: 1px;
}

.header-style-1 .wtbx_header_border:before,
.header-style-2 .wtbx_header_border:before,
.header-style-3 .wtbx_header_border:before,
.header-style-4 .wtbx_header_border:before,
.header-style-5 .wtbx_header_border:before,
.header-style-6 .wtbx_header_border:before,
.header-style-7 .wtbx_header_border:before,
.header-style-8 .wtbx_header_border:before,
.header-style-9 .wtbx_header_border:before,
.header-style-10 .wtbx_header_border:before,
.header-style-11 .wtbx_header_border:before,
.header-style-15 .wtbx_header_border:before,
.header-style-16 .wtbx_header_border:before,
.header-mobile-top .wtbx_header_border:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 1px;
  height: 2.6em;
  max-height: 50%;
}

.header-style-1 .wtbx_header_login,
.header-style-2 .wtbx_header_login,
.header-style-3 .wtbx_header_login,
.header-style-4 .wtbx_header_login,
.header-style-5 .wtbx_header_login,
.header-style-6 .wtbx_header_login,
.header-style-7 .wtbx_header_login,
.header-style-8 .wtbx_header_login,
.header-style-9 .wtbx_header_login,
.header-style-10 .wtbx_header_login,
.header-style-11 .wtbx_header_login,
.header-style-15 .wtbx_header_login,
.header-style-16 .wtbx_header_login,
.header-mobile-top .wtbx_header_login {
  padding: 0;
}

.header-style-1 .wtbx_header_login > a,
.header-style-2 .wtbx_header_login > a,
.header-style-3 .wtbx_header_login > a,
.header-style-4 .wtbx_header_login > a,
.header-style-5 .wtbx_header_login > a,
.header-style-6 .wtbx_header_login > a,
.header-style-7 .wtbx_header_login > a,
.header-style-8 .wtbx_header_login > a,
.header-style-9 .wtbx_header_login > a,
.header-style-10 .wtbx_header_login > a,
.header-style-11 .wtbx_header_login > a,
.header-style-15 .wtbx_header_login > a,
.header-style-16 .wtbx_header_login > a,
.header-mobile-top .wtbx_header_login > a {
  position: relative;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.header-style-1 .wtbx_header_login > a i,
.header-style-2 .wtbx_header_login > a i,
.header-style-3 .wtbx_header_login > a i,
.header-style-4 .wtbx_header_login > a i,
.header-style-5 .wtbx_header_login > a i,
.header-style-6 .wtbx_header_login > a i,
.header-style-7 .wtbx_header_login > a i,
.header-style-8 .wtbx_header_login > a i,
.header-style-9 .wtbx_header_login > a i,
.header-style-10 .wtbx_header_login > a i,
.header-style-11 .wtbx_header_login > a i,
.header-style-15 .wtbx_header_login > a i,
.header-style-16 .wtbx_header_login > a i,
.header-mobile-top .wtbx_header_login > a i {
  margin-right: .5em;
  line-height: 1;
}

.header-style-1 .wtbx_header_login_alt,
.header-style-2 .wtbx_header_login_alt,
.header-style-3 .wtbx_header_login_alt,
.header-style-4 .wtbx_header_login_alt,
.header-style-5 .wtbx_header_login_alt,
.header-style-6 .wtbx_header_login_alt,
.header-style-7 .wtbx_header_login_alt,
.header-style-8 .wtbx_header_login_alt,
.header-style-9 .wtbx_header_login_alt,
.header-style-10 .wtbx_header_login_alt,
.header-style-11 .wtbx_header_login_alt,
.header-style-15 .wtbx_header_login_alt,
.header-style-16 .wtbx_header_login_alt,
.header-mobile-top .wtbx_header_login_alt {
  cursor: default;
}

.header-style-1 .wtbx_header_login_alt > a,
.header-style-2 .wtbx_header_login_alt > a,
.header-style-3 .wtbx_header_login_alt > a,
.header-style-4 .wtbx_header_login_alt > a,
.header-style-5 .wtbx_header_login_alt > a,
.header-style-6 .wtbx_header_login_alt > a,
.header-style-7 .wtbx_header_login_alt > a,
.header-style-8 .wtbx_header_login_alt > a,
.header-style-9 .wtbx_header_login_alt > a,
.header-style-10 .wtbx_header_login_alt > a,
.header-style-11 .wtbx_header_login_alt > a,
.header-style-15 .wtbx_header_login_alt > a,
.header-style-16 .wtbx_header_login_alt > a,
.header-mobile-top .wtbx_header_login_alt > a {
  padding: 0 1.2em 0 1.2em;
  position: relative;
  background-color: transparent !important;
}

.header-style-1 .wtbx_header_login_alt > a:before,
.header-style-2 .wtbx_header_login_alt > a:before,
.header-style-3 .wtbx_header_login_alt > a:before,
.header-style-4 .wtbx_header_login_alt > a:before,
.header-style-5 .wtbx_header_login_alt > a:before,
.header-style-6 .wtbx_header_login_alt > a:before,
.header-style-7 .wtbx_header_login_alt > a:before,
.header-style-8 .wtbx_header_login_alt > a:before,
.header-style-9 .wtbx_header_login_alt > a:before,
.header-style-10 .wtbx_header_login_alt > a:before,
.header-style-11 .wtbx_header_login_alt > a:before,
.header-style-15 .wtbx_header_login_alt > a:before,
.header-style-16 .wtbx_header_login_alt > a:before,
.header-mobile-top .wtbx_header_login_alt > a:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  height: 2.6em;
  border-radius: 2.6em;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .wtbx_header_text_wrapper,
.header-style-2 .wtbx_header_text_wrapper,
.header-style-3 .wtbx_header_text_wrapper,
.header-style-4 .wtbx_header_text_wrapper,
.header-style-5 .wtbx_header_text_wrapper,
.header-style-6 .wtbx_header_text_wrapper,
.header-style-7 .wtbx_header_text_wrapper,
.header-style-8 .wtbx_header_text_wrapper,
.header-style-9 .wtbx_header_text_wrapper,
.header-style-10 .wtbx_header_text_wrapper,
.header-style-11 .wtbx_header_text_wrapper,
.header-style-15 .wtbx_header_text_wrapper,
.header-style-16 .wtbx_header_text_wrapper,
.header-mobile-top .wtbx_header_text_wrapper {
  padding: 0;
}

.header-style-1 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-2 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-3 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-4 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-5 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-6 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-7 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-8 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-9 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-10 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-11 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-15 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-16 .wtbx_header_text_wrapper .wtbx_header_text,
.header-mobile-top .wtbx_header_text_wrapper .wtbx_header_text {
  display: block;
}

.header-style-1 .header_widget,
.header-style-2 .header_widget,
.header-style-3 .header_widget,
.header-style-4 .header_widget,
.header-style-5 .header_widget,
.header-style-6 .header_widget,
.header-style-7 .header_widget,
.header-style-8 .header_widget,
.header-style-9 .header_widget,
.header-style-10 .header_widget,
.header-style-11 .header_widget,
.header-style-15 .header_widget,
.header-style-16 .header_widget,
.header-mobile-top .header_widget {
  padding: 0 10px;
}

.header-style-1 .header_widget > *,
.header-style-2 .header_widget > *,
.header-style-3 .header_widget > *,
.header-style-4 .header_widget > *,
.header-style-5 .header_widget > *,
.header-style-6 .header_widget > *,
.header-style-7 .header_widget > *,
.header-style-8 .header_widget > *,
.header-style-9 .header_widget > *,
.header-style-10 .header_widget > *,
.header-style-11 .header_widget > *,
.header-style-15 .header_widget > *,
.header-style-16 .header_widget > *,
.header-mobile-top .header_widget > * {
  display: inline-block;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .header_widget *,
.header-style-2 .header_widget *,
.header-style-3 .header_widget *,
.header-style-4 .header_widget *,
.header-style-5 .header_widget *,
.header-style-6 .header_widget *,
.header-style-7 .header_widget *,
.header-style-8 .header_widget *,
.header-style-9 .header_widget *,
.header-style-10 .header_widget *,
.header-style-11 .header_widget *,
.header-style-15 .header_widget *,
.header-style-16 .header_widget *,
.header-mobile-top .header_widget * {
  line-height: inherit;
  vertical-align: middle;
}

.header-style-1 .header_widget .header-widget-title,
.header-style-2 .header_widget .header-widget-title,
.header-style-3 .header_widget .header-widget-title,
.header-style-4 .header_widget .header-widget-title,
.header-style-5 .header_widget .header-widget-title,
.header-style-6 .header_widget .header-widget-title,
.header-style-7 .header_widget .header-widget-title,
.header-style-8 .header_widget .header-widget-title,
.header-style-9 .header_widget .header-widget-title,
.header-style-10 .header_widget .header-widget-title,
.header-style-11 .header_widget .header-widget-title,
.header-style-15 .header_widget .header-widget-title,
.header-style-16 .header_widget .header-widget-title,
.header-mobile-top .header_widget .header-widget-title {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  margin-right: 1em;
}

.header-style-1 .header_language_wrapper,
.header-style-2 .header_language_wrapper,
.header-style-3 .header_language_wrapper,
.header-style-4 .header_language_wrapper,
.header-style-5 .header_language_wrapper,
.header-style-6 .header_language_wrapper,
.header-style-7 .header_language_wrapper,
.header-style-8 .header_language_wrapper,
.header-style-9 .header_language_wrapper,
.header-style-10 .header_language_wrapper,
.header-style-11 .header_language_wrapper,
.header-style-15 .header_language_wrapper,
.header-style-16 .header_language_wrapper,
.header-mobile-top .header_language_wrapper {
  position: relative;
}

.header-style-1 .header_language_wrapper.active .header_language_dropdown,
.header-style-2 .header_language_wrapper.active .header_language_dropdown,
.header-style-3 .header_language_wrapper.active .header_language_dropdown,
.header-style-4 .header_language_wrapper.active .header_language_dropdown,
.header-style-5 .header_language_wrapper.active .header_language_dropdown,
.header-style-6 .header_language_wrapper.active .header_language_dropdown,
.header-style-7 .header_language_wrapper.active .header_language_dropdown,
.header-style-8 .header_language_wrapper.active .header_language_dropdown,
.header-style-9 .header_language_wrapper.active .header_language_dropdown,
.header-style-10 .header_language_wrapper.active .header_language_dropdown,
.header-style-11 .header_language_wrapper.active .header_language_dropdown,
.header-style-15 .header_language_wrapper.active .header_language_dropdown,
.header-style-16 .header_language_wrapper.active .header_language_dropdown,
.header-mobile-top .header_language_wrapper.active .header_language_dropdown {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

.header-style-1 .header_language_wrapper .header_language_trigger,
.header-style-2 .header_language_wrapper .header_language_trigger,
.header-style-3 .header_language_wrapper .header_language_trigger,
.header-style-4 .header_language_wrapper .header_language_trigger,
.header-style-5 .header_language_wrapper .header_language_trigger,
.header-style-6 .header_language_wrapper .header_language_trigger,
.header-style-7 .header_language_wrapper .header_language_trigger,
.header-style-8 .header_language_wrapper .header_language_trigger,
.header-style-9 .header_language_wrapper .header_language_trigger,
.header-style-10 .header_language_wrapper .header_language_trigger,
.header-style-11 .header_language_wrapper .header_language_trigger,
.header-style-15 .header_language_wrapper .header_language_trigger,
.header-style-16 .header_language_wrapper .header_language_trigger,
.header-mobile-top .header_language_wrapper .header_language_trigger {
  padding: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .header_language_wrapper .header_language_trigger > span, .header-style-1 .header_language_wrapper .header_language_trigger > img,
.header-style-2 .header_language_wrapper .header_language_trigger > span,
.header-style-2 .header_language_wrapper .header_language_trigger > img,
.header-style-3 .header_language_wrapper .header_language_trigger > span,
.header-style-3 .header_language_wrapper .header_language_trigger > img,
.header-style-4 .header_language_wrapper .header_language_trigger > span,
.header-style-4 .header_language_wrapper .header_language_trigger > img,
.header-style-5 .header_language_wrapper .header_language_trigger > span,
.header-style-5 .header_language_wrapper .header_language_trigger > img,
.header-style-6 .header_language_wrapper .header_language_trigger > span,
.header-style-6 .header_language_wrapper .header_language_trigger > img,
.header-style-7 .header_language_wrapper .header_language_trigger > span,
.header-style-7 .header_language_wrapper .header_language_trigger > img,
.header-style-8 .header_language_wrapper .header_language_trigger > span,
.header-style-8 .header_language_wrapper .header_language_trigger > img,
.header-style-9 .header_language_wrapper .header_language_trigger > span,
.header-style-9 .header_language_wrapper .header_language_trigger > img,
.header-style-10 .header_language_wrapper .header_language_trigger > span,
.header-style-10 .header_language_wrapper .header_language_trigger > img,
.header-style-11 .header_language_wrapper .header_language_trigger > span,
.header-style-11 .header_language_wrapper .header_language_trigger > img,
.header-style-15 .header_language_wrapper .header_language_trigger > span,
.header-style-15 .header_language_wrapper .header_language_trigger > img,
.header-style-16 .header_language_wrapper .header_language_trigger > span,
.header-style-16 .header_language_wrapper .header_language_trigger > img,
.header-mobile-top .header_language_wrapper .header_language_trigger > span,
.header-mobile-top .header_language_wrapper .header_language_trigger > img {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

.header-style-1 .header_language_wrapper .header_language_trigger img,
.header-style-2 .header_language_wrapper .header_language_trigger img,
.header-style-3 .header_language_wrapper .header_language_trigger img,
.header-style-4 .header_language_wrapper .header_language_trigger img,
.header-style-5 .header_language_wrapper .header_language_trigger img,
.header-style-6 .header_language_wrapper .header_language_trigger img,
.header-style-7 .header_language_wrapper .header_language_trigger img,
.header-style-8 .header_language_wrapper .header_language_trigger img,
.header-style-9 .header_language_wrapper .header_language_trigger img,
.header-style-10 .header_language_wrapper .header_language_trigger img,
.header-style-11 .header_language_wrapper .header_language_trigger img,
.header-style-15 .header_language_wrapper .header_language_trigger img,
.header-style-16 .header_language_wrapper .header_language_trigger img,
.header-mobile-top .header_language_wrapper .header_language_trigger img {
  margin-right: 8px;
  max-width: 20px;
  border-radius: 2px;
}

.header-style-1 .header_language_wrapper .header_language_dropdown,
.header-style-2 .header_language_wrapper .header_language_dropdown,
.header-style-3 .header_language_wrapper .header_language_dropdown,
.header-style-4 .header_language_wrapper .header_language_dropdown,
.header-style-5 .header_language_wrapper .header_language_dropdown,
.header-style-6 .header_language_wrapper .header_language_dropdown,
.header-style-7 .header_language_wrapper .header_language_dropdown,
.header-style-8 .header_language_wrapper .header_language_dropdown,
.header-style-9 .header_language_wrapper .header_language_dropdown,
.header-style-10 .header_language_wrapper .header_language_dropdown,
.header-style-11 .header_language_wrapper .header_language_dropdown,
.header-style-15 .header_language_wrapper .header_language_dropdown,
.header-style-16 .header_language_wrapper .header_language_dropdown,
.header-mobile-top .header_language_wrapper .header_language_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 7px;
  border-radius: 3px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  background-color: #fff;
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  opacity: 0;
  visibility: hidden;
  cursor: default;
  z-index: 1000;
}

.header-style-1 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-2 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-3 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-4 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-5 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-6 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-7 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-8 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-9 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-10 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-11 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-15 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-style-16 .header_language_wrapper .header_language_dropdown.dropdown_opposite,
.header-mobile-top .header_language_wrapper .header_language_dropdown.dropdown_opposite {
  right: auto;
  left: 0;
}

.header-style-1 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-2 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-3 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-4 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-5 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-6 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-7 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-8 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-9 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-10 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-11 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-15 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-style-16 .header_language_wrapper .header_language_dropdown.dropdown_opposite svg,
.header-mobile-top .header_language_wrapper .header_language_dropdown.dropdown_opposite svg {
  right: auto;
  left: 25px;
}

.header-style-1 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-2 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-3 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-4 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-5 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-6 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-7 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-8 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-9 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-10 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-11 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-15 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-style-16 .header_language_wrapper .header_language_dropdown.dropdown_top,
.header-mobile-top .header_language_wrapper .header_language_dropdown.dropdown_top {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 7px;
}

.header-style-1 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-2 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-3 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-4 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-5 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-6 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-7 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-8 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-9 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-10 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-11 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-15 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-style-16 .header_language_wrapper .header_language_dropdown.dropdown_top svg,
.header-mobile-top .header_language_wrapper .header_language_dropdown.dropdown_top svg {
  bottom: auto;
  top: 100%;
  -moz-transform: translate3d(0, -16px, 0) rotateZ(90deg);
  -o-transform: translate3d(0, -16px, 0) rotateZ(90deg);
  -ms-transform: translate3d(0, -16px, 0) rotateZ(90deg);
  -webkit-transform: translate3d(0, -16px, 0) rotateZ(90deg);
  -webkit-transform: -webkit-translate3d(0, -16px, 0) rotateZ(90deg);
  transform: translate3d(0, -16px, 0) rotateZ(90deg);
}

.header-style-1 .header_language_wrapper .header_language_dropdown svg,
.header-style-2 .header_language_wrapper .header_language_dropdown svg,
.header-style-3 .header_language_wrapper .header_language_dropdown svg,
.header-style-4 .header_language_wrapper .header_language_dropdown svg,
.header-style-5 .header_language_wrapper .header_language_dropdown svg,
.header-style-6 .header_language_wrapper .header_language_dropdown svg,
.header-style-7 .header_language_wrapper .header_language_dropdown svg,
.header-style-8 .header_language_wrapper .header_language_dropdown svg,
.header-style-9 .header_language_wrapper .header_language_dropdown svg,
.header-style-10 .header_language_wrapper .header_language_dropdown svg,
.header-style-11 .header_language_wrapper .header_language_dropdown svg,
.header-style-15 .header_language_wrapper .header_language_dropdown svg,
.header-style-16 .header_language_wrapper .header_language_dropdown svg,
.header-mobile-top .header_language_wrapper .header_language_dropdown svg {
  width: 8px;
  height: 40px;
  position: absolute;
  bottom: 100%;
  right: 25px;
  -moz-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -o-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -ms-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -webkit-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -webkit-transform: -webkit-translate3d(0, 16px, 0) rotateZ(-90deg);
  transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 1;
}

.header-style-1 .header_language_wrapper .header_language_dropdown ul,
.header-style-2 .header_language_wrapper .header_language_dropdown ul,
.header-style-3 .header_language_wrapper .header_language_dropdown ul,
.header-style-4 .header_language_wrapper .header_language_dropdown ul,
.header-style-5 .header_language_wrapper .header_language_dropdown ul,
.header-style-6 .header_language_wrapper .header_language_dropdown ul,
.header-style-7 .header_language_wrapper .header_language_dropdown ul,
.header-style-8 .header_language_wrapper .header_language_dropdown ul,
.header-style-9 .header_language_wrapper .header_language_dropdown ul,
.header-style-10 .header_language_wrapper .header_language_dropdown ul,
.header-style-11 .header_language_wrapper .header_language_dropdown ul,
.header-style-15 .header_language_wrapper .header_language_dropdown ul,
.header-style-16 .header_language_wrapper .header_language_dropdown ul,
.header-mobile-top .header_language_wrapper .header_language_dropdown ul {
  list-style: none;
  padding: 8px 0;
  text-align: start;
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
}

.header-style-1 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-2 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-3 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-4 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-5 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-6 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-7 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-8 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-9 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-10 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-11 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-15 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-16 .header_language_wrapper .header_language_dropdown ul li a,
.header-mobile-top .header_language_wrapper .header_language_dropdown ul li a {
  width: 100%;
  padding: 0 30px 0 25px;
  line-height: 3em;
  font-size: .857142em;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  display: table;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-2 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-3 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-4 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-5 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-6 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-7 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-8 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-9 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-10 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-11 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-15 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-16 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-mobile-top .header_language_wrapper .header_language_dropdown ul li a .cell {
  min-width: 20px;
  display: table-cell;
  vertical-align: middle;
}

.header-style-1 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-2 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-3 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-4 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-5 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-6 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-7 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-8 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-9 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-10 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-11 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-15 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-16 .header_language_wrapper .header_language_dropdown ul li a img,
.header-mobile-top .header_language_wrapper .header_language_dropdown ul li a img {
  max-width: 20px;
  border-radius: 2px;
  display: block;
}

.header-style-1 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-2 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-3 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-4 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-5 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-6 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-7 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-8 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-9 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-10 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-11 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-15 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-16 .header_language_wrapper .header_language_dropdown ul li a span,
.header-mobile-top .header_language_wrapper .header_language_dropdown ul li a span {
  padding-left: 10px;
  display: block;
}

.header-style-1 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-2 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-3 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-4 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-5 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-6 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-7 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-8 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-9 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-10 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-11 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-15 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-16 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-mobile-top .header_language_wrapper.header_language_alt .header_language_trigger {
  padding: 0 2.1em 0 1.2em;
  position: relative;
}

.header-style-1 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-2 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-3 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-4 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-5 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-6 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-7 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-8 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-9 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-10 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-11 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-15 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-16 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-mobile-top .header_language_wrapper.header_language_alt .header_language_trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  height: 2.6em;
  border-radius: 2.6em;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-2 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-3 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-4 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-5 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-6 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-7 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-8 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-9 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-10 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-11 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-15 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-16 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-mobile-top .header_language_wrapper.header_language_alt .header_language_trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1.1em;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  opacity: 0.3;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-2 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-3 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-4 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-5 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-6 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-7 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-8 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-9 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-10 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-11 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-15 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-16 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-mobile-top .header_language_wrapper.header_language_alt .header_language_trigger:hover:after {
  opacity: 1;
}

.header-style-1 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-2 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-3 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-4 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-5 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-6 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-7 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-8 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-9 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-10 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-11 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-15 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-16 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-mobile-top .header_language_wrapper.header_language_alt.active .header_language_trigger:before {
  border-radius: 6px;
}

.header-style-1 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-2 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-3 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-4 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-5 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-6 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-7 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-8 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-9 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-10 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-11 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-15 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-16 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-mobile-top .header_language_wrapper.header_language_alt.active .header_language_trigger:after {
  opacity: 1;
}

.header-style-1 .wtbx_search_field_wrapper,
.header-style-2 .wtbx_search_field_wrapper,
.header-style-3 .wtbx_search_field_wrapper,
.header-style-4 .wtbx_search_field_wrapper,
.header-style-5 .wtbx_search_field_wrapper,
.header-style-6 .wtbx_search_field_wrapper,
.header-style-7 .wtbx_search_field_wrapper,
.header-style-8 .wtbx_search_field_wrapper,
.header-style-9 .wtbx_search_field_wrapper,
.header-style-10 .wtbx_search_field_wrapper,
.header-style-11 .wtbx_search_field_wrapper,
.header-style-15 .wtbx_search_field_wrapper,
.header-style-16 .wtbx_search_field_wrapper,
.header-mobile-top .wtbx_search_field_wrapper {
  cursor: auto;
}

.header-style-1 .wtbx_search_field_wrapper .search_field,
.header-style-2 .wtbx_search_field_wrapper .search_field,
.header-style-3 .wtbx_search_field_wrapper .search_field,
.header-style-4 .wtbx_search_field_wrapper .search_field,
.header-style-5 .wtbx_search_field_wrapper .search_field,
.header-style-6 .wtbx_search_field_wrapper .search_field,
.header-style-7 .wtbx_search_field_wrapper .search_field,
.header-style-8 .wtbx_search_field_wrapper .search_field,
.header-style-9 .wtbx_search_field_wrapper .search_field,
.header-style-10 .wtbx_search_field_wrapper .search_field,
.header-style-11 .wtbx_search_field_wrapper .search_field,
.header-style-15 .wtbx_search_field_wrapper .search_field,
.header-style-16 .wtbx_search_field_wrapper .search_field,
.header-mobile-top .wtbx_search_field_wrapper .search_field {
  position: relative;
}

.header-style-1 .wtbx_search_field_wrapper .search_field input,
.header-style-2 .wtbx_search_field_wrapper .search_field input,
.header-style-3 .wtbx_search_field_wrapper .search_field input,
.header-style-4 .wtbx_search_field_wrapper .search_field input,
.header-style-5 .wtbx_search_field_wrapper .search_field input,
.header-style-6 .wtbx_search_field_wrapper .search_field input,
.header-style-7 .wtbx_search_field_wrapper .search_field input,
.header-style-8 .wtbx_search_field_wrapper .search_field input,
.header-style-9 .wtbx_search_field_wrapper .search_field input,
.header-style-10 .wtbx_search_field_wrapper .search_field input,
.header-style-11 .wtbx_search_field_wrapper .search_field input,
.header-style-15 .wtbx_search_field_wrapper .search_field input,
.header-style-16 .wtbx_search_field_wrapper .search_field input,
.header-mobile-top .wtbx_search_field_wrapper .search_field input {
  padding: 0 40px 0 20px;
  height: auto;
  line-height: inherit;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05) !important;
}

.header-style-1 .wtbx_search_field_wrapper .search_field input:focus, .header-style-1 .wtbx_search_field_wrapper .search_field input:active,
.header-style-2 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-2 .wtbx_search_field_wrapper .search_field input:active,
.header-style-3 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-3 .wtbx_search_field_wrapper .search_field input:active,
.header-style-4 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-4 .wtbx_search_field_wrapper .search_field input:active,
.header-style-5 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-5 .wtbx_search_field_wrapper .search_field input:active,
.header-style-6 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-6 .wtbx_search_field_wrapper .search_field input:active,
.header-style-7 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-7 .wtbx_search_field_wrapper .search_field input:active,
.header-style-8 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-8 .wtbx_search_field_wrapper .search_field input:active,
.header-style-9 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-9 .wtbx_search_field_wrapper .search_field input:active,
.header-style-10 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-10 .wtbx_search_field_wrapper .search_field input:active,
.header-style-11 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-11 .wtbx_search_field_wrapper .search_field input:active,
.header-style-15 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-15 .wtbx_search_field_wrapper .search_field input:active,
.header-style-16 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-16 .wtbx_search_field_wrapper .search_field input:active,
.header-mobile-top .wtbx_search_field_wrapper .search_field input:focus,
.header-mobile-top .wtbx_search_field_wrapper .search_field input:active {
  background-color: #fff !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) !important;
}

.header-style-1 .wtbx_search_field_wrapper .search_field i,
.header-style-2 .wtbx_search_field_wrapper .search_field i,
.header-style-3 .wtbx_search_field_wrapper .search_field i,
.header-style-4 .wtbx_search_field_wrapper .search_field i,
.header-style-5 .wtbx_search_field_wrapper .search_field i,
.header-style-6 .wtbx_search_field_wrapper .search_field i,
.header-style-7 .wtbx_search_field_wrapper .search_field i,
.header-style-8 .wtbx_search_field_wrapper .search_field i,
.header-style-9 .wtbx_search_field_wrapper .search_field i,
.header-style-10 .wtbx_search_field_wrapper .search_field i,
.header-style-11 .wtbx_search_field_wrapper .search_field i,
.header-style-15 .wtbx_search_field_wrapper .search_field i,
.header-style-16 .wtbx_search_field_wrapper .search_field i,
.header-mobile-top .wtbx_search_field_wrapper .search_field i {
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 0 20px 0 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-2.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-3.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-4.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-5.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-6.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-7.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-8.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-9.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-10.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-11.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-15.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-16.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-mobile-top.header-skin-dark .wtbx_search_field_wrapper .search_field input {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) !important;
}

.header-style-1.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-2.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-3.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-4.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-5.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-6.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-7.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-8.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-9.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-10.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-11.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-15.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-16.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-mobile-top.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover {
  color: #fff;
}

.header-style-1 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-1 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-1 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-2 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-2 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-2 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-3 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-3 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-3 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-4 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-4 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-4 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-5 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-5 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-5 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-6 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-6 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-6 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-7 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-7 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-7 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-8 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-8 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-8 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-9 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-9 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-9 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-10 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-10 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-10 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-11 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-11 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-11 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-15 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-15 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-15 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-16 .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-16 .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-style-16 .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > *,
.header-mobile-top .wtbx_hs_topbar .wtbx_content_block .wtbx_column_wrapper > *,
.header-mobile-top .wtbx_hs_bottombar .wtbx_content_block .wtbx_column_wrapper > *,
.header-mobile-top .wtbx_hs_header .wtbx_content_block .wtbx_column_wrapper > * {
  display: inline-block;
}

.header-style-1 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-1 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-1 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-2 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-2 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-2 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-3 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-3 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-3 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-4 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-4 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-4 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-5 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-5 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-5 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-6 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-6 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-6 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-7 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-7 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-7 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-8 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-8 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-8 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-9 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-9 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-9 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-10 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-10 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-10 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-11 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-11 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-11 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-15 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-15 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-15 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-16 .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-16 .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-style-16 .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-mobile-top .wtbx_hs_topbar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-mobile-top .wtbx_hs_bottombar .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > *,
.header-mobile-top .wtbx_hs_header .wtbx_content_block .wpb_widgetised_column > .wpb_wrapper > * {
  display: inline-block;
  float: left;
  padding: 0 10px;
}

.header-style-1 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-1 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-1 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-2 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-2 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-2 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-3 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-3 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-3 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-4 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-4 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-4 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-5 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-5 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-5 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-6 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-6 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-6 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-7 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-7 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-7 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-8 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-8 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-8 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-9 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-9 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-9 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-10 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-10 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-10 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-11 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-11 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-11 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-15 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-15 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-15 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-16 .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-16 .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-style-16 .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-mobile-top .wtbx_hs_topbar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-mobile-top .wtbx_hs_bottombar .wtbx_content_block .widget_nav_menu > ul > li ul,
.header-mobile-top .wtbx_hs_header .wtbx_content_block .widget_nav_menu > ul > li ul {
  display: none;
}

.header-style-1 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-1 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-1 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-2 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-2 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-2 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-3 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-3 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-3 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-4 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-4 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-4 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-5 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-5 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-5 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-6 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-6 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-6 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-7 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-7 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-7 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-8 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-8 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-8 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-9 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-9 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-9 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-10 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-10 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-10 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-11 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-11 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-11 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-15 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-15 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-15 .wtbx_hs_header .wtbx_content_block ul li,
.header-style-16 .wtbx_hs_topbar .wtbx_content_block ul li,
.header-style-16 .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-style-16 .wtbx_hs_header .wtbx_content_block ul li,
.header-mobile-top .wtbx_hs_topbar .wtbx_content_block ul li,
.header-mobile-top .wtbx_hs_bottombar .wtbx_content_block ul li,
.header-mobile-top .wtbx_hs_header .wtbx_content_block ul li {
  display: inline-block;
  padding: 0 5px;
}

.header-style-1.header-style-5 .wtbx_hs_header .wtbx_hs_inner, .header-style-1.header-style-6 .wtbx_hs_header .wtbx_hs_inner, .header-style-1.header-style-8 .wtbx_hs_header .wtbx_hs_inner, .header-style-1.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-2.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-2.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-2.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-2.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-3.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-3.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-3.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-3.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-4.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-4.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-4.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-4.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-5.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-5.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-5.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-5.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-6.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-6.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-6.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-6.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-7.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-7.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-7.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-7.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-8.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-8.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-8.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-8.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-9.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-9.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-9.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-9.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-10.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-10.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-10.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-10.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-11.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-11.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-11.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-11.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-15.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-15.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-15.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-15.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-style-16.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-style-16.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-style-16.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-style-16.header-style-9 .wtbx_hs_header .wtbx_hs_inner,
.header-mobile-top.header-style-5 .wtbx_hs_header .wtbx_hs_inner,
.header-mobile-top.header-style-6 .wtbx_hs_header .wtbx_hs_inner,
.header-mobile-top.header-style-8 .wtbx_hs_header .wtbx_hs_inner,
.header-mobile-top.header-style-9 .wtbx_hs_header .wtbx_hs_inner {
  text-align: center;
  position: relative;
}

.header-style-1.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo, .header-style-1.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo, .header-style-1.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo, .header-style-1.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-2.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-2.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-2.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-2.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-3.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-3.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-3.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-3.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-4.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-4.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-4.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-4.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-5.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-5.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-5.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-5.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-6.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-6.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-6.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-6.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-7.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-7.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-7.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-7.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-8.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-8.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-8.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-8.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-9.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-9.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-9.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-9.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-10.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-10.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-10.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-10.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-11.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-11.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-11.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-11.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-15.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-15.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-15.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-15.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-16.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-16.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-16.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-style-16.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo,
.header-mobile-top.header-style-5 .wtbx_hs_header .wtbx_ha_header_logo,
.header-mobile-top.header-style-6 .wtbx_hs_header .wtbx_ha_header_logo,
.header-mobile-top.header-style-8 .wtbx_hs_header .wtbx_ha_header_logo,
.header-mobile-top.header-style-9 .wtbx_hs_header .wtbx_ha_header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.header-style-1.header-style-5 .wtbx_hs_header .wtbx_ha_header_main, .header-style-1.header-style-6 .wtbx_hs_header .wtbx_ha_header_main, .header-style-1.header-style-8 .wtbx_hs_header .wtbx_ha_header_main, .header-style-1.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-2.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-2.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-2.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-2.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-3.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-3.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-3.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-3.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-4.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-4.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-4.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-4.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-5.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-5.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-5.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-5.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-6.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-6.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-6.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-6.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-7.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-7.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-7.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-7.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-8.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-8.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-8.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-8.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-9.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-9.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-9.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-9.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-10.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-10.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-10.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-10.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-11.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-11.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-11.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-11.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-15.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-15.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-15.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-15.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-16.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-16.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-16.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-style-16.header-style-9 .wtbx_hs_header .wtbx_ha_header_main,
.header-mobile-top.header-style-5 .wtbx_hs_header .wtbx_ha_header_main,
.header-mobile-top.header-style-6 .wtbx_hs_header .wtbx_ha_header_main,
.header-mobile-top.header-style-8 .wtbx_hs_header .wtbx_ha_header_main,
.header-mobile-top.header-style-9 .wtbx_hs_header .wtbx_ha_header_main {
  float: left;
}

.header-style-1.header-style-5 .wtbx_hs_header .wtbx_ha_header_right, .header-style-1.header-style-6 .wtbx_hs_header .wtbx_ha_header_right, .header-style-1.header-style-8 .wtbx_hs_header .wtbx_ha_header_right, .header-style-1.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-2.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-2.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-2.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-2.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-3.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-3.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-3.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-3.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-4.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-4.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-4.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-4.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-5.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-5.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-5.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-5.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-6.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-6.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-6.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-6.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-7.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-7.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-7.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-7.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-8.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-8.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-8.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-8.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-9.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-9.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-9.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-9.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-10.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-10.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-10.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-10.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-11.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-11.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-11.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-11.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-15.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-15.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-15.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-15.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-16.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-16.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-16.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-style-16.header-style-9 .wtbx_hs_header .wtbx_ha_header_right,
.header-mobile-top.header-style-5 .wtbx_hs_header .wtbx_ha_header_right,
.header-mobile-top.header-style-6 .wtbx_hs_header .wtbx_ha_header_right,
.header-mobile-top.header-style-8 .wtbx_hs_header .wtbx_ha_header_right,
.header-mobile-top.header-style-9 .wtbx_hs_header .wtbx_ha_header_right {
  position: absolute;
  right: 15px;
  top: 0;
}

.header-style-1.header-style-7 .wtbx_hs_header,
.header-style-2.header-style-7 .wtbx_hs_header,
.header-style-3.header-style-7 .wtbx_hs_header,
.header-style-4.header-style-7 .wtbx_hs_header,
.header-style-5.header-style-7 .wtbx_hs_header,
.header-style-6.header-style-7 .wtbx_hs_header,
.header-style-7.header-style-7 .wtbx_hs_header,
.header-style-8.header-style-7 .wtbx_hs_header,
.header-style-9.header-style-7 .wtbx_hs_header,
.header-style-10.header-style-7 .wtbx_hs_header,
.header-style-11.header-style-7 .wtbx_hs_header,
.header-style-15.header-style-7 .wtbx_hs_header,
.header-style-16.header-style-7 .wtbx_hs_header,
.header-mobile-top.header-style-7 .wtbx_hs_header {
  position: relative;
}

.header-style-1.header-style-7 .wtbx_hs_header:before,
.header-style-2.header-style-7 .wtbx_hs_header:before,
.header-style-3.header-style-7 .wtbx_hs_header:before,
.header-style-4.header-style-7 .wtbx_hs_header:before,
.header-style-5.header-style-7 .wtbx_hs_header:before,
.header-style-6.header-style-7 .wtbx_hs_header:before,
.header-style-7.header-style-7 .wtbx_hs_header:before,
.header-style-8.header-style-7 .wtbx_hs_header:before,
.header-style-9.header-style-7 .wtbx_hs_header:before,
.header-style-10.header-style-7 .wtbx_hs_header:before,
.header-style-11.header-style-7 .wtbx_hs_header:before,
.header-style-15.header-style-7 .wtbx_hs_header:before,
.header-style-16.header-style-7 .wtbx_hs_header:before,
.header-mobile-top.header-style-7 .wtbx_hs_header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: transform 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition: transform 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -ms-transition: transform 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -o-transition: transform 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_part,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part {
  float: left;
}

.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_anim_item.item_active,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_anim_item.item_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space {
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78), height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78), height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78), height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78), height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.82, 0.01, 0.77, 0.78), height 0.3s cubic-bezier(0.2, 0, 0.3, 1), line-height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_part {
  float: right;
}

.header-style-1.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-2.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-3.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-4.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-5.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-6.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-7.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-8.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-9.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-10.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-11.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-15.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-style-16.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle,
.header-mobile-top.header-style-7 .wtbx_hs_header .wtbx_ha_header_right_idle {
  margin-right: 30px;
  float: right;
}

.header-style-1.header-style-7 .wtbx_header_trigger,
.header-style-2.header-style-7 .wtbx_header_trigger,
.header-style-3.header-style-7 .wtbx_header_trigger,
.header-style-4.header-style-7 .wtbx_header_trigger,
.header-style-5.header-style-7 .wtbx_header_trigger,
.header-style-6.header-style-7 .wtbx_header_trigger,
.header-style-7.header-style-7 .wtbx_header_trigger,
.header-style-8.header-style-7 .wtbx_header_trigger,
.header-style-9.header-style-7 .wtbx_header_trigger,
.header-style-10.header-style-7 .wtbx_header_trigger,
.header-style-11.header-style-7 .wtbx_header_trigger,
.header-style-15.header-style-7 .wtbx_header_trigger,
.header-style-16.header-style-7 .wtbx_header_trigger,
.header-mobile-top.header-style-7 .wtbx_header_trigger {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  cursor: pointer;
}

.header-style-1.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-2.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-3.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-4.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-5.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-6.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-7.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-8.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-9.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-10.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-11.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-15.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-style-16.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner,
.header-mobile-top.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 30px;
  display: block;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-1.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-2.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-3.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-4.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-5.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-6.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-7.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-8.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-9.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-10.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-11.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-15.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-16.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-mobile-top.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), margin 0s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), margin 0s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), margin 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), margin 0s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), margin 0s;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header-style-1.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-2.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-3.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-4.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-5.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-6.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-7.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-8.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-9.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-10.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-11.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-15.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-16.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-mobile-top.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.first {
  margin-top: -8px;
}

.header-style-1.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-2.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-3.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-4.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-5.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-6.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-7.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-8.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-9.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-10.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-11.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-15.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-16.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-mobile-top.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.second {
  margin-top: -1px;
}

.header-style-1.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-2.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-3.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-4.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-5.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-6.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-7.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-8.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-9.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-10.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-11.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-15.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-16.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-mobile-top.header-style-7 .wtbx_header_trigger .wtbx_header_trigger_inner .line.third {
  margin-top: 6px;
}

.header-style-1.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-2.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-3.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-4.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-5.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-6.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-7.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-8.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-9.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-10.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-11.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-15.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-style-16.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first,
.header-mobile-top.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.first {
  -o-animation: menu_trigger_line 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.3s both;
  -moz-animation: menu_trigger_line 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.3s both;
  -webkit-animation: menu_trigger_line 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.3s both;
  animation: menu_trigger_line 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.3s both;
}

.header-style-1.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-2.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-3.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-4.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-5.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-6.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-7.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-8.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-9.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-10.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-11.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-15.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-style-16.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second,
.header-mobile-top.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.second {
  -o-animation: menu_trigger_line 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.4s both;
  -moz-animation: menu_trigger_line 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.4s both;
  -webkit-animation: menu_trigger_line 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.4s both;
  animation: menu_trigger_line 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.4s both;
}

.header-style-1.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-2.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-3.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-4.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-5.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-6.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-7.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-8.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-9.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-10.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-11.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-15.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-style-16.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third,
.header-mobile-top.header-style-7:not(.header_active) .wtbx_header_trigger:hover .line.third {
  -o-animation: menu_trigger_line 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.5s both;
  -moz-animation: menu_trigger_line 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.5s both;
  -webkit-animation: menu_trigger_line 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.5s both;
  animation: menu_trigger_line 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.5s both;
}

.header-style-1.header-style-7.header_active .wtbx_hs_header:before,
.header-style-2.header-style-7.header_active .wtbx_hs_header:before,
.header-style-3.header-style-7.header_active .wtbx_hs_header:before,
.header-style-4.header-style-7.header_active .wtbx_hs_header:before,
.header-style-5.header-style-7.header_active .wtbx_hs_header:before,
.header-style-6.header-style-7.header_active .wtbx_hs_header:before,
.header-style-7.header-style-7.header_active .wtbx_hs_header:before,
.header-style-8.header-style-7.header_active .wtbx_hs_header:before,
.header-style-9.header-style-7.header_active .wtbx_hs_header:before,
.header-style-10.header-style-7.header_active .wtbx_hs_header:before,
.header-style-11.header-style-7.header_active .wtbx_hs_header:before,
.header-style-15.header-style-7.header_active .wtbx_hs_header:before,
.header-style-16.header-style-7.header_active .wtbx_hs_header:before,
.header-mobile-top.header-style-7.header_active .wtbx_hs_header:before {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-style-1.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-1.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-1.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-1.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-2.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-2.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-2.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-2.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-3.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-3.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-3.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-3.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-4.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-4.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-4.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-4.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-5.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-5.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-5.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-5.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-6.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-6.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-6.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-6.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-7.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-7.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-7.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-7.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-8.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-8.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-8.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-8.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-9.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-9.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-9.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-9.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-10.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-10.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-10.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-10.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-11.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-11.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-11.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-11.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-15.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-15.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-15.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-15.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-style-16.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-style-16.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-style-16.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-style-16.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space,
.header-mobile-top.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_border,
.header-mobile-top.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_main .wtbx_header_space,
.header-mobile-top.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_border,
.header-mobile-top.header-style-7.header_active .wtbx_hs_header .wtbx_ha_header_right_hidden .wtbx_header_space {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-style-1.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-2.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-3.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-4.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-5.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-6.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-7.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-8.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-9.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-10.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-11.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-15.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-style-16.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line,
.header-mobile-top.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line {
  margin-top: 0;
}

.header-style-1.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-2.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-3.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-4.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-5.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-6.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-7.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-8.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-9.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-10.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-11.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-15.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-style-16.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first,
.header-mobile-top.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.first {
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg);
}

.header-style-1.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-2.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-3.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-4.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-5.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-6.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-7.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-8.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-9.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-10.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-11.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-15.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-style-16.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second,
.header-mobile-top.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.second {
  opacity: 0;
  -moz-transform: translate3d(-50%, -1px, 0) scale3d(0, 1, 1);
  -o-transform: translate3d(-50%, -1px, 0) scale3d(0, 1, 1);
  -ms-transform: translate3d(-50%, -1px, 0) scale3d(0, 1, 1);
  -webkit-transform: translate3d(-50%, -1px, 0) scale3d(0, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, -1px, 0) scale3d(0, 1, 1);
  transform: translate3d(-50%, -1px, 0) scale3d(0, 1, 1);
}

.header-style-1.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-2.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-3.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-4.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-5.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-6.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-7.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-8.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-9.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-10.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-11.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-15.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-style-16.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third,
.header-mobile-top.header-style-7.header_active .wtbx_header_trigger .wtbx_header_trigger_inner .line.third {
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
  -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
}

.header-style-1.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-2.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-3.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-4.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-5.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-6.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-7.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-8.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-9.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-10.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-11.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-15.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-style-16.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner,
.header-mobile-top.header-style-7.header_active .wtbx_header_trigger:hover .wtbx_header_trigger_inner {
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  -o-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
}

@-webkit-keyframes menu_trigger_line {
  0% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(1);
    -o-transform: translate3d(-50%, 0, 0) scaleX(1);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  48% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(0);
    -o-transform: translate3d(-50%, 0, 0) scaleX(0);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(0);
    transform: translate3d(-50%, 0, 0) scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  52% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(0);
    -o-transform: translate3d(-50%, 0, 0) scaleX(0);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(0);
    transform: translate3d(-50%, 0, 0) scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(1);
    -o-transform: translate3d(-50%, 0, 0) scaleX(1);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-moz-keyframes menu_trigger_line {
  0% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(1);
    -o-transform: translate3d(-50%, 0, 0) scaleX(1);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  48% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(0);
    -o-transform: translate3d(-50%, 0, 0) scaleX(0);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(0);
    transform: translate3d(-50%, 0, 0) scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  52% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(0);
    -o-transform: translate3d(-50%, 0, 0) scaleX(0);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(0);
    transform: translate3d(-50%, 0, 0) scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(1);
    -o-transform: translate3d(-50%, 0, 0) scaleX(1);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-o-keyframes menu_trigger_line {
  0% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(1);
    -o-transform: translate3d(-50%, 0, 0) scaleX(1);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  48% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(0);
    -o-transform: translate3d(-50%, 0, 0) scaleX(0);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(0);
    transform: translate3d(-50%, 0, 0) scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  52% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(0);
    -o-transform: translate3d(-50%, 0, 0) scaleX(0);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(0);
    transform: translate3d(-50%, 0, 0) scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(1);
    -o-transform: translate3d(-50%, 0, 0) scaleX(1);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes menu_trigger_line {
  0% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(1);
    -o-transform: translate3d(-50%, 0, 0) scaleX(1);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  48% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(0);
    -o-transform: translate3d(-50%, 0, 0) scaleX(0);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(0);
    transform: translate3d(-50%, 0, 0) scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  52% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(0);
    -o-transform: translate3d(-50%, 0, 0) scaleX(0);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(0);
    transform: translate3d(-50%, 0, 0) scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0) scaleX(1);
    -o-transform: translate3d(-50%, 0, 0) scaleX(1);
    -ms-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

.header-style-1.header-style-8 .wtbx_ha_header_main, .header-style-1.header-style-9 .wtbx_ha_header_main,
.header-style-2.header-style-8 .wtbx_ha_header_main,
.header-style-2.header-style-9 .wtbx_ha_header_main,
.header-style-3.header-style-8 .wtbx_ha_header_main,
.header-style-3.header-style-9 .wtbx_ha_header_main,
.header-style-4.header-style-8 .wtbx_ha_header_main,
.header-style-4.header-style-9 .wtbx_ha_header_main,
.header-style-5.header-style-8 .wtbx_ha_header_main,
.header-style-5.header-style-9 .wtbx_ha_header_main,
.header-style-6.header-style-8 .wtbx_ha_header_main,
.header-style-6.header-style-9 .wtbx_ha_header_main,
.header-style-7.header-style-8 .wtbx_ha_header_main,
.header-style-7.header-style-9 .wtbx_ha_header_main,
.header-style-8.header-style-8 .wtbx_ha_header_main,
.header-style-8.header-style-9 .wtbx_ha_header_main,
.header-style-9.header-style-8 .wtbx_ha_header_main,
.header-style-9.header-style-9 .wtbx_ha_header_main,
.header-style-10.header-style-8 .wtbx_ha_header_main,
.header-style-10.header-style-9 .wtbx_ha_header_main,
.header-style-11.header-style-8 .wtbx_ha_header_main,
.header-style-11.header-style-9 .wtbx_ha_header_main,
.header-style-15.header-style-8 .wtbx_ha_header_main,
.header-style-15.header-style-9 .wtbx_ha_header_main,
.header-style-16.header-style-8 .wtbx_ha_header_main,
.header-style-16.header-style-9 .wtbx_ha_header_main,
.header-mobile-top.header-style-8 .wtbx_ha_header_main,
.header-mobile-top.header-style-9 .wtbx_ha_header_main {
  float: none;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.header-style-1.header-style-15 .wtbx_header_logo_wrapper, .header-style-1.header-style-16 .wtbx_header_logo_wrapper,
.header-style-2.header-style-15 .wtbx_header_logo_wrapper,
.header-style-2.header-style-16 .wtbx_header_logo_wrapper,
.header-style-3.header-style-15 .wtbx_header_logo_wrapper,
.header-style-3.header-style-16 .wtbx_header_logo_wrapper,
.header-style-4.header-style-15 .wtbx_header_logo_wrapper,
.header-style-4.header-style-16 .wtbx_header_logo_wrapper,
.header-style-5.header-style-15 .wtbx_header_logo_wrapper,
.header-style-5.header-style-16 .wtbx_header_logo_wrapper,
.header-style-6.header-style-15 .wtbx_header_logo_wrapper,
.header-style-6.header-style-16 .wtbx_header_logo_wrapper,
.header-style-7.header-style-15 .wtbx_header_logo_wrapper,
.header-style-7.header-style-16 .wtbx_header_logo_wrapper,
.header-style-8.header-style-15 .wtbx_header_logo_wrapper,
.header-style-8.header-style-16 .wtbx_header_logo_wrapper,
.header-style-9.header-style-15 .wtbx_header_logo_wrapper,
.header-style-9.header-style-16 .wtbx_header_logo_wrapper,
.header-style-10.header-style-15 .wtbx_header_logo_wrapper,
.header-style-10.header-style-16 .wtbx_header_logo_wrapper,
.header-style-11.header-style-15 .wtbx_header_logo_wrapper,
.header-style-11.header-style-16 .wtbx_header_logo_wrapper,
.header-style-15.header-style-15 .wtbx_header_logo_wrapper,
.header-style-15.header-style-16 .wtbx_header_logo_wrapper,
.header-style-16.header-style-15 .wtbx_header_logo_wrapper,
.header-style-16.header-style-16 .wtbx_header_logo_wrapper,
.header-mobile-top.header-style-15 .wtbx_header_logo_wrapper,
.header-mobile-top.header-style-16 .wtbx_header_logo_wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.header-style-1.header-style-15 .wtbx_ha_header_main, .header-style-1.header-style-16 .wtbx_ha_header_main,
.header-style-2.header-style-15 .wtbx_ha_header_main,
.header-style-2.header-style-16 .wtbx_ha_header_main,
.header-style-3.header-style-15 .wtbx_ha_header_main,
.header-style-3.header-style-16 .wtbx_ha_header_main,
.header-style-4.header-style-15 .wtbx_ha_header_main,
.header-style-4.header-style-16 .wtbx_ha_header_main,
.header-style-5.header-style-15 .wtbx_ha_header_main,
.header-style-5.header-style-16 .wtbx_ha_header_main,
.header-style-6.header-style-15 .wtbx_ha_header_main,
.header-style-6.header-style-16 .wtbx_ha_header_main,
.header-style-7.header-style-15 .wtbx_ha_header_main,
.header-style-7.header-style-16 .wtbx_ha_header_main,
.header-style-8.header-style-15 .wtbx_ha_header_main,
.header-style-8.header-style-16 .wtbx_ha_header_main,
.header-style-9.header-style-15 .wtbx_ha_header_main,
.header-style-9.header-style-16 .wtbx_ha_header_main,
.header-style-10.header-style-15 .wtbx_ha_header_main,
.header-style-10.header-style-16 .wtbx_ha_header_main,
.header-style-11.header-style-15 .wtbx_ha_header_main,
.header-style-11.header-style-16 .wtbx_ha_header_main,
.header-style-15.header-style-15 .wtbx_ha_header_main,
.header-style-15.header-style-16 .wtbx_ha_header_main,
.header-style-16.header-style-15 .wtbx_ha_header_main,
.header-style-16.header-style-16 .wtbx_ha_header_main,
.header-mobile-top.header-style-15 .wtbx_ha_header_main,
.header-mobile-top.header-style-16 .wtbx_ha_header_main {
  float: none;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/*---------------------------------------------------------------*/
/* --   SIDE HEADER
/*---------------------------------------------------------------*/
.header-style-12,
.header-style-13,
.header-style-14,
.header-mobile-side {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
}

.header-style-12.header_shadow,
.header-style-13.header_shadow,
.header-style-14.header_shadow,
.header-mobile-side.header_shadow {
  box-shadow: 0 0 50px -5px rgba(9, 31, 67, 0.07);
}

.header-style-12.header_shadow .wtbx_header_trigger_wrapper,
.header-style-13.header_shadow .wtbx_header_trigger_wrapper,
.header-style-14.header_shadow .wtbx_header_trigger_wrapper,
.header-mobile-side.header_shadow .wtbx_header_trigger_wrapper {
  box-shadow: 0 0 50px -5px rgba(9, 31, 67, 0.07);
}

.header-style-12 #header-container,
.header-style-12 .mobile-nav-wrapper,
.header-style-13 #header-container,
.header-style-13 .mobile-nav-wrapper,
.header-style-14 #header-container,
.header-style-14 .mobile-nav-wrapper,
.header-mobile-side #header-container,
.header-mobile-side .mobile-nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 100%;
}

.header-style-12 .wtbx_hs,
.header-style-13 .wtbx_hs,
.header-style-14 .wtbx_hs,
.header-mobile-side .wtbx_hs {
  padding: 30px 0;
}

.header-style-12 .wtbx_header_part,
.header-style-13 .wtbx_header_part,
.header-style-14 .wtbx_header_part,
.header-mobile-side .wtbx_header_part {
  display: block;
  padding: 0 10px;
}

.header-style-12 .wtbx_header_part > *:not(.header_cart_widget),
.header-style-13 .wtbx_header_part > *:not(.header_cart_widget),
.header-style-14 .wtbx_header_part > *:not(.header_cart_widget),
.header-mobile-side .wtbx_header_part > *:not(.header_cart_widget) {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.header-style-12 .wtbx_hs_header,
.header-style-13 .wtbx_hs_header,
.header-style-14 .wtbx_hs_header,
.header-mobile-side .wtbx_hs_header {
  margin-bottom: 30px;
  padding: 0;
}

.header-style-12 .wtbx_header_logo_wrapper,
.header-style-13 .wtbx_header_logo_wrapper,
.header-style-14 .wtbx_header_logo_wrapper,
.header-mobile-side .wtbx_header_logo_wrapper {
  margin: 30px auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-block;
}

.header-style-12 .wtbx_hs_header,
.header-style-12 .wtbx_hs_footer,
.header-style-13 .wtbx_hs_header,
.header-style-13 .wtbx_hs_footer,
.header-style-14 .wtbx_hs_header,
.header-style-14 .wtbx_hs_footer,
.header-mobile-side .wtbx_hs_header,
.header-mobile-side .wtbx_hs_footer {
  padding: 0 20px;
}

.header-style-12 .wtbx_hs_header .wtbx_menu_nav,
.header-style-12 .wtbx_hs_footer .wtbx_menu_nav,
.header-style-13 .wtbx_hs_header .wtbx_menu_nav,
.header-style-13 .wtbx_hs_footer .wtbx_menu_nav,
.header-style-14 .wtbx_hs_header .wtbx_menu_nav,
.header-style-14 .wtbx_hs_footer .wtbx_menu_nav,
.header-mobile-side .wtbx_hs_header .wtbx_menu_nav,
.header-mobile-side .wtbx_hs_footer .wtbx_menu_nav {
  padding: 0 10px;
}

.header-style-12 .wtbx_hs_header .wtbx_menu_nav > ul,
.header-style-12 .wtbx_hs_footer .wtbx_menu_nav > ul,
.header-style-13 .wtbx_hs_header .wtbx_menu_nav > ul,
.header-style-13 .wtbx_hs_footer .wtbx_menu_nav > ul,
.header-style-14 .wtbx_hs_header .wtbx_menu_nav > ul,
.header-style-14 .wtbx_hs_footer .wtbx_menu_nav > ul,
.header-mobile-side .wtbx_hs_header .wtbx_menu_nav > ul,
.header-mobile-side .wtbx_hs_footer .wtbx_menu_nav > ul {
  display: block;
  list-style: none;
  padding: 0;
}

.header-style-12 .wtbx_hs_header .wtbx_menu_nav > ul > li,
.header-style-12 .wtbx_hs_footer .wtbx_menu_nav > ul > li,
.header-style-13 .wtbx_hs_header .wtbx_menu_nav > ul > li,
.header-style-13 .wtbx_hs_footer .wtbx_menu_nav > ul > li,
.header-style-14 .wtbx_hs_header .wtbx_menu_nav > ul > li,
.header-style-14 .wtbx_hs_footer .wtbx_menu_nav > ul > li,
.header-mobile-side .wtbx_hs_header .wtbx_menu_nav > ul > li,
.header-mobile-side .wtbx_hs_footer .wtbx_menu_nav > ul > li {
  display: inline-block;
  margin-right: 1em;
}

.header-style-12 .wtbx_hs_header .wtbx_menu_nav > ul > li > a,
.header-style-12 .wtbx_hs_footer .wtbx_menu_nav > ul > li > a,
.header-style-13 .wtbx_hs_header .wtbx_menu_nav > ul > li > a,
.header-style-13 .wtbx_hs_footer .wtbx_menu_nav > ul > li > a,
.header-style-14 .wtbx_hs_header .wtbx_menu_nav > ul > li > a,
.header-style-14 .wtbx_hs_footer .wtbx_menu_nav > ul > li > a,
.header-mobile-side .wtbx_hs_header .wtbx_menu_nav > ul > li > a,
.header-mobile-side .wtbx_hs_footer .wtbx_menu_nav > ul > li > a {
  color: inherit;
  display: block;
  padding: 0;
  border: none !important;
}

.header-style-12 .wtbx_hs_header .wtbx_menu_nav > ul > li > div,
.header-style-12 .wtbx_hs_footer .wtbx_menu_nav > ul > li > div,
.header-style-13 .wtbx_hs_header .wtbx_menu_nav > ul > li > div,
.header-style-13 .wtbx_hs_footer .wtbx_menu_nav > ul > li > div,
.header-style-14 .wtbx_hs_header .wtbx_menu_nav > ul > li > div,
.header-style-14 .wtbx_hs_footer .wtbx_menu_nav > ul > li > div,
.header-mobile-side .wtbx_hs_header .wtbx_menu_nav > ul > li > div,
.header-mobile-side .wtbx_hs_footer .wtbx_menu_nav > ul > li > div {
  display: none;
}

.header-style-12 .wtbx_hs_header .wtbx_menu_nav > ul > li:last-child,
.header-style-12 .wtbx_hs_footer .wtbx_menu_nav > ul > li:last-child,
.header-style-13 .wtbx_hs_header .wtbx_menu_nav > ul > li:last-child,
.header-style-13 .wtbx_hs_footer .wtbx_menu_nav > ul > li:last-child,
.header-style-14 .wtbx_hs_header .wtbx_menu_nav > ul > li:last-child,
.header-style-14 .wtbx_hs_footer .wtbx_menu_nav > ul > li:last-child,
.header-mobile-side .wtbx_hs_header .wtbx_menu_nav > ul > li:last-child,
.header-mobile-side .wtbx_hs_footer .wtbx_menu_nav > ul > li:last-child {
  margin-right: 0;
}

.header-style-12 .wtbx_hs_header .wtbx_ha_footer_bottom_inline .wtbx_header_part,
.header-style-12 .wtbx_hs_header .wtbx_ha_footer_middle_inline .wtbx_header_part,
.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_bottom_inline .wtbx_header_part,
.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_middle_inline .wtbx_header_part,
.header-style-13 .wtbx_hs_header .wtbx_ha_footer_bottom_inline .wtbx_header_part,
.header-style-13 .wtbx_hs_header .wtbx_ha_footer_middle_inline .wtbx_header_part,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_bottom_inline .wtbx_header_part,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_middle_inline .wtbx_header_part,
.header-style-14 .wtbx_hs_header .wtbx_ha_footer_bottom_inline .wtbx_header_part,
.header-style-14 .wtbx_hs_header .wtbx_ha_footer_middle_inline .wtbx_header_part,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_bottom_inline .wtbx_header_part,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_middle_inline .wtbx_header_part,
.header-mobile-side .wtbx_hs_header .wtbx_ha_footer_bottom_inline .wtbx_header_part,
.header-mobile-side .wtbx_hs_header .wtbx_ha_footer_middle_inline .wtbx_header_part,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_bottom_inline .wtbx_header_part,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_middle_inline .wtbx_header_part {
  display: inline-block;
  width: auto;
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav {
  padding: 0;
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul {
  display: block;
  list-style: none;
  padding: 0;
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul > li,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul > li,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul > li,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul > li {
  display: block;
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul > li > a,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul > li > a,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul > li > a,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul > li > a {
  position: relative;
  color: inherit;
  display: block;
  padding: 0 30px;
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:after, .header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:before,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:after,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:before,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:after,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:before,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:after,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #6e7784;
  border: none;
  opacity: .5;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:before,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:before,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:before,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:before {
  -moz-transform: translate3d(0, -150%, 0);
  -o-transform: translate3d(0, -150%, 0);
  -ms-transform: translate3d(0, -150%, 0);
  -webkit-transform: translate3d(0, -150%, 0);
  -webkit-transform: -webkit-translate3d(0, -150%, 0);
  transform: translate3d(0, -150%, 0);
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:after,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:after,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:after,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:after {
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -webkit-transform: translate3d(0, 50%, 0);
  -webkit-transform: -webkit-translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:hover:before,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:hover:before,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:hover:before,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:hover:before {
  opacity: 1;
  -moz-transform: translate3d(0, -200%, 0);
  -o-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  -webkit-transform: -webkit-translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}

.header-style-12 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:hover:after,
.header-style-13 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:hover:after,
.header-style-14 .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:hover:after,
.header-mobile-side .wtbx_hs_main .wtbx_menu_nav > ul > li.has-submenu > a:hover:after {
  opacity: 1;
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transform: -webkit-translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.header-style-12 .wtbx_hs_footer,
.header-style-13 .wtbx_hs_footer,
.header-style-14 .wtbx_hs_footer,
.header-mobile-side .wtbx_hs_footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.header-style-12 .wtbx_hs_footer .wtbx_ha,
.header-style-13 .wtbx_hs_footer .wtbx_ha,
.header-style-14 .wtbx_hs_footer .wtbx_ha,
.header-mobile-side .wtbx_hs_footer .wtbx_ha {
  margin: 15px 0;
}

.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_split_left,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_split_left,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_split_left,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_split_left {
  width: 50%;
  display: inline-block;
  border-right-style: solid;
  border-right-width: 1px;
}

.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_split_left .wtbx_header_part,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_split_left .wtbx_header_part,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_split_left .wtbx_header_part,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_split_left .wtbx_header_part {
  float: right;
  clear: right;
}

.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_split_right,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_split_right,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_split_right,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_split_right {
  width: 50%;
  float: right;
  display: inline-block;
}

.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_split_right .wtbx_header_part,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_split_right .wtbx_header_part,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_split_right .wtbx_header_part,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_split_right .wtbx_header_part {
  float: left;
  clear: left;
}

.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_middle,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_middle,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_middle,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_middle {
  display: block;
  clear: both;
}

.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_middle .wtbx_header_part,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_middle .wtbx_header_part,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_middle .wtbx_header_part,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_middle .wtbx_header_part {
  margin: 0 auto;
  display: inline-block;
}

.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_bottom_left,
.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_bottom_center,
.header-style-12 .wtbx_hs_footer .wtbx_ha_footer_bottom_right,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_bottom_left,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_bottom_center,
.header-style-13 .wtbx_hs_footer .wtbx_ha_footer_bottom_right,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_bottom_left,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_bottom_center,
.header-style-14 .wtbx_hs_footer .wtbx_ha_footer_bottom_right,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_bottom_left,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_bottom_center,
.header-mobile-side .wtbx_hs_footer .wtbx_ha_footer_bottom_right {
  width: 33.3333%;
  display: inline-block;
  float: left;
}

.header-style-12 .wtbx_header_space,
.header-style-13 .wtbx_header_space,
.header-style-14 .wtbx_header_space,
.header-mobile-side .wtbx_header_space {
  height: 1em;
}

.header-style-12 .header_cart_wrapper i,
.header-style-12 .search_button_wrapper i,
.header-style-12 .header_wishlist_wrapper i,
.header-style-13 .header_cart_wrapper i,
.header-style-13 .search_button_wrapper i,
.header-style-13 .header_wishlist_wrapper i,
.header-style-14 .header_cart_wrapper i,
.header-style-14 .search_button_wrapper i,
.header-style-14 .header_wishlist_wrapper i,
.header-mobile-side .header_cart_wrapper i,
.header-mobile-side .search_button_wrapper i,
.header-mobile-side .header_wishlist_wrapper i {
  font-size: 1.3em;
}

.header-style-12 .header_button,
.header-style-13 .header_button,
.header-style-14 .header_button,
.header-mobile-side .header_button {
  position: relative;
  background: none;
  padding: 0 10px;
  border: none;
  box-shadow: none;
  outline: none;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-12 .header_button > *,
.header-style-13 .header_button > *,
.header-style-14 .header_button > *,
.header-mobile-side .header_button > * {
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}

.header-style-12 .header_button_alt,
.header-style-13 .header_button_alt,
.header-style-14 .header_button_alt,
.header-mobile-side .header_button_alt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.header-style-12 .header_button_alt > a,
.header-style-13 .header_button_alt > a,
.header-style-14 .header_button_alt > a,
.header-mobile-side .header_button_alt > a {
  border-radius: 100px;
}

.header-style-12 .search_button_wrapper .search_button,
.header-style-13 .search_button_wrapper .search_button,
.header-style-14 .search_button_wrapper .search_button,
.header-mobile-side .search_button_wrapper .search_button {
  padding: 0 10px;
}

.header-style-12 .header_cart_wrapper,
.header-style-13 .header_cart_wrapper,
.header-style-14 .header_cart_wrapper,
.header-mobile-side .header_cart_wrapper {
  position: relative;
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_prim .header_cart,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_prim .header_cart {
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  padding: 0 .75em 0 0;
  cursor: pointer;
  position: relative;
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_prim .header_cart > i,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_prim .header_cart > i,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_prim .header_cart > i,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_prim .header_cart > i {
  font-size: 1.3em;
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count {
  display: inline-block;
  font-size: .75em;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.5em;
  line-height: 1;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_prim .header_cart .cart_product_count:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  width: 1.6em;
  height: 1.6em;
  margin: -.8em 0 0 -.8em;
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_alt,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_alt,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_alt {
  cursor: default;
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_alt .header_cart,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_alt .header_cart {
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 1.2em;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_alt .header_cart > i,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_alt .header_cart > i,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_alt .header_cart > i,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_alt .header_cart > i {
  font-size: 1em;
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_alt .header_cart:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2.6em;
  max-height: 100%;
  border-radius: 100px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: -1;
}

.header-style-12 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-13 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-style-14 .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count,
.header-mobile-side .header_cart_wrapper.header_cart_wrapper_alt .header_cart .cart_product_count {
  display: inline-block;
  float: right;
  margin-left: .8em;
  font-weight: 600;
}

.header-style-12 .header_cart_wrapper .header_cart_widget,
.header-style-13 .header_cart_wrapper .header_cart_widget,
.header-style-14 .header_cart_wrapper .header_cart_widget,
.header-mobile-side .header_cart_wrapper .header_cart_widget {
  display: none;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper a,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper a {
  padding: 0 15px;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper a .wishlist_count {
  margin-left: 5px;
  float: right;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist {
  position: relative;
  padding: 0 .75em 0 0;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist > i,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist > i,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist > i,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_prim .header_wishlist > i {
  font-size: 1.3em;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count {
  display: inline-block;
  font-size: .75em;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.5em;
  line-height: 1;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_prim .wishlist_count:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  width: 1.6em;
  height: 1.6em;
  margin: -.8em 0 0 -.8em;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_alt,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_alt {
  cursor: default;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist {
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 1.2em;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist > i {
  font-size: 1em;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist:before,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist:before,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist:before,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2.6em;
  max-height: 100%;
  border-radius: 100px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: -1;
}

.header-style-12 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist .wishlist_count,
.header-style-13 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist .wishlist_count,
.header-style-14 .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist .wishlist_count,
.header-mobile-side .header_wishlist_wrapper.header_wishlist_wrapper_alt .header_wishlist .wishlist_count {
  display: inline-block;
  float: right;
  font-size: .857143em;
  margin-left: .8em;
  font-weight: 600;
}

.header-style-12 .wtbx_header_icons_wrapper .wtbx_header_icons li,
.header-style-13 .wtbx_header_icons_wrapper .wtbx_header_icons li,
.header-style-14 .wtbx_header_icons_wrapper .wtbx_header_icons li,
.header-mobile-side .wtbx_header_icons_wrapper .wtbx_header_icons li {
  float: none;
}

.header-style-12 .wtbx_header_space,
.header-style-13 .wtbx_header_space,
.header-style-14 .wtbx_header_space,
.header-mobile-side .wtbx_header_space {
  height: 1em;
  line-height: 0;
  display: block !important;
}

.header-style-12 .wtbx_header_border,
.header-style-13 .wtbx_header_border,
.header-style-14 .wtbx_header_border,
.header-mobile-side .wtbx_header_border {
  position: relative;
  width: 80px;
  height: 1px;
  line-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block !important;
}

.header-style-12 .wtbx_header_border:before,
.header-style-13 .wtbx_header_border:before,
.header-style-14 .wtbx_header_border:before,
.header-mobile-side .wtbx_header_border:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  height: 1px;
}

.header-style-12 .wtbx_header_login > a,
.header-style-13 .wtbx_header_login > a,
.header-style-14 .wtbx_header_login > a,
.header-mobile-side .wtbx_header_login > a {
  position: relative;
}

.header-style-12 .wtbx_header_login > a i,
.header-style-13 .wtbx_header_login > a i,
.header-style-14 .wtbx_header_login > a i,
.header-mobile-side .wtbx_header_login > a i {
  margin-right: .5em;
  line-height: 1;
}

.header-style-12 .wtbx_header_login_alt,
.header-style-13 .wtbx_header_login_alt,
.header-style-14 .wtbx_header_login_alt,
.header-mobile-side .wtbx_header_login_alt {
  cursor: default;
}

.header-style-12 .wtbx_header_login_alt > a,
.header-style-13 .wtbx_header_login_alt > a,
.header-style-14 .wtbx_header_login_alt > a,
.header-mobile-side .wtbx_header_login_alt > a {
  border-radius: 100px;
  position: relative;
  color: #fff;
  cursor: pointer;
  padding: 0 1.2em;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.header-style-12 .wtbx_header_login_alt > a i,
.header-style-13 .wtbx_header_login_alt > a i,
.header-style-14 .wtbx_header_login_alt > a i,
.header-mobile-side .wtbx_header_login_alt > a i {
  margin-right: .5em;
  font-size: 125%;
}

.header-style-12 .wtbx_header_text_wrapper,
.header-style-13 .wtbx_header_text_wrapper,
.header-style-14 .wtbx_header_text_wrapper,
.header-mobile-side .wtbx_header_text_wrapper {
  padding: 0 10px;
}

.header-style-12 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-13 .wtbx_header_text_wrapper .wtbx_header_text,
.header-style-14 .wtbx_header_text_wrapper .wtbx_header_text,
.header-mobile-side .wtbx_header_text_wrapper .wtbx_header_text {
  display: block;
}

.header-style-12 .header_language_wrapper,
.header-style-13 .header_language_wrapper,
.header-style-14 .header_language_wrapper,
.header-mobile-side .header_language_wrapper {
  position: relative;
}

.header-style-12 .header_language_wrapper.active .header_language_dropdown,
.header-style-13 .header_language_wrapper.active .header_language_dropdown,
.header-style-14 .header_language_wrapper.active .header_language_dropdown,
.header-mobile-side .header_language_wrapper.active .header_language_dropdown {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

.header-style-12 .header_language_wrapper .header_language_trigger,
.header-style-13 .header_language_wrapper .header_language_trigger,
.header-style-14 .header_language_wrapper .header_language_trigger,
.header-mobile-side .header_language_wrapper .header_language_trigger {
  padding: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-12 .header_language_wrapper .header_language_trigger > span, .header-style-12 .header_language_wrapper .header_language_trigger > img,
.header-style-13 .header_language_wrapper .header_language_trigger > span,
.header-style-13 .header_language_wrapper .header_language_trigger > img,
.header-style-14 .header_language_wrapper .header_language_trigger > span,
.header-style-14 .header_language_wrapper .header_language_trigger > img,
.header-mobile-side .header_language_wrapper .header_language_trigger > span,
.header-mobile-side .header_language_wrapper .header_language_trigger > img {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

.header-style-12 .header_language_wrapper .header_language_trigger img,
.header-style-13 .header_language_wrapper .header_language_trigger img,
.header-style-14 .header_language_wrapper .header_language_trigger img,
.header-mobile-side .header_language_wrapper .header_language_trigger img {
  margin-right: 8px;
  width: 18px;
  height: 12px;
  border-radius: 2px;
}

.header-style-12 .header_language_wrapper .header_language_dropdown,
.header-style-13 .header_language_wrapper .header_language_dropdown,
.header-style-14 .header_language_wrapper .header_language_dropdown,
.header-mobile-side .header_language_wrapper .header_language_dropdown {
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  background-color: #fff;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  -webkit-transform: -webkit-translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  opacity: 0;
  visibility: hidden;
  cursor: default;
  z-index: 1000;
  left: auto;
  right: 10px;
  top: 100%;
  bottom: auto;
  width: calc(100% - 20px);
}

.header-style-12 .header_language_wrapper .header_language_dropdown svg,
.header-style-13 .header_language_wrapper .header_language_dropdown svg,
.header-style-14 .header_language_wrapper .header_language_dropdown svg,
.header-mobile-side .header_language_wrapper .header_language_dropdown svg {
  width: 8px;
  height: 40px;
  position: absolute;
  bottom: 100%;
  right: 25px;
  -moz-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -o-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -ms-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -webkit-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -webkit-transform: -webkit-translate3d(0, 16px, 0) rotateZ(-90deg);
  transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 1;
}

.header-style-12 .header_language_wrapper .header_language_dropdown ul,
.header-style-13 .header_language_wrapper .header_language_dropdown ul,
.header-style-14 .header_language_wrapper .header_language_dropdown ul,
.header-mobile-side .header_language_wrapper .header_language_dropdown ul {
  list-style: none;
  padding: 8px 0;
  text-align: start;
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
}

.header-style-12 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-13 .header_language_wrapper .header_language_dropdown ul li a,
.header-style-14 .header_language_wrapper .header_language_dropdown ul li a,
.header-mobile-side .header_language_wrapper .header_language_dropdown ul li a {
  width: 100%;
  padding: 0 30px 0 25px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  display: table;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-12 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-13 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-style-14 .header_language_wrapper .header_language_dropdown ul li a .cell,
.header-mobile-side .header_language_wrapper .header_language_dropdown ul li a .cell {
  min-width: 20px;
  display: table-cell;
  vertical-align: middle;
}

.header-style-12 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-13 .header_language_wrapper .header_language_dropdown ul li a img,
.header-style-14 .header_language_wrapper .header_language_dropdown ul li a img,
.header-mobile-side .header_language_wrapper .header_language_dropdown ul li a img {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  display: block;
}

.header-style-12 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-13 .header_language_wrapper .header_language_dropdown ul li a span,
.header-style-14 .header_language_wrapper .header_language_dropdown ul li a span,
.header-mobile-side .header_language_wrapper .header_language_dropdown ul li a span {
  padding-left: 10px;
  display: block;
}

.header-style-12 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-13 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-style-14 .header_language_wrapper.header_language_alt .header_language_trigger,
.header-mobile-side .header_language_wrapper.header_language_alt .header_language_trigger {
  padding: 0 2.1em 0 1.2em;
  position: relative;
}

.header-style-12 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-13 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-style-14 .header_language_wrapper.header_language_alt .header_language_trigger:before,
.header-mobile-side .header_language_wrapper.header_language_alt .header_language_trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  height: 2.6em;
  border-radius: 2.6em;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-12 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-13 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-style-14 .header_language_wrapper.header_language_alt .header_language_trigger:after,
.header-mobile-side .header_language_wrapper.header_language_alt .header_language_trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1.1em;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  opacity: 0.3;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-12 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-13 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-style-14 .header_language_wrapper.header_language_alt .header_language_trigger:hover:after,
.header-mobile-side .header_language_wrapper.header_language_alt .header_language_trigger:hover:after {
  opacity: 1;
}

.header-style-12 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-13 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-style-14 .header_language_wrapper.header_language_alt.active .header_language_trigger:before,
.header-mobile-side .header_language_wrapper.header_language_alt.active .header_language_trigger:before {
  border-radius: 6px;
}

.header-style-12 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-13 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-style-14 .header_language_wrapper.header_language_alt.active .header_language_trigger:after,
.header-mobile-side .header_language_wrapper.header_language_alt.active .header_language_trigger:after {
  opacity: 1;
}

.header-style-12 .wtbx_search_field_wrapper,
.header-style-13 .wtbx_search_field_wrapper,
.header-style-14 .wtbx_search_field_wrapper,
.header-mobile-side .wtbx_search_field_wrapper {
  width: 100%;
}

.header-style-12 .wtbx_search_field_wrapper .search_field,
.header-style-13 .wtbx_search_field_wrapper .search_field,
.header-style-14 .wtbx_search_field_wrapper .search_field,
.header-mobile-side .wtbx_search_field_wrapper .search_field {
  position: relative;
  display: block;
}

.header-style-12 .wtbx_search_field_wrapper .search_field input,
.header-style-13 .wtbx_search_field_wrapper .search_field input,
.header-style-14 .wtbx_search_field_wrapper .search_field input,
.header-mobile-side .wtbx_search_field_wrapper .search_field input {
  padding: 0 40px 0 20px;
  height: auto;
  width: 100%;
  line-height: inherit;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05) !important;
}

.header-style-12 .wtbx_search_field_wrapper .search_field input:focus, .header-style-12 .wtbx_search_field_wrapper .search_field input:active,
.header-style-13 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-13 .wtbx_search_field_wrapper .search_field input:active,
.header-style-14 .wtbx_search_field_wrapper .search_field input:focus,
.header-style-14 .wtbx_search_field_wrapper .search_field input:active,
.header-mobile-side .wtbx_search_field_wrapper .search_field input:focus,
.header-mobile-side .wtbx_search_field_wrapper .search_field input:active {
  background-color: #fff !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) !important;
}

.header-style-12 .wtbx_search_field_wrapper .search_field i,
.header-style-13 .wtbx_search_field_wrapper .search_field i,
.header-style-14 .wtbx_search_field_wrapper .search_field i,
.header-mobile-side .wtbx_search_field_wrapper .search_field i {
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 0 20px 0 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-12 .wtbx_header_part,
.header-style-13 .wtbx_header_part,
.header-style-14 .wtbx_header_part,
.header-mobile-side .wtbx_header_part {
  display: block;
}

.header-style-12 .wtbx_header_part.header_button, .header-style-12 .wtbx_header_part.header_button_alt,
.header-style-13 .wtbx_header_part.header_button,
.header-style-13 .wtbx_header_part.header_button_alt,
.header-style-14 .wtbx_header_part.header_button,
.header-style-14 .wtbx_header_part.header_button_alt,
.header-mobile-side .wtbx_header_part.header_button,
.header-mobile-side .wtbx_header_part.header_button_alt {
  display: block;
}

.header-style-12 .header_button_alt > a,
.header-style-12 .header_button_alt .search_field,
.header-style-13 .header_button_alt > a,
.header-style-13 .header_button_alt .search_field,
.header-style-14 .header_button_alt > a,
.header-style-14 .header_button_alt .search_field,
.header-mobile-side .header_button_alt > a,
.header-mobile-side .header_button_alt .search_field {
  height: 2.6em;
  line-height: 2.6em;
}

.header-style-12 .header_button_alt i,
.header-style-13 .header_button_alt i,
.header-style-14 .header_button_alt i,
.header-mobile-side .header_button_alt i {
  line-height: inherit;
  display: inline-block;
  float: left;
}

.header-style-12.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-13.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-style-14.header-skin-dark .wtbx_search_field_wrapper .search_field input,
.header-mobile-side.header-skin-dark .wtbx_search_field_wrapper .search_field input {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) !important;
}

.header-style-12.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-13.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-style-14.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover,
.header-mobile-side.header-skin-dark .wtbx_search_field_wrapper .search_field i:hover {
  color: #fff;
}

.header-style-12.header_stack .wtbx_hs_footer,
.header-style-13.header_stack .wtbx_hs_footer,
.header-style-14.header_stack .wtbx_hs_footer,
.header-mobile-side.header_stack .wtbx_hs_footer {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding-bottom: 15px;
}

.header-style-12 #header-container,
.header-style-13 #header-container,
.header-style-14 #header-container,
.header-mobile-side #header-container {
  -webkit-transition: transform 0.1s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.1s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.1s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.1s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.3, 1);
}

/*---------------------------------------------------------------*/
/* --   LOGO
/*---------------------------------------------------------------*/
.wtbx_header_logo_wrapper {
  display: block;
}

.wtbx_header_logo_wrapper .wtbx_header_logo {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_header_logo_wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.wtbx_header_logo_wrapper .wtbx_logo_img {
  display: block;
}

.wtbx_header_logo_wrapper .wtbx_logo_img_retina {
  display: none;
}

.wtbx_header_logo_wrapper.with_sticky_logo .wtbx_logo_img,
.wtbx_header_logo_wrapper.with_sticky_logo .wtbx_logo_img_retina {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s ease-out 0s, visibility 0s 0s;
  -ms-transition: opacity 0.3s ease-out 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s ease-out 0s, visibility 0s 0s;
  transition: opacity 0.3s ease-out 0s, visibility 0s 0s;
}

.wtbx_header_logo_wrapper.with_sticky_logo .wtbx_logo_img.wtbx_logo_sticky,
.wtbx_header_logo_wrapper.with_sticky_logo .wtbx_logo_img_retina.wtbx_logo_sticky {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s ease-in 0s, visibility 0s 0.3s;
  -ms-transition: opacity 0.3s ease-in 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease-in 0s, visibility 0s 0.3s;
  transition: opacity 0.3s ease-in 0s, visibility 0s 0.3s;
}

.wtbx_header_logo_wrapper .wtbx_logo_title {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
}

.wtbx_hs_header .wtbx_header_logo_wrapper,
.wtbx_hs_bottombar .wtbx_header_logo_wrapper {
  position: absolute;
  top: 0;
}

.wtbx_hs_header .wtbx_header_logo_wrapper .wtbx_header_logo,
.wtbx_hs_bottombar .wtbx_header_logo_wrapper .wtbx_header_logo {
  display: block;
}

.header-style-1 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-2 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-3 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-4 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-7 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-8 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-10 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-11 .wtbx_hs_header .wtbx_header_logo_wrapper {
  left: 15px;
}

.header-style-5 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-6 .wtbx_hs_header .wtbx_header_logo_wrapper {
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.header-style-8 .wtbx_hs_header .wtbx_header_logo_wrapper,
.header-style-9 .wtbx_hs_header .wtbx_header_logo_wrapper {
  left: 15px;
}

#header-wrapper.header_sticky_active .wtbx_header_logo_wrapper.with_sticky_logo .wtbx_logo_img,
#header-wrapper.header_sticky_active .wtbx_header_logo_wrapper.with_sticky_logo .wtbx_logo_img_retina {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in 0s, visibility 0s 0.8s;
  -moz-transition: opacity 0.3s ease-in 0s, visibility 0s 0.8s;
  -ms-transition: opacity 0.3s ease-in 0s, visibility 0s 0.8s;
  -o-transition: opacity 0.3s ease-in 0s, visibility 0s 0.8s;
  transition: opacity 0.3s ease-in 0s, visibility 0s 0.8s;
}

#header-wrapper.header_sticky_active .wtbx_header_logo_wrapper.with_sticky_logo .wtbx_logo_img.wtbx_logo_sticky,
#header-wrapper.header_sticky_active .wtbx_header_logo_wrapper.with_sticky_logo .wtbx_logo_img_retina.wtbx_logo_sticky {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.32s ease-out 0s, visibility 0s 0s;
  -moz-transition: opacity 0.32s ease-out 0s, visibility 0s 0s;
  -ms-transition: opacity 0.32s ease-out 0s, visibility 0s 0s;
  -o-transition: opacity 0.32s ease-out 0s, visibility 0s 0s;
  transition: opacity 0.32s ease-out 0s, visibility 0s 0s;
}

.wtbx_header_icons_wrapper .wtbx_header_icons {
  padding: 0;
  list-style: none;
  display: block;
  margin: 0;
  cursor: auto;
}

.wtbx_header_icons_wrapper .wtbx_header_icons li {
  display: inline-block;
  float: left;
  margin-right: .75em;
  font-size: .857143em;
}

.wtbx_header_icons_wrapper .wtbx_header_icons li a {
  line-height: inherit;
  display: block;
}

.wtbx_header_icons_wrapper .wtbx_header_icons li:last-child {
  margin-right: 0;
}

/*---------------------------------------------------------------*/
/* --   STICKY HEADER
/*---------------------------------------------------------------*/
#header-container.clearfix:after {
  display: none;
  content: '' !important;
}

.wtbx_hs_inner.clearfix:after {
  display: none;
  content: '' !important;
}

.wtbx_hs_header .wtbx_hs_inner,
.wtbx_hs_header .wtbx_ha,
.wtbx_hs_header .wtbx_ha .header_button_height {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_hs_header .wtbx_ha .wtbx_h_text_color {
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_hs_header .wtbx_ha .wtbx_h_text_color > .header_button_height {
  -webkit-transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_hs_header .wtbx_ha .wtbx_h_text_color.header_button_height {
  -webkit-transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s, color 0s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_hs_header .wtbx_ha .wtbx_h_text_color.header_button_height i {
  -webkit-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_hs_header,
.wtbx_hs_topbar,
.wtbx_hs_bottombar,
.wtbx_header_border {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-style-3 .wtbx_ha_header_main,
.header-style-4 .wtbx_ha_header_main {
  text-align: left;
  float: left;
}

#header-wrapper.header-style-3.header-boxed:not(.header_sticky_active) .wtbx_hs:last-child, #header-wrapper.header-style-4.header-boxed:not(.header_sticky_active) .wtbx_hs:last-child {
  border-radius: 6px;
}

#header-wrapper.header-style-3.header-boxed.header_sticky_active .wtbx_hs_header, #header-wrapper.header-style-4.header-boxed.header_sticky_active .wtbx_hs_header {
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-radius 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-radius 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-radius 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-radius 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-radius 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
}

#header-wrapper.header-style-3.header-boxed .wtbx_hs_header .wtbx_hs_inner, #header-wrapper.header-style-4.header-boxed .wtbx_hs_header .wtbx_hs_inner {
  padding-left: 2em;
}

/*---------------------------------------------------------------*/
/* --   MENU ANIMATIONS
/*---------------------------------------------------------------*/
#header-wrapper.header_anim_1 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_2 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li {
  position: relative;
  z-index: 1;
}

#header-wrapper.header_anim_1 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_1 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_2 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_2 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li:after, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li:before, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li:after {
  content: '';
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  z-index: -1;
}

#header-wrapper.header_anim_1 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_2 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li a, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li a {
  z-index: 1;
}

#header-wrapper.header_anim_1 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  opacity: 1;
  -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
  -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
  -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
  -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
  transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
  -o-animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -webkit-animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
}

#header-wrapper.header_anim_1 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  -o-animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -webkit-animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
}

#header-wrapper.header_anim_2 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 50%;
  top: 50%;
  height: 2px;
  width: 30px;
  max-width: 90%;
  border-radius: 2px;
  -moz-transform: translate3d(-50%, 1em, 0) scale3d(0, 1, 1);
  -o-transform: translate3d(-50%, 1em, 0) scale3d(0, 1, 1);
  -ms-transform: translate3d(-50%, 1em, 0) scale3d(0, 1, 1);
  -webkit-transform: translate3d(-50%, 1em, 0) scale3d(0, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, 1em, 0) scale3d(0, 1, 1);
  transform: translate3d(-50%, 1em, 0) scale3d(0, 1, 1);
}

#header-wrapper.header_anim_2 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
  -moz-transform: translate3d(-50%, 1em, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, 1em, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, 1em, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 1em, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, 1em, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, 1em, 0) scale3d(1, 1, 1);
}

#header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 0, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
}

#header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_3 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

#header-wrapper.header_anim_3.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  -moz-transform: translate3d(0, 1px, 0) scale3d(1, 0, 1);
  -o-transform: translate3d(0, 1px, 0) scale3d(1, 0, 1);
  -ms-transform: translate3d(0, 1px, 0) scale3d(1, 0, 1);
  -webkit-transform: translate3d(0, 1px, 0) scale3d(1, 0, 1);
  -webkit-transform: -webkit-translate3d(0, 1px, 0) scale3d(1, 0, 1);
  transform: translate3d(0, 1px, 0) scale3d(1, 0, 1);
}

#header-wrapper.header_anim_3.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_3.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_3.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_3.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  -moz-transform: translate3d(0, 1px, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 1px, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 1px, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 1px, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 1px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 1px, 0) scale3d(1, 1, 1);
}

#header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  border-radius: 0 0 2px 2px;
  moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 0, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
}

#header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_4 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

#header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li {
  margin-right: .5em;
}

#header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 2.6em;
  max-height: 90%;
  width: 100%;
  border-radius: 4px;
}

#header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover {
  color: #fff;
}

#header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
}

#header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor > a, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item > a, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent > a, #header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover > a {
  color: inherit;
}

#header-wrapper.header_anim_5 .wtbx_hs_header .wtbx_menu_nav > ul > li > a {
  padding: 0 .75em;
}

#header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li {
  margin-right: .25em;
}

#header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 2.6em;
  max-height: 90%;
  width: 100%;
  border-radius: 2.6em;
}

#header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover {
  color: #fff;
}

#header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
}

#header-wrapper.header_anim_10 .wtbx_hs_header .wtbx_menu_nav > ul > li > a {
  padding: 0 1.25em;
}

#header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 50%;
  bottom: 0;
  height: calc(50% - 1.5em);
  width: 1px;
  moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  -o-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
}

#header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_6 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
  -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
}

#header-wrapper.header_anim_6.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  -moz-transform: translate3d(-50%, 1px, 0) scale3d(1, 0, 1);
  -o-transform: translate3d(-50%, 1px, 0) scale3d(1, 0, 1);
  -ms-transform: translate3d(-50%, 1px, 0) scale3d(1, 0, 1);
  -webkit-transform: translate3d(-50%, 1px, 0) scale3d(1, 0, 1);
  -webkit-transform: -webkit-translate3d(-50%, 1px, 0) scale3d(1, 0, 1);
  transform: translate3d(-50%, 1px, 0) scale3d(1, 0, 1);
}

#header-wrapper.header_anim_6.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_6.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_6.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_6.with-borders .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  -moz-transform: translate3d(-50%, 1px, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, 1px, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, 1px, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 1px, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, 1px, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, 1px, 0) scale3d(1, 1, 1);
}

#header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 50%;
  top: 0;
  height: calc(50% - 1.5em);
  width: 1px;
  moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  -o-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 0, 1);
  transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
}

#header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_7 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
  -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
}

#header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li {
  margin-right: .25em;
}

#header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0) skew(-15deg, 0deg);
  -o-transform: translate3d(-50%, -50%, 0) skew(-15deg, 0deg);
  -ms-transform: translate3d(-50%, -50%, 0) skew(-15deg, 0deg);
  -webkit-transform: translate3d(-50%, -50%, 0) skew(-15deg, 0deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) skew(-15deg, 0deg);
  transform: translate3d(-50%, -50%, 0) skew(-15deg, 0deg);
  height: 2.6em;
  max-height: 90%;
  width: 100%;
  border-radius: 4px;
}

#header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover {
  color: #fff;
}

#header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
}

#header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor > a, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item > a, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent > a, #header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover > a {
  color: inherit;
}

#header-wrapper.header_anim_8 .wtbx_hs_header .wtbx_menu_nav > ul > li > a {
  padding: 0 1em;
}

#header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li {
  margin-right: 0;
}

#header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover {
  color: #fff;
}

#header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor:before, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item:before, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent:before, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover:before {
  opacity: 1;
}

#header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-ancestor > a, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-item > a, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li.current-menu-parent > a, #header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li:hover > a {
  color: inherit;
}

#header-wrapper.header_anim_9 .wtbx_hs_header .wtbx_menu_nav > ul > li > a {
  padding: 0 1em;
}

@-webkit-keyframes menu_fill_left_in {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-moz-keyframes menu_fill_left_in {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-o-keyframes menu_fill_left_in {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes menu_fill_left_in {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-webkit-keyframes menu_fill_left_out {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-moz-keyframes menu_fill_left_out {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-o-keyframes menu_fill_left_out {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes menu_fill_left_out {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

/*---------------------------------------------------------------*/
/* --   HEADER OVERLAY
/*---------------------------------------------------------------*/
#wtbx_header_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.8s;
  -moz-transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.8s;
  -ms-transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.8s;
  -o-transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.8s;
  transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.8s;
}

#wtbx_header_overlay.overlay_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

#wtbx_header_overlay.overlay_active .wtbx_header_overlay_inner {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx_header_overlay .wtbx_header_overlay_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: auto;
  opacity: 0;
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.8s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.8s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx_header_overlay .wtbx_overlay_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx_header_overlay .wtbx_overlay_close:before, #wtbx_header_overlay .wtbx_overlay_close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 16px;
  background-color: #fff;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#wtbx_header_overlay .wtbx_overlay_close:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

#wtbx_header_overlay .wtbx_overlay_close:after {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}

#wtbx_header_overlay .wtbx_overlay_close:hover {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

#wtbx_header_overlay.wtbx_skin_dark .wtbx_overlay_close {
  background-color: #fff;
}

#wtbx_header_overlay.wtbx_skin_dark .wtbx_overlay_close:before, #wtbx_header_overlay.wtbx_skin_dark .wtbx_overlay_close:after {
  background-color: #fff;
}

/*---------------------------------------------------------------*/
/* --   HEADER SIDEAREA
/*---------------------------------------------------------------*/
#wtbx_header_sidearea {
  position: fixed;
  top: 0;
  bottom: -17px;
  right: -17px;
  z-index: 999;
  max-width: calc(100% - 17px);
  visibility: hidden;
  overflow-y: scroll;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transform: -webkit-translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
  -ms-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
}

#wtbx_header_sidearea.sidearea_active {
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
}

#wtbx_header_sidearea.sidearea_active .wtbx_header_sidearea_inner {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx_header_sidearea.sidearea_active + .wtbx_sidearea_backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

#wtbx_header_sidearea.sidearea_active + .wtbx_sidearea_backdrop .wtbx_sidearea_close {
  opacity: .8;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
}

#wtbx_header_sidearea.sidearea_active + .wtbx_sidearea_backdrop .wtbx_sidearea_close:hover {
  opacity: .9;
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

#wtbx_header_sidearea .wtbx_header_sidearea_inner {
  opacity: 0;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transform: -webkit-translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx_header_sidearea + .wtbx_sidearea_backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.6s;
  -moz-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.6s;
  -ms-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.6s;
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.6s;
  transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.6s;
}

#wtbx_header_sidearea + .wtbx_sidearea_backdrop:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.wtbx_sidearea_close {
  position: absolute;
  top: 0;
  margin-right: -17px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.wtbx_sidearea_close:before, .wtbx_sidearea_close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  background-color: #fff;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.wtbx_sidearea_close:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.wtbx_sidearea_close:after {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}

@-webkit-keyframes menuButton1 {
  0% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  40% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
  70% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  100% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
}

@-moz-keyframes menuButton1 {
  0% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  40% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
  70% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  100% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
}

@-o-keyframes menuButton1 {
  0% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  40% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
  70% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  100% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
}

@keyframes menuButton1 {
  0% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  40% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
  70% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  100% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
}

@-webkit-keyframes menuButton2 {
  0% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
  50% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  100% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
}

@-moz-keyframes menuButton2 {
  0% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
  50% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  100% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
}

@-o-keyframes menuButton2 {
  0% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
  50% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  100% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
}

@keyframes menuButton2 {
  0% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
  50% {
    -moz-transform: scale3d(0.9, 1, 1);
    -o-transform: scale3d(0.9, 1, 1);
    -ms-transform: scale3d(0.9, 1, 1);
    -webkit-transform: scale3d(0.9, 1, 1);
    -webkit-transform: -webkit-scale3d(0.9, 1, 1);
    transform: scale3d(0.9, 1, 1);
  }
  100% {
    -moz-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -webkit-transform: scale3d(0.7, 1, 1);
    -webkit-transform: -webkit-scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
  }
}

@-webkit-keyframes menuButton3 {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: scale3d(0.8, 1, 1);
    -o-transform: scale3d(0.8, 1, 1);
    -ms-transform: scale3d(0.8, 1, 1);
    -webkit-transform: scale3d(0.8, 1, 1);
    -webkit-transform: -webkit-scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes menuButton3 {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: scale3d(0.8, 1, 1);
    -o-transform: scale3d(0.8, 1, 1);
    -ms-transform: scale3d(0.8, 1, 1);
    -webkit-transform: scale3d(0.8, 1, 1);
    -webkit-transform: -webkit-scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes menuButton3 {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: scale3d(0.8, 1, 1);
    -o-transform: scale3d(0.8, 1, 1);
    -ms-transform: scale3d(0.8, 1, 1);
    -webkit-transform: scale3d(0.8, 1, 1);
    -webkit-transform: -webkit-scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes menuButton3 {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: scale3d(0.8, 1, 1);
    -o-transform: scale3d(0.8, 1, 1);
    -ms-transform: scale3d(0.8, 1, 1);
    -webkit-transform: scale3d(0.8, 1, 1);
    -webkit-transform: -webkit-scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*---------------------------------------------------------------*/
/* --   SEARCH PANEL
/*---------------------------------------------------------------*/
#wtbx_header_search_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  padding: 120px 60px 60px 60px;
  z-index: 999;
  overflow: hidden;
  box-shadow: none;
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transform: -webkit-translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
  -moz-transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
  -ms-transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
  -o-transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.6s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0.6s;
}

#wtbx_header_search_wrapper .wtbx_header_search {
  opacity: 0;
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transform: -webkit-translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

#wtbx_header_search_wrapper .wtbx_search_form_wrapper {
  background-color: transparent;
}

#wtbx_header_search_wrapper.search_active {
  visibility: visible;
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.3);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.7s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.7s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.7s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.7s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1), box-shadow 0.7s cubic-bezier(0.7, 0, 0.3, 1), visibility 0s 0s;
}

#wtbx_header_search_wrapper.search_active .wtbx_header_search {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.9s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.9s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx_header_search_wrapper.search_active + .wtbx_search_backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

#wtbx_header_search_wrapper + .wtbx_search_backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

#wtbx_header_search_wrapper .wtbx_header_search_inner {
  position: relative;
  padding-bottom: 15px;
}

#wtbx_header_search_wrapper .wtbx_search_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: .2;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx_header_search_wrapper .wtbx_search_close:before, #wtbx_header_search_wrapper .wtbx_search_close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 16px;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#wtbx_header_search_wrapper .wtbx_search_close:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

#wtbx_header_search_wrapper .wtbx_search_close:after {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}

#wtbx_header_search_wrapper .wtbx_search_close:hover {
  opacity: 1;
}

#wtbx_header_search_wrapper .wtbx_search_content {
  margin-top: 15px;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_close:before, #wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_close:after {
  background-color: #fff;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: transparent;
  color: #fff;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field:hover, #wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field:focus, #wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field:active {
  border-color: #fff !important;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field::-webkit-input-placeholder {
  color: #fff;
  opacity: .3;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field ::-moz-placeholder {
  color: #fff;
  opacity: .3;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field :-moz-placeholder {
  color: #fff;
  opacity: .3;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field :-ms-input-placeholder {
  color: #fff;
  opacity: .3;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_in {
  color: #fff;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_form_wrapper .wtbx_search_field_wrapper i {
  color: white;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_select_wrapper .wtbx_search_select {
  padding: 0 15px;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_select_wrapper:before {
  border-color: rgba(255, 255, 255, 0.2);
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_select_wrapper:hover:before {
  border-color: white;
}

body.device-desktop #wtbx_header_search_wrapper .wtbx-button {
  display: none;
}

@media only screen and (max-width: 991px) {
  #wtbx_header_search_wrapper {
    padding: 45px 15px 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  #wtbx_header_search_wrapper {
    display: table;
    height: 100%;
  }
  #wtbx_header_search_wrapper .wtbx_header_search {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .wtbx_search_in,
.wtbx_search_select_wrapper {
    margin: 15px 0;
  }
}

/*---------------------------------------------------------------*/
/* --   MOBILE HEADER
/*---------------------------------------------------------------*/
body.mobile-header-active #header-wrapper,
body.mobile-header-active .wtbx_header_overlay_layer {
  display: none;
}

body.mobile-header-active #header-wrapper-mobile,
body.mobile-header-active #mobile-header,
body.mobile-header-active .wtbx_mobile_backdrop {
  display: block;
}

body.mobile-header-active #main {
  padding-left: 0;
}

#header-wrapper-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

#header-wrapper-mobile .wtbx_header_logo_wrapper {
  position: absolute;
  left: 15px;
  top: 0;
}

#header-wrapper-mobile .wtbx_ha_top_header_right {
  float: right;
  margin-right: 60px;
}

#header-wrapper-mobile .wtbx_mobile_trigger {
  display: block;
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  cursor: pointer;
}

#header-wrapper-mobile .wtbx_mobile_trigger .wtbx_header_trigger_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 30px;
  display: block;
  border-radius: 2px;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

#header-wrapper-mobile .wtbx_mobile_trigger .wtbx_header_trigger_inner .line {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#header-wrapper-mobile .wtbx_mobile_trigger .wtbx_header_trigger_inner .line.first {
  -moz-transform: translate3d(-50%, -7px, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -7px, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -7px, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -7px, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, -7px, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -7px, 0) scale3d(1, 1, 1);
}

#header-wrapper-mobile .wtbx_mobile_trigger .wtbx_header_trigger_inner .line.second {
  -moz-transform: translate3d(-50%, -1px, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -1px, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -1px, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -1px, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, -1px, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -1px, 0) scale3d(1, 1, 1);
}

#header-wrapper-mobile .wtbx_mobile_trigger .wtbx_header_trigger_inner .line.third {
  -moz-transform: translate3d(-50%, 5px, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, 5px, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, 5px, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 5px, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, 5px, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, 5px, 0) scale3d(1, 1, 1);
}

#header-wrapper-mobile .wtbx_header_border:before {
  max-height: 100%;
  height: 100%;
}

/*---------------------------------------------------------------*/
/* 07.  MENU
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* --   2ND LEVEL MENU
/*---------------------------------------------------------------*/
#header-wrapper .wtbx_menu_nav .menu > li {
  position: relative;
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  z-index: 999;
  text-align: left;
  min-width: 220px;
  margin-top: 5px;
  border-radius: 3px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -webkit-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  background-color: #fff;
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 5px;
  z-index: 9999;
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-menu,
#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-sub-menu {
  display: block;
  padding: 15px 0;
  margin: 0;
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-menu .sub-menu-item,
#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-sub-menu .sub-menu-item {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-menu .sub-menu-item.menu-content-block,
#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-sub-menu .sub-menu-item.menu-content-block {
  white-space: normal;
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-menu .sub-menu-item:before,
#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-sub-menu .sub-menu-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 3px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-menu .sub-menu-item:hover:before,
#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-sub-menu .sub-menu-item:hover:before {
  opacity: 1;
}

#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-menu .sub-menu-item .menu-content-block:before,
#header-wrapper .wtbx_menu_nav .menu > li > .sub-menu .sub-sub-menu .sub-menu-item .menu-content-block:before {
  display: none;
}

#header-wrapper .wtbx_menu_nav .sub-menu-link {
  padding: 9px 60px 9px 30px;
  display: block;
  line-height: 1.5;
  white-space: nowrap;
  text-align: start;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

#header-wrapper .wtbx_menu_nav .sub-menu-link:hover {
  background-color: inherit;
}

#header-wrapper .wtbx_menu_nav .sub-menu-link i {
  display: inline-block;
  margin-right: .5em;
}

#header-wrapper.header-style-12 .wtbx_menu_nav .menu > .menu-item,
#header-wrapper.header-style-13 .wtbx_menu_nav .menu > .menu-item,
#header-wrapper.header-style-14 .wtbx_menu_nav .menu > .menu-item {
  position: relative;
}

#header-wrapper.header-style-12 .wtbx_menu_nav .menu > .menu-item > .sub-menu,
#header-wrapper.header-style-13 .wtbx_menu_nav .menu > .menu-item > .sub-menu,
#header-wrapper.header-style-14 .wtbx_menu_nav .menu > .menu-item > .sub-menu {
  top: 0;
  left: 0;
  margin-left: 5px;
  z-index: 999;
  min-width: initial;
  position: fixed;
}

#header-wrapper.header-style-12 .wtbx_menu_nav .menu > .menu-item > .sub-menu:before,
#header-wrapper.header-style-13 .wtbx_menu_nav .menu > .menu-item > .sub-menu:before,
#header-wrapper.header-style-14 .wtbx_menu_nav .menu > .menu-item > .sub-menu:before {
  content: '';
  position: absolute;
  left: auto;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 5px;
  height: auto;
}

#site-header .header-wrapper-side .header-container-side .site-navigation-side .menu > .menu-item.sub-menu-full-width > .sub-menu {
  height: 100%;
}

/*---------------------------------------------------------------*/
/* --   3RD LEVEL MENU
/*---------------------------------------------------------------*/
#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item {
  position: relative;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item.has-submenu:hover {
  z-index: 10;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item.has-submenu > .menu-link:after, #header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item.has-submenu > .menu-link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #6e7784;
  border: none;
  opacity: .5;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item.has-submenu > .menu-link:before {
  -moz-transform: translate3d(0, -150%, 0);
  -o-transform: translate3d(0, -150%, 0);
  -ms-transform: translate3d(0, -150%, 0);
  -webkit-transform: translate3d(0, -150%, 0);
  -webkit-transform: -webkit-translate3d(0, -150%, 0);
  transform: translate3d(0, -150%, 0);
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item.has-submenu > .menu-link:after {
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -webkit-transform: translate3d(0, 50%, 0);
  -webkit-transform: -webkit-translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item.has-submenu > .menu-link:hover:before {
  opacity: 1;
  -moz-transform: translate3d(0, -200%, 0);
  -o-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  -webkit-transform: -webkit-translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item.has-submenu > .menu-link:hover:after {
  opacity: 1;
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transform: -webkit-translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item.has-submenu > .menu-link.hover + .sub-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item:hover > .sub-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item .sub-sub-menu {
  position: absolute;
  top: -15px;
  left: 100%;
  margin: 0;
  margin-left: 5px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  min-width: 100%;
  -webkit-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.1s;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item .sub-sub-menu.sub-menu-narrow {
  top: 100%;
  left: 60px;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev {
  left: auto;
  right: 60px;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item .menu-depth-1:not(.sub-menu-wide) .sub-menu-item .sub-sub-menu:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 5px;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide), #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) {
  left: auto;
  right: 0;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > svg {
  right: 25px;
  left: auto;
  -moz-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -o-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -ms-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -webkit-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  -webkit-transform: -webkit-translate3d(0, 16px, 0) rotateZ(-90deg);
  transform: translate3d(0, 16px, 0) rotateZ(-90deg);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 1;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu > li > a {
  text-align: right;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item > .sub-menu-link {
  padding: 9px 30px 9px 60px;
  text-align: end;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 8px;
  padding: 15px 0;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow {
  top: 100%;
  right: 60px;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu.sub-menu-narrow.sub-menu-rev {
  right: auto;
  left: 60px;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu:before {
  left: 100%;
  right: auto;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg {
  left: 100%;
  right: 0;
  -moz-transform: translate3d(0, 6px, 0) rotateZ(0deg);
  -o-transform: translate3d(0, 6px, 0) rotateZ(0deg);
  -ms-transform: translate3d(0, 6px, 0) rotateZ(0deg);
  -webkit-transform: translate3d(0, 6px, 0) rotateZ(0deg);
  -webkit-transform: -webkit-translate3d(0, 6px, 0) rotateZ(0deg);
  transform: translate3d(0, 6px, 0) rotateZ(0deg);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 1;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) > .menu-depth-1 > .sub-menu-item .sub-sub-menu > svg path {
  fill: #fff;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:after, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item.has-submenu > a:before {
  left: 25px;
  right: auto;
}

#header-wrapper.header-style-1 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-2 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-3 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-4 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-5 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-6 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-7 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-8 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-9 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-10 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-11 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-15 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link, #header-wrapper.header-style-16 .wtbx_menu_nav .menu > .menu-item.sub-menu-opposite > .sub-menu:not(.sub-menu-wide) .sub-menu-item > .sub-menu-link {
  padding: 8px 30px 9px 60px;
  text-align: end;
}

/*---------------------------------------------------------------*/
/* --   MEGA MENU
/*---------------------------------------------------------------*/
#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu {
  background-repeat: no-repeat;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu.mega-menu-wrap {
  overflow: hidden;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide {
  white-space: nowrap;
  padding: 30px 0;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item {
  float: left;
  position: relative;
  display: block;
  white-space: nowrap;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item > a {
  display: none;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item > .menu-depth-2 {
  padding: 0;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item > .menu-depth-2 > .menu-link {
  padding-bottom: 1em;
  cursor: auto;
  pointer-events: none;
  position: relative;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item > .menu-depth-2 .menu-link {
  padding: 9px 30px;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-depth-3 {
  padding-top: 0;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide.sub-menu-full-width {
  margin: 0 auto;
  width: 100%;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide:not(.sub-menu-full-width) .menu-item-depth-1,
#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide:not(.sub-menu-full-width) .menu-depth-3 {
  min-width: 220px;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide.sub-menu-wide {
  padding: 0;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide.sub-menu-wide .menu-depth-2 > li:first-child > .menu-link {
  margin-top: 25px;
}

#header-wrapper .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide.sub-menu-wide .menu-depth-2:last-child {
  margin-bottom: 10px;
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item.sub-menu-full-width div.sub-menu,
.header-style-13 .wtbx_menu_nav .menu > .menu-item.sub-menu-full-width div.sub-menu,
.header-style-14 .wtbx_menu_nav .menu > .menu-item.sub-menu-full-width div.sub-menu {
  min-width: initial;
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu {
  background-repeat: no-repeat;
  position: fixed;
  height: auto;
  min-width: initial;
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  position: relative;
  width: auto;
  max-width: none;
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item {
  position: relative;
  display: block;
  white-space: nowrap;
  clear: both;
  padding: 10px 0;
  float: left;
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link {
  width: 100%;
  display: block;
  line-height: 1.5;
  white-space: nowrap;
  padding: 9px 60px 9px 30px;
  text-align: left;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.2s ease-in-out, text-shadow 0.4s cubic-bezier(0.68, -0.55, 0.465, 3);
  -moz-transition: background-color 0.1s ease-in-out, color 0.2s ease-in-out, text-shadow 0.4s cubic-bezier(0.68, -0.55, 0.465, 3);
  -ms-transition: background-color 0.1s ease-in-out, color 0.2s ease-in-out, text-shadow 0.4s cubic-bezier(0.68, -0.55, 0.465, 3);
  -o-transition: background-color 0.1s ease-in-out, color 0.2s ease-in-out, text-shadow 0.4s cubic-bezier(0.68, -0.55, 0.465, 3);
  transition: background-color 0.1s ease-in-out, color 0.2s ease-in-out, text-shadow 0.4s cubic-bezier(0.68, -0.55, 0.465, 3);
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link:hover,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link:hover,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link:hover {
  background-color: transparent !important;
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link .menu-subtitle,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link .menu-subtitle,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link .menu-subtitle {
  display: block;
  text-shadow: none;
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i {
  width: 16px;
  line-height: 1;
  display: inline-block;
  margin-right: .7em;
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i:before, .header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i:after,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i:before,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i:after,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i:before,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-link i:after {
  position: relative;
  top: .13em;
}

.header-style-12 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-depth-2,
.header-style-13 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-depth-2,
.header-style-14 .wtbx_menu_nav .menu > .menu-item div.sub-menu > ul.sub-menu.sub-menu-wide > .sub-menu-item .menu-depth-2 {
  padding: 0;
}

.header-style-1 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-2 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-3 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-4 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-5 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-6 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-7 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-8 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-9 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-10 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-11 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-15 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item,
.header-style-16 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-1 > .sub-menu-item {
  width: 100%;
  clear: none !important;
}

.header-style-1 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-2 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-3 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-4 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-5 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-6 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-7 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-8 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-9 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-10 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-11 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-15 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item,
.header-style-16 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-2 > .sub-menu-item {
  width: 50%;
  clear: none !important;
}

.header-style-1 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-2 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-3 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-4 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-5 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-6 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-7 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-8 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-9 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-10 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-11 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-15 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item,
.header-style-16 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-3 > .sub-menu-item {
  width: 33.3333%;
  clear: none !important;
}

.header-style-1 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-2 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-3 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-4 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-5 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-6 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-7 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-8 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-9 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-10 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-11 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-15 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item,
.header-style-16 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-4 > .sub-menu-item {
  width: 25%;
  clear: none !important;
}

.header-style-1 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-2 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-3 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-4 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-5 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-6 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-7 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-8 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-9 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-10 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-11 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-15 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item,
.header-style-16 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-5 > .sub-menu-item {
  width: 20%;
  clear: none !important;
}

.header-style-1 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-2 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-3 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-4 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-5 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-6 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-7 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-8 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-9 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-10 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-11 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-15 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item,
.header-style-16 .wtbx_menu_nav .sub-menu-full-width.mega-menu-col-6 > .sub-menu-item {
  width: 16.6666%;
  clear: none !important;
}

.header-style-1 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-2 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-3 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-4 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-5 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-6 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-7 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-8 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-9 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-10 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-11 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-15 .wtbx_menu_nav .menu > .menu-item > div.sub-menu,
.header-style-16 .wtbx_menu_nav .menu > .menu-item > div.sub-menu {
  text-align: center;
}

.header-style-1 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-2 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-3 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-4 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-5 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-6 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-7 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-8 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-9 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-10 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-11 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-15 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide,
.header-style-16 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  text-align: start;
}

.header-style-1 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1, .header-style-1 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2, .header-style-1 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3, .header-style-1 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4, .header-style-1 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5, .header-style-1 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-2 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-2 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-2 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-2 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-2 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-2 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-3 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-3 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-3 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-3 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-3 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-3 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-4 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-4 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-4 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-4 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-4 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-4 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-5 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-5 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-5 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-5 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-5 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-5 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-6 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-6 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-6 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-6 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-6 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-6 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-7 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-7 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-7 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-7 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-7 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-7 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-8 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-8 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-8 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-8 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-8 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-8 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-9 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-9 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-9 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-9 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-9 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-9 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-10 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-10 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-10 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-10 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-10 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-10 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-11 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-11 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-11 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-11 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-11 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-11 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-15 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-15 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-15 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-15 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-15 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-15 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6,
.header-style-16 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-1,
.header-style-16 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-2,
.header-style-16 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-3,
.header-style-16 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-4,
.header-style-16 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-5,
.header-style-16 .wtbx_menu_nav .menu > .menu-item > div.sub-menu > ul.sub-menu.sub-menu-wide.mega-menu-col-6 {
  width: 100%;
  display: block;
}

/*---------------------------------------------------------------*/
/* --   VARIOUS STYLES
/*---------------------------------------------------------------*/
.site-navigation {
  float: right;
  text-align: right;
  display: inline-block;
}

.site-navigation ul {
  padding: 0;
  margin: 0;
}

.site-navigation ul li.new {
  position: relative;
}

.site-navigation ul li.new:after {
  content: 'NEW';
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 22px;
  padding: 0 7px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
}

.wtbx_ha:not(.wtbx_ha_header_main):not(.wtbx_ha_main_main) .wtbx_menu_nav .wtbx_menu_nav .menu > .menu-item > .sub-menu {
  display: none;
}

#site-header .menu-link:not([href]) {
  cursor: default !important;
}

/*---------------------------------------------------------------*/
/* --   MOBILE MENU
/*---------------------------------------------------------------*/
body.mobile-header-open .wtbx_mobile_backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

body.mobile-header-open #mobile-header {
  box-shadow: 0 0 50px -5px rgba(9, 31, 67, 0.07);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
}

body.mobile-header-open #mobile-header + #wrapper {
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transform: -webkit-translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

body.mobile-header-open #mobile-header {
  box-shadow: 0 0 50px -5px rgba(9, 31, 67, 0.07);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
}

body.mobile-header-open #mobile-header + #wrapper {
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transform: -webkit-translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

.wtbx_mobile_backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1110;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.7s;
  -moz-transition: opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.7s;
  -ms-transition: opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.7s;
  -o-transition: opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.7s;
  transition: opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.7s;
}

#mobile-header {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1111;
  overflow: hidden;
  line-height: 2;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transform: -webkit-translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
}

#mobile-header.wtbx_design_slide {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  bottom: auto;
  display: none;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.3);
}

#mobile-header.wtbx_design_slide .mobile-nav-wrapper {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: calc(100% + 20px) !important;
  padding-right: 5px;
}

#mobile-header .mobile-nav-wrapper {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 0 30px 0;
  overflow-y: scroll;
  z-index: 1;
}

#mobile-header .mobile-nav-header {
  display: block;
  padding: 0 20px;
  margin-bottom: 30px;
}

#mobile-header .mobile-nav-header .wtbx_mobile_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#mobile-header .mobile-nav-header .wtbx_mobile_close:before, #mobile-header .mobile-nav-header .wtbx_mobile_close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 16px;
  background-color: #fff;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#mobile-header .mobile-nav-header .wtbx_mobile_close:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

#mobile-header .mobile-nav-header .wtbx_mobile_close:after {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}

#mobile-header .mobile-nav-header .wtbx_mobile_close:hover {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

#mobile-header.wtbx_skin_dark .wtbx_mobile_close {
  background-color: #fff;
}

#mobile-header.wtbx_skin_dark .wtbx_mobile_close:before, #mobile-header.wtbx_skin_dark .wtbx_mobile_close:after {
  background-color: #fff;
}

#mobile-header .wtbx_header_border {
  display: block;
  width: auto;
}

#mobile-header .wtbx_header_border:before {
  background-color: rgba(0, 0, 0, 0.05);
}

#mobile-header .wtbx_hs_main {
  z-index: 2;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu {
  margin: 0;
  padding: 0;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu .menu-link:before {
  display: none;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li {
  position: relative;
  z-index: 1;
  margin: 0;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li ul {
  padding: 0;
  margin: 0;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu {
  position: relative;
  opacity: 1;
  visibility: hidden;
  z-index: -1;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul {
  height: 0;
  overflow: hidden;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li ul {
  height: 0;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li > .menu-link {
  padding-left: 45px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li li .menu-link {
  padding-left: 60px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li li li .menu-link {
  padding-left: 75px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li li li li .menu-link {
  padding-left: 90px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li li li li li .menu-link {
  padding-left: 105px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li li li li li li .menu-link {
  padding-left: 120px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li li li li li li li .menu-link {
  padding-left: 135px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li li li li li li li li .menu-link {
  padding-left: 150px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li li li li li li li li li .menu-link {
  padding-left: 165px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu.mega-menu-item > .sub-menu > ul > li > .menu-link {
  display: none;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu.mega-menu-item > .sub-menu > ul > li > ul {
  height: auto;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu.mega-menu-item > .sub-menu > ul > li > ul ul {
  height: 0;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu.expanded > .sub-menu {
  visibility: visible;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu:not(.expanded) ul {
  visibility: hidden !important;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu.expanded > .menu-link > span:before, #mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li.has-submenu.expanded > .menu-link > span:after {
  width: 12px;
  height: 2px;
  border-radius: 3px;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li .menu-link {
  display: block;
  position: relative;
  padding: 5px 50px 5px 30px;
  -webkit-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li .menu-link i {
  line-height: inherit;
  display: inline-block;
  float: left;
  width: 30px;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li .menu-link:after {
  display: none;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li .menu-link span {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li .menu-link span:before, #mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li .menu-link span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -moz-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -ms-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li .menu-link span:before {
  -moz-transform: translate3d(-50%, -150%, 0);
  -o-transform: translate3d(-50%, -150%, 0);
  -ms-transform: translate3d(-50%, -150%, 0);
  -webkit-transform: translate3d(-50%, -150%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -150%, 0);
  transform: translate3d(-50%, -150%, 0);
}

#mobile-header .wtbx_hs_main .wtbx_menu_nav .menu li .menu-link span:after {
  -moz-transform: translate3d(-50%, 100%, 0);
  -o-transform: translate3d(-50%, 100%, 0);
  -ms-transform: translate3d(-50%, 100%, 0);
  -webkit-transform: translate3d(-50%, 100%, 0);
  -webkit-transform: -webkit-translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
}

#mobile-header .wtbx_hs_footer {
  z-index: 1;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

#mobile-header .wtbx_hs_footer .wtbx_ha_footer_bottom_inline {
  text-align: center;
}

#mobile-header .wtbx_hs_footer .wtbx_ha_footer_bottom_inline .wtbx_header_part {
  display: inline-block;
}

#mobile-header .wtbx_hs_footer .wtbx_ha_footer_bottom_inline .header_language_trigger {
  width: auto;
}

#mobile-header.wtbx_skin_light .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul {
  background-color: rgba(0, 0, 0, 0.03);
}

#mobile-header.wtbx_skin_light .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li > ul {
  background-color: rgba(0, 0, 0, 0.02);
}

#mobile-header.wtbx_skin_dark .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul {
  background-color: rgba(0, 0, 0, 0.17);
}

#mobile-header.wtbx_skin_dark .wtbx_menu_nav .menu li.has-submenu > .sub-menu > ul > li > ul {
  background-color: rgba(0, 0, 0, 0.1);
}

#mobile-header.wtbx_skin_dark .wtbx_header_border:before {
  background-color: rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------------------------*/
/* 11.  NAVIGATION
/*---------------------------------------------------------------*/
/* Page links */
.page-links {
  padding: 0;
  text-align: left;
}

.page-links span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.page-links .page-links-arrow {
  position: absolute;
  width: 15px;
  height: 2px;
  display: block;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.page-links .page-links-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.page-links.page-1 a {
  float: right !important;
}

.page-links a {
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
}

.page-links a:last-child {
  float: right;
}

.page-links a:first-child {
  float: none;
}

.page-links a:hover .page-links-prev .page-links-arrow {
  width: 25px;
}

.page-links a:hover .page-links-prev span {
  -moz-transform: translate3d(40px, 0, 0);
  -o-transform: translate3d(40px, 0, 0);
  -ms-transform: translate3d(40px, 0, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  -webkit-transform: -webkit-translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}

.page-links a:hover .page-links-next .page-links-arrow {
  width: 25px;
}

.page-links a:hover .page-links-next span {
  -moz-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  -webkit-transform: translate3d(-40px, 0, 0);
  -webkit-transform: -webkit-translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.page-links .page-links-prev {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
  padding-right: 30px;
}

.page-links .page-links-prev span {
  -moz-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -webkit-transform: -webkit-translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.page-links .page-links-prev .page-links-arrow {
  left: 2px;
  display: block;
}

.page-links .page-links-prev .page-links-arrow:before {
  left: 0;
  border-top: 2px solid;
  border-left: 2px solid;
  moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.page-links .page-links-next {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
  padding-left: 30px;
}

.page-links .page-links-next span {
  -moz-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -webkit-transform: -webkit-translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.page-links .page-links-next .page-links-arrow {
  right: 2px;
  display: block;
}

.page-links .page-links-next .page-links-arrow:before {
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: translate3d(0, -50%, 0) rotate(45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.wtbx-pagination {
  padding: 30px 0;
  font-weight: 700;
  position: relative;
  clear: both;
}

.wtbx-pagination .wtbx-pagination-inner {
  position: relative;
}

.wtbx-pagination .wtbx-nav-pages {
  white-space: nowrap;
}

.wtbx-pagination .wtbx-pagination-inner, .wtbx-pagination .wtbx-navigation-inner {
  padding: 0;
  text-align: center;
  cursor: default;
}

.wtbx-pagination .wtbx-pagination-inner a, .wtbx-pagination .wtbx-pagination-inner .page-link, .wtbx-pagination .wtbx-navigation-inner a, .wtbx-pagination .wtbx-navigation-inner .page-link {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner a:before, .wtbx-pagination .wtbx-pagination-inner .page-link:before, .wtbx-pagination .wtbx-navigation-inner a:before, .wtbx-pagination .wtbx-navigation-inner .page-link:before {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .wtbx-pagination-pages, .wtbx-pagination .wtbx-navigation-inner .wtbx-pagination-pages {
  display: inline-block;
}

@media only screen and (max-width: 479px) {
  .wtbx-pagination .wtbx-pagination-inner .wtbx-pagination-pages, .wtbx-pagination .wtbx-navigation-inner .wtbx-pagination-pages {
    display: none;
  }
}

.wtbx-pagination .wtbx-pagination-inner a.page-numbers,
.wtbx-pagination .wtbx-pagination-inner span.page-numbers, .wtbx-pagination .wtbx-navigation-inner a.page-numbers,
.wtbx-pagination .wtbx-navigation-inner span.page-numbers {
  font-size: .928571em;
  line-height: 3;
  height: 3em;
  width: 3em;
  float: left;
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers, .wtbx-pagination .wtbx-navigation-inner .page-numbers {
  position: relative;
  display: inline-block;
  cursor: pointer;
  list-style: none;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers:after, .wtbx-pagination .wtbx-navigation-inner .page-numbers:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers .page-numbers, .wtbx-pagination .wtbx-navigation-inner .page-numbers .page-numbers {
  font-size: .785714em;
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers.current, .wtbx-pagination .wtbx-pagination-inner .page-numbers.dots, .wtbx-pagination .wtbx-navigation-inner .page-numbers.current, .wtbx-pagination .wtbx-navigation-inner .page-numbers.dots {
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers.current, .wtbx-pagination .wtbx-navigation-inner .page-numbers.current {
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers:hover .page-links-prev .page-links-arrow, .wtbx-pagination .wtbx-navigation-inner .page-numbers:hover .page-links-prev .page-links-arrow {
  width: 25px;
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers:hover .page-links-prev span, .wtbx-pagination .wtbx-navigation-inner .page-numbers:hover .page-links-prev span {
  -moz-transform: translate3d(40px, 0, 0);
  -o-transform: translate3d(40px, 0, 0);
  -ms-transform: translate3d(40px, 0, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  -webkit-transform: -webkit-translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers:hover .page-links-next .page-links-arrow, .wtbx-pagination .wtbx-navigation-inner .page-numbers:hover .page-links-next .page-links-arrow {
  width: 25px;
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers:hover .page-links-next span, .wtbx-pagination .wtbx-navigation-inner .page-numbers:hover .page-links-next span {
  -moz-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  -webkit-transform: translate3d(-40px, 0, 0);
  -webkit-transform: -webkit-translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers:hover:after, .wtbx-pagination .wtbx-navigation-inner .page-numbers:hover:after {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.wtbx-pagination .wtbx-pagination-inner .page-numbers:not(.page-prev):not(.page-next), .wtbx-pagination .wtbx-navigation-inner .page-numbers:not(.page-prev):not(.page-next) {
  margin-right: .25em;
  margin-left: .25em;
}

@media only screen and (max-width: 479px) {
  .wtbx-pagination .wtbx-pagination-inner .page-numbers:not(.page-prev):not(.page-next), .wtbx-pagination .wtbx-navigation-inner .page-numbers:not(.page-prev):not(.page-next) {
    display: none;
  }
}

.wtbx-pagination .wtbx-pagination-inner .page-prev, .wtbx-pagination .wtbx-pagination-inner .page-next,
.wtbx-pagination .wtbx-pagination-inner .prev, .wtbx-pagination .wtbx-pagination-inner .next, .wtbx-pagination .wtbx-navigation-inner .page-prev, .wtbx-pagination .wtbx-navigation-inner .page-next,
.wtbx-pagination .wtbx-navigation-inner .prev, .wtbx-pagination .wtbx-navigation-inner .next {
  margin: 0;
  width: auto;
}

.wtbx-pagination .wtbx-pagination-inner .page-prev:after, .wtbx-pagination .wtbx-pagination-inner .page-next:after,
.wtbx-pagination .wtbx-pagination-inner .prev:after, .wtbx-pagination .wtbx-pagination-inner .next:after, .wtbx-pagination .wtbx-navigation-inner .page-prev:after, .wtbx-pagination .wtbx-navigation-inner .page-next:after,
.wtbx-pagination .wtbx-navigation-inner .prev:after, .wtbx-pagination .wtbx-navigation-inner .next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .page-prev a, .wtbx-pagination .wtbx-pagination-inner .page-prev .page-link, .wtbx-pagination .wtbx-pagination-inner .page-next a, .wtbx-pagination .wtbx-pagination-inner .page-next .page-link,
.wtbx-pagination .wtbx-pagination-inner .prev a,
.wtbx-pagination .wtbx-pagination-inner .prev .page-link, .wtbx-pagination .wtbx-pagination-inner .next a, .wtbx-pagination .wtbx-pagination-inner .next .page-link, .wtbx-pagination .wtbx-navigation-inner .page-prev a, .wtbx-pagination .wtbx-navigation-inner .page-prev .page-link, .wtbx-pagination .wtbx-navigation-inner .page-next a, .wtbx-pagination .wtbx-navigation-inner .page-next .page-link,
.wtbx-pagination .wtbx-navigation-inner .prev a,
.wtbx-pagination .wtbx-navigation-inner .prev .page-link, .wtbx-pagination .wtbx-navigation-inner .next a, .wtbx-pagination .wtbx-navigation-inner .next .page-link {
  position: relative;
  display: block;
  font-size: .928571em;
  line-height: 3;
  height: 3em;
  width: 3em;
  border-radius: 3em;
  padding: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .page-prev a:before, .wtbx-pagination .wtbx-pagination-inner .page-prev .page-link:before, .wtbx-pagination .wtbx-pagination-inner .page-next a:before, .wtbx-pagination .wtbx-pagination-inner .page-next .page-link:before,
.wtbx-pagination .wtbx-pagination-inner .prev a:before,
.wtbx-pagination .wtbx-pagination-inner .prev .page-link:before, .wtbx-pagination .wtbx-pagination-inner .next a:before, .wtbx-pagination .wtbx-pagination-inner .next .page-link:before, .wtbx-pagination .wtbx-navigation-inner .page-prev a:before, .wtbx-pagination .wtbx-navigation-inner .page-prev .page-link:before, .wtbx-pagination .wtbx-navigation-inner .page-next a:before, .wtbx-pagination .wtbx-navigation-inner .page-next .page-link:before,
.wtbx-pagination .wtbx-navigation-inner .prev a:before,
.wtbx-pagination .wtbx-navigation-inner .prev .page-link:before, .wtbx-pagination .wtbx-navigation-inner .next a:before, .wtbx-pagination .wtbx-navigation-inner .next .page-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: scape-ui !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.142857em;
  line-height: 1;
  margin-top: .08em;
  text-align: center;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

@media only screen and (max-width: 767px) {
  .wtbx-pagination .wtbx-pagination-inner .page-prev, .wtbx-pagination .wtbx-pagination-inner .page-next,
.wtbx-pagination .wtbx-pagination-inner .prev, .wtbx-pagination .wtbx-pagination-inner .next, .wtbx-pagination .wtbx-navigation-inner .page-prev, .wtbx-pagination .wtbx-navigation-inner .page-next,
.wtbx-pagination .wtbx-navigation-inner .prev, .wtbx-pagination .wtbx-navigation-inner .next {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
  }
}

.wtbx-pagination .wtbx-pagination-inner .page-prev a:before, .wtbx-pagination .wtbx-pagination-inner .page-prev .page-link:before,
.wtbx-pagination .wtbx-pagination-inner .prev a:before,
.wtbx-pagination .wtbx-pagination-inner .prev .page-link:before, .wtbx-pagination .wtbx-navigation-inner .page-prev a:before, .wtbx-pagination .wtbx-navigation-inner .page-prev .page-link:before,
.wtbx-pagination .wtbx-navigation-inner .prev a:before,
.wtbx-pagination .wtbx-navigation-inner .prev .page-link:before {
  content: '\e915';
}

.wtbx-pagination .wtbx-pagination-inner .page-next a:before, .wtbx-pagination .wtbx-pagination-inner .page-next .page-link:before,
.wtbx-pagination .wtbx-pagination-inner .next a:before,
.wtbx-pagination .wtbx-pagination-inner .next .page-link:before, .wtbx-pagination .wtbx-navigation-inner .page-next a:before, .wtbx-pagination .wtbx-navigation-inner .page-next .page-link:before,
.wtbx-pagination .wtbx-navigation-inner .next a:before,
.wtbx-pagination .wtbx-navigation-inner .next .page-link:before {
  content: '\e916';
}

.wtbx-pagination .wtbx-pagination-inner a, .wtbx-pagination .wtbx-navigation-inner a {
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .wtbx-nav-button, .wtbx-pagination .wtbx-navigation-inner .wtbx-nav-button {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wtbx-pagination .wtbx-pagination-inner .wtbx-nav-button.invisible, .wtbx-pagination .wtbx-navigation-inner .wtbx-nav-button.invisible {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
}

.wtbx-pagination .wtbx-pagination-inner .wtbx-nav-button span, .wtbx-pagination .wtbx-navigation-inner .wtbx-nav-button span {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .wtbx-nav-button .page-links-arrow, .wtbx-pagination .wtbx-navigation-inner .wtbx-nav-button .page-links-arrow {
  position: absolute;
  width: 15px;
  height: 2px;
  display: block;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .wtbx-nav-button .page-links-arrow:before, .wtbx-pagination .wtbx-navigation-inner .wtbx-nav-button .page-links-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination .wtbx-pagination-inner .page-links-prev, .wtbx-pagination .wtbx-navigation-inner .page-links-prev {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 100%;
}

.wtbx-pagination .wtbx-pagination-inner .page-links-prev span, .wtbx-pagination .wtbx-navigation-inner .page-links-prev span {
  padding-right: 10px;
  -moz-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -webkit-transform: -webkit-translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.wtbx-pagination .wtbx-pagination-inner .page-links-prev .page-links-arrow, .wtbx-pagination .wtbx-navigation-inner .page-links-prev .page-links-arrow {
  left: 2px;
  display: block;
}

.wtbx-pagination .wtbx-pagination-inner .page-links-prev .page-links-arrow:before, .wtbx-pagination .wtbx-navigation-inner .page-links-prev .page-links-arrow:before {
  left: 0;
  border-width: 2px 0 0 0;
  border-style: solid none none none;
  moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.wtbx-pagination .wtbx-pagination-inner .page-links-next, .wtbx-pagination .wtbx-navigation-inner .page-links-next {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wtbx-pagination .wtbx-pagination-inner .page-links-next span, .wtbx-pagination .wtbx-navigation-inner .page-links-next span {
  padding-left: 10px;
  -moz-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -webkit-transform: -webkit-translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.wtbx-pagination .wtbx-pagination-inner .page-links-next .page-links-arrow, .wtbx-pagination .wtbx-navigation-inner .page-links-next .page-links-arrow {
  right: 2px;
  display: block;
}

.wtbx-pagination .wtbx-pagination-inner .page-links-next .page-links-arrow:before, .wtbx-pagination .wtbx-navigation-inner .page-links-next .page-links-arrow:before {
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: translate3d(0, -50%, 0) rotate(45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.wtbx-pagination.paged-post-nav a, .wtbx-pagination.paged-post-nav .post-page-numbers {
  display: inline-block;
  position: relative;
  font-size: .928571em;
  font-weight: 600;
  line-height: 3;
  height: 3em;
  width: 3em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 4em;
  box-sizing: content-box;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination.paged-post-nav a:hover, .wtbx-pagination.paged-post-nav .post-page-numbers:hover {
  border-color: transparent;
  background-color: #fff;
}

.wtbx-pagination.paged-post-nav a.current, .wtbx-pagination.paged-post-nav .post-page-numbers.current {
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx-pagination.paged-post-nav a .page-numbers, .wtbx-pagination.paged-post-nav .post-page-numbers .page-numbers {
  line-height: 3.5;
  height: 3.5em;
  padding: 0;
  width: 3.5em;
  position: relative;
  font-size: 1em;
}

.wtbx-pagination.paged-post-nav a .page-numbers:before, .wtbx-pagination.paged-post-nav .post-page-numbers .page-numbers:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -1px;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-radius: 0 2px 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-pagination.paged-post-nav a .page-numbers.page-next:before, .wtbx-pagination.paged-post-nav .post-page-numbers .page-numbers.page-next:before {
  right: 1.5em;
  -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.wtbx-pagination.paged-post-nav a .page-numbers.page-prev:before, .wtbx-pagination.paged-post-nav .post-page-numbers .page-numbers.page-prev:before {
  left: 1.5em;
  -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
}

.wtbx-pagination.wtbx-skin-dark a, .wtbx-pagination.wtbx-skin-dark .page-numbers {
  color: rgba(255, 255, 255, 0.5);
}

.wtbx-pagination.wtbx-skin-dark a.current, .wtbx-pagination.wtbx-skin-dark .page-numbers.current {
  color: #fff;
}

.wtbx-pagination.wtbx-skin-dark a:after, .wtbx-pagination.wtbx-skin-dark .page-numbers:after {
  background-color: rgba(255, 255, 255, 0.05);
}

.wtbx-pagination.wtbx-skin-dark .page-prev a:before,
.wtbx-pagination.wtbx-skin-dark .page-next a:before {
  color: rgba(255, 255, 255, 0.5);
}

.wtbx-pagination.wtbx-skin-dark .page-prev a:hover:before,
.wtbx-pagination.wtbx-skin-dark .page-next a:hover:before {
  color: #fff;
}

.wtbx-grid-wrapper .wtbx-pagination {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 1em;
}

.wtbx-grid-wrapper .wtbx-pagination .row-inner {
  max-width: initial;
}

.slider-bullets.wtbx-skin-light ul li button {
  background-color: #fff;
}

.slider-bullets.wtbx-skin-light ul li button:after {
  border-color: #fff !important;
}

.slider-bullets.wtbx-skin-light ul li.slick-active button {
  background-color: transparent;
}

.slider-bullets.wtbx-skin-dark ul li.slick-active button {
  background-color: transparent;
}

.wtbx-slider-nav.wtbx-skin-light a .page-links-arrow {
  background-color: #fff;
}

.wtbx-slider-nav.wtbx-skin-light a .page-links-arrow:before {
  border-color: #fff;
}

.wtbx-navigation-wrapper {
  position: relative;
  display: block;
  width: 100%;
  z-index: 98;
  clear: both;
}

.wtbx-navigation {
  clear: both;
  width: 100%;
  position: relative;
}

.wtbx-navigation .wtbx-nav-inner {
  text-align: center;
}

.wtbx-navigation .wtbx-nav-inner li {
  display: inline-block;
  line-height: 30px;
}

.wtbx-navigation .wtbx-nav-inner a {
  height: 30px;
  line-height: 30px;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation .wtbx-nav-inner span {
  display: block;
  font-weight: 600;
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 40px;
  background-color: #fff;
  -moz-transform: scale3d(0.95, 0.95, 1);
  -o-transform: scale3d(0.95, 0.95, 1);
  -ms-transform: scale3d(0.95, 0.95, 1);
  -webkit-transform: scale3d(0.95, 0.95, 1);
  -webkit-transform: -webkit-scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back:hover:before {
  border-color: transparent;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background-color: #fff;
  border-radius: 6px;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back .wtbx-nav-back-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back .wtbx-nav-back-inner .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back .wtbx-nav-back-inner .dot:before, .wtbx-navigation .wtbx-nav-inner .wtbx-nav-back .wtbx-nav-back-inner .dot:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back .wtbx-nav-back-inner .dot:before {
  -moz-transform: translate3d(200%, 0, 0);
  -o-transform: translate3d(200%, 0, 0);
  -ms-transform: translate3d(200%, 0, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  -webkit-transform: -webkit-translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back .wtbx-nav-back-inner .dot:after {
  -moz-transform: translate3d(-200%, 0, 0);
  -o-transform: translate3d(-200%, 0, 0);
  -ms-transform: translate3d(-200%, 0, 0);
  -webkit-transform: translate3d(-200%, 0, 0);
  -webkit-transform: -webkit-translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back .wtbx-nav-back-inner .dot.first {
  -moz-transform: translate3d(-50%, -250%, 0);
  -o-transform: translate3d(-50%, -250%, 0);
  -ms-transform: translate3d(-50%, -250%, 0);
  -webkit-transform: translate3d(-50%, -250%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -250%, 0);
  transform: translate3d(-50%, -250%, 0);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-back .wtbx-nav-back-inner .dot.third {
  -moz-transform: translate3d(-50%, 150%, 0);
  -o-transform: translate3d(-50%, 150%, 0);
  -ms-transform: translate3d(-50%, 150%, 0);
  -webkit-transform: translate3d(-50%, 150%, 0);
  -webkit-transform: -webkit-translate3d(-50%, 150%, 0);
  transform: translate3d(-50%, 150%, 0);
}

.wtbx-navigation .wtbx-nav-inner .page-links-arrow {
  position: absolute;
  width: 15px;
  height: 2px;
  display: block;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: width 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation .wtbx-nav-inner .page-links-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-prev {
  position: relative;
  height: 30px;
  float: left;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-prev .page-links-arrow {
  left: 2px;
  display: block;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-prev .page-links-arrow:before {
  left: 0;
  border-top: 2px solid;
  border-left: 2px solid;
  moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-prev:hover .page-links-arrow {
  width: 25px;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-next {
  position: relative;
  height: 30px;
  float: right;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-next .page-links-arrow {
  right: 2px;
  display: block;
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-next .page-links-arrow:before {
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: translate3d(0, -50%, 0) rotate(45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.wtbx-navigation .wtbx-nav-inner .wtbx-nav-next:hover .page-links-arrow {
  width: 25px;
}

.wtbx-navigation-wrapper.wtbx-layout-images {
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-prev {
  left: 0;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next {
  right: 0;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  /* w3c */
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  -ms-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls {
  margin: 0 -5%;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next {
  width: 50%;
  max-width: 50%;
  text-align: center;
  float: none;
  padding: 4% 10%;
  min-height: 200px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content {
  display: inline-block;
  color: #fff;
  z-index: 2;
  padding: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-meta,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content .wtbx-nav-meta {
  font-size: .857143em;
  line-height: 1.2em;
  margin-bottom: 1em;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-title,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content .wtbx-nav-title {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-meta,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content .wtbx-nav-meta {
    font-size: .785714em;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-title,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content .wtbx-nav-title {
    font-size: 1.5em;
  }
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-image,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-image *,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-image * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-image:before,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: .75;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-gradient {
  -moz-transform: translate3d(10%, 0, 0);
  -o-transform: translate3d(10%, 0, 0);
  -ms-transform: translate3d(10%, 0, 0);
  -webkit-transform: translate3d(10%, 0, 0);
  -webkit-transform: -webkit-translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-gradient {
  -moz-transform: translate3d(-10%, 0, 0) rotate(180deg);
  -o-transform: translate3d(-10%, 0, 0) rotate(180deg);
  -ms-transform: translate3d(-10%, 0, 0) rotate(180deg);
  -webkit-transform: translate3d(-10%, 0, 0) rotate(180deg);
  -webkit-transform: -webkit-translate3d(-10%, 0, 0) rotate(180deg);
  transform: translate3d(-10%, 0, 0) rotate(180deg);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-prev:hover ~ .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-image {
  -moz-transform: scale3d(1.03, 1.03, 1);
  -o-transform: scale3d(1.03, 1.03, 1);
  -ms-transform: scale3d(1.03, 1.03, 1);
  -webkit-transform: scale3d(1.03, 1.03, 1);
  -webkit-transform: -webkit-scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-prev:hover ~ .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-image:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-prev:hover ~ .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content {
  -moz-transform: translate3d(10%, 0, 0);
  -o-transform: translate3d(10%, 0, 0);
  -ms-transform: translate3d(10%, 0, 0);
  -webkit-transform: translate3d(10%, 0, 0);
  -webkit-transform: -webkit-translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-prev:hover ~ .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-meta {
  -moz-transform: translate3d(3%, 0, 0);
  -o-transform: translate3d(3%, 0, 0);
  -ms-transform: translate3d(3%, 0, 0);
  -webkit-transform: translate3d(3%, 0, 0);
  -webkit-transform: -webkit-translate3d(3%, 0, 0);
  transform: translate3d(3%, 0, 0);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-prev:hover ~ .wtbx-nav-controls .wtbx-nav-prev .wtbx-gradient {
  opacity: 1;
  left: 0;
  right: auto;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-prev:hover ~ .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-image:before {
  opacity: 1;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-prev:hover ~ .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content {
  opacity: .2;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next:hover ~ .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-image {
  -moz-transform: scale3d(1.03, 1.03, 1);
  -o-transform: scale3d(1.03, 1.03, 1);
  -ms-transform: scale3d(1.03, 1.03, 1);
  -webkit-transform: scale3d(1.03, 1.03, 1);
  -webkit-transform: -webkit-scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
  moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next:hover ~ .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-image:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next:hover ~ .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content {
  -moz-transform: translate3d(-10%, 0, 0);
  -o-transform: translate3d(-10%, 0, 0);
  -ms-transform: translate3d(-10%, 0, 0);
  -webkit-transform: translate3d(-10%, 0, 0);
  -webkit-transform: -webkit-translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next:hover ~ .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content .wtbx-nav-meta {
  -moz-transform: translate3d(-3%, 0, 0);
  -o-transform: translate3d(-3%, 0, 0);
  -ms-transform: translate3d(-3%, 0, 0);
  -webkit-transform: translate3d(-3%, 0, 0);
  -webkit-transform: -webkit-translate3d(-3%, 0, 0);
  transform: translate3d(-3%, 0, 0);
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next:hover ~ .wtbx-nav-controls .wtbx-nav-next .wtbx-gradient {
  opacity: 1;
  right: 0;
  left: auto;
  -moz-transform: translate3d(0, 0, 0) rotate(180deg);
  -o-transform: translate3d(0, 0, 0) rotate(180deg);
  -ms-transform: translate3d(0, 0, 0) rotate(180deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  -webkit-transform: -webkit-translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next:hover ~ .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-image:before {
  opacity: 1;
}

.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next:hover ~ .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content {
  opacity: .2;
}

@media only screen and (max-width: 768px) {
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay {
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    bottom: auto;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-gradient {
    opacity: .8 !important;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-overlay-next {
    top: 50%;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next {
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    padding: 17% 10%;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content {
    text-align: center;
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-meta,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-content .wtbx-nav-meta {
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-image,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-image {
    moz-transform-origin: center center !important;
    -o-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform-origin: center center !important;
  }
  .wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-prev .wtbx-nav-image:before,
.wtbx-navigation-wrapper.wtbx-layout-images .wtbx-page-nav .wtbx-nav-controls .wtbx-nav-next .wtbx-nav-image:before {
    opacity: .5 !important;
  }
}

/*---------------------------------------------------------------*/
/* --   SINGLE POST NAVIGATION
/*---------------------------------------------------------------*/
.wtbx-navigation-wrapper.wtbx-layout-top .wtbx-navigation.wtbx-page-nav {
  margin-top: 0;
  margin-bottom: 2em;
}

.wtbx-navigation-wrapper.wtbx-layout-top .wtbx-navigation.wtbx-page-nav .wtbx-nav-inner {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.wtbx-navigation-wrapper.wtbx-layout-top .wtbx-navigation.wtbx-page-nav .wtbx-nav-inner .wtbx-nav-column {
  padding: .5em 30px;
}

.wtbx-navigation.wtbx-page-nav {
  padding: 1em 0;
  margin-top: 2em;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-inner {
  padding: 0;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-inner .wtbx-nav-column {
  position: relative;
}

.wtbx-navigation.wtbx-page-nav a {
  height: auto;
  display: table;
}

.wtbx-navigation.wtbx-page-nav a .wtbx-nav-thumb {
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}

.wtbx-navigation.wtbx-page-nav .wtbx-element-visible a:hover .wtbx-nav-thumb {
  opacity: 1;
  box-shadow: 0 12px 35px -7px rgba(9, 31, 67, 0.3);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next {
  height: auto;
  max-width: 45%;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev a:before,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next a:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-radius: 0 2px 0 0;
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-thumb,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-thumb.wtbx-element-visible,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-thumb.wtbx-element-visible {
  opacity: .7;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-content,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-content {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-content span,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-content span {
  line-height: 20px;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-content i,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-content i {
  margin-right: 5px;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-title,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-content .wtbx-nav-title {
  font-size: 1.071429em;
  font-weight: 600;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-meta-next,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-meta-prev,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-content .wtbx-nav-meta-next,
.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-content .wtbx-nav-meta-prev {
  font-size: 0.714286em;
  text-transform: uppercase;
  font-weight: 600;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev {
  float: left;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev a {
  padding-left: 20px;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev a:before {
  left: 0;
  -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev a:hover:before {
  -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev a:hover .wtbx-nav-thumb {
  -moz-transform: translate3d(5px, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(5px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(5px, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(5px, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(5px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(5px, 0, 0) scale3d(1, 1, 1);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev a:hover .wtbx-nav-content {
  -moz-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  -webkit-transform: -webkit-translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-content {
  text-align: left;
  padding-left: 15px;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-next {
  float: right;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-next a {
  padding-right: 20px;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-next a:before {
  right: 0;
  -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-next a:hover:before {
  -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 0, 0.3, 1) 0.15s;
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-next a:hover .wtbx-nav-thumb {
  -moz-transform: translate3d(-5px, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-5px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-5px, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-5px, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-5px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-5px, 0, 0) scale3d(1, 1, 1);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-next a:hover .wtbx-nav-content {
  -moz-transform: translate3d(-5px, 0, 0);
  -o-transform: translate3d(-5px, 0, 0);
  -ms-transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
  -webkit-transform: -webkit-translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

.wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-content {
  text-align: right;
  padding-right: 15px;
}

.wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-prev a:before,
.wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-next a:before {
  border-color: #fff;
}

.wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-title {
  color: #fff;
}

.wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-meta {
  color: rgba(255, 255, 255, 0.5);
}

.wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-back:before {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-back .dot {
  background-color: #fff;
}

.wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-back .dot:before, .wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-back .dot:after {
  background-color: #fff;
}

.wtbx-navigation.wtbx-page-nav.wtbx-skin-dark .wtbx-nav-back:hover:before {
  border-color: transparent;
}

.wtbx_bottom_navigation {
  position: relative;
  width: 100%;
}

.wtbx_bottom_navigation .wtbx-navigation {
  margin-top: 0;
  padding: 0;
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-inner {
  max-width: none;
}

.wtbx_bottom_navigation .wtbx-navigation ul {
  margin: 0;
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-prev,
.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-next {
  cursor: default;
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-prev a,
.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-next a {
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  border-radius: 50px;
  padding: 15px 40px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-prev a:hover,
.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-next a:hover {
  opacity: 1;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.15);
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-prev a:hover .wtbx-nav-content .wtbx-nav-title,
.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-next a:hover .wtbx-nav-content .wtbx-nav-title {
  width: 100px;
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-prev .wtbx-nav-content span,
.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-next .wtbx-nav-content span {
  display: block;
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-meta,
.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-next .wtbx-nav-content .wtbx-nav-meta {
  line-height: 1.5;
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-prev .wtbx-nav-content .wtbx-nav-title,
.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-next .wtbx-nav-content .wtbx-nav-title {
  display: block;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "…";
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.928571em;
  font-weight: 600;
  line-height: 1.5;
  width: 85px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-prev a:before {
  left: 30px;
}

.wtbx_bottom_navigation .wtbx-navigation .wtbx-nav-next a:before {
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .wtbx-navigation-wrapper.wtbx-page-nav-wrapper.wtbx-layout-bottom .wtbx-nav-content, .wtbx-navigation-wrapper.wtbx-page-nav-wrapper.wtbx-layout-top .wtbx-nav-content {
    display: none;
  }
}

.wtbx_fixed_navigation {
  position: fixed;
  bottom: 30px;
  left: 15px;
  right: 15px;
  z-index: 902;
  height: 0;
  display: table;
  width: calc(100% - 30px);
  text-align: right;
  visibility: hidden;
}

.wtbx_fixed_navigation:not(.invisible) .wtbx-nav-prev,
.wtbx_fixed_navigation:not(.invisible) .wtbx-nav-next,
.wtbx_fixed_navigation:not(.invisible) .wtbx-social-wrapper,
.wtbx_fixed_navigation:not(.invisible) .wtbx-totop {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .wtbx_fixed_navigation .wtbx-navigation.wtbx-page-nav .wtbx-nav-prev .wtbx-nav-content,
.wtbx_fixed_navigation .wtbx-navigation.wtbx-page-nav .wtbx-nav-next .wtbx-nav-content {
    display: none;
  }
  .wtbx_fixed_navigation .wtbx-navigation.wtbx-page-nav .wtbx-nav-prev a,
.wtbx_fixed_navigation .wtbx-navigation.wtbx-page-nav .wtbx-nav-next a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    padding: 0;
  }
  .wtbx_fixed_navigation .wtbx-navigation.wtbx-page-nav .wtbx-nav-prev a:before,
.wtbx_fixed_navigation .wtbx-navigation.wtbx-page-nav .wtbx-nav-next a:before {
    left: 50%;
    margin-left: -5px;
  }
}

/*---------------------------------------------------------------*/
/* 12.  ARCHIVES AND UTILITY PAGES
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* --   SEARCH PAGE
/*---------------------------------------------------------------*/
.search-results .wtbx-search-query, .search-no-results .wtbx-search-query {
  font-weight: 600;
}

.search-results #wtbx-search-page-searchform, .search-no-results #wtbx-search-page-searchform {
  margin: 30px -15px 90px;
  clear: both;
}

.search-results #wtbx-search-page-searchform .wtbx-button, .search-no-results #wtbx-search-page-searchform .wtbx-button {
  display: none;
}

.search-results .wtbx-search-page-label, .search-no-results .wtbx-search-page-label {
  margin: 30px 0;
  font-size: 1.214286em;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.764706;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  display: inline-block;
  float: left;
}

.search-results .wtbx-search-page-count, .search-no-results .wtbx-search-page-count {
  margin: 30px 0;
  font-size: .857143em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 3;
  display: inline-block;
  float: right;
  padding: 0 1.5em;
  border-width: 1px;
  border-style: solid;
  border-radius: 4em;
}

@media only screen and (max-width: 767px) {
  .search-results .wtbx-search-page-count, .search-no-results .wtbx-search-page-count {
    float: none;
    display: block;
    text-align: center;
  }
  .search-results .wtbx-search-page-label, .search-no-results .wtbx-search-page-label {
    float: none;
    display: block;
    text-align: center;
  }
}

.search-results .results-container, .search-no-results .results-container {
  margin: 0;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 991px) {
  .search-results .results-container, .search-no-results .results-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 640px) {
  .search-results .results-container, .search-no-results .results-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-results .wtbx-search-result, .search-no-results .wtbx-search-result {
  display: inline-block;
  vertical-align: top;
}

.search-results .wtbx-search-result .wtbx-search-result-inner, .search-no-results .wtbx-search-result .wtbx-search-result-inner {
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.search-results .wtbx-search-result .wtbx-search-result-inner:hover, .search-no-results .wtbx-search-result .wtbx-search-result-inner:hover {
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  border-color: transparent;
  -moz-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
  -webkit-transform: -webkit-translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.search-results .wtbx-search-result .entry-thumbnail + .entry-content, .search-no-results .wtbx-search-result .entry-thumbnail + .entry-content {
  padding: 20px 20px 20px;
  border-radius: 0 0 6px 6px;
  border-top-color: transparent;
  display: block;
}

.search-results .wtbx-search-result .entry-content, .search-no-results .wtbx-search-result .entry-content {
  padding: 60px 20px 20px;
  border-radius: 6px;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.search-results .wtbx-search-result .entry-content .entry-title, .search-no-results .wtbx-search-result .entry-content .entry-title {
  font-size: 1.142857em;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  margin: 0;
  white-space: normal;
}

.search-results .wtbx-search-result .entry-content .meta-date, .search-no-results .wtbx-search-result .entry-content .meta-date {
  font-size: .857143em;
  line-height: 1.5;
  font-weight: 500;
}

.search-results .wtbx-search-result .entry-content .meta-date i, .search-no-results .wtbx-search-result .entry-content .meta-date i {
  line-height: inherit;
  float: left;
  margin-right: 5px;
}

.search-results .wtbx-search-result .entry-post-type, .search-no-results .wtbx-search-result .entry-post-type {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: .714286em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.5;
  border-radius: 4em;
  padding: 0 1.2em;
  z-index: 10;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_search_form_wrapper .wtbx_search_in {
  font-size: 1.428571em;
  height: 2.5em;
  line-height: 2.5;
  font-weight: 400;
  text-align: center;
  display: block;
}

.wtbx_search_form_wrapper .wtbx_search_field_wrapper {
  font-size: 1.428571em;
  font-weight: 400;
  height: 2.5em;
  line-height: 2.5;
  position: relative;
}

.wtbx_search_form_wrapper .wtbx_search_field {
  font-size: 1em;
  font-weight: 500;
  height: 2.5em;
  line-height: 2.5;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-shadow: none !important;
}

.wtbx_search_form_wrapper .wtbx_search_field:after {
  display: none;
}

.wtbx_search_form_wrapper .wtbx_search_field:hover, .wtbx_search_form_wrapper .wtbx_search_field:focus, .wtbx_search_form_wrapper .wtbx_search_field:active {
  background-color: transparent !important;
}

.wtbx_search_form_wrapper .wtbx_search_input_wrapper {
  position: relative;
}

.wtbx_search_form_wrapper .wtbx_search_input_wrapper i {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: .9em;
  margin-top: .2em;
  line-height: inherit;
  display: block;
  cursor: pointer;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_search_form_wrapper .wtbx_search_input_wrapper i:before {
  position: relative;
  top: -2px;
}

.wtbx_search_form_wrapper .wtbx_search_input_wrapper .wtbx_search_input {
  padding-right: 2.25em;
  z-index: 1;
}

.wtbx_search_form_wrapper .wtbx_search_select_wrapper {
  position: relative;
}

.wtbx_search_form_wrapper .wtbx_search_select_wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  display: block;
  border-top-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 135deg);
  -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 135deg);
  -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 135deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 135deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate3d(0, 0, 1, 135deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 135deg);
}

.wtbx_search_form_wrapper .wtbx_search_select_wrapper .wtbx_search_select {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  cursor: pointer;
  padding: 0 15px;
}

.wtbx_search_form_wrapper .wtbx-button {
  display: none;
  margin-top: 30px;
}

#wtbx_header_search_wrapper .wtbx_search_input_wrapper:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 2;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -webkit-transform: -webkit-scaleX(0);
  transform: scaleX(0);
}

#wtbx_header_search_wrapper.search_active .wtbx_search_input_wrapper:after {
  -o-animation: searchBarActive 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.8s forwards;
  -moz-animation: searchBarActive 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.8s forwards;
  -webkit-animation: searchBarActive 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.8s forwards;
  animation: searchBarActive 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.8s forwards;
}

#wtbx_header_search_wrapper.wtbx_skin_dark .wtbx_search_input_wrapper:after {
  background-color: #fff !important;
}

@-webkit-keyframes searchBarActive {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-moz-keyframes searchBarActive {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-o-keyframes searchBarActive {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes searchBarActive {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

/*---------------------------------------------------------------*/
/* --   404 PAGE
/*---------------------------------------------------------------*/
article.error404 .error-content {
  min-height: 100vh;
  width: 100%;
  display: table;
}

article.error404 .error-content .row-inner {
  padding: 90px 0;
  text-align: center;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

article.error404 .error-content .row-inner h1 {
  margin: 0;
  font-size: 125px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #fff;
}

article.error404 .error-content .row-inner h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #fff;
}

article.error404 .error-content .row-inner p {
  max-width: 500px;
  margin: 60px auto 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

article.error404 .error-content .row-inner a {
  margin-top: 60px;
  border-radius: 4em;
}

@media only screen and (max-width: 768px) {
  article.error404 .error-content .row-inner h1 {
    font-size: 100px;
  }
  article.error404 .error-content .row-inner h2 {
    font-size: 21px;
  }
}

/*---------------------------------------------------------------*/
/* --   MAINTENANCE PAGE
/*---------------------------------------------------------------*/
.maintenance-page #page-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wtbx-maintenance-wrapper {
  display: table;
  width: 100%;
  height: 100vh;
}

.wtbx-maintenance-wrapper .wtbx-maintenance-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.wtbx-maintenance-wrapper .wtbx-maintenance-inner article {
  max-width: 600px;
  margin: 0 auto;
}

.wtbx-maintenance-wrapper .wtbx-maintenance-inner article h1 {
  margin: 0;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.5;
}

.wtbx-maintenance-wrapper .wtbx-maintenance-inner article p {
  font-size: 14px;
}

.wtbx-maintenance-wrapper .wtbx-maintenance-inner article i {
  display: block;
  text-align: right;
  font-size: 70px;
}

@media only screen and (max-width: 767px) {
  .wtbx-maintenance-wrapper .wtbx-maintenance-inner article i {
    display: none;
  }
}

.wtbx-maintenance-wrapper .wtbx-maintenance-inner article .maintenance-team {
  font-size: 12px;
}

/*---------------------------------------------------------------*/
/* 13.  SHORTCODES
/*---------------------------------------------------------------*/
#wrapper .wpb_content_element {
  margin-bottom: 0;
}

/*
* Section
*/
.wtbx_vc_section {
  display: block;
  position: relative;
}

.wtbx_vc_section .wtbx_vc_section_inner {
  position: relative;
}

.wtbx_vc_section .wtbx_section_wrapper {
  display: block;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media_wrapper,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim_inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg .wtbx-bg-image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg .wtbx-bg-image-inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg .wtbx_section_bg_image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_inner .wtbx-bg-image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_inner .wtbx-bg-image-inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_inner .wtbx_section_bg_image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media_wrapper .wtbx-bg-image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media_wrapper .wtbx-bg-image-inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media_wrapper .wtbx_section_bg_image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media .wtbx-bg-image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media .wtbx-bg-image-inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media .wtbx_section_bg_image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim .wtbx-bg-image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim .wtbx-bg-image-inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim .wtbx_section_bg_image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim_inner .wtbx-bg-image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim_inner .wtbx-bg-image-inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim_inner .wtbx_section_bg_image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_overlay .wtbx-bg-image,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_overlay .wtbx-bg-image-inner,
.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_overlay .wtbx_section_bg_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg {
  z-index: 1;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg .wtbx_section_bg_inner {
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media_wrapper {
  z-index: 1;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media_wrapper.wtbx_parallax_scale {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media_wrapper .wtbx_parallax_scroll {
  left: 50%;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_media.wtbx_parallax_mousemove {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim {
  z-index: 2;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_anim.hidden {
  display: none;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_bg_overlay {
  z-index: 3;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_content {
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 4;
}

.wtbx_vc_section .wtbx_section_wrapper .wtbx_section_content .wtbx_section_content_inner {
  width: 100%;
}

.wtbx_vc_section.wtbx_section_full_height_fixed .wtbx_section_wrapper .wtbx_section_content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.wtbx_vc_section.wtbx_section_full_height_fixed .wtbx_section_wrapper .wtbx_section_content .wtbx_section_content_inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wtbx_vc_section.wtbx_section_full_height_ext .wtbx_section_wrapper .wtbx_section_content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  min-height: 100vh;
}

.wtbx_vc_section.wtbx_section_full_height_ext .wtbx_section_wrapper .wtbx_section_content .wtbx_section_content_inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wtbx_vc_section.wtbx_section_align_top .wtbx_section_content_inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wtbx_vc_section.wtbx_section_align_middle .wtbx_section_content_inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wtbx_vc_section.wtbx_section_align_bottom .wtbx_section_content_inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wtbx_anim_bg_segments .wtbx_anim_segments {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_anim_bg_segments .wtbx_anim_segments .wtbx_anim_segment_container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.wtbx_anim_bg_segments .wtbx_anim_segments .wtbx_anim_segment_container:not(.wtbx_parallax_mousemove) {
  width: 100% !important;
  height: 100% !important;
}

.wtbx_anim_bg_segments .wtbx_anim_segments .wtbx_anim_segment_container.wtbx_parallax_mousemove {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
}

.wtbx_anim_bg_segments .wtbx_anim_segments .wtbx_anim_segment_container.wtbx_parallax_scroll {
  top: 0;
  left: 50%;
  right: auto;
}

.wtbx_anim_bg_segments .wtbx_anim_segments .wtbx_anim_segment_outer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.wtbx_anim_bg_segments .wtbx_anim_segments .wtbx_anim_segment_outer.wtbx_parallax_scale {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}

.wtbx_anim_bg_segments .wtbx_anim_segments .wtbx_anim_segment_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wtbx_anim_bg_segments .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment {
  opacity: 1;
}

.wtbx_anim_bg_segments .wtbx_anim_segment_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wtbx_anim_bg_segments .wtbx_anim_segment {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: transform 3s cubic-bezier(0.2, 0, 0.3, 1), opacity 3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 3s cubic-bezier(0.2, 0, 0.3, 1), opacity 3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 3s cubic-bezier(0.2, 0, 0.3, 1), opacity 3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 3s cubic-bezier(0.2, 0, 0.3, 1), opacity 3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 3s cubic-bezier(0.2, 0, 0.3, 1), opacity 3s cubic-bezier(0.2, 0, 0.3, 1);
  opacity: 0;
}

.wtbx_anim_bg_segments .wtbx_anim_segment.wtbx_parallax_mousemove {
  top: 50%;
  bottom: auto;
}

.wtbx_anim_bg_segments .wtbx_anim_segment .wtbx_anim_segment_shadow {
  position: absolute;
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segment_1 .wtbx_anim_segment_shadow {
  left: 0;
  right: 60%;
  top: 0;
  bottom: 45%;
  box-shadow: 0px 8px 40px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segment_1 .wtbx_anim_image {
  -webkit-clip-path: polygon(0 0, 40% 0, 40% 55%, 0 55%);
  clip-path: polygon(0 0, 40% 0, 40% 55%, 0 55%);
  clip: rect(0 0, 40% 0, 40% 55%, 0 55%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segment_2 .wtbx_anim_segment_shadow {
  left: 63%;
  right: 25%;
  top: 30%;
  bottom: 10%;
  box-shadow: 0px 12px 60px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segment_2 .wtbx_anim_image {
  -webkit-clip-path: polygon(63% 30%, 75% 30%, 75% 90%, 63% 90%);
  clip-path: polygon(63% 30%, 75% 30%, 75% 90%, 63% 90%);
  clip: rect(63% 30%, 75% 30%, 75% 90%, 63% 90%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segment_3 .wtbx_anim_segment_shadow {
  left: 25%;
  right: 40%;
  top: 60%;
  bottom: 0;
  box-shadow: 0px 16px 80px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segment_3 .wtbx_anim_image {
  -webkit-clip-path: polygon(25% 60%, 60% 60%, 60% 100%, 25% 100%);
  clip-path: polygon(25% 60%, 60% 60%, 60% 100%, 25% 100%);
  clip: rect(25% 60%, 60% 60%, 60% 100%, 25% 100%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_1 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 50px);
  -o-transform: translate3d(0, 0, 50px);
  -ms-transform: translate3d(0, 0, 50px);
  -webkit-transform: translate3d(0, 0, 50px);
  -webkit-transform: -webkit-translate3d(0, 0, 50px);
  transform: translate3d(0, 0, 50px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_2 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 30px);
  -o-transform: translate3d(0, 0, 30px);
  -ms-transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  -webkit-transform: -webkit-translate3d(0, 0, 30px);
  transform: translate3d(0, 0, 30px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_1 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_3 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 80px);
  -o-transform: translate3d(0, 0, 80px);
  -ms-transform: translate3d(0, 0, 80px);
  -webkit-transform: translate3d(0, 0, 80px);
  -webkit-transform: -webkit-translate3d(0, 0, 80px);
  transform: translate3d(0, 0, 80px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segment_1 .wtbx_anim_segment_shadow {
  left: 15%;
  top: 60%;
  right: 50%;
  bottom: 20%;
  box-shadow: 0px 8px 40px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segment_1 .wtbx_anim_image {
  -webkit-clip-path: polygon(15% 60%, 50% 60%, 50% 80%, 15% 80%);
  clip-path: polygon(15% 60%, 50% 60%, 50% 80%, 15% 80%);
  clip: rect(15% 60%, 50% 60%, 50% 80%, 15% 80%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segment_2 .wtbx_anim_segment_shadow {
  left: 30%;
  top: 50%;
  right: 25%;
  bottom: 0;
  box-shadow: 0px 12px 60px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segment_2 .wtbx_anim_image {
  -webkit-clip-path: polygon(30% 50%, 75% 50%, 75% 100%, 30% 100%);
  clip-path: polygon(30% 50%, 75% 50%, 75% 100%, 30% 100%);
  clip: rect(30% 50%, 75% 50%, 75% 100%, 30% 100%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segment_3 .wtbx_anim_segment_shadow {
  left: 55%;
  top: 30%;
  right: 12%;
  bottom: 40%;
  box-shadow: 0px 16px 80px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segment_3 .wtbx_anim_image {
  -webkit-clip-path: polygon(55% 30%, 88% 30%, 88% 60%, 55% 60%);
  clip-path: polygon(55% 30%, 88% 30%, 88% 60%, 55% 60%);
  clip: rect(55% 30%, 88% 30%, 88% 60%, 55% 60%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segment_4 .wtbx_anim_segment_shadow {
  left: 0;
  top: 0;
  right: 40%;
  bottom: 45%;
  box-shadow: 0px 20px 100px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segment_4 .wtbx_anim_image {
  -webkit-clip-path: polygon(0% 0%, 60% 0%, 60% 55%, 0% 55%);
  clip-path: polygon(0% 0%, 60% 0%, 60% 55%, 0% 55%);
  clip: rect(0% 0%, 60% 0%, 60% 55%, 0% 55%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_1 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 20px);
  -o-transform: translate3d(0, 0, 20px);
  -ms-transform: translate3d(0, 0, 20px);
  -webkit-transform: translate3d(0, 0, 20px);
  -webkit-transform: -webkit-translate3d(0, 0, 20px);
  transform: translate3d(0, 0, 20px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_2 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 40px);
  -o-transform: translate3d(0, 0, 40px);
  -ms-transform: translate3d(0, 0, 40px);
  -webkit-transform: translate3d(0, 0, 40px);
  -webkit-transform: -webkit-translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_3 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 60px);
  -o-transform: translate3d(0, 0, 60px);
  -ms-transform: translate3d(0, 0, 60px);
  -webkit-transform: translate3d(0, 0, 60px);
  -webkit-transform: -webkit-translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_2 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_3 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 80px);
  -o-transform: translate3d(0, 0, 80px);
  -ms-transform: translate3d(0, 0, 80px);
  -webkit-transform: translate3d(0, 0, 80px);
  -webkit-transform: -webkit-translate3d(0, 0, 80px);
  transform: translate3d(0, 0, 80px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_1 .wtbx_anim_segment_shadow {
  left: 0;
  top: 25%;
  right: 80%;
  bottom: 25%;
  box-shadow: 0px 8px 40px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_1 .wtbx_anim_image {
  -webkit-clip-path: polygon(0% 25%, 20% 25%, 20% 75%, 0% 75%);
  clip-path: polygon(0% 25%, 20% 25%, 20% 75%, 0% 75%);
  clip: rect(0% 25%, 20% 25%, 20% 75%, 0% 75%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_2 .wtbx_anim_segment_shadow {
  left: 60%;
  top: 50%;
  right: 18%;
  bottom: 28%;
  box-shadow: 0px 12px 60px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_2 .wtbx_anim_image {
  -webkit-clip-path: polygon(60% 50%, 82% 50%, 82% 72%, 60% 72%);
  clip-path: polygon(60% 50%, 82% 50%, 82% 72%, 60% 72%);
  clip: rect(60% 50%, 82% 50%, 82% 72%, 60% 72%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_3 .wtbx_anim_segment_shadow {
  left: 10%;
  top: 0;
  right: 60%;
  bottom: 70%;
  box-shadow: 0px 16px 80px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_3 .wtbx_anim_image {
  -webkit-clip-path: polygon(10% 0%, 40% 0%, 40% 30%, 10% 30%);
  clip-path: polygon(10% 0%, 40% 0%, 40% 30%, 10% 30%);
  clip: rect(10% 0%, 40% 0%, 40% 30%, 10% 30%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_4 .wtbx_anim_segment_shadow {
  left: 70%;
  top: 20%;
  right: 20%;
  bottom: 45%;
  box-shadow: 0px 20px 100px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_4 .wtbx_anim_image {
  -webkit-clip-path: polygon(70% 20%, 80% 20%, 80% 65%, 70% 65%);
  clip-path: polygon(70% 20%, 80% 20%, 80% 65%, 70% 65%);
  clip: rect(70% 20%, 80% 20%, 80% 65%, 70% 65%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_5 .wtbx_anim_segment_shadow {
  left: 30%;
  top: 65%;
  right: 25%;
  bottom: 10%;
  box-shadow: 0px 24px 120px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segment_5 .wtbx_anim_image {
  -webkit-clip-path: polygon(30% 65%, 75% 65%, 75% 90%, 30% 90%);
  clip-path: polygon(30% 65%, 75% 65%, 75% 90%, 30% 90%);
  clip: rect(30% 65%, 75% 65%, 75% 90%, 30% 90%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_1 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 40px);
  -o-transform: translate3d(0, 0, 40px);
  -ms-transform: translate3d(0, 0, 40px);
  -webkit-transform: translate3d(0, 0, 40px);
  -webkit-transform: -webkit-translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_2 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 60px);
  -o-transform: translate3d(0, 0, 60px);
  -ms-transform: translate3d(0, 0, 60px);
  -webkit-transform: translate3d(0, 0, 60px);
  -webkit-transform: -webkit-translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_3 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 120px);
  -o-transform: translate3d(0, 0, 120px);
  -ms-transform: translate3d(0, 0, 120px);
  -webkit-transform: translate3d(0, 0, 120px);
  -webkit-transform: -webkit-translate3d(0, 0, 120px);
  transform: translate3d(0, 0, 120px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_4 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 80px);
  -o-transform: translate3d(0, 0, 80px);
  -ms-transform: translate3d(0, 0, 80px);
  -webkit-transform: translate3d(0, 0, 80px);
  -webkit-transform: -webkit-translate3d(0, 0, 80px);
  transform: translate3d(0, 0, 80px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_3 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_5 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 100px);
  -o-transform: translate3d(0, 0, 100px);
  -ms-transform: translate3d(0, 0, 100px);
  -webkit-transform: translate3d(0, 0, 100px);
  -webkit-transform: -webkit-translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segment_1 .wtbx_anim_segment_shadow {
  left: 50%;
  top: 30%;
  right: 25%;
  bottom: 40%;
  box-shadow: 0px 8px 40px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segment_1 .wtbx_anim_image {
  -webkit-clip-path: polygon(50% 30%, 75% 30%, 75% 60%, 50% 60%);
  clip-path: polygon(50% 30%, 75% 30%, 75% 60%, 50% 60%);
  clip: rect(50% 30%, 75% 30%, 75% 60%, 50% 60%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segment_2 .wtbx_anim_segment_shadow {
  left: 70%;
  top: 25%;
  right: 20%;
  bottom: 50%;
  box-shadow: 0px 12px 60px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segment_2 .wtbx_anim_image {
  -webkit-clip-path: polygon(70% 25%, 80% 25%, 80% 50%, 70% 50%);
  clip-path: polygon(70% 25%, 80% 25%, 80% 50%, 70% 50%);
  clip: rect(70% 25%, 80% 25%, 80% 50%, 70% 50%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segment_3 .wtbx_anim_segment_shadow {
  left: 55%;
  top: 55%;
  right: 15%;
  bottom: 25%;
  box-shadow: 0px 16px 80px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segment_3 .wtbx_anim_image {
  -webkit-clip-path: polygon(55% 55%, 85% 55%, 85% 75%, 55% 75%);
  clip-path: polygon(55% 55%, 85% 55%, 85% 75%, 55% 75%);
  clip: rect(55% 55%, 85% 55%, 85% 75%, 55% 75%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_1 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 40px);
  -o-transform: translate3d(0, 0, 40px);
  -ms-transform: translate3d(0, 0, 40px);
  -webkit-transform: translate3d(0, 0, 40px);
  -webkit-transform: -webkit-translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_2 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 60px);
  -o-transform: translate3d(0, 0, 60px);
  -ms-transform: translate3d(0, 0, 60px);
  -webkit-transform: translate3d(0, 0, 60px);
  -webkit-transform: -webkit-translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_4 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_3 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 80px);
  -o-transform: translate3d(0, 0, 80px);
  -ms-transform: translate3d(0, 0, 80px);
  -webkit-transform: translate3d(0, 0, 80px);
  -webkit-transform: -webkit-translate3d(0, 0, 80px);
  transform: translate3d(0, 0, 80px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segment_1 .wtbx_anim_segment_shadow {
  left: 25%;
  top: 30%;
  right: 50%;
  bottom: 40%;
  box-shadow: 0px 8px 40px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segment_1 .wtbx_anim_image {
  -webkit-clip-path: polygon(25% 30%, 50% 30%, 50% 60%, 25% 60%);
  clip-path: polygon(25% 30%, 50% 30%, 50% 60%, 25% 60%);
  clip: rect(25% 30%, 50% 30%, 50% 60%, 25% 60%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segment_2 .wtbx_anim_segment_shadow {
  left: 20%;
  top: 25%;
  right: 70%;
  bottom: 50%;
  box-shadow: 0px 12px 60px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segment_2 .wtbx_anim_image {
  -webkit-clip-path: polygon(20% 25%, 30% 25%, 30% 50%, 20% 50%);
  clip-path: polygon(20% 25%, 30% 25%, 30% 50%, 20% 50%);
  clip: rect(20% 25%, 30% 25%, 30% 50%, 20% 50%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segment_3 .wtbx_anim_segment_shadow {
  left: 15%;
  top: 55%;
  right: 55%;
  bottom: 25%;
  box-shadow: 0px 16px 80px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segment_3 .wtbx_anim_image {
  -webkit-clip-path: polygon(15% 55%, 45% 55%, 45% 75%, 15% 75%);
  clip-path: polygon(15% 55%, 45% 55%, 45% 75%, 15% 75%);
  clip: rect(15% 55%, 45% 55%, 45% 75%, 15% 75%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_1 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 40px);
  -o-transform: translate3d(0, 0, 40px);
  -ms-transform: translate3d(0, 0, 40px);
  -webkit-transform: translate3d(0, 0, 40px);
  -webkit-transform: -webkit-translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_2 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 60px);
  -o-transform: translate3d(0, 0, 60px);
  -ms-transform: translate3d(0, 0, 60px);
  -webkit-transform: translate3d(0, 0, 60px);
  -webkit-transform: -webkit-translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_5 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_3 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 80px);
  -o-transform: translate3d(0, 0, 80px);
  -ms-transform: translate3d(0, 0, 80px);
  -webkit-transform: translate3d(0, 0, 80px);
  -webkit-transform: -webkit-translate3d(0, 0, 80px);
  transform: translate3d(0, 0, 80px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segment_1 .wtbx_anim_segment_shadow {
  left: 15%;
  top: 75%;
  right: 45%;
  bottom: 0;
  box-shadow: 0px 8px 40px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segment_1 .wtbx_anim_image {
  -webkit-clip-path: polygon(15% 75%, 65% 75%, 65% 100%, 15% 100%);
  clip-path: polygon(15% 75%, 65% 75%, 65% 100%, 15% 100%);
  clip: rect(15% 75%, 65% 75%, 65% 100%, 15% 100%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segment_2 .wtbx_anim_segment_shadow {
  left: 60%;
  top: 35%;
  right: 15%;
  bottom: 40%;
  box-shadow: 0px 12px 60px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segment_2 .wtbx_anim_image {
  -webkit-clip-path: polygon(60% 35%, 85% 35%, 85% 60%, 60% 60%);
  clip-path: polygon(60% 35%, 85% 35%, 85% 60%, 60% 60%);
  clip: rect(60% 35%, 85% 35%, 85% 60%, 60% 60%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segment_3 .wtbx_anim_segment_shadow {
  left: 55%;
  top: 25%;
  right: 25%;
  bottom: 55%;
  box-shadow: 0px 16px 80px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segment_3 .wtbx_anim_image {
  -webkit-clip-path: polygon(55% 25%, 75% 25%, 75% 45%, 55% 45%);
  clip-path: polygon(55% 25%, 75% 25%, 75% 45%, 55% 45%);
  clip: rect(55% 25%, 75% 25%, 75% 45%, 55% 45%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segment_4 .wtbx_anim_segment_shadow {
  left: 78%;
  top: 40%;
  right: 0;
  bottom: 20%;
  box-shadow: 0px 20px 100px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segment_4 .wtbx_anim_image {
  -webkit-clip-path: polygon(78% 40%, 100% 40%, 100% 80%, 78% 80%);
  clip-path: polygon(78% 40%, 100% 40%, 100% 80%, 78% 80%);
  clip: rect(78% 40%, 100% 40%, 100% 80%, 78% 80%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_1 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 40px);
  -o-transform: translate3d(0, 0, 40px);
  -ms-transform: translate3d(0, 0, 40px);
  -webkit-transform: translate3d(0, 0, 40px);
  -webkit-transform: -webkit-translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_2 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 60px);
  -o-transform: translate3d(0, 0, 60px);
  -ms-transform: translate3d(0, 0, 60px);
  -webkit-transform: translate3d(0, 0, 60px);
  -webkit-transform: -webkit-translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_3 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 80px);
  -o-transform: translate3d(0, 0, 80px);
  -ms-transform: translate3d(0, 0, 80px);
  -webkit-transform: translate3d(0, 0, 80px);
  -webkit-transform: -webkit-translate3d(0, 0, 80px);
  transform: translate3d(0, 0, 80px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_6 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_4 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 100px);
  -o-transform: translate3d(0, 0, 100px);
  -ms-transform: translate3d(0, 0, 100px);
  -webkit-transform: translate3d(0, 0, 100px);
  -webkit-transform: -webkit-translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segment_1 .wtbx_anim_segment_shadow {
  left: 45%;
  top: 75%;
  right: 15%;
  bottom: 0;
  box-shadow: 0px 8px 40px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segment_1 .wtbx_anim_image {
  -webkit-clip-path: polygon(45% 75%, 85% 75%, 85% 100%, 45% 100%);
  clip-path: polygon(45% 75%, 85% 75%, 85% 100%, 45% 100%);
  clip: rect(45% 75%, 85% 75%, 85% 100%, 45% 100%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segment_2 .wtbx_anim_segment_shadow {
  left: 15%;
  top: 35%;
  right: 60%;
  bottom: 40%;
  box-shadow: 0px 12px 60px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segment_2 .wtbx_anim_image {
  -webkit-clip-path: polygon(15% 35%, 40% 35%, 40% 60%, 15% 60%);
  clip-path: polygon(15% 35%, 40% 35%, 40% 60%, 15% 60%);
  clip: rect(15% 35%, 40% 35%, 40% 60%, 15% 60%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segment_3 .wtbx_anim_segment_shadow {
  left: 25%;
  top: 25%;
  right: 55%;
  bottom: 55%;
  box-shadow: 0px 16px 80px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segment_3 .wtbx_anim_image {
  -webkit-clip-path: polygon(25% 25%, 45% 25%, 45% 45%, 25% 45%);
  clip-path: polygon(25% 25%, 45% 25%, 45% 45%, 25% 45%);
  clip: rect(25% 25%, 45% 25%, 45% 45%, 25% 45%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segment_4 .wtbx_anim_segment_shadow {
  left: 0;
  top: 40%;
  right: 78%;
  bottom: 20%;
  box-shadow: 0px 20px 100px rgba(18, 20, 28, 0.7);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segment_4 .wtbx_anim_image {
  -webkit-clip-path: polygon(0% 40%, 22% 40%, 22% 80%, 0% 80%);
  clip-path: polygon(0% 40%, 22% 40%, 22% 80%, 0% 80%);
  clip: rect(0% 40%, 22% 40%, 22% 80%, 0% 80%);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_1 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 40px);
  -o-transform: translate3d(0, 0, 40px);
  -ms-transform: translate3d(0, 0, 40px);
  -webkit-transform: translate3d(0, 0, 40px);
  -webkit-transform: -webkit-translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_2 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 60px);
  -o-transform: translate3d(0, 0, 60px);
  -ms-transform: translate3d(0, 0, 60px);
  -webkit-transform: translate3d(0, 0, 60px);
  -webkit-transform: -webkit-translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_3 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 80px);
  -o-transform: translate3d(0, 0, 80px);
  -ms-transform: translate3d(0, 0, 80px);
  -webkit-transform: translate3d(0, 0, 80px);
  -webkit-transform: -webkit-translate3d(0, 0, 80px);
  transform: translate3d(0, 0, 80px);
}

.wtbx_anim_bg_segments.wtbx_anim_style_7 .wtbx_anim_segments.wtbx-element-visible .wtbx_anim_segment_4 .wtbx_anim_segment {
  -moz-transform: translate3d(0, 0, 100px);
  -o-transform: translate3d(0, 0, 100px);
  -ms-transform: translate3d(0, 0, 100px);
  -webkit-transform: translate3d(0, 0, 100px);
  -webkit-transform: -webkit-translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
}

.wtbx_vc_section .vc_vc_row.wtbx_force_align_top,
.wtbx_vc_section .wtbx_vc_row.wtbx_force_align_top,
.wtbx_vc_row .vc_vc_row_inner.wtbx_force_align_top,
.wtbx_vc_row .wtbx_vc_inner_row.wtbx_force_align_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_section .vc_vc_row.wtbx_force_align_middle,
.wtbx_vc_section .wtbx_vc_row.wtbx_force_align_middle,
.wtbx_vc_row .vc_vc_row_inner.wtbx_force_align_middle,
.wtbx_vc_row .wtbx_vc_inner_row.wtbx_force_align_middle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_vc_section .vc_vc_row.wtbx_force_align_bottom,
.wtbx_vc_section .wtbx_vc_row.wtbx_force_align_bottom,
.wtbx_vc_row .vc_vc_row_inner.wtbx_force_align_bottom,
.wtbx_vc_row .wtbx_vc_inner_row.wtbx_force_align_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*
* Row
*/
.wtbx_vc_row {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.wtbx_vc_row .wtbx_vc_row_inner {
  position: relative;
  z-index: 1;
}

.wtbx_vc_row.wtbx-fadeout {
  overflow: hidden;
}

.wtbx_vc_row .wtbx_row_wrapper {
  display: block;
  position: relative;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media_wrapper,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim_inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg .wtbx-bg-image-inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg .wtbx_row_bg_image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_inner .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_inner .wtbx-bg-image-inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_inner .wtbx_row_bg_image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media_wrapper .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media_wrapper .wtbx-bg-image-inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media_wrapper .wtbx_row_bg_image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media .wtbx-bg-image-inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media .wtbx_row_bg_image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim .wtbx-bg-image-inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim .wtbx_row_bg_image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim_inner .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim_inner .wtbx-bg-image-inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim_inner .wtbx_row_bg_image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_overlay .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_overlay .wtbx-bg-image-inner,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_overlay .wtbx_row_bg_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_inner .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media_wrapper .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim_inner .wtbx-bg-image,
.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_overlay .wtbx-bg-image {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg {
  z-index: -1;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg .wtbx_row_bg_inner {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media_wrapper {
  z-index: 1;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media_wrapper.wtbx_parallax_scale {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media_wrapper .wtbx_parallax_scroll {
  left: 50%;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_media.wtbx_parallax_mousemove {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim {
  z-index: 2;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_anim.hidden {
  display: none;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_bg_overlay {
  z-index: 3;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_content {
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 4;
  margin: 0 auto;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_content .wtbx_row_content_wrapper {
  display: inline-block;
  float: left;
  width: 100%;
}

.wtbx_vc_row .wtbx_row_wrapper .wtbx_row_content .wtbx_row_content_inner {
  width: 100%;
}

.wtbx_vc_row.wtbx_stretch_row {
  max-width: none;
}

.wtbx_vc_row.wtbx_stretch_row_content {
  max-width: none;
}

.wtbx_vc_row.wtbx_stretch_row_content .wtbx_row_content {
  max-width: none;
}

.wtbx_vc_row.wtbx_row_fixed_height_cont > .wtbx_vc_row_container {
  position: relative;
  height: 100%;
}

.wtbx_vc_row.wtbx_row_fixed_height_cont > .wtbx_vc_row_container > .wtbx_vc_row_inner {
  position: relative;
  height: 100%;
}

.wtbx_vc_row.wtbx_row_fixed_height_cont > .wtbx_vc_row_container > .wtbx_vc_row_inner > .wtbx_row_wrapper {
  position: relative;
  height: 100%;
}

.wtbx_vc_row.wtbx_row_fixed_height_cont > .wtbx_vc_row_container > .wtbx_vc_row_inner > .wtbx_row_wrapper > .wtbx_row_content {
  position: relative;
  height: 100%;
}

.wtbx_vc_row.wtbx_row_fixed_height_cont > .wtbx_vc_row_container > .wtbx_vc_row_inner > .wtbx_row_wrapper > .wtbx_row_content > .wtbx_row_content_inner {
  height: 100%;
}

/*
* Inner row
*/
.wtbx_vc_inner_row .wtbx_inner_row_wrapper {
  display: block;
  position: relative;
}

.wtbx_vc_inner_row.wtbx_stretch_row {
  max-width: none;
}

.wtbx_vc_inner_row.wtbx_stretch_row_content {
  max-width: none;
}

.wtbx_vc_inner_row.wtbx_stretch_row_content .wtbx_inner_row_content {
  max-width: none;
}

.wtbx_vc_inner_row .wtbx_inner_row_content {
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 4;
  margin: 0 auto;
}

.wtbx_vc_inner_row .wtbx_inner_row_content .wtbx_inner_row_content_wrapper {
  display: inline-block;
  float: left;
  width: 100%;
  table-layout: fixed;
}

.wtbx_vc_inner_row .wtbx_inner_row_content .wtbx_inner_row_content_inner {
  width: 100%;
}

.wtbx_vc_inner_row .wtbx_inner_row_bg,
.wtbx_vc_inner_row .wtbx_inner_row_bg_inner,
.wtbx_vc_inner_row .wtbx_inner_row_bg_media_wrapper,
.wtbx_vc_inner_row .wtbx_inner_row_bg_media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_inner_row .wtbx_inner_row_bg .wtbx-bg-image,
.wtbx_vc_inner_row .wtbx_inner_row_bg .wtbx-bg-image-inner,
.wtbx_vc_inner_row .wtbx_inner_row_bg .wtbx_inner_row_bg_image,
.wtbx_vc_inner_row .wtbx_inner_row_bg_inner .wtbx-bg-image,
.wtbx_vc_inner_row .wtbx_inner_row_bg_inner .wtbx-bg-image-inner,
.wtbx_vc_inner_row .wtbx_inner_row_bg_inner .wtbx_inner_row_bg_image,
.wtbx_vc_inner_row .wtbx_inner_row_bg_media_wrapper .wtbx-bg-image,
.wtbx_vc_inner_row .wtbx_inner_row_bg_media_wrapper .wtbx-bg-image-inner,
.wtbx_vc_inner_row .wtbx_inner_row_bg_media_wrapper .wtbx_inner_row_bg_image,
.wtbx_vc_inner_row .wtbx_inner_row_bg_media .wtbx-bg-image,
.wtbx_vc_inner_row .wtbx_inner_row_bg_media .wtbx-bg-image-inner,
.wtbx_vc_inner_row .wtbx_inner_row_bg_media .wtbx_inner_row_bg_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_inner_row .wtbx_inner_row_bg {
  z-index: -1;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_inner_row .wtbx_inner_row_bg .wtbx_inner_row_bg_inner {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_inner_row .wtbx_inner_row_bg_media_wrapper {
  z-index: 1;
}

.wtbx_vc_inner_row.wtbx_row_fixed_height_cont > .wtbx_vc_inner_row_container {
  position: relative;
  height: 100%;
}

.wtbx_vc_inner_row.wtbx_row_fixed_height_cont > .wtbx_vc_inner_row_container > .wtbx_vc_inner_row_inner {
  position: relative;
  height: 100%;
}

.wtbx_vc_inner_row.wtbx_row_fixed_height_cont > .wtbx_vc_inner_row_container > .wtbx_vc_inner_row_inner > .wtbx_inner_row_wrapper {
  position: relative;
  height: 100%;
}

.wtbx_vc_inner_row.wtbx_row_fixed_height_cont > .wtbx_vc_inner_row_container > .wtbx_vc_inner_row_inner > .wtbx_inner_row_wrapper > .wtbx_inner_row_content {
  position: relative;
  height: 100%;
}

.wtbx_vc_inner_row.wtbx_row_fixed_height_cont > .wtbx_vc_inner_row_container > .wtbx_vc_inner_row_inner > .wtbx_inner_row_wrapper > .wtbx_inner_row_content > .wtbx_inner_row_content_inner {
  height: 100%;
}

/*
* Section & Row
*/
.wtbx_bg_video_wrapper,
.wtbx_bg_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.wtbx_bg_video_wrapper.wtbx_bg_youtube,
.wtbx_bg_video.wtbx_bg_youtube {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wtbx_bg_video_wrapper.wtbx_bg_youtube .wtbx_bg_player,
.wtbx_bg_video.wtbx_bg_youtube .wtbx_bg_player {
  width: 100% !important;
  height: 100% !important;
}

.wtbx_bg_video_wrapper .wtbx_bg_player,
.wtbx_bg_video .wtbx_bg_player {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  max-width: none;
  max-height: none;
  pointer-events: none;
}

.wtbx_bg_video_wrapper .wtbx_bg_video_poster,
.wtbx_bg_video_wrapper .wtbx_bg_video_poster_native,
.wtbx_bg_video .wtbx_bg_video_poster,
.wtbx_bg_video .wtbx_bg_video_poster_native {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.wtbx_bg_video_wrapper .wtbx_bg_video_poster_native,
.wtbx_bg_video .wtbx_bg_video_poster_native {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wtbx_bg_video_wrapper.wtbx_poster_hidden .wtbx_bg_video_poster {
  opacity: 0;
}

/*
* Column
*/
.wtbx_vc_row .wtbx_row_content_inner > div:not(.wtbx_vc_column):not(.vc_vc_column) {
  position: static !important;
}

.wtbx_vc_row .wtbx_vc_column,
.wtbx_vc_row .wtbx_vc_inner_column {
  min-height: 0;
}

.wtbx_vc_row .wtbx_vc_column_inner,
.wtbx_vc_row .wtbx_vc_inner_column_inner {
  display: block;
  z-index: 1;
}

.wtbx_vc_row .wtbx_column_scroll_smooth .wtbx_column_content {
  -webkit-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wtbx_vc_row.wtbx_row-flex .wtbx_row_content .wtbx_row_content_inner {
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.wtbx_vc_row.wtbx_row-flex .wtbx_row_content .wtbx_row_content_inner .vc_vc_column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.wtbx_vc_row.wtbx_row-flex .wtbx_row_content .wtbx_row_content_inner .wtbx_vc_column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.wtbx_vc_row.wtbx_row-flex .wtbx_row_content .wtbx_row_content_inner .wtbx_vc_column .wtbx_vc_column_inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 100%;
}

.wtbx_vc_row.wtbx_row-flex .wtbx_row_content .wtbx_row_content_inner .wtbx_vc_column .wtbx_vc_column_inner .wtbx_column_content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wtbx_vc_row.wtbx_row-flex .wtbx_row_content .wtbx_row_content_inner .wtbx_vc_column .wtbx_vc_column_inner .wtbx_column_wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.wtbx_vc_row.wtbx_row-equal-height.wtbx_vc_row .wtbx_column_content_inner, .wtbx_vc_row.wtbx_row-equal-height.wtbx_vc_inner_row .wtbx_inner_column_content_inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wtbx_vc_row.wtbx_row-flex-align-top.wtbx_vc_row .wtbx_row_content_inner, .wtbx_vc_row.wtbx_row-flex-align-top.wtbx_vc_inner_row .wtbx_inner_row_content_inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wtbx_vc_row.wtbx_row-flex-align-middle.wtbx_vc_row .wtbx_row_content_inner, .wtbx_vc_row.wtbx_row-flex-align-middle.wtbx_vc_inner_row .wtbx_inner_row_content_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wtbx_vc_row.wtbx_row-flex-align-bottom.wtbx_vc_row .wtbx_row_content_inner, .wtbx_vc_row.wtbx_row-flex-align-bottom.wtbx_vc_inner_row .wtbx_inner_row_content_inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wtbx_vc_row.wtbx_row-flex-align-stretch.wtbx_vc_row .wtbx_row_content_inner, .wtbx_vc_row.wtbx_row-flex-align-stretch.wtbx_vc_inner_row .wtbx_inner_row_content_inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wtbx_vc_row.wtbx_row-content-align-middle.wtbx_vc_row .wtbx_column_content, .wtbx_vc_row.wtbx_row-content-align-middle.wtbx_vc_inner_row .wtbx_inner_column_content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wtbx_vc_row.wtbx_row-content-align-top.wtbx_vc_row .wtbx_column_content, .wtbx_vc_row.wtbx_row-content-align-top.wtbx_vc_inner_row .wtbx_inner_column_content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wtbx_vc_row.wtbx_row-content-align-bottom.wtbx_vc_row .wtbx_column_content, .wtbx_vc_row.wtbx_row-content-align-bottom.wtbx_vc_inner_row .wtbx_inner_column_content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wtbx_vc_row.wtbx_column-gap-1.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-1.wtbx_vc_inner_row .wtbx_inner_vc_inner_column_container {
  padding: .5px;
}

.wtbx_vc_row.wtbx_column-gap-2.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-2.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 1px;
}

.wtbx_vc_row.wtbx_column-gap-3.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-3.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 1.5px;
}

.wtbx_vc_row.wtbx_column-gap-4.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-4.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 2px;
}

.wtbx_vc_row.wtbx_column-gap-5.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-5.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 2.5px;
}

.wtbx_vc_row.wtbx_column-gap-10.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-10.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 5px;
}

.wtbx_vc_row.wtbx_column-gap-15.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-15.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 7.5px;
}

.wtbx_vc_row.wtbx_column-gap-20.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-20.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 10px;
}

.wtbx_vc_row.wtbx_column-gap-25.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-25.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 12.5px;
}

.wtbx_vc_row.wtbx_column-gap-30.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-30.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 15px;
}

.wtbx_vc_row.wtbx_column-gap-35.wtbx_vc_row .wtbx_vc_column_container, .wtbx_vc_row.wtbx_column-gap-35.wtbx_vc_inner_row .wtbx_vc_inner_column_container {
  padding: 17.5px;
}

.wtbx_vc_column {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.wtbx_vc_column .wtbx_vc_column_container {
  width: 100%;
}

.wtbx_vc_column .wtbx_vc_column_inner {
  width: 100%;
  position: relative;
}

.wtbx_vc_column .wtbx_vc_column_inner .wtbx_column_wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wtbx_vc_column .wtbx_vc_column_inner .wtbx_column_wrapper .wtbx_column_content {
  width: 100%;
  padding: 15px;
  float: left;
  display: block;
}

.wtbx_vc_column .wtbx_column_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.wtbx_vc_column .wtbx_column_bg .wtbx-bg-image,
.wtbx_vc_column .wtbx_column_bg .wtbx-bg-image-inner,
.wtbx_vc_column .wtbx_column_bg .wtbx_column_bg_image,
.wtbx_vc_column .wtbx_column_bg .wtbx_column_bg_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_column.wtbx_align-left .wtbx_vc_column_inner {
  text-align: left;
}

.wtbx_vc_column.wtbx_align-center .wtbx_vc_column_inner {
  text-align: center;
}

.wtbx_vc_column.wtbx_align-right .wtbx_vc_column_inner {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_column {
    clear: both;
    width: 100%;
  }
}

.wtbx_vc_inner_row .wtbx_inner_column_scroll_smooth .wtbx_inner_column_content {
  -webkit-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wtbx_vc_inner_row.wtbx_row-flex .wtbx_inner_row_content .wtbx_inner_row_content_inner {
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.wtbx_vc_inner_row.wtbx_row-flex .wtbx_inner_row_content .wtbx_inner_row_content_inner .vc_vc_column_inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.wtbx_vc_inner_row.wtbx_row-flex .wtbx_inner_row_content .wtbx_inner_row_content_inner .wtbx_vc_inner_column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.wtbx_vc_inner_row.wtbx_row-flex .wtbx_inner_row_content .wtbx_inner_row_content_inner .wtbx_vc_inner_column .wtbx_vc_inner_column_container {
  width: 100%;
}

.wtbx_vc_inner_row.wtbx_row-flex .wtbx_inner_row_content .wtbx_inner_row_content_inner .wtbx_vc_inner_column .wtbx_vc_inner_column_inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 100%;
}

.wtbx_vc_inner_row.wtbx_row-flex .wtbx_inner_row_content .wtbx_inner_row_content_inner .wtbx_vc_inner_column .wtbx_vc_inner_column_inner .wtbx_inner_column_content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wtbx_vc_inner_row.wtbx_row-flex .wtbx_inner_row_content .wtbx_inner_row_content_inner .wtbx_vc_inner_column .wtbx_vc_inner_column_inner .wtbx_inner_column_wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

@media only screen and (min-width: 768px) {
  .wtbx_vc_column {
    float: left;
  }
}

.vc_non_responsive .vc_col-sm-1 {
  width: 100%;
}

.vc_non_responsive .vc_col-sm-10 {
  width: 83.3333%;
}

.vc_non_responsive .vc_col-sm-11 {
  width: 91.6666%;
}

.vc_non_responsive .vc_col-sm-12 {
  width: 100%;
}

.vc_non_responsive .vc_col-sm-2 {
  width: 16.6666%;
}

.vc_non_responsive .vc_col-sm-3 {
  width: 25%;
}

.vc_non_responsive .vc_col-sm-4 {
  width: 33.3333%;
}

.vc_non_responsive .vc_col-sm-5 {
  width: 41.6666%;
}

.vc_non_responsive .vc_col-sm-7 {
  width: 58.3333%;
}

.vc_non_responsive .vc_col-sm-8 {
  width: 66.6666%;
}

.vc_non_responsive .vc_col-sm-9 {
  width: 75%;
}

.wtbx_vc_row.wtbx_opposite_float .vc_vc_column,
.wtbx_vc_row.wtbx_opposite_float .wtbx_vc_column {
  float: right;
}

.wtbx_vc_row.wtbx_opposite_float .wtbx_row_content_inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wtbx_vc_inner_row.wtbx_opposite_float .vc_vc_column_inner,
.wtbx_vc_inner_row.wtbx_opposite_float .wtbx_vc_inner_column {
  float: right;
}

.wtbx_vc_inner_row.wtbx_opposite_float .wtbx_inner_row_content_inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wtbx_vc_row .wtbx_vc_inner_column {
  padding-left: 0;
  padding-right: 0;
}

.wtbx_vc_inner_column {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.wtbx_vc_inner_column .wtbx_vc_inner_column_inner {
  width: 100%;
  position: relative;
}

.wtbx_vc_inner_column .wtbx_vc_inner_column_inner .wtbx_inner_column_wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 1;
}

.wtbx_vc_inner_column .wtbx_vc_inner_column_inner .wtbx_inner_column_wrapper .wtbx_inner_column_content {
  width: 100%;
  z-index: 1;
  padding: 15px;
  float: left;
  display: block;
}

.wtbx_vc_inner_column .wtbx_inner_column_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.wtbx_vc_inner_column .wtbx_inner_column_bg .wtbx-bg-image,
.wtbx_vc_inner_column .wtbx_inner_column_bg .wtbx-bg-image-inner,
.wtbx_vc_inner_column .wtbx_inner_column_bg .wtbx_inner_column_bg_image,
.wtbx_vc_inner_column .wtbx_inner_column_bg .wtbx_inner_column_bg_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_inner_column.wtbx_align-left .wtbx_vc_inner_column_inner {
  text-align: left;
}

.wtbx_vc_inner_column.wtbx_align-center .wtbx_vc_inner_column_inner {
  text-align: center;
}

.wtbx_vc_inner_column.wtbx_align-right .wtbx_vc_inner_column_inner {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_inner_column {
    clear: both;
  }
}

/*
Empty space
*/
.wtbx_empty_space_inner {
  display: block;
}

.wtbx_tab_nav_mobile {
  display: none;
}

.wtbx_vc_tab .wtbx_tab_nav_mobile .wtbx_tab_mobile_link {
  display: block;
  font-size: 1.142857em;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  padding: 1em 1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wtbx_vc_tab .wtbx_tab_nav_mobile .wtbx_tab_mobile_link:hover {
  border-color: transparent !important;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
}

.wtbx_vc_tab .wtbx_tab_nav_mobile .wtbx_tab_mobile_link .wtbx_vc_icon {
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}

.wtbx_vc_tab .wtbx_tab_nav_mobile .wtbx_tab_mobile_link .wtbx_tabs_nav_title {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.wtbx_vc_tab .wtbx_tab_nav_mobile .wtbx_tab_mobile_link *:last-child {
  margin-left: .5em;
}

.wtbx_vc_tab .wtbx_tab_nav_mobile .wtbx_tab_mobile_link *:first-child {
  margin-left: 0;
}

.wtbx_vc_tab.active .wtbx_tab_nav_mobile .wtbx_tab_mobile_link {
  border-color: transparent !important;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx_ui_tabs.wtbx_scheme_colorful .wtbx_vc_tab.active .wtbx_tab_mobile_link {
  color: #fff;
}

.wtbx_ui_tabs.wtbx_skin_light .wtbx_tab_mobile_link {
  background-color: #fff;
}

.wtbx_ui_tabs.wtbx_skin_dark .wtbx_tab_mobile_link {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.4);
}

.wtbx_ui_tabs.wtbx_skin_dark .wtbx_tab_mobile_link:hover {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.wtbx_ui_tabs.wtbx_skin_dark.wtbx_scheme_colorful .wtbx_vc_tab.active .wtbx_tab_mobile_link, .wtbx_ui_tabs.wtbx_skin_dark.wtbx_scheme_default .wtbx_vc_tab.active .wtbx_tab_mobile_link {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_nav {
    display: none;
  }
  .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_1 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_2 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_3 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_4 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_1 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_2 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_3 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_4 .wtbx_tab_nav_mobile {
    display: block;
    text-align: center;
  }
  .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab {
    padding-bottom: 15px;
  }
  .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_landscape.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour {
    padding-bottom: 15px;
  }
  .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_nav, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_nav {
    display: none;
  }
  .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_1 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_2 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_3 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_4 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_1 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_2 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_3 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_4 .wtbx_tab_nav_mobile {
    display: block;
    text-align: center;
  }
  .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab {
    padding-bottom: 15px;
  }
  .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_tablet_portrait.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour {
    padding-bottom: 15px;
  }
  .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_nav {
    display: none;
  }
  .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_1 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_2 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_3 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_4 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_1 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_2 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_3 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_4 .wtbx_tab_nav_mobile {
    display: block;
    text-align: center;
  }
  .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab {
    padding-bottom: 15px;
  }
  .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_landscape.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour {
    padding-bottom: 15px;
  }
  .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour .wtbx_tabs_nav {
    display: none;
  }
  .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour .wtbx_tab_nav_mobile {
    display: block;
    text-align: center;
  }
  .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_nav, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_nav {
    display: none;
  }
  .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_1 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_2 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_3 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_4 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_1 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_2 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_3 .wtbx_tab_nav_mobile, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_4 .wtbx_tab_nav_mobile {
    display: block;
  }
  .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab {
    padding-bottom: 15px;
  }
  .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tabs.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_1 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_2 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_3 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper, .wtbx_mobile_acc_mobile_portrait.wtbx_vc_tour.wtbx_style_4 .wtbx_tabs_content .wtbx_vc_tab .wtbx_tab_inner .wtbx_tab_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
Content box
*/
.wtbx_vc_content_box.wtbx_same_height {
  visibility: hidden;
}

.wtbx_vc_content_box.wtbx_content_box_init {
  visibility: visible;
}

.wtbx_vc_content_box.wtbx_overflow .wtbx_content_box_container {
  overflow: hidden;
  position: relative;
}

.wtbx_vc_content_box .wtbx_content_box_content {
  z-index: 1;
  position: relative;
}

.wtbx_vc_content_box .wtbx_vc_content_box_inner {
  position: relative;
  display: block;
  z-index: 1;
}

.wtbx_vc_content_box .wtbx_vc_content_box_inner .wtbx_content_box_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.wtbx_vc_content_box .wtbx_vc_content_box_inner .wtbx_content_box_bg_hover {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_content_box .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg_hover {
  opacity: 1;
}

.wtbx_vc_content_box .wtbx_vc_content_box_inner .wtbx_content_box_container {
  display: block;
  border: none !important;
  text-align: start;
  border-color: transparent !important;
}

.wtbx_vc_content_box .wtbx_vc_content_box_inner .wtbx_content_box_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.wtbx_vc_content_box.wtbx_style_1 .wtbx_vc_content_box_inner {
  position: relative;
  display: block;
  border-radius: 6px;
}

.wtbx_vc_content_box.wtbx_style_1 .wtbx_vc_content_box_inner .wtbx_content_box_bg {
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_content_box.wtbx_style_1 .wtbx_vc_content_box_inner .wtbx_content_box_link {
  border-radius: inherit;
}

.wtbx_vc_content_box.wtbx_style_1 .wtbx_vc_content_box_inner .wtbx_content_box_container {
  display: block;
  padding: 45px;
}

.wtbx_vc_content_box.wtbx_style_1.wtbx_hover_enable .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg {
  border-color: transparent;
}

.wtbx_vc_content_box.wtbx_style_1.wtbx_hover_enable .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg:not(.wtbx_content_box_bg_hover) {
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_content_box.wtbx_style_2 .wtbx_vc_content_box_inner {
  position: relative;
  display: block;
  border-radius: 6px;
}

.wtbx_vc_content_box.wtbx_style_2 .wtbx_vc_content_box_inner .wtbx_content_box_bg {
  border-radius: 6px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.05);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_content_box.wtbx_style_2 .wtbx_vc_content_box_inner .wtbx_content_box_link {
  border-radius: inherit;
}

.wtbx_vc_content_box.wtbx_style_2 .wtbx_vc_content_box_inner .wtbx_content_box_container {
  display: block;
  padding: 45px;
}

.wtbx_vc_content_box.wtbx_style_2.wtbx_hover_enable .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg {
  border-color: transparent;
  -moz-transform: scale3d(1.015, 1.015, 1);
  -o-transform: scale3d(1.015, 1.015, 1);
  -ms-transform: scale3d(1.015, 1.015, 1);
  -webkit-transform: scale3d(1.015, 1.015, 1);
  -webkit-transform: -webkit-scale3d(1.015, 1.015, 1);
  transform: scale3d(1.015, 1.015, 1);
}

.wtbx_vc_content_box.wtbx_style_2.wtbx_hover_enable .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg:not(.wtbx_content_box_bg_hover) {
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_content_box.wtbx_style_3 .wtbx_vc_content_box_inner {
  position: relative;
  display: block;
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_content_box.wtbx_style_3 .wtbx_vc_content_box_inner .wtbx_content_box_bg {
  border-radius: 6px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_content_box.wtbx_style_3 .wtbx_vc_content_box_inner .wtbx_content_box_link {
  border-radius: inherit;
}

.wtbx_vc_content_box.wtbx_style_3 .wtbx_vc_content_box_inner .wtbx_content_box_container {
  display: block;
  padding: 45px;
}

.wtbx_vc_content_box.wtbx_style_3 .wtbx_vc_content_box_inner:hover {
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.wtbx_vc_content_box.wtbx_style_3 .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg {
  border-color: transparent;
}

.wtbx_vc_content_box.wtbx_style_3 .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg:not(.wtbx_content_box_bg_hover) {
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_content_box.wtbx_style_custom .wtbx_vc_content_box_inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wtbx_vc_content_box.wtbx_style_custom .wtbx_content_box_bg,
.wtbx_vc_content_box.wtbx_style_custom .wtbx_content_box_container {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_content_box.wtbx_style_custom.wtbx_small_shadow .wtbx_content_box_bg:not(.wtbx_content_box_bg_hover) {
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.05);
}

.wtbx_vc_content_box.wtbx_style_custom.wtbx_big_shadow .wtbx_content_box_bg:not(.wtbx_content_box_bg_hover) {
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.1);
}

.wtbx_vc_content_box.wtbx_style_custom.wtbx_hover_small_shadow .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg:not(.wtbx_content_box_bg_hover) {
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_content_box.wtbx_style_custom.wtbx_hover_big_shadow .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg:not(.wtbx_content_box_bg_hover) {
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_content_box.wtbx_style_custom.wtbx_border_def_state .wtbx_vc_content_box_inner:hover .wtbx_content_box_bg, .wtbx_vc_content_box.wtbx_style_custom.wtbx_border_def_state .wtbx_vc_content_box_inner:hover .wtbx_content_box_container {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.wtbx_vc_content_box.wtbx_style_custom.wtbx_border_hover_state .wtbx_vc_content_box_inner:not(:hover) .wtbx_content_box_bg, .wtbx_vc_content_box.wtbx_style_custom.wtbx_border_hover_state .wtbx_vc_content_box_inner:not(:hover) .wtbx_content_box_container {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.wtbx_vc_content_box.wtbx_align_center .wtbx_vc_content_box_inner {
  margin: 0 auto;
}

.wtbx_vc_content_box.wtbx_align_left .wtbx_vc_content_box_inner {
  float: left;
}

.wtbx_vc_content_box.wtbx_align_right .wtbx_vc_content_box_inner {
  float: right;
}

.wtbx_vc_content_box.wtbx_vertical_align_middle .wtbx_vc_content_box_inner .wtbx_content_box_container, .wtbx_vc_content_box.wtbx_vertical_align_top .wtbx_vc_content_box_inner .wtbx_content_box_container, .wtbx_vc_content_box.wtbx_vertical_align_bottom .wtbx_vc_content_box_inner .wtbx_content_box_container {
  display: table;
  width: 100%;
  height: 100%;
}

.wtbx_vc_content_box.wtbx_vertical_align_middle .wtbx_vc_content_box_inner .wtbx_content_box_container .wtbx_content_box_wrapper, .wtbx_vc_content_box.wtbx_vertical_align_top .wtbx_vc_content_box_inner .wtbx_content_box_container .wtbx_content_box_wrapper, .wtbx_vc_content_box.wtbx_vertical_align_bottom .wtbx_vc_content_box_inner .wtbx_content_box_container .wtbx_content_box_wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
}

.wtbx_vc_content_box.wtbx_vertical_align_middle .wtbx_content_box_wrapper {
  vertical-align: middle;
}

.wtbx_vc_content_box.wtbx_vertical_align_top .wtbx_content_box_wrapper {
  vertical-align: top;
}

.wtbx_vc_content_box.wtbx_vertical_align_bottom .wtbx_content_box_wrapper {
  vertical-align: bottom;
}

.wtbx_vc_content_box.wtbx_content_align_center .wtbx_content_box_container {
  text-align: center;
}

.wtbx_vc_content_box.wtbx_content_align_left .wtbx_content_box_container {
  text-align: left;
}

.wtbx_vc_content_box.wtbx_content_align_right .wtbx_content_box_container {
  text-align: right;
}

/*
Section divider
 */
.wtbx_vc_section_divider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

/*
Divider
*/
.wtbx_vc_divider .wtbx_vc_divider_container .wtbx_vc_divider_inner {
  display: inline-block;
}

.wtbx_vc_divider.wtbx_align_left .wtbx_vc_divider_container {
  text-align: left;
}

.wtbx_vc_divider.wtbx_align_right .wtbx_vc_divider_container {
  text-align: right;
}

.wtbx_vc_divider.wtbx_align_none .wtbx_vc_divider_container {
  text-align: center;
}

.wtbx_vc_divider.wtbx_style_vertical .wtbx_vc_divider_container {
  text-align: center;
}

.wtbx_vc_divider.wtbx_style_vertical .wtbx_vc_divider_container .wtbx_vc_divider_inner {
  display: inline-block;
  margin: 0 auto;
}

.wtbx_vc_divider.wtbx_style_horizontal, .wtbx_vc_divider.wtbx_style_gradient, .wtbx_vc_divider.wtbx_style_vertical {
  line-height: 0;
  font-size: 0;
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner .wtbx_vc_divider_icon, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner .wtbx_vc_divider_icon {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.142857em;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner .wtbx_vc_divider_icon .wtbx_vc_icon, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner .wtbx_vc_divider_icon .wtbx_vc_icon {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner .wtbx_vc_divider_line {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line:first-of-type, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner .wtbx_vc_divider_line:first-of-type {
  left: 0;
  right: 50%;
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line:first-of-type:before, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner .wtbx_vc_divider_line:first-of-type:before {
  right: 45px;
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line:last-of-type, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner .wtbx_vc_divider_line:last-of-type {
  right: 0;
  left: 50%;
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line:last-of-type:before, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner .wtbx_vc_divider_line:last-of-type:before {
  left: 45px;
}

.wtbx_vc_divider.wtbx_style_horizontal_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line:before, .wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_inner .wtbx_vc_divider_line:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_vc_divider.wtbx_style_vertical_icon .wtbx_vc_divider_inner {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.wtbx_vc_divider.wtbx_style_vertical_icon .wtbx_vc_divider_inner .wtbx_vc_divider_icon {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.142857em;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
}

.wtbx_vc_divider.wtbx_style_vertical_icon .wtbx_vc_divider_inner .wtbx_vc_divider_icon .wtbx_vc_icon {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.wtbx_vc_divider.wtbx_style_vertical_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line {
  display: block;
  text-align: center;
  font-size: 0;
}

.wtbx_vc_divider.wtbx_style_vertical_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line:first-of-type {
  margin-bottom: 15px;
}

.wtbx_vc_divider.wtbx_style_vertical_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line:last-of-type {
  margin-top: 15px;
}

.wtbx_vc_divider.wtbx_style_vertical_icon .wtbx_vc_divider_inner .wtbx_vc_divider_line:before {
  content: '';
  margin: 0 auto;
  display: inline-block;
}

.wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_icon {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out, box-shadow 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s ease-in-out, box-shadow 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s ease-in-out, box-shadow 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s ease-in-out, box-shadow 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s ease-in-out, box-shadow 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_divider.wtbx_style_to_top .wtbx_vc_divider_icon:hover {
  color: #fff;
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/*
* Styled heading
*/
.wtbx_vc_styled_heading .wtbx_vc_styled_heading_inner {
  position: relative;
}

.wtbx_vc_styled_heading .wtbx_heading_el_title_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.wtbx_vc_styled_heading .wtbx_heading_el_title,
.wtbx_vc_styled_heading .wtbx_heading_el_subtitle {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.wtbx_vc_styled_heading .wtbx_heading_el_number {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.wtbx_vc_styled_heading .wtbx_heading_el_space {
  display: block;
  clear: both;
}

.wtbx_vc_styled_heading.wtbx_align_center .wtbx_heading_el_divider {
  margin: 0 auto;
}

.wtbx_vc_styled_heading.wtbx_align_right .wtbx_heading_el_divider {
  float: right;
}

.wtbx_vc_styled_heading .wtbx_align_left .wtbx_heading_el_divider {
  float: left;
}

.wtbx_vc_styled_heading.wtbx_style_with_border .wtbx_vc_styled_heading_inner {
  padding-left: 20px;
}

.wtbx_vc_styled_heading.wtbx_style_with_border .wtbx_vc_styled_heading_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  display: block;
  border-radius: 2px;
}

.wtbx_vc_styled_heading.wtbx_style_with_border.wtbx_align_center .wtbx_vc_styled_heading_inner {
  padding: 0 45px;
}

.wtbx_vc_styled_heading.wtbx_style_with_border.wtbx_align_center .wtbx_vc_styled_heading_inner:before, .wtbx_vc_styled_heading.wtbx_style_with_border.wtbx_align_center .wtbx_vc_styled_heading_inner:after {
  display: none;
}

.wtbx_vc_styled_heading.wtbx_style_with_border.wtbx_align_left .wtbx_vc_styled_heading_inner {
  padding-left: 20px;
}

.wtbx_vc_styled_heading.wtbx_style_with_border.wtbx_align_left .wtbx_vc_styled_heading_inner:before {
  left: 0;
}

.wtbx_vc_styled_heading.wtbx_style_with_border.wtbx_align_right .wtbx_vc_styled_heading_inner {
  padding-right: 20px;
}

.wtbx_vc_styled_heading.wtbx_style_with_border.wtbx_align_right .wtbx_vc_styled_heading_inner:before {
  right: 0;
}

.wtbx_vc_styled_heading.wtbx_style_with_line_side .wtbx_vc_styled_heading_inner {
  display: table;
}

.wtbx_vc_styled_heading.wtbx_style_with_line_side .wtbx_vc_styled_heading_inner .wtbx_heading_el_title_wrapper {
  display: table-cell;
  vertical-align: middle;
}

.wtbx_vc_styled_heading.wtbx_style_with_line_side .wtbx_vc_styled_heading_inner .wtbx_heading_el_divider {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.wtbx_vc_styled_heading.wtbx_style_with_line_side .wtbx_vc_styled_heading_inner .wtbx_heading_el_divider:before {
  content: '';
  display: block;
}

.wtbx_vc_styled_heading.wtbx_style_with_line_side .wtbx_vc_styled_heading_inner .wtbx_heading_el_divider:last-of-type {
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -webkit-transform: -webkit-rotateZ(180deg);
  transform: rotateZ(180deg);
}

.wtbx_vc_styled_heading.wtbx_style_with_line_side.wtbx_align_left .wtbx_vc_styled_heading_inner {
  float: left;
}

.wtbx_vc_styled_heading.wtbx_style_with_line_side.wtbx_align_right .wtbx_vc_styled_heading_inner {
  float: right;
}

.wtbx_vc_styled_heading.wtbx_style_with_line_side.wtbx_align_center .wtbx_vc_styled_heading_inner {
  margin: 0 auto;
}

/*
* Button
*/
@media only screen and (max-width: 1024px) {
  .wtbx_vc_button.wtbx_block_tablet_landscape .wtbx_vc_button_inner,
.vc_vc_button.wtbx_block_tablet_landscape .wtbx_vc_button_inner {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .wtbx_vc_button.wtbx_block_tablet_portrait .wtbx_vc_button_inner,
.vc_vc_button.wtbx_block_tablet_portrait .wtbx_vc_button_inner {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_button.wtbx_block_mobile_landscape .wtbx_vc_button_inner,
.vc_vc_button.wtbx_block_mobile_landscape .wtbx_vc_button_inner {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .wtbx_vc_button.wtbx_center_mobile_portrait .wtbx_vc_button_inner,
.vc_vc_button.wtbx_center_mobile_portrait .wtbx_vc_button_inner {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.wtbx_vc_button {
  display: inline-block;
  vertical-align: middle;
}

.wtbx_vc_button .wtbx_vc_button_container {
  display: inline-block;
}

.wtbx_vc_button .wtbx_vc_button_container .wtbx_vc_button_inner {
  display: inline-block;
}

.wtbx_vc_button.wtbx_display_block {
  display: block;
}

.wtbx_vc_button.wtbx_button_fullwidth {
  display: block;
}

.wtbx_vc_button.wtbx_button_fullwidth .wtbx_vc_button_container,
.wtbx_vc_button.wtbx_button_fullwidth .wtbx_vc_button_inner {
  display: block;
}

.wtbx_vc_button.wtbx_btn_align_left {
  text-align: left;
}

.wtbx_vc_button.wtbx_btn_align_center {
  text-align: center;
}

.wtbx_vc_button.wtbx_btn_align_right {
  text-align: right;
}

.wtbx_vc_button .wtbx-button {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button .wtbx-button .wtbx_button_inner {
  display: inline-block;
}

.wtbx_vc_button .wtbx-button .wtbx_vc_icon {
  line-height: inherit;
  vertical-align: middle;
  font-size: 1.1em;
}

.wtbx_vc_button .wtbx-button .wtbx_vc_icon:first-child {
  margin-right: .75em;
}

.wtbx_vc_button .wtbx-button .wtbx_vc_icon:last-child {
  margin-left: .75em;
}

.wtbx_vc_button.wtbx_shift .wtbx-button:hover {
  -moz-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
  -webkit-transform: -webkit-translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_button.wtbx_style_link .wtbx-button {
  font-weight: 600;
  position: relative;
}

.wtbx_vc_button.wtbx_style_link .wtbx-button .wtbx_link_arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_link .wtbx-button .wtbx_link_arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_link .wtbx-button .wtbx_link_arrow:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_right .wtbx_link_arrow {
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  -moz-transform: translate3d(-5px, 0, 0);
  -o-transform: translate3d(-5px, 0, 0);
  -ms-transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
  -webkit-transform: -webkit-translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_right .wtbx_link_arrow .bar {
  -moz-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -o-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -ms-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -webkit-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -webkit-transform: -webkit-translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_right .wtbx_link_arrow .chevron {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_right .wtbx-button:hover .wtbx_link_arrow {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_right .wtbx-button:hover .wtbx_link_arrow .bar {
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_left .wtbx_link_arrow {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  -moz-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  -webkit-transform: -webkit-translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_left .wtbx_link_arrow .bar {
  -moz-transform: translate3d(10px, 0, 0) scale3d(0, 1, 1);
  -o-transform: translate3d(10px, 0, 0) scale3d(0, 1, 1);
  -ms-transform: translate3d(10px, 0, 0) scale3d(0, 1, 1);
  -webkit-transform: translate3d(10px, 0, 0) scale3d(0, 1, 1);
  -webkit-transform: -webkit-translate3d(10px, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(10px, 0, 0) scale3d(0, 1, 1);
  moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_left .wtbx_link_arrow .chevron {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_left .wtbx-button:hover .wtbx_link_arrow {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_button.wtbx_style_link.wtbx_arrow_left .wtbx-button:hover .wtbx_link_arrow .bar {
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.wtbx_vc_button.wtbx_style_link.wtbx_link_decoration .wtbx_button_inner:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  opacity: .2;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_link.wtbx_link_decoration .wtbx_button_inner:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -webkit-transform: -webkit-scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-animation: button_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: button_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -webkit-animation: button_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: button_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_link.wtbx_link_decoration .wtbx-button:hover .wtbx_button_inner:after {
  -o-animation: button_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: button_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -webkit-animation: button_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: button_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_round .wtbx-button {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 3.8em;
  font-size: .928571em;
  padding: 0 4.4em 0 2.2em;
  border-radius: 5em;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_round .wtbx-button:before {
  content: '\e916';
  position: absolute;
  top: 50%;
  right: .6em;
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  font-family: scape-ui !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  z-index: 1;
  -moz-transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
  -o-transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
  -ms-transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
  -webkit-transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
  transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_round .wtbx-button:hover {
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_round .wtbx-button:hover:before {
  -moz-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_round.wtbx_skin_dark .wtbx-button:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_round.wtbx_skin_dark .wtbx-button .wtbx_button_inner {
  color: #fff;
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_round.wtbx_skin_dark .wtbx-button:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 3.8em;
  font-size: .928571em;
  padding: 0 1em 0 2em;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3em;
  width: 1px;
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button .wtbx_button_inner {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button .wtbx_link_arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 2.5em;
  -moz-transform: translate3d(-5px, 0, 0);
  -o-transform: translate3d(-5px, 0, 0);
  -ms-transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
  -webkit-transform: -webkit-translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button .wtbx_link_arrow .bar {
  opacity: 0;
  -moz-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -o-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -ms-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -webkit-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -webkit-transform: -webkit-translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button .wtbx_link_arrow .chevron {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button:hover {
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button:hover .wtbx_link_arrow {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square .wtbx-button:hover .wtbx_link_arrow .bar {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square.wtbx_skin_dark .wtbx-button:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square.wtbx_skin_dark .wtbx-button .wtbx_button_inner {
  color: #fff;
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square.wtbx_skin_dark .wtbx-button .bar,
.wtbx_vc_button.wtbx_style_arrow.wtbx_type_square.wtbx_skin_dark .wtbx-button .chevron {
  fill: #fff;
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 3.8em;
  font-size: .928571em;
  padding: 0 2.5em;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button .wtbx_button_inner {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button .wtbx_link_arrow {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 1em;
  -moz-transform: translate3d(-3px, -50%, 0);
  -o-transform: translate3d(-3px, -50%, 0);
  -ms-transform: translate3d(-3px, -50%, 0);
  -webkit-transform: translate3d(-3px, -50%, 0);
  -webkit-transform: -webkit-translate3d(-3px, -50%, 0);
  transform: translate3d(-3px, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button .wtbx_link_arrow .bar {
  opacity: 0;
  -moz-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -o-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -ms-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -webkit-transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  -webkit-transform: -webkit-translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(-10px, 0, 0) scale3d(0, 1, 1);
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button .wtbx_link_arrow .chevron {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button:hover {
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button:hover .wtbx_button_inner {
  -moz-transform: translate3d(-0.75em, 0, 0);
  -o-transform: translate3d(-0.75em, 0, 0);
  -ms-transform: translate3d(-0.75em, 0, 0);
  -webkit-transform: translate3d(-0.75em, 0, 0);
  -webkit-transform: -webkit-translate3d(-0.75em, 0, 0);
  transform: translate3d(-0.75em, 0, 0);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button:hover .wtbx_link_arrow {
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button:hover .wtbx_link_arrow .bar {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple .wtbx-button:hover .wtbx_link_arrow .chevron {
  opacity: 1;
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple.wtbx_skin_dark .wtbx-button:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple.wtbx_skin_dark .wtbx-button .wtbx_button_inner {
  color: #fff;
}

.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple.wtbx_skin_dark .wtbx-button .bar,
.wtbx_vc_button.wtbx_style_arrow.wtbx_type_simple.wtbx_skin_dark .wtbx-button .chevron {
  fill: #fff;
}

.wtbx_vc_button.wtbx_style_glowing .wtbx-button {
  position: relative;
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-weight: 600;
  color: #fff;
}

.wtbx_vc_button.wtbx_style_glowing .wtbx-button:before, .wtbx_vc_button.wtbx_style_glowing .wtbx-button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border: inherit;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx_vc_button.wtbx_style_glowing .wtbx-button:before {
  opacity: 1;
  z-index: -2;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_button.wtbx_style_glowing .wtbx-button:after {
  opacity: 0;
  z-index: -1;
}

.wtbx_vc_button.wtbx_style_glowing .wtbx-button:hover:after {
  opacity: 1;
}

.wtbx_vc_button.wtbx_style_filling .wtbx_button_inner {
  vertical-align: middle;
  z-index: 1;
}

.wtbx_vc_button.wtbx_style_filling .wtbx-button {
  position: relative;
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-weight: 600;
  border-style: solid;
  overflow: hidden;
}

.wtbx_vc_button.wtbx_style_filling .wtbx-button:before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_filling .wtbx-button:hover {
  color: #fff;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_left .wtbx-button:before {
  -o-animation: button_fill_left_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: button_fill_left_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: button_fill_left_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: button_fill_left_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_left .wtbx-button:hover:before {
  -o-animation: button_fill_left_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: button_fill_left_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: button_fill_left_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: button_fill_left_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_right .wtbx-button:before {
  -o-animation: button_fill_right_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: button_fill_right_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: button_fill_right_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: button_fill_right_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_right .wtbx-button:hover:before {
  -o-animation: button_fill_right_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: button_fill_right_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: button_fill_right_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: button_fill_right_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_top .wtbx-button:before {
  -o-animation: button_fill_top_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: button_fill_top_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: button_fill_top_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: button_fill_top_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_top .wtbx-button:hover:before {
  -o-animation: button_fill_top_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: button_fill_top_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: button_fill_top_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: button_fill_top_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_bottom .wtbx-button:before {
  -o-animation: button_fill_bottom_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: button_fill_bottom_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: button_fill_bottom_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: button_fill_bottom_out 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_bottom .wtbx-button:hover:before {
  -o-animation: button_fill_bottom_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: button_fill_bottom_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: button_fill_bottom_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: button_fill_bottom_in 0.3s cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_center_h .wtbx-button:before {
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  -o-transform: rotate3d(0, 1, 0, 90deg);
  -ms-transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform: -webkit-rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
  moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_center_h .wtbx-button:hover:before {
  -moz-transform: rotate3d(0, 0, 0, 0deg) !important;
  -o-transform: rotate3d(0, 0, 0, 0deg) !important;
  -ms-transform: rotate3d(0, 0, 0, 0deg) !important;
  -webkit-transform: rotate3d(0, 0, 0, 0deg) !important;
  -webkit-transform: -webkit-rotate3d(0, 0, 0, 0deg) !important;
  transform: rotate3d(0, 0, 0, 0deg) !important;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_center_v .wtbx-button:before {
  -moz-transform: rotate3d(1, 0, 0, 90deg);
  -o-transform: rotate3d(1, 0, 0, 90deg);
  -ms-transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transform: -webkit-rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.wtbx_vc_button.wtbx_style_filling.wtbx_fill_center_v .wtbx-button:hover:before {
  -moz-transform: rotate3d(0, 0, 0, 0deg) !important;
  -o-transform: rotate3d(0, 0, 0, 0deg) !important;
  -ms-transform: rotate3d(0, 0, 0, 0deg) !important;
  -webkit-transform: rotate3d(0, 0, 0, 0deg) !important;
  -webkit-transform: -webkit-rotate3d(0, 0, 0, 0deg) !important;
  transform: rotate3d(0, 0, 0, 0deg) !important;
}

.wtbx_vc_button.wtbx_style_custom .wtbx-button {
  position: relative;
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-weight: 600;
  border-color: transparent;
  color: #fff;
}

.wtbx_vc_button.wtbx_style_custom .wtbx-button:before, .wtbx_vc_button.wtbx_style_custom .wtbx-button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_button.wtbx_style_custom .wtbx-button:before {
  opacity: 1;
  z-index: -2;
}

.wtbx_vc_button.wtbx_style_custom .wtbx-button:after {
  opacity: 0;
  z-index: -1;
}

.wtbx_vc_button.wtbx_style_custom .wtbx-button:hover:before {
  border-color: transparent;
}

.wtbx_vc_button.wtbx_style_custom .wtbx-button:hover:after {
  opacity: 1;
}

.wtbx_vc_button.wtbx_style_custom.wtbx_noborder .wtbx-button:after {
  border: none;
}

.wtbx_vc_button.wtbx_size_1 .wtbx-button {
  font-size: 10px;
  line-height: 25px;
  padding: 0 1.5em;
}

.wtbx_vc_button.wtbx_size_1.wtbx_style_link .wtbx-button {
  font-size: 10px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_2 .wtbx-button {
  font-size: 11px;
  line-height: 32px;
  padding: 0 1.8em;
}

.wtbx_vc_button.wtbx_size_2.wtbx_style_link .wtbx-button {
  font-size: 11px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_3 .wtbx-button {
  font-size: 12px;
  line-height: 40px;
  padding: 0 2em;
}

.wtbx_vc_button.wtbx_size_3.wtbx_style_link .wtbx-button {
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_4 .wtbx-button {
  font-size: 13px;
  line-height: 46px;
  padding: 0 2em;
}

.wtbx_vc_button.wtbx_size_4.wtbx_style_link .wtbx-button {
  font-size: 13px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_5 .wtbx-button {
  font-size: 14px;
  line-height: 52px;
  padding: 0 2em;
}

.wtbx_vc_button.wtbx_size_5.wtbx_style_link .wtbx-button {
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_6 .wtbx-button {
  font-size: 16px;
  line-height: 58px;
  padding: 0 2em;
}

.wtbx_vc_button.wtbx_size_6.wtbx_style_link .wtbx-button {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_7 .wtbx-button {
  font-size: 18px;
  line-height: 64px;
  padding: 0 2em;
}

.wtbx_vc_button.wtbx_size_7.wtbx_style_link .wtbx-button {
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_8 .wtbx-button {
  font-size: 20px;
  line-height: 70px;
  padding: 0 2em;
}

.wtbx_vc_button.wtbx_size_8.wtbx_style_link .wtbx-button {
  font-size: 20px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_9 .wtbx-button {
  font-size: 22px;
  line-height: 76px;
  padding: 0 2em;
}

.wtbx_vc_button.wtbx_size_9.wtbx_style_link .wtbx-button {
  font-size: 22px;
  line-height: 1.5;
  padding: 0;
}

.wtbx_vc_button.wtbx_size_10 .wtbx-button {
  font-size: 24px;
  line-height: 82px;
  padding: 0 2em;
}

.wtbx_vc_button.wtbx_size_10.wtbx_style_link .wtbx-button {
  font-size: 24px;
  line-height: 1.5;
  padding: 0;
}

@-webkit-keyframes button_fill_left_in {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-moz-keyframes button_fill_left_in {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-o-keyframes button_fill_left_in {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes button_fill_left_in {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-webkit-keyframes button_fill_left_out {
  0% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-moz-keyframes button_fill_left_out {
  0% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-o-keyframes button_fill_left_out {
  0% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes button_fill_left_out {
  0% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes button_fill_right_in {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-moz-keyframes button_fill_right_in {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-o-keyframes button_fill_right_in {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes button_fill_right_in {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes button_fill_right_out {
  0% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-moz-keyframes button_fill_right_out {
  0% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-o-keyframes button_fill_right_out {
  0% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes button_fill_right_out {
  0% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-webkit-keyframes button_fill_top_in {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@-moz-keyframes button_fill_top_in {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@-o-keyframes button_fill_top_in {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@keyframes button_fill_top_in {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@-webkit-keyframes button_fill_top_out {
  0% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-moz-keyframes button_fill_top_out {
  0% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-o-keyframes button_fill_top_out {
  0% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@keyframes button_fill_top_out {
  0% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-webkit-keyframes button_fill_bottom_in {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-moz-keyframes button_fill_bottom_in {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-o-keyframes button_fill_bottom_in {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@keyframes button_fill_bottom_in {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-webkit-keyframes button_fill_bottom_out {
  0% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@-moz-keyframes button_fill_bottom_out {
  0% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@-o-keyframes button_fill_bottom_out {
  0% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@keyframes button_fill_bottom_out {
  0% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

/*
* Modal window
*/
.wtbx_modal_backdrop {
  height: 100%;
  height: 100vh;
}

html.wtbx_modal_open {
  overflow: hidden !important;
}

.wtbx_vc_modal {
  z-index: 99999;
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 100%;
  height: 100vh;
  text-align: center;
  margin: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content .wtbx_modal_body {
  margin: 30px;
  display: inline-block;
  position: relative;
  width: calc(100% - 60px);
  text-align: start;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content .wtbx_modal_body .wtbx_modal_inner {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.3);
  z-index: 1;
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content .wtbx_modal_body .wtbx_modal_close {
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  z-index: 2;
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content .wtbx_modal_body .wtbx_modal_close:before, .wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content .wtbx_modal_body .wtbx_modal_close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 14px;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content .wtbx_modal_body .wtbx_modal_close:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.wtbx_vc_modal .wtbx_modal_wrapper .wtbx_modal_dialog .wtbx_modal_content .wtbx_modal_body .wtbx_modal_close:after {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}

.wtbx_vc_modal.wtbx_style_1 .wtbx_modal_inner {
  border-radius: 6px;
}

.wtbx_vc_modal.wtbx_style_1 .wtbx_modal_close {
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  opacity: .2;
}

.wtbx_vc_modal.wtbx_style_1 .wtbx_modal_close:hover {
  opacity: 1;
}

.wtbx_vc_modal.wtbx_style_1 .wtbx_modal_close:before, .wtbx_vc_modal.wtbx_style_1 .wtbx_modal_close:after {
  height: 16px !important;
  background-color: #fff;
}

.wtbx_vc_modal.wtbx_style_1 .wtbx_modal_close.wtbx_skin_dark:before, .wtbx_vc_modal.wtbx_style_1 .wtbx_modal_close.wtbx_skin_dark:after {
  background-color: #fff;
}

.wtbx_vc_modal.wtbx_style_2 .wtbx_modal_inner {
  border-radius: 20px;
}

.wtbx_vc_modal.wtbx_style_2 .wtbx_modal_close {
  right: -18px;
  top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_modal.wtbx_style_2 .wtbx_modal_close:before, .wtbx_vc_modal.wtbx_style_2 .wtbx_modal_close:after {
  background-color: #fff;
}

.wtbx_vc_modal.wtbx_style_2 .wtbx_modal_close:hover {
  -moz-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: -webkit-scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.wtbx_vc_modal.wtbx_style_2 .wtbx_modal_close.wtbx_skin_dark {
  background-color: #fff;
}

.wtbx_vc_modal.wtbx_style_3 .wtbx_modal_close {
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
  opacity: .4;
}

.wtbx_vc_modal.wtbx_style_3 .wtbx_modal_close:before, .wtbx_vc_modal.wtbx_style_3 .wtbx_modal_close:after {
  height: 18px !important;
  background-color: #fff;
}

.wtbx_vc_modal.wtbx_style_3 .wtbx_modal_close:hover {
  opacity: 1;
  -moz-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: -webkit-scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.wtbx_vc_modal.wtbx_style_3 .wtbx_modal_close.wtbx_skin_dark:before, .wtbx_vc_modal.wtbx_style_3 .wtbx_modal_close.wtbx_skin_dark:after {
  background-color: #fff;
}

.wtbx_vc_modal .wtbx_modal_wrapper.in .wtbx_modal_body {
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.wtbx_vc_modal.wtbx_anim_slide-down .wtbx_modal_body {
  -moz-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  -webkit-transform: -webkit-translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.wtbx_vc_modal.wtbx_anim_slide-up .wtbx_modal_body {
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -webkit-transform: -webkit-translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.wtbx_vc_modal.wtbx_anim_scale-up .wtbx_modal_body {
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}

.wtbx_vc_modal.wtbx_anim_scale-down .wtbx_modal_body {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/*
* Counter
*/
.wtbx_vc_counter .wtbx_counter_wrapper {
  line-height: 1;
}

.wtbx_vc_counter .wtbx_counter_wrapper .wtbx_counter_number {
  display: inline-block;
}

.wtbx_vc_counter.wtbx_display_inline {
  display: inline-block;
}

.wtbx_vc_counter.wtbx_display_inline .wtbx_vc_counter_container,
.wtbx_vc_counter.wtbx_display_inline .wtbx_vc_counter_inner {
  display: inline-block;
}

.wtbx_vc_counter.wtbx_display_block {
  display: block;
}

.wtbx_vc_counter.wtbx_display_block .wtbx_vc_counter_container,
.wtbx_vc_counter.wtbx_display_block .wtbx_vc_counter_inner {
  display: block;
}

.wtbx_vc_counter.wtbx_align_prefix_none .wtbx_counter_prefix {
  vertical-align: initial;
}

.wtbx_vc_counter.wtbx_align_prefix_top .wtbx_counter_prefix {
  vertical-align: top;
}

.wtbx_vc_counter.wtbx_align_prefix_middle .wtbx_counter_prefix {
  vertical-align: middle;
}

.wtbx_vc_counter.wtbx_align_prefix_bottom .wtbx_counter_prefix {
  vertical-align: bottom;
}

.wtbx_vc_counter.wtbx_align_suffix_none .wtbx_counter_suffix {
  vertical-align: initial;
}

.wtbx_vc_counter.wtbx_align_suffix_top .wtbx_counter_suffix {
  vertical-align: top;
}

.wtbx_vc_counter.wtbx_align_suffix_middle .wtbx_counter_suffix {
  vertical-align: middle;
}

.wtbx_vc_counter.wtbx_align_suffix_bottom .wtbx_counter_suffix {
  vertical-align: bottom;
}

/*
* Image Element
*/
.wtbx_vc_image_element {
  line-height: 0;
  font-size: 0;
  position: relative;
}

.wtbx_vc_image_element .wtbx_image_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_element .wtbx_image_wrapper .wtbx_image_inner {
  position: relative;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_element .wtbx_image_wrapper .wtbx_image_element_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  border-radius: inherit;
}

.wtbx_vc_image_element .wtbx_image_wrapper .wtbx-lightbox-item, .wtbx_vc_image_element .wtbx_image_wrapper a, .wtbx_vc_image_element .wtbx_image_wrapper .wtbx_image_overlap {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: inherit;
}

.wtbx_vc_image_element .wtbx_image_wrapper .wtbx_image_noaction {
  cursor: auto !important;
}

.wtbx_vc_image_element .wtbx_image_icon {
  position: absolute;
  z-index: 3;
  opacity: .5;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_element .wtbx_image_icon i {
  display: block;
  padding: 2px;
}

.wtbx_vc_image_element .wtbx_image_overlap:hover ~ .wtbx_image_icon {
  opacity: 1;
}

.wtbx_vc_image_element.wtbx_icon_center .wtbx_image_icon {
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wtbx_vc_image_element.wtbx_icon_top_right .wtbx_image_icon {
  top: 10px;
  right: 10px;
}

.wtbx_vc_image_element.wtbx_icon_bot_right .wtbx_image_icon {
  bottom: 10px;
  right: 10px;
}

.wtbx_vc_image_element.wtbx_icon_top_left .wtbx_image_icon {
  top: 10px;
  left: 10px;
}

.wtbx_vc_image_element.wtbx_icon_bot_left .wtbx_image_icon {
  bottom: 10px;
  left: 10px;
}

.wtbx_vc_image_element.wtbx_icon_small .wtbx_image_icon {
  font-size: 15px;
  padding: 5px;
}

.wtbx_vc_image_element.wtbx_icon_medium .wtbx_image_icon {
  font-size: 21px;
  padding: 8px;
}

.wtbx_vc_image_element.wtbx_icon_large .wtbx_image_icon {
  font-size: 44px;
  padding: 15px;
}

.wtbx_vc_image_element.wtbx_icon_skin_light .wtbx_image_icon {
  color: #fff;
}

.wtbx_vc_image_element.wtbx_image_overlay .wtbx_image_inner .wtbx_image_element_overlay {
  opacity: 0;
}

.wtbx_vc_image_element.wtbx_image_overlay .wtbx_image_inner:hover .wtbx_image_element_overlay {
  opacity: 1;
}

.wtbx_vc_image_element.wtbx_image_overlay_h .wtbx_image_inner .wtbx_image_element_overlay {
  opacity: 1;
}

.wtbx_vc_image_element.wtbx_image_overlay_h .wtbx_image_inner:hover .wtbx_image_element_overlay {
  opacity: 0;
}

.wtbx_vc_image_element.wtbx_image_h_transparent .wtbx_vc_image_element_inner {
  opacity: .6;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_element.wtbx_image_h_transparent .wtbx_vc_image_element_inner:hover {
  opacity: 1;
}

.wtbx_vc_image_element.wtbx_image_h_scale_up .wtbx_image_inner .wtbx-bg-image {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_element.wtbx_image_h_scale_up .wtbx_image_inner:hover .wtbx-bg-image {
  -moz-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.wtbx_vc_image_element.wtbx_image_h_scale_down .wtbx_image_inner .wtbx-bg-image {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_element.wtbx_image_h_scale_down .wtbx_image_inner:hover {
  -moz-transform: scale3d(0.97, 0.97, 1);
  -o-transform: scale3d(0.97, 0.97, 1);
  -ms-transform: scale3d(0.97, 0.97, 1);
  -webkit-transform: scale3d(0.97, 0.97, 1);
  -webkit-transform: -webkit-scale3d(0.97, 0.97, 1);
  transform: scale3d(0.97, 0.97, 1);
}

.wtbx_vc_image_element.wtbx_image_h_scale_down .wtbx_image_inner:hover .wtbx-bg-image {
  -moz-transform: scale3d(1.04, 1.04, 1);
  -o-transform: scale3d(1.04, 1.04, 1);
  -ms-transform: scale3d(1.04, 1.04, 1);
  -webkit-transform: scale3d(1.04, 1.04, 1);
  -webkit-transform: -webkit-scale3d(1.04, 1.04, 1);
  transform: scale3d(1.04, 1.04, 1);
}

.wtbx_vc_image_element.wtbx_img_align_center {
  text-align: center;
}

.wtbx_vc_image_element.wtbx_img_align_left {
  text-align: left;
}

.wtbx_vc_image_element.wtbx_img_align_right {
  text-align: right;
}

.wtbx_vc_image_element.wtbx_shadow_small .wtbx_image_inner {
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_image_element.wtbx_shadow_medium .wtbx_image_inner {
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_image_element.wtbx_shadow_large .wtbx_image_inner {
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_image_element.wtbx_image_h_shift_up .wtbx_image_inner:hover {
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.wtbx_vc_image_element.wtbx_image_h_shift_up.wtbx_shadow_small .wtbx_image_inner:hover {
  box-shadow: 0 12px 35px -7px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_image_element.wtbx_image_h_shift_up.wtbx_shadow_medium .wtbx_image_inner:hover {
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_image_element.wtbx_image_h_shift_up.wtbx_shadow_large .wtbx_image_inner:hover {
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.45);
}

/*
* Image Carousel
*/
.wtbx_vc_image_carousel {
  overflow: hidden;
  position: relative;
}

.wtbx_vc_image_carousel .wtbx_image_carousel_wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.wtbx_vc_image_carousel .wtbx_image_carousel_wrapper.wtbx_slider_init {
  visibility: visible;
  opacity: 1;
}

.wtbx_vc_image_carousel .wtbx_image_carousel_wrapper .wtbx_carousel_item_inner {
  position: relative;
  overflow: hidden;
  font-size: 0;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_image_carousel .wtbx_image_carousel_wrapper .wtbx_carousel_item_inner .wtbx_image_overlap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

.wtbx_vc_image_carousel .wtbx_dots {
  bottom: -30px;
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_dots {
  bottom: -30px;
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_dots.wtbx_dots_style_3 {
  bottom: -15px;
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_dots {
  bottom: -60px;
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_dots.wtbx_dots_style_3 {
  bottom: -30px;
}

.wtbx_vc_image_carousel .wtbx_carousel_item {
  position: relative;
}

.wtbx_vc_image_carousel.wtbx_pagination_enabled .wtbx_image_carousel_wrapper {
  margin-bottom: 45px;
}

.wtbx_vc_image_carousel [data-height="true"] .flickity-viewport {
  -webkit-transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: height 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_carousel.wtbx_no_shadow .wtbx_vc_image_carousel_container .wtbx_vc_image_carousel_inner .wtbx_image_carousel_wrapper .wtbx_image_carousel_inner .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner {
  box-shadow: none !important;
}

.wtbx_vc_image_carousel.wtbx_style_simple {
  overflow: hidden;
}

.wtbx_vc_image_carousel.wtbx_style_simple .wtbx_image_carousel_wrapper {
  padding: 0 45px;
}

.wtbx_vc_image_carousel.wtbx_style_simple .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container {
  padding: 30px 15px;
}

.wtbx_vc_image_carousel.wtbx_style_simple.wtbx_no_arrows .wtbx_image_carousel_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.wtbx_vc_image_carousel.wtbx_style_scale .wtbx_image_carousel_wrapper {
  padding: 0 50px;
}

.wtbx_vc_image_carousel.wtbx_style_scale .wtbx_image_carousel_wrapper .flickity-viewport {
  overflow: visible !important;
}

.wtbx_vc_image_carousel.wtbx_style_scale .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container {
  padding: 30px 45px;
  -moz-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_carousel.wtbx_style_scale .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner {
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  opacity: .6;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_carousel.wtbx_style_scale .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner:hover {
  opacity: 1;
  -moz-transform: scale3d(1.03, 1.03, 1);
  -o-transform: scale3d(1.03, 1.03, 1);
  -ms-transform: scale3d(1.03, 1.03, 1);
  -webkit-transform: scale3d(1.03, 1.03, 1);
  -webkit-transform: -webkit-scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
}

.wtbx_vc_image_carousel.wtbx_style_scale .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.wtbx_vc_image_carousel.wtbx_style_scale .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container .wtbx_carousel_item_inner,
.wtbx_vc_image_carousel.wtbx_style_scale .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container .wtbx_carousel_item_inner:hover {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .flickity-viewport {
  overflow: visible !important;
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item {
  -webkit-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1);
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item {
    opacity: 1 !important;
    width: 80%;
  }
  .wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner {
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15) !important;
  }
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container {
  padding: 30px 60px;
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner {
  opacity: .6;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner:hover {
  opacity: 1;
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container {
  opacity: 1;
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container.wtbx-element-reveal:not(.wtbx-element-visible) {
  opacity: 0;
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container .wtbx_carousel_item_inner,
.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container .wtbx_carousel_item_inner:hover {
  opacity: 1;
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item:not(.wtbx_slide_current):not(.wtbx_slide_prev):not(.wtbx_slide_next) {
  opacity: 0;
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper {
  padding: 30px 50px 60px;
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_image_carousel_inner {
  width: 70%;
  margin: 0 auto;
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .flickity-viewport {
  overflow: visible !important;
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .flickity-viewport .flickity-slider {
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: -webkit-translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item {
  z-index: -3;
  left: 0 !important;
  -moz-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);
  transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) !important;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) !important;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) !important;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) !important;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) !important;
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item.wtbx_slide_prev {
  opacity: 1 !important;
  z-index: -3;
  -moz-transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-30%, 0, 0) scale3d(0.8, 0.8, 1);
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item.wtbx_slide_next {
  opacity: 1 !important;
  z-index: -3;
  -moz-transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(30%, 0, 0) scale3d(0.8, 0.8, 1);
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container {
  padding: 0;
  -moz-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner {
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner:hover {
  -moz-transform: scale3d(1.03, 1.03, 1);
  -o-transform: scale3d(1.03, 1.03, 1);
  -ms-transform: scale3d(1.03, 1.03, 1);
  -webkit-transform: scale3d(1.03, 1.03, 1);
  -webkit-transform: -webkit-scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected {
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container .wtbx_carousel_item_inner,
.wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_image_carousel_wrapper .wtbx_carousel_item.is-selected .wtbx_carousel_item_container .wtbx_carousel_item_inner:hover {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_image_carousel.wtbx_style_overlap.wtbx_pagination_enabled .wtbx_image_carousel_wrapper {
  padding-bottom: 45px;
}

.wtbx_vc_image_carousel.wtbx_style_overlap.wtbx_no_arrows .wtbx_image_carousel_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.wtbx_vc_image_carousel:hover .wtbx_dots ul,
.wtbx_vc_image_carousel:hover .wtbx_dots ol {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .wtbx_vc_image_carousel.wtbx_style_centered .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_image_carousel .wtbx_image_carousel_wrapper {
    padding: 0 !important;
    position: relative;
  }
  .wtbx_vc_image_carousel .wtbx_image_carousel_wrapper .wtbx_carousel_item {
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
  }
  .wtbx_vc_image_carousel .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
  }
  .wtbx_vc_image_carousel .wtbx_image_carousel_wrapper .wtbx_carousel_item .wtbx_carousel_item_container .wtbx_carousel_item_inner {
    -moz-transform: scale3d(1, 1, 1) !important;
    -o-transform: scale3d(1, 1, 1) !important;
    -ms-transform: scale3d(1, 1, 1) !important;
    -webkit-transform: scale3d(1, 1, 1) !important;
    -webkit-transform: -webkit-scale3d(1, 1, 1) !important;
    transform: scale3d(1, 1, 1) !important;
  }
  .wtbx_vc_image_carousel .wtbx_image_carousel_wrapper .wtbx_image_carousel_inner {
    width: 100% !important;
  }
  .wtbx_vc_image_carousel .wtbx_image_carousel_nav {
    display: none;
  }
  .wtbx_vc_image_carousel.wtbx_style_simple .wtbx_dots.wtbx_dots_style_3 {
    bottom: -30px;
  }
  .wtbx_vc_image_carousel.wtbx_style_centered .wtbx_dots.wtbx_dots_style_3 {
    bottom: -30px;
  }
  .wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_dots.wtbx_dots_style_3 {
    bottom: -60px;
  }
  .wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_carousel_item .wtbx_carousel_item_inner {
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15) !important;
  }
  .wtbx_vc_image_carousel.wtbx_style_overlap .wtbx_carousel_item:not(.is-selected) .wtbx_carousel_item_inner {
    box-shadow: none !important;
    -moz-transform: scale3d(0.6, 0.6, 1) !important;
    -o-transform: scale3d(0.6, 0.6, 1) !important;
    -ms-transform: scale3d(0.6, 0.6, 1) !important;
    -webkit-transform: scale3d(0.6, 0.6, 1) !important;
    -webkit-transform: -webkit-scale3d(0.6, 0.6, 1) !important;
    transform: scale3d(0.6, 0.6, 1) !important;
  }
}

.wtbx_vc_image_carousel.wtbx_hide_nav .wtbx_dots,
.wtbx_vc_image_carousel.wtbx_hide_nav .wtbx_image_carousel_pagination,
.wtbx_vc_image_carousel.wtbx_hide_nav .wtbx_arrow_prev, .wtbx_vc_image_carousel.wtbx_hide_nav .wtbx_arrow_next {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_carousel.wtbx_hide_nav .wtbx_image_carousel_wrapper:not(:hover) .wtbx_dots,
.wtbx_vc_image_carousel.wtbx_hide_nav .wtbx_image_carousel_wrapper:not(:hover) .wtbx_image_carousel_pagination {
  opacity: 0;
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.wtbx_vc_image_carousel.wtbx_hide_nav .wtbx_image_carousel_wrapper:not(:hover) .wtbx_arrow_prev {
  opacity: 0;
  -moz-transform: translate3d(15px, -50%, 0);
  -o-transform: translate3d(15px, -50%, 0);
  -ms-transform: translate3d(15px, -50%, 0);
  -webkit-transform: translate3d(15px, -50%, 0);
  -webkit-transform: -webkit-translate3d(15px, -50%, 0);
  transform: translate3d(15px, -50%, 0);
}

.wtbx_vc_image_carousel.wtbx_hide_nav .wtbx_image_carousel_wrapper:not(:hover) .wtbx_arrow_next {
  opacity: 0;
  -moz-transform: translate3d(-15px, -50%, 0);
  -o-transform: translate3d(-15px, -50%, 0);
  -ms-transform: translate3d(-15px, -50%, 0);
  -webkit-transform: translate3d(-15px, -50%, 0);
  -webkit-transform: -webkit-translate3d(-15px, -50%, 0);
  transform: translate3d(-15px, -50%, 0);
}

.wtbx_vc_image_carousel [data-slides-desktop="scale"] .wtbx_carousel_item {
  width: 38%;
}

.wtbx_vc_image_carousel [data-slides-desktop="centered"] .wtbx_carousel_item {
  width: 65%;
}

.wtbx_vc_image_carousel [data-slides-desktop="1"] .wtbx_carousel_item {
  width: 100%;
}

.wtbx_vc_image_carousel [data-slides-desktop="2"] .wtbx_carousel_item {
  width: 50%;
}

.wtbx_vc_image_carousel [data-slides-desktop="3"] .wtbx_carousel_item {
  width: 33.3333%;
}

.wtbx_vc_image_carousel [data-slides-desktop="4"] .wtbx_carousel_item {
  width: 25%;
}

.wtbx_vc_image_carousel [data-slides-desktop="5"] .wtbx_carousel_item {
  width: 20%;
}

.wtbx_vc_image_carousel [data-slides-desktop="6"] .wtbx_carousel_item {
  width: 16.6666%;
}

.wtbx_vc_image_carousel [data-slides-desktop="7"] .wtbx_carousel_item {
  width: 14.2857%;
}

.wtbx_vc_image_carousel [data-slides-desktop="8"] .wtbx_carousel_item {
  width: 12.5%;
}

@media only screen and (max-width: 1024px) {
  .wtbx_vc_image_carousel [data-slides-tablet="1"] .wtbx_carousel_item {
    width: 100%;
  }
  .wtbx_vc_image_carousel [data-slides-tablet="2"] .wtbx_carousel_item {
    width: 50%;
  }
  .wtbx_vc_image_carousel [data-slides-tablet="3"] .wtbx_carousel_item {
    width: 33.3333%;
  }
  .wtbx_vc_image_carousel [data-slides-tablet="4"] .wtbx_carousel_item {
    width: 25%;
  }
  .wtbx_vc_image_carousel [data-slides-tablet="5"] .wtbx_carousel_item {
    width: 20%;
  }
  .wtbx_vc_image_carousel [data-slides-tablet="6"] .wtbx_carousel_item {
    width: 16.6666%;
  }
  .wtbx_vc_image_carousel [data-slides-tablet="7"] .wtbx_carousel_item {
    width: 14.2857%;
  }
  .wtbx_vc_image_carousel [data-slides-tablet="8"] .wtbx_carousel_item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_image_carousel [data-slides-mobile="1"] .wtbx_carousel_item {
    width: 100%;
  }
  .wtbx_vc_image_carousel [data-slides-mobile="2"] .wtbx_carousel_item {
    width: 50%;
  }
  .wtbx_vc_image_carousel [data-slides-mobile="3"] .wtbx_carousel_item {
    width: 33.3333%;
  }
  .wtbx_vc_image_carousel [data-slides-mobile="4"] .wtbx_carousel_item {
    width: 25%;
  }
  .wtbx_vc_image_carousel [data-slides-mobile="5"] .wtbx_carousel_item {
    width: 20%;
  }
  .wtbx_vc_image_carousel [data-slides-mobile="6"] .wtbx_carousel_item {
    width: 16.6666%;
  }
  .wtbx_vc_image_carousel [data-slides-mobile="7"] .wtbx_carousel_item {
    width: 14.2857%;
  }
  .wtbx_vc_image_carousel [data-slides-mobile="8"] .wtbx_carousel_item {
    width: 12.5%;
  }
}

/*
* Image Grid
*/
.wtbx_vc_image_grid .wtbx_image_grid_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wtbx_vc_image_grid .wtbx_image_grid_icon:before, .wtbx_vc_image_grid .wtbx_image_grid_icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  border-radius: 2px;
}

.wtbx_vc_image_grid .wtbx_image_grid_icon:before {
  width: 2px;
  height: 12px;
}

.wtbx_vc_image_grid .wtbx_image_grid_icon:after {
  width: 12px;
  height: 2px;
}

.wtbx_vc_image_grid.wtbx_masonry .wtbx_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_image_grid.wtbx_metro .wtbx_grid_entry {
  overflow: hidden;
  position: absolute;
}

.wtbx_vc_image_grid.wtbx_metro .wtbx_grid_item_container,
.wtbx_vc_image_grid.wtbx_metro .wtbx_grid_item_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.wtbx_vc_image_grid.wtbx_metro .wtbx_grid_item_container .wtbx-bg-image,
.wtbx_vc_image_grid.wtbx_metro .wtbx_grid_item_container .wtbx-bg-image-inner,
.wtbx_vc_image_grid.wtbx_metro .wtbx_grid_item_inner .wtbx-bg-image,
.wtbx_vc_image_grid.wtbx_metro .wtbx_grid_item_inner .wtbx-bg-image-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx_vc_image_grid .wtbx_grid_entry {
  font-size: 0;
  line-height: 0;
}

.wtbx_vc_image_grid .wtbx_grid_entry .wtbx-lightbox-item {
  cursor: pointer;
}

.wtbx_vc_image_grid .wtbx_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_grid .wtbx_overlay.wtbx_overlay_appear {
  opacity: 0;
}

.wtbx_vc_image_grid .wtbx_overlay.wtbx_overlay_disappear {
  opacity: 1;
}

.wtbx_vc_image_grid .wtbx_overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  line-height: 1;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 1px;
}

.wtbx_vc_image_grid .wtbx-bg-image {
  z-index: 1;
}

.wtbx_vc_image_grid .wtbx_grid_item_inner {
  z-index: 1;
}

.wtbx_vc_image_grid .wtbx_grid_item_inner:hover .wtbx_overlay_appear {
  opacity: 1;
}

.wtbx_vc_image_grid .wtbx_grid_item_inner:hover .wtbx_overlay_disappear {
  opacity: 0;
}

.wtbx_vc_image_grid .wtbx_grid_item_container,
.wtbx_vc_image_grid .wtbx_grid_item_inner,
.wtbx_vc_image_grid .wtbx-bg-image,
.wtbx_vc_image_grid .wtbx-bg-image-inner,
.wtbx_vc_image_grid .wtbx-lazy,
.wtbx_vc_image_grid .wtbx_overlay,
.wtbx_vc_image_grid a {
  border-radius: inherit;
}

.wtbx_vc_image_grid.wtbx_boxed .wtbx_image_grid_container {
  overflow: visible !important;
}

.wtbx_vc_image_grid.wtbx_boxed .wtbx_grid_entry {
  padding: 15px;
}

.wtbx_vc_image_grid.wtbx_boxed .wtbx_grid_entry .wtbx_grid_item_inner {
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.1);
}

.wtbx_vc_image_grid.wtbx_boxed .wtbx_grid_entry .wtbx_grid_item_inner .item-highlight {
  z-index: 2;
}

.wtbx_vc_image_grid.wtbx_boxed .wtbx_grid_entry .wtbx_grid_item_inner:hover {
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.45);
}

/*
* Countdown
*/
.wtbx_vc_countdown.wtbx_align_center {
  text-align: center;
}

.wtbx_vc_countdown.wtbx_align_left {
  text-align: left;
}

.wtbx_vc_countdown.wtbx_align_right {
  text-align: right;
}

.wtbx_vc_countdown .wtbx_countdown_days,
.wtbx_vc_countdown .wtbx_countdown_time {
  display: inline-block;
  white-space: nowrap;
}

.wtbx_vc_countdown .wtbx_countdown_block {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  margin: 15px 0;
}

.wtbx_vc_countdown .wtbx_countdown_block span {
  display: block;
}

.wtbx_vc_countdown .wtbx_countdown_block .wtbx_countdown_label {
  display: inline-block;
  width: 100%;
}

.wtbx_vc_countdown .wtbx_countdown_wrapper > div:first-child > .wtbx_countdown_block:first-child {
  padding-left: 0;
}

.wtbx_vc_countdown .wtbx_countdown_wrapper > div:last-child > .wtbx_countdown_block:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_countdown {
    text-align: center;
  }
  .wtbx_vc_countdown .wtbx_countdown_wrapper {
    -moz-transform: scale3d(0.8, 0.8, 1);
    -o-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: -webkit-scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  .wtbx_vc_countdown .wtbx_countdown_days {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .wtbx_vc_countdown .wtbx_countdown_wrapper {
    -moz-transform: scale3d(0.6, 0.6, 1);
    -o-transform: scale3d(0.6, 0.6, 1);
    -ms-transform: scale3d(0.6, 0.6, 1);
    -webkit-transform: scale3d(0.6, 0.6, 1);
    -webkit-transform: -webkit-scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
  }
}

.wtbx_vc_countdown.wtbx_style_1.wtbx_separate .wtbx_countdown_days {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.wtbx_vc_countdown.wtbx_style_1.wtbx_separate .wtbx_countdown_days:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 45px;
  max-height: 80%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: .1;
}

.wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block {
  padding: 0 15px;
}

.wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block span {
  min-width: 1.1em;
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
}

.wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block .wtbx_countdown_label {
  font-size: 0.785714em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time {
  position: relative;
}

.wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:before, .wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 1px;
}

.wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:before {
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:after {
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  -webkit-transform: -webkit-translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block.wtbx_cd_block_time:last-child .wtbx_countdown_time:before, .wtbx_vc_countdown.wtbx_style_1 .wtbx_countdown_block.wtbx_cd_block_time:last-child .wtbx_countdown_time:after {
  display: none;
}

.wtbx_vc_countdown.wtbx_style_2.wtbx_separate .wtbx_countdown_days {
  margin-right: 30px;
}

.wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block {
  padding: 0 15px;
}

.wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block span {
  min-width: 1.7em;
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
  padding: .5em .25em;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block .wtbx_countdown_label {
  margin-top: 1em;
  font-size: 0.785714em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time {
  position: relative;
}

.wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:before, .wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 1px;
}

.wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:before {
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:after {
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  -webkit-transform: -webkit-translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block.wtbx_cd_block_time:last-child .wtbx_countdown_time:before, .wtbx_vc_countdown.wtbx_style_2 .wtbx_countdown_block.wtbx_cd_block_time:last-child .wtbx_countdown_time:after {
  display: none;
}

.wtbx_vc_countdown.wtbx_style_3 .wtbx_countdown_block {
  padding: 0 10px;
}

.wtbx_vc_countdown.wtbx_style_3 .wtbx_countdown_block span {
  min-width: 1.1em;
  font-size: 2.857143em;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}

.wtbx_vc_countdown.wtbx_style_3 .wtbx_countdown_block .wtbx_countdown_label {
  width: auto;
  margin-left: .1em;
  font-size: 1.142857em;
  font-weight: 200;
  display: inline-block;
}

.wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block {
  padding: 0 15px;
}

.wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block span {
  min-width: 1.7em;
  font-size: 2.571429em;
  font-weight: 600;
  line-height: 1;
  padding: 0.25em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block .wtbx_countdown_label {
  margin-top: .7em;
  font-size: 0.785714em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: .5;
}

.wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time {
  position: relative;
}

.wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:before, .wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  opacity: .5;
}

.wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:before {
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block.wtbx_cd_block_time .wtbx_countdown_time:after {
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  -webkit-transform: -webkit-translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block.wtbx_cd_block_time:last-child .wtbx_countdown_time:before, .wtbx_vc_countdown.wtbx_style_4 .wtbx_countdown_block.wtbx_cd_block_time:last-child .wtbx_countdown_time:after {
  display: none;
}

/*
* Image box
*/
.wtbx_vc_image_box .wtbx_image_wrapper {
  position: relative;
}

.wtbx_vc_image_box .wtbx_image_inner {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_box .wtbx_image {
  position: relative;
  line-height: 0;
  font-size: 0;
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image_inner {
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  overflow: hidden;
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image_inner:hover {
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.15);
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image_inner:hover .wtbx_image_overlay:before {
  opacity: 1;
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image_inner:hover .wtbx_image_overlay .wtbx_image_box_button {
  opacity: 1;
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
  -o-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
}

.wtbx_vc_image_box.wtbx_style_1 svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 20px;
  width: 100%;
  z-index: 3;
  cursor: pointer;
}

.wtbx_vc_image_box.wtbx_style_1 svg path {
  cursor: default;
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image_box_content {
  padding: 10px 30px 30px;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image_box_content .wtbx_image_box_title {
  padding: 0;
  font-size: 1.214286em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image {
  position: relative;
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image .wtbx_image_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image .wtbx_image_overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .2;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image .wtbx_image_overlay .wtbx_image_box_button {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_box.wtbx_style_1 .wtbx_image,
.wtbx_vc_image_box.wtbx_style_1 .wtbx_image_bg,
.wtbx_vc_image_box.wtbx_style_1 svg {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_image_box.wtbx_style_2.wtbx_ib_align_left .wtbx_image_inner {
  padding-right: 30%;
}

.wtbx_vc_image_box.wtbx_style_2.wtbx_ib_align_left .wtbx_image {
  left: 20%;
  right: 0;
}

.wtbx_vc_image_box.wtbx_style_2.wtbx_ib_align_right .wtbx_image_inner {
  padding-left: 30%;
}

.wtbx_vc_image_box.wtbx_style_2.wtbx_ib_align_right .wtbx_image {
  right: 20%;
  left: 0;
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image_inner {
  position: relative;
  padding-top: 30px;
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image {
  position: absolute;
  top: 0;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  overflow: hidden;
  z-index: -1;
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image .wtbx_image_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image .wtbx_image_overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .2;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image .wtbx_image_overlay .wtbx_image_box_button {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  opacity: .6;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  z-index: 2;
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image_box_content {
  width: 100%;
  display: block;
  padding: 45px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image_box_content:hover {
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.15);
  -moz-transform: translate3d(0, 0, 0) scale3d(1.01, 1.01, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1.01, 1.01, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1.01, 1.01, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1.01, 1.01, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1.01, 1.01, 1);
  transform: translate3d(0, 0, 0) scale3d(1.01, 1.01, 1);
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image_box_content .wtbx_image_box_button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  font-size: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image_box_content .wtbx_image_box_title {
  padding: 0;
  font-size: 1.428571em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em;
}

.wtbx_vc_image_box.wtbx_style_2 .wtbx_image_box_content .wtbx_image_box_descr {
  font-size: 0.928571em;
}

.wtbx_vc_image_box.wtbx_style_2.wtbx_skin_dark .wtbx_image_box_title {
  color: #fff !important;
}

.wtbx_vc_image_box.wtbx_style_2.wtbx_skin_dark .wtbx_image_box_content .wtbx_image_box_button {
  color: rgba(255, 255, 255, 0.4) !important;
}

.wtbx_vc_image_box.wtbx_style_2.wtbx_skin_dark .wtbx_image_box_content:hover .wtbx_image_box_button {
  color: #fff !important;
}

.wtbx_vc_image_box.wtbx_style_2.wtbx_skin_dark .wtbx_image_box_descr {
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_image_box.wtbx_style_2 .wtbx_image_inner {
    padding: 0 30px !important;
  }
  .wtbx_vc_image_box.wtbx_style_2 .wtbx_image {
    margin: 0 -30px;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .wtbx_vc_image_box.wtbx_style_2 .wtbx_image_box_content {
    margin-top: -90px;
  }
}

/*
* Text element
 */
.wtbx_vc_text_element.wtbx_display_inline_block {
  display: inline-block;
}

.wtbx_vc_text_element .wtbx_text_element_inner {
  display: inline-block;
  width: 100%;
}

.wtbx_vc_text_element.wtbx_disable_margin .wtbx_text_element_inner p:first-child {
  margin-top: 0;
}

.wtbx_vc_text_element.wtbx_disable_margin .wtbx_text_element_inner p:last-child {
  margin-bottom: 0;
}

/*
* Split text
*/
.wtbx_vc_split_text {
  -webkit-transition: all 0s 0s !important;
  -moz-transition: all 0s 0s !important;
  -ms-transition: all 0s 0s !important;
  -o-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}

.wtbx_vc_split_text .wtbx_split_text_wrapper {
  display: block;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transform: -webkit-translateY(0);
  transform: translateY(0);
}

.wtbx_vc_split_text .wtbx_split_text_wrapper:not(.wtbx_split_animated) {
  -webkit-transition: all 0s 0s !important;
  -moz-transition: all 0s 0s !important;
  -ms-transition: all 0s 0s !important;
  -o-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}

.wtbx_vc_split_text .wtbx_split_text_wrapper .wtbx_split_text_cont {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right: .1em;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_split_text .wtbx_split_text_wrapper .wtbx_split_fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -webkit-transform: -webkit-scaleX(0);
  transform: scaleX(0);
}

.wtbx_vc_split_text .wtbx_split_text_inner {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -wekbit-transform;
  -moz-transition-property: opacity, transform;
  -ms-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  will-change: opacity, transform;
}

.wtbx_vc_split_text.wtbx_align_left {
  text-align: left;
}

.wtbx_vc_split_text.wtbx_align_right {
  text-align: right;
}

.wtbx_vc_split_text.wtbx_align_center {
  text-align: center;
}

.wtbx_vc_split_text.wtbx_animated.wtbx-anim-clip-bottom .wtbx_split_animated .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx_animated.wtbx-anim-clip-top .wtbx_split_animated .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx_animated.wtbx-anim-clip-left .wtbx_split_animated .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx_animated.wtbx-anim-clip-right .wtbx_split_animated .wtbx_split_text_inner {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_split_text.wtbx-anim-clip-bottom .wtbx_split_text_inner {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transform: -webkit-translateY(100%);
  transform: translateY(100%);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transform: -webkit-translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.wtbx_vc_split_text.wtbx-anim-clip-top .wtbx_split_text_inner {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transform: -webkit-translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.wtbx_vc_split_text.wtbx-anim-clip-left .wtbx_split_text_inner {
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transform: -webkit-translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.wtbx_vc_split_text.wtbx-anim-clip-right .wtbx_split_text_inner {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transform: -webkit-translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.wtbx_vc_split_text.wtbx-anim-fill-bottom .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx-anim-fill-top .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx-anim-fill-left .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx-anim-fill-right .wtbx_split_text_inner {
  opacity: 0;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.wtbx_vc_split_text.wtbx-anim-fill-bottom .wtbx_split_animated .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx-anim-fill-top .wtbx_split_animated .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx-anim-fill-left .wtbx_split_animated .wtbx_split_text_inner, .wtbx_vc_split_text.wtbx-anim-fill-right .wtbx_split_animated .wtbx_split_text_inner {
  opacity: 1;
}

.wtbx_vc_split_text.wtbx-anim-fill-left .wtbx_split_text_wrapper.wtbx_split_animated .wtbx_split_fill {
  -webkit-animation-name: wtbx-split-fill-left;
  animation-name: wtbx-split-fill-left;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.wtbx_vc_split_text.wtbx-anim-fill-right .wtbx_split_text_wrapper.wtbx_split_animated .wtbx_split_fill {
  -webkit-animation-name: wtbx-split-fill-right;
  animation-name: wtbx-split-fill-right;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.wtbx_vc_split_text.wtbx-anim-fill-top .wtbx_split_text_wrapper.wtbx_split_animated .wtbx_split_fill {
  -webkit-animation-name: wtbx-split-fill-top;
  animation-name: wtbx-split-fill-top;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.wtbx_vc_split_text.wtbx-anim-fill-bottom .wtbx_split_text_wrapper.wtbx_split_animated .wtbx_split_fill {
  -webkit-animation-name: wtbx-split-fill-bottom;
  animation-name: wtbx-split-fill-bottom;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

@-webkit-keyframes wtbx-split-fill-left {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-moz-keyframes wtbx-split-fill-left {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-o-keyframes wtbx-split-fill-left {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes wtbx-split-fill-left {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes wtbx-split-fill-right {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-moz-keyframes wtbx-split-fill-right {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-o-keyframes wtbx-split-fill-right {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes wtbx-split-fill-right {
  0% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  45% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  55% {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-webkit-keyframes wtbx-split-fill-top {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  45% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  55% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-moz-keyframes wtbx-split-fill-top {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  45% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  55% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-o-keyframes wtbx-split-fill-top {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  45% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  55% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@keyframes wtbx-split-fill-top {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  45% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  55% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-webkit-keyframes wtbx-split-fill-bottom {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  45% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  55% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@-moz-keyframes wtbx-split-fill-bottom {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  45% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  55% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@-o-keyframes wtbx-split-fill-bottom {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  45% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  55% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@keyframes wtbx-split-fill-bottom {
  0% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  45% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  55% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform: -webkit-scaleY(0);
    transform: scaleY(0);
    moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

/*
Progress bar
*/
.wtbx_vc_progress_bar .wtbx_pb_track {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.wtbx_vc_progress_bar .wtbx_pb_track:not(.wtbx_animated) .wtbx_pb_bar {
  width: 0 !important;
}

.wtbx_vc_progress_bar .wtbx_pb_track:not(.wtbx_animated) .wtbx_pb_label {
  opacity: 0;
}

.wtbx_vc_progress_bar .wtbx_pb_track:not(.wtbx_animated) .wtbx_pb_value {
  opacity: 0;
}

.wtbx_vc_progress_bar .wtbx_pb_bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_progress_bar .wtbx_pb_label {
  position: absolute;
  left: 0;
  font-size: .928571em;
  line-height: 20px;
  z-index: 2;
}

.wtbx_vc_progress_bar .wtbx_pb_value {
  position: absolute;
  right: 0;
  font-size: .785714em;
  font-weight: 600;
  line-height: 20px;
  z-index: 1;
}

.wtbx_vc_progress_bar.wtbx_style_1 .wtbx_pb_track {
  height: 36px;
  margin-top: 15px;
  border-radius: 18px;
}

.wtbx_vc_progress_bar.wtbx_style_1 .wtbx_pb_track:first-child {
  margin-top: 0;
}

.wtbx_vc_progress_bar.wtbx_style_1 .wtbx_pb_bar {
  border-radius: 18px;
}

.wtbx_vc_progress_bar.wtbx_style_1 .wtbx_pb_label {
  color: #fff;
  padding: 0 15px;
  margin-top: 8px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1) 0.4s;
  -moz-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1) 0.4s;
  -ms-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1) 0.4s;
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.2, 0, 0.3, 1) 0.4s;
}

.wtbx_vc_progress_bar.wtbx_style_1 .wtbx_pb_value {
  color: #fff;
  right: 15px;
  margin-top: 8px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -moz-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -ms-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -o-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
}

.wtbx_vc_progress_bar.wtbx_style_2 .wtbx_pb_track {
  height: 8px;
  margin-top: 45px;
  border-radius: 4px;
  overflow: visible;
}

.wtbx_vc_progress_bar.wtbx_style_2 .wtbx_pb_track:first-child {
  margin-top: 30px;
}

.wtbx_vc_progress_bar.wtbx_style_2 .wtbx_pb_bar {
  border-radius: 4px;
}

.wtbx_vc_progress_bar.wtbx_style_2 .wtbx_pb_label {
  top: -25px;
  left: 0;
  font-size: .785714em;
  font-weight: 600;
  text-transform: uppercase;
}

.wtbx_vc_progress_bar.wtbx_style_2 .wtbx_pb_value {
  top: -25px;
  right: 0;
  font-size: .928571em;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -moz-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -ms-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -o-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
}

.wtbx_vc_progress_bar.wtbx_style_3 .wtbx_pb_track {
  height: 6px;
  margin-top: 45px;
  border-radius: 6px;
  overflow: visible;
}

.wtbx_vc_progress_bar.wtbx_style_3 .wtbx_pb_track:first-child {
  margin-top: 30px;
}

.wtbx_vc_progress_bar.wtbx_style_3 .wtbx_pb_bar {
  border-radius: 6px;
}

.wtbx_vc_progress_bar.wtbx_style_3 .wtbx_pb_label {
  top: -25px;
  left: 0;
  font-size: .785714em;
  font-weight: 600;
  text-transform: uppercase;
}

.wtbx_vc_progress_bar.wtbx_style_3 .wtbx_pb_value {
  top: -25px;
  right: 0;
  font-size: .928571em;
}

.wtbx_vc_progress_bar.wtbx_style_3 .wtbx_pb_value span {
  opacity: .5;
  font-size: .785714em;
}

/*
Pie chart
*/
.wtbx_vc_pie {
  text-align: center;
}

.wtbx_vc_pie .wtbx_pie_cont {
  margin: 0 auto;
  display: inline-block;
}

.wtbx_vc_pie .wtbx_pie_wrapper {
  line-height: 0;
  position: relative;
}

.wtbx_vc_pie svg {
  -moz-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  -webkit-transform: -webkit-rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.wtbx_vc_pie svg circle {
  -webkit-transition-property: stroke-dashoffset;
  transition-property: stroke-dashoffset;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx_vc_pie .wtbx_pie_content {
  display: table;
  margin: 0 auto;
}

.wtbx_vc_pie .wtbx_pie_content .wtbx_pie_text {
  display: table-cell;
  vertical-align: middle;
}

.wtbx_vc_pie .wtbx_pie_title {
  display: block;
  text-align: center;
  font-size: 1.285714em;
  font-weight: 600;
  line-height: 1.5;
}

.wtbx_vc_pie .wtbx_pie_subtitle {
  display: block;
  text-align: center;
  font-size: .928571em;
  font-weight: 400;
  line-height: 1.5;
}

.wtbx_vc_pie .wtbx_pie_value div {
  display: inline;
}

.wtbx_vc_pie.wtbx_skin_dark .wtbx_pie_value,
.wtbx_vc_pie.wtbx_skin_dark .wtbx_pie_title,
.wtbx_vc_pie.wtbx_skin_dark .wtbx_vc_icon {
  color: #fff;
}

.wtbx_vc_pie.wtbx_skin_dark.wtbx_style_2 .wtbx_pie_value {
  border-right-color: rgba(255, 255, 255, 0.1);
}

.wtbx_vc_pie.wtbx_style_1 .wtbx_pie_value {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 600;
  vertical-align: middle;
}

.wtbx_vc_pie.wtbx_style_1 .wtbx_pie_value span {
  font-size: 20px;
}

.wtbx_vc_pie.wtbx_style_1 .wtbx_pie_content {
  margin-top: 1em;
}

.wtbx_vc_pie.wtbx_style_1 .wtbx_vc_icon {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.wtbx_vc_pie.wtbx_style_2 .wtbx_pie_value {
  display: table-cell;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  padding-right: 15px;
  border-right-width: 1px;
  border-right-style: solid;
}

.wtbx_vc_pie.wtbx_style_2 .wtbx_pie_value span {
  font-size: 55%;
}

.wtbx_vc_pie.wtbx_style_2 .wtbx_pie_content {
  margin-top: 1em;
}

.wtbx_vc_pie.wtbx_style_2 .wtbx_pie_text {
  padding-left: 15px;
}

.wtbx_vc_pie.wtbx_style_2 .wtbx_pie_text .wtbx_pie_title,
.wtbx_vc_pie.wtbx_style_2 .wtbx_pie_text .wtbx_pie_subtitle {
  text-align: start;
}

.wtbx_vc_pie.wtbx_style_2 .wtbx_vc_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wtbx_vc_pie.wtbx_style_3 svg {
  -moz-transform: rotateZ(-225deg);
  -o-transform: rotateZ(-225deg);
  -ms-transform: rotateZ(-225deg);
  -webkit-transform: rotateZ(-225deg);
  -webkit-transform: -webkit-rotateZ(-225deg);
  transform: rotateZ(-225deg);
}

.wtbx_vc_pie.wtbx_style_3 .wtbx_pie_value {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-weight: 600;
}

.wtbx_vc_pie.wtbx_style_3 .wtbx_pie_value span {
  font-size: 55%;
}

.wtbx_vc_pie.wtbx_style_3 .wtbx_pie_content {
  margin-top: 1em;
}

.wtbx_vc_pie.wtbx_style_3 .wtbx_vc_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  vertical-align: middle;
}

.wtbx_vc_pie.bar:not(.wtbx_animated) {
  -webkit-transition: all 0s 0s !important;
  -moz-transition: all 0s 0s !important;
  -ms-transition: all 0s 0s !important;
  -o-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}

/*
Animated text
*/
.wtbx_vc_animated_text .wtbx_anim_text_cont {
  display: inline-block;
  margin: 0;
  word-break: break-word;
}

.wtbx_vc_animated_text .wtbx_anim_text_cont .wtbx_anim_prefix {
  padding-right: 0.3em;
}

.wtbx_vc_animated_text .wtbx_anim_text_cont .wtbx_anim_text span {
  padding-right: 0;
}

.wtbx_vc_animated_text .wtbx_anim_text_cont .wtbx_anim_postfix {
  padding-left: 0.3em;
}

.wtbx_vc_animated_text .wtbx_anim_text_cont .typed-cursor {
  padding-right: 0;
  -o-animation: caret 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -moz-animation: caret 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -webkit-animation: caret 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: caret 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

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

@-moz-keyframes caret {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes caret {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes caret {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
Before / After image slider
*/
.wtbx_vc_image_before_after .wtbx_before_after {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  max-width: 100%;
  width: 100%;
}

.wtbx_vc_image_before_after .wtbx_before_after_inner {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  user-select: none;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_before_after .wtbx_before_after_inner.initialized {
  opacity: 1;
}

.wtbx_vc_image_before_after .wtbx_before_after_inner:not(.initialized) img {
  width: 100% !important;
}

.wtbx_vc_image_before_after .wtbx_before_after_inner .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.wtbx_vc_image_before_after .wtbx_before_after_inner .handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: ew-resize;
}

.wtbx_vc_image_before_after .wtbx_before_after_inner .handle .drag-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 16px;
  cursor: ew-resize;
  z-index: 1000;
}

.wtbx_vc_image_before_after.wtbx_style_1 .handle {
  width: 2px;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.wtbx_vc_image_before_after.wtbx_style_1 .handle:before {
  left: auto;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top-style: solid;
  border-top-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  border-top-right-radius: 2px;
  border-color: #fff;
  -moz-transform: translate3d(2px, 0, 0) rotateZ(-135deg);
  -o-transform: translate3d(2px, 0, 0) rotateZ(-135deg);
  -ms-transform: translate3d(2px, 0, 0) rotateZ(-135deg);
  -webkit-transform: translate3d(2px, 0, 0) rotateZ(-135deg);
  -webkit-transform: -webkit-translate3d(2px, 0, 0) rotateZ(-135deg);
  transform: translate3d(2px, 0, 0) rotateZ(-135deg);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_before_after.wtbx_style_1 .handle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  border-top-style: solid;
  border-top-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  border-top-right-radius: 2px;
  border-color: #fff;
  -moz-transform: translate3d(-2px, 0, 0) rotateZ(45deg);
  -o-transform: translate3d(-2px, 0, 0) rotateZ(45deg);
  -ms-transform: translate3d(-2px, 0, 0) rotateZ(45deg);
  -webkit-transform: translate3d(-2px, 0, 0) rotateZ(45deg);
  -webkit-transform: -webkit-translate3d(-2px, 0, 0) rotateZ(45deg);
  transform: translate3d(-2px, 0, 0) rotateZ(45deg);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_image_before_after.wtbx_style_1 .handle:hover:before {
  -moz-transform: translate3d(0, 0, 0) rotateZ(-135deg);
  -o-transform: translate3d(0, 0, 0) rotateZ(-135deg);
  -ms-transform: translate3d(0, 0, 0) rotateZ(-135deg);
  -webkit-transform: translate3d(0, 0, 0) rotateZ(-135deg);
  -webkit-transform: -webkit-translate3d(0, 0, 0) rotateZ(-135deg);
  transform: translate3d(0, 0, 0) rotateZ(-135deg);
}

.wtbx_vc_image_before_after.wtbx_style_1 .handle:hover:after {
  -moz-transform: translate3d(0, 0, 0) rotateZ(45deg);
  -o-transform: translate3d(0, 0, 0) rotateZ(45deg);
  -ms-transform: translate3d(0, 0, 0) rotateZ(45deg);
  -webkit-transform: translate3d(0, 0, 0) rotateZ(45deg);
  -webkit-transform: -webkit-translate3d(0, 0, 0) rotateZ(45deg);
  transform: translate3d(0, 0, 0) rotateZ(45deg);
}

.wtbx_vc_image_before_after.wtbx_style_1 .handle .drag-inner {
  width: 25px;
}

.wtbx_vc_image_before_after.wtbx_style_1.wtbx_skin_dark .handle {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.wtbx_vc_image_before_after.wtbx_style_2 .handle {
  background-color: #fff;
  width: 2px;
}

.wtbx_vc_image_before_after.wtbx_style_2 .handle:before {
  width: 55px;
  height: 55px;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  content: "\e915 \e916";
  display: inline-block;
  font-family: scape-ui !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
}

.wtbx_vc_image_before_after.wtbx_style_2 .handle:hover:before {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
}

.wtbx_vc_image_before_after.wtbx_style_2.wtbx_skin_dark .handle:before {
  color: #fff;
}

.wtbx_vc_image_before_after.wtbx_style_3 .handle {
  background-color: #fff;
  width: 2px;
}

.wtbx_vc_image_before_after.wtbx_style_3 .handle:before {
  width: 14px;
  height: 80px;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

/*
Message box
*/
.wtbx_vc_message.dismiss .wtbx_message_wrapper {
  opacity: 0;
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_message .wtbx_message_wrapper {
  padding: 15px;
  position: relative;
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_table_cell {
  vertical-align: top;
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_icon {
  width: 40px;
  line-height: 30px;
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_icon i {
  width: 30px;
  text-align: center;
  font-size: 24px;
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_content {
  padding-left: 5px;
  line-height: 20px;
  font-size: 1em;
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_content > p:first-child {
  margin-top: 0;
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_content > p:last-child {
  margin-bottom: 0;
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_dismiss {
  width: 50px;
  padding-left: 30px;
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_dismiss .wtbx_message_button {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_dismiss .wtbx_message_button:before, .wtbx_vc_message .wtbx_message_wrapper .wtbx_message_dismiss .wtbx_message_button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 9px;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_dismiss .wtbx_message_button:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotateZ(-45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}

.wtbx_vc_message .wtbx_message_wrapper .wtbx_message_dismiss .wtbx_message_button:after {
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotateZ(45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
}

.wtbx_vc_message.wtbx_style_default .wtbx_message_wrapper {
  border-width: 1px;
  border-style: solid;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_informational .wtbx_message_wrapper {
  background-color: #fff;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_error .wtbx_message_wrapper {
  color: #ff4e66;
  border-color: #ffd4d7;
  background-color: #fff2f3;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_error .wtbx_message_button {
  border-color: #ffd4d7;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_error .wtbx_message_button:before, .wtbx_vc_message.wtbx_style_default.wtbx_type_error .wtbx_message_button:after {
  background-color: #ffd4d7;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_error .wtbx_message_button:hover {
  border-color: #ff4e66;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_error .wtbx_message_button:hover:before, .wtbx_vc_message.wtbx_style_default.wtbx_type_error .wtbx_message_button:hover:after {
  background-color: #ff4e66;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_success .wtbx_message_wrapper {
  color: #61bf61;
  border-color: #c8ffc8;
  background-color: #f0fff0;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_success .wtbx_message_button {
  border-color: #c8ffc8;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_success .wtbx_message_button:before, .wtbx_vc_message.wtbx_style_default.wtbx_type_success .wtbx_message_button:after {
  background-color: #c8ffc8;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_success .wtbx_message_button:hover {
  border-color: #61bf61;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_success .wtbx_message_button:hover:before, .wtbx_vc_message.wtbx_style_default.wtbx_type_success .wtbx_message_button:hover:after {
  background-color: #61bf61;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_warning .wtbx_message_wrapper {
  color: #e8be34;
  border-color: #ffefbb;
  background-color: #fffaea;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_warning .wtbx_message_button {
  border-color: #ffefbb;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_warning .wtbx_message_button:before, .wtbx_vc_message.wtbx_style_default.wtbx_type_warning .wtbx_message_button:after {
  background-color: #ffefbb;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_warning .wtbx_message_button:hover {
  border-color: #e8be34;
}

.wtbx_vc_message.wtbx_style_default.wtbx_type_warning .wtbx_message_button:hover:before, .wtbx_vc_message.wtbx_style_default.wtbx_type_warning .wtbx_message_button:hover:after {
  background-color: #e8be34;
}

.wtbx_vc_message.wtbx_style_modern .wtbx_message_wrapper {
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  color: #fff;
}

.wtbx_vc_message.wtbx_style_modern .wtbx_message_icon {
  opacity: .6;
}

.wtbx_vc_message.wtbx_style_modern:not(.wtbx_type_informational) .wtbx_message_button {
  border-color: #fff;
  opacity: .6;
}

.wtbx_vc_message.wtbx_style_modern:not(.wtbx_type_informational) .wtbx_message_button:before, .wtbx_vc_message.wtbx_style_modern:not(.wtbx_type_informational) .wtbx_message_button:after {
  background-color: #fff;
}

.wtbx_vc_message.wtbx_style_modern:not(.wtbx_type_informational) .wtbx_message_button:hover {
  opacity: 1;
}

.wtbx_vc_message.wtbx_style_modern.wtbx_type_informational .wtbx_message_wrapper {
  background-color: #fff;
}

.wtbx_vc_message.wtbx_style_modern.wtbx_type_informational .wtbx_message_icon {
  opacity: 1;
}

.wtbx_vc_message.wtbx_style_modern.wtbx_type_error .wtbx_message_wrapper {
  background-color: #ff4e66;
}

.wtbx_vc_message.wtbx_style_modern.wtbx_type_success .wtbx_message_wrapper {
  background-color: #03cc8a;
}

.wtbx_vc_message.wtbx_style_modern.wtbx_type_warning .wtbx_message_wrapper {
  background-color: #ffca33;
}

.wtbx_vc_message.wtbx_style_border .wtbx_message_wrapper {
  border-radius: 6px;
}

.wtbx_vc_message.wtbx_style_border .wtbx_message_wrapper:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 2px;
  border-radius: 2px;
}

.wtbx_vc_message.wtbx_style_border.wtbx_type_error .wtbx_message_wrapper:before {
  background-color: #ff4e66;
}

.wtbx_vc_message.wtbx_style_border.wtbx_type_success .wtbx_message_wrapper:before {
  background-color: #03cc8a;
}

.wtbx_vc_message.wtbx_style_border.wtbx_type_warning .wtbx_message_wrapper:before {
  background-color: #ffca33;
}

/*
Tooltip
*/
[data-tooltip] {
  position: relative;
}

[data-tooltip]:after {
  opacity: 0;
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-top: -5px;
  -moz-transform: translate3d(-50%, -3px, 0);
  -o-transform: translate3d(-50%, -3px, 0);
  -ms-transform: translate3d(-50%, -3px, 0);
  -webkit-transform: translate3d(-50%, -3px, 0);
  -webkit-transform: -webkit-translate3d(-50%, -3px, 0);
  transform: translate3d(-50%, -3px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 3px 10px;
  background-color: #0d111c;
  color: #fff;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  pointer-events: none;
  white-space: nowrap;
  border-radius: 6px;
  z-index: 2;
}

[data-tooltip]:hover:after {
  opacity: .9;
  -moz-transform: translate3d(-50%, -5px, 0);
  -o-transform: translate3d(-50%, -5px, 0);
  -ms-transform: translate3d(-50%, -5px, 0);
  -webkit-transform: translate3d(-50%, -5px, 0);
  -webkit-transform: -webkit-translate3d(-50%, -5px, 0);
  transform: translate3d(-50%, -5px, 0);
}

/*
Alignment
*/
.wtbx_align_left {
  text-align: left;
}

.wtbx_align_right {
  text-align: right;
}

.wtbx_align_center {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .wtbx_center_tablet_landscape {
    text-align: center !important;
  }
  .wtbx_center_tablet_landscape .wtbx_heading_el_divider {
    margin: 0 auto !important;
    float: none !important;
  }
  .wtbx_center_tablet_landscape .wtbx_heading_el_number_wrapper {
    left: 50% !important;
    right: auto !important;
    -moz-transform: translate3d(-50%, -50%, 0) !important;
    -o-transform: translate3d(-50%, -50%, 0) !important;
    -ms-transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) !important;
    transform: translate3d(-50%, -50%, 0) !important;
  }
  .wtbx_center_tablet_landscape.wtbx_style_with_border .wtbx_vc_styled_heading_inner:before, .wtbx_center_tablet_landscape.wtbx_style_with_border .wtbx_vc_styled_heading_inner:after {
    display: none;
  }
  .wtbx_center_align_tablet_landscape,
.wtbx_vc_content_box.wtbx_center_align_tablet_landscape .wtbx_content_box_content {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .wtbx_center_tablet_portrait {
    text-align: center !important;
  }
  .wtbx_center_tablet_portrait .wtbx_heading_el_divider {
    margin: 0 auto !important;
    float: none !important;
  }
  .wtbx_center_tablet_portrait .wtbx_heading_el_number_wrapper {
    left: 50% !important;
    right: auto !important;
    -moz-transform: translate3d(-50%, -50%, 0) !important;
    -o-transform: translate3d(-50%, -50%, 0) !important;
    -ms-transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) !important;
    transform: translate3d(-50%, -50%, 0) !important;
  }
  .wtbx_center_tablet_portrait.wtbx_style_with_border .wtbx_vc_styled_heading_inner:before, .wtbx_center_tablet_portrait.wtbx_style_with_border .wtbx_vc_styled_heading_inner:after {
    display: none;
  }
  .wtbx_center_align_tablet_portrait,
.wtbx_vc_content_box.wtbx_center_align_tablet_portrait .wtbx_content_box_content {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .wtbx_center_mobile_landscape {
    text-align: center !important;
  }
  .wtbx_center_mobile_landscape .wtbx_heading_el_divider {
    margin: 0 auto !important;
    float: none !important;
  }
  .wtbx_center_mobile_landscape .wtbx_heading_el_number_wrapper {
    left: 50% !important;
    right: auto !important;
    -moz-transform: translate3d(-50%, -50%, 0) !important;
    -o-transform: translate3d(-50%, -50%, 0) !important;
    -ms-transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) !important;
    transform: translate3d(-50%, -50%, 0) !important;
  }
  .wtbx_center_mobile_landscape.wtbx_style_with_border .wtbx_vc_styled_heading_inner:before, .wtbx_center_mobile_landscape.wtbx_style_with_border .wtbx_vc_styled_heading_inner:after {
    display: none;
  }
  .wtbx_center_align_mobile_landscape,
.wtbx_vc_content_box.wtbx_center_align_mobile_landscape .wtbx_content_box_content {
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .wtbx_center_mobile_portrait {
    text-align: center !important;
  }
  .wtbx_center_mobile_portrait .wtbx_heading_el_divider {
    margin: 0 auto !important;
    float: none !important;
  }
  .wtbx_center_mobile_portrait .wtbx_heading_el_number_wrapper {
    left: 50% !important;
    right: auto !important;
    -moz-transform: translate3d(-50%, -50%, 0) !important;
    -o-transform: translate3d(-50%, -50%, 0) !important;
    -ms-transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) !important;
    transform: translate3d(-50%, -50%, 0) !important;
  }
  .wtbx_center_mobile_portrait.wtbx_style_with_border .wtbx_vc_styled_heading_inner:before, .wtbx_center_mobile_portrait.wtbx_style_with_border .wtbx_vc_styled_heading_inner:after {
    display: none;
  }
  .wtbx_center_align_mobile_portrait,
.wtbx_vc_content_box.wtbx_center_align_mobile_portrait .wtbx_content_box_content {
    text-align: center;
  }
}

/*---------------------------------------------------------------*/
/* 15. FOOTER
/*---------------------------------------------------------------*/
#footer {
  position: relative;
  flex-shrink: 0;
}

#footer.with-fullscreen {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}

#footer .widget_nav_menu ul {
  display: block;
  padding: 0;
  margin: 0;
}

#footer .widget_nav_menu ul li ul {
  display: none;
}

.wtbx-footer-under.active {
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.05);
}

.wtbx-footer-under.active #footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

body.mobile-header-active #site-header + #main.wtbx-footer-under + #footer {
  padding-left: 0;
}

/*---------------------------------------------------------------*/
/* 17.  PLUGINS
/*---------------------------------------------------------------*/
/*
Gutenberg
 */
.editor-styles-wrapper .wp-block-button__link {
  font-weight: 600;
}

.wp-block-latest-comments__comment {
  margin-bottom: 2em;
}

.wp-block-latest-comments__comment-meta {
  font-weight: 600;
}

.wp-block-latest-posts {
  list-style: none;
  padding-left: 0;
}

.wp-block-latest-posts li {
  margin-bottom: 1em;
}

.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts a {
  font-weight: 600;
}

.wp-block-categories {
  list-style: none;
  padding-left: 0;
}

.wp-block-categories li {
  margin-bottom: 10px;
}

.wp-block-categories li:last-child {
  margin-bottom: 0;
}

.wp-block-categories a {
  font-weight: 600;
}

/*
Contact form 7 loader style
*/
div.wpcf7 img.ajax-loader {
  margin-left: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
}

/* Contact form 7 message boxes */
span.wpcf7-not-valid-tip {
  color: #ff334f;
  padding: 5px 15px;
  margin-top: -30px;
  text-align: right;
}

input.wpcf7-not-valid {
  border-color: #ff334f;
}

div.wpcf7-response-output {
  margin: 0;
}

/*
WPML
*/
#sidebar .widget.widget_icl_lang_sel_widget {
  overflow: visible;
}

/*
Slick Slider
*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none !important;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle {
  /* Thin line separator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  cursor: ew-resize;
}

/*
DEMO WRAPPER
 */
.wtbx-demo-wrapper {
  position: fixed;
  top: 50%;
  left: 15px;
  width: 46px;
  height: 46px;
  z-index: 998;
  opacity: 0;
  -moz-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  -o-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  -ms-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  -webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wtbx-demo-wrapper.init {
  opacity: 1;
  -moz-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
}

@media only screen and (max-width: 991px) {
  .wtbx-demo-wrapper {
    display: none;
  }
}

@media only screen and (max-height: 480px) {
  .wtbx-demo-wrapper {
    display: none;
  }
}

.wtbx-demo-wrapper:hover .wtbx-demo-trigger {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0.3s;
}

.wtbx-demo-wrapper:hover .wtbx-demo-controls {
  height: 170px;
  background-color: #fff;
  opacity: 1;
  overflow: visible;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.1);
  -moz-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, overflow 0s 0s;
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, overflow 0s 0s;
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, overflow 0s 0s;
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, overflow 0s 0s;
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, overflow 0s 0s;
}

.wtbx-demo-wrapper:hover .wtbx-demo-controls .wtbx-demo-button {
  opacity: 1;
  -webkit-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
}

.wtbx-demo-trigger {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  visibility: visible;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, visibility 0s 0s;
}

.wtbx-demo-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.wtbx-demo-trigger span:nth-child(1) {
  margin-top: -3px;
  width: 16px;
}

.wtbx-demo-trigger span:nth-child(2) {
  width: 4px;
  height: 2px;
  margin-left: -6px;
  margin-top: 3px;
}

.wtbx-demo-trigger span:nth-child(3) {
  margin-top: 3px;
  margin-left: 3px;
  width: 10px;
}

.wtbx-demo-controls {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 25px;
  padding: 5px 0;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.3);
  height: 46px;
  overflow: hidden;
  -moz-transform: translate3d(0, -50%, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(0, -50%, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(0, -50%, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: translate3d(0, -50%, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(0, -50%, 0) scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1), height 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, overflow 0s 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1), height 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, overflow 0s 0.6s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1), height 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, overflow 0s 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1), height 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, overflow 0s 0.6s;
  transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1), height 0.4s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, overflow 0s 0.6s;
}

.wtbx-demo-controls:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 25px;
  background-color: #fd4a5d;
  -webkit-transition: opacity 0.2s 0s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.2s 0s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.2s 0s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.2s 0s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.2s 0s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-demo-controls:not(:hover) {
  -o-animation: demo-controls 5s 2 cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: demo-controls 5s 2 cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: demo-controls 5s 2 cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: demo-controls 5s 2 cubic-bezier(0.2, 0, 0.3, 1) both;
}

.wtbx-demo-controls:not(:hover):before {
  opacity: 1;
  -o-animation: demo-color 10s infinite cubic-bezier(0.2, 0, 0.3, 1) both;
  -moz-animation: demo-color 10s infinite cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-animation: demo-color 10s infinite cubic-bezier(0.2, 0, 0.3, 1) both;
  animation: demo-color 10s infinite cubic-bezier(0.2, 0, 0.3, 1) both;
  -webkit-transition: opacity 0.2s 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.2s 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.2s 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.2s 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.2s 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-demo-controls .wtbx-demo-button {
  position: relative;
  display: block;
  width: 46px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #151221;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-demo-controls .wtbx-demo-button:hover {
  color: #8571ea;
}

.wtbx-demo-controls .wtbx-demo-button:hover span {
  opacity: 1;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx-demo-controls .wtbx-demo-button:hover svg path {
  fill: #8571ea;
}

.wtbx-demo-controls .wtbx-demo-button i {
  display: block;
  line-height: 40px;
}

.wtbx-demo-controls .wtbx-demo-button svg {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wtbx-demo-controls .wtbx-demo-button svg path {
  fill: #151221;
  -webkit-transition: fill 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: fill 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: fill 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: fill 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: fill 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-demo-controls .wtbx-demo-button span {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 20px;
  opacity: 0;
  -moz-transform: translate3d(5px, -50%, 0);
  -o-transform: translate3d(5px, -50%, 0);
  -ms-transform: translate3d(5px, -50%, 0);
  -webkit-transform: translate3d(5px, -50%, 0);
  -webkit-transform: -webkit-translate3d(5px, -50%, 0);
  transform: translate3d(5px, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@keyframes demo-controls {
  0% {
    -moz-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(0, -50%, 0) scale3d(1.05, 1.05, 1);
    -o-transform: translate3d(0, -50%, 0) scale3d(1.05, 1.05, 1);
    -ms-transform: translate3d(0, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1.05, 1.05, 1);
    transform: translate3d(0, -50%, 0) scale3d(1.05, 1.05, 1);
  }
  80% {
    -moz-transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
    -o-transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
    -ms-transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
    transform: translate3d(0, -50%, 0) scale3d(0.95, 0.95, 1);
  }
  85% {
    -moz-transform: translate3d(0, -50%, 0) scale3d(1.1, 1.1, 1);
    -o-transform: translate3d(0, -50%, 0) scale3d(1.1, 1.1, 1);
    -ms-transform: translate3d(0, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    -moz-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  }
}

@keyframes demo-color {
  0% {
    background-color: #fd4a5d;
  }
  20% {
    background-color: #ff6256;
  }
  35% {
    background-color: #fa678f;
  }
  50% {
    background-color: #8571ea;
  }
  80% {
    background-color: #fd4a5d;
  }
}

.wtbx-demo-button-center {
  position: fixed;
  left: 50%;
  bottom: 30px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 9999999999;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(-50%, 0, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(-50%, 0, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(-50%, 0, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(-50%, 0, 0) scale3d(0.9, 0.9, 1);
}

@media only screen and (max-width: 991px) {
  .wtbx-demo-button-center {
    display: none;
  }
}

@media only screen and (max-height: 480px) {
  .wtbx-demo-button-center {
    display: none;
  }
}

.wtbx-demo-button-center.init {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-demo-button-center:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: -1;
}

.wtbx-demo-button-center:hover .wtbx-demo-button {
  box-shadow: 0 10px 45px -5px rgba(253, 74, 93, 0.9);
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.wtbx-demo-button-center:hover .wtbx-demo-price {
  -moz-transform: translate3d(5px, 2px, 0) scale3d(1.05, 1.05, 1);
  -o-transform: translate3d(5px, 2px, 0) scale3d(1.05, 1.05, 1);
  -ms-transform: translate3d(5px, 2px, 0) scale3d(1.05, 1.05, 1);
  -webkit-transform: translate3d(5px, 2px, 0) scale3d(1.05, 1.05, 1);
  -webkit-transform: -webkit-translate3d(5px, 2px, 0) scale3d(1.05, 1.05, 1);
  transform: translate3d(5px, 2px, 0) scale3d(1.05, 1.05, 1);
}

.wtbx-demo-button-center:hover .wtbx-demo-center-close {
  opacity: 1;
}

.wtbx-demo-button-center .wtbx-demo-button {
  background: -moz-linear-gradient(24deg, #ff754e 0%, #fd4a5d 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff754e), color-stop(100%, #fd4a5d));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(24deg, #ff754e 0%, #fd4a5d 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(24deg, #ff754e 0%, #fd4a5d 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(24deg, #ff754e 0%, #fd4a5d 100%);
  /* ie10+ */
  background: linear-gradient(66deg, #ff754e 0%, #fd4a5d 100%);
  /* w3c */
  color: #fff !important;
  border-radius: 44px;
  padding: 0 38px 0 25px;
  line-height: 44px;
  height: 44px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.3);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-demo-button-center .wtbx-demo-price {
  font-size: 18px;
  position: absolute;
  right: -13px;
  top: -18px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  color: #fd4a5d;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.3);
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-demo-button-center .wtbx-demo-price span {
  font-size: 10px;
  vertical-align: super;
}

.wtbx-demo-button-center.buy-close {
  visibility: hidden;
  -webkit-transition: visibility 0 1s;
  -moz-transition: visibility 0 1s;
  -ms-transition: visibility 0 1s;
  -o-transition: visibility 0 1s;
  transition: visibility 0 1s;
}

.wtbx-demo-button-center.buy-close .wtbx-demo-button {
  opacity: 0;
}

.wtbx-demo-button-center.buy-close .wtbx-demo-price {
  -moz-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -webkit-transform: -webkit-scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
  -webkit-transition: all 0.3s 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-demo-button-center .wtbx-demo-center-close {
  position: absolute;
  top: -6px;
  right: -55px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  background-color: #151221;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0.5s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.3s 0.5s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.3s 0.5s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.3s 0.5s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.3s 0.5s cubic-bezier(0.2, 0, 0.3, 1), transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-demo-button-center .wtbx-demo-center-close:hover {
  -moz-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.wtbx-demo-button-center .wtbx-demo-center-close i {
  display: block;
  line-height: 30px;
  font-size: 16px;
}

.drift-widget-welcome-expanded-online {
  bottom: 15px !important;
  right: 15px !important;
}

.mejs-offscreen {
  display: none;
}

/*---------------------------------------------------------------*/
/* 18. COMPONENTS
/*---------------------------------------------------------------*/
mark {
  background-color: transparent;
}

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

.wtbx-width {
  padding-left: 15px;
  padding-right: 15px;
}

.wtbx-width .wtbx-nav-column {
  padding-left: 0;
  padding-right: 0;
}

.wtbx-large-7 {
  max-width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .wtbx-medium-8 {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .wtbx-small-9 {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .wtbx-width {
    max-width: 100%;
    margin: 0 auto;
  }
}

#container.sidebar_right .wtbx-width, #container.sidebar_left .wtbx-width, #container.sidebar_right_sticky .wtbx-width, #container.sidebar_left_sticky .wtbx-width {
  max-width: 100%;
}

/*---------------------------------------------------------------*/
/* --   LOGIN MODAL
/*---------------------------------------------------------------*/
.wtbx_login_modal {
  z-index: 1000;
  letter-spacing: normal;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_login_modal.active {
  opacity: 1;
  visibility: visible;
}

.wtbx_login_modal.active .wtbx_login_modal_popup {
  opacity: 1;
  visibility: visible;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.wtbx_login_modal .wtbx_login_modal_cont {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.wtbx_login_modal .wtbx_login_modal_backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}

.wtbx_login_modal .wtbx_login_modal_popup {
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 6px;
  z-index: 1;
  text-align: start;
  margin: 0 auto;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.15);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
}

.wtbx_login_modal .wtbx_login_modal_popup.forgot_password_active .wtbx_login_modal_inner {
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.wtbx_login_modal .wtbx_login_modal_popup .wtbx_login_modal_wrapper {
  overflow: hidden;
  width: 100%;
}

.wtbx_login_modal .wtbx_login_modal_popup .wtbx_login_modal_wrapper .wtbx_login_modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: .4;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_login_modal .wtbx_login_modal_popup .wtbx_login_modal_wrapper .wtbx_login_modal_close:hover {
  opacity: 1;
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.wtbx_login_modal .wtbx_login_modal_popup .wtbx_login_modal_wrapper .wtbx_login_modal_close i {
  line-height: 40px;
  font-size: 18px;
}

.wtbx_login_modal .wtbx_login_modal_popup .wtbx_login_modal_wrapper .wtbx_login_modal_inner {
  width: 200%;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_login_modal .wtbx_login_modal_popup .wtbx_login_modal_wrapper .wtbx_login_modal_inner .wtbx_login_modal_signin,
.wtbx_login_modal .wtbx_login_modal_popup .wtbx_login_modal_wrapper .wtbx_login_modal_inner .wtbx_login_modal_forgot_password {
  padding: 30px 45px 45px;
  width: 50%;
  display: inline-block;
  float: left;
  cursor: default;
}

.wtbx_login_modal .wtbx_login_modal_popup .wtbx_login_form_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.wtbx_login_modal .wtbx_login_modal_popup form {
  margin-top: 45px;
}

.wtbx_login_modal .wtbx_login_modal_popup form p {
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin: 25px 0;
}

.wtbx_login_modal .wtbx_login_modal_popup form p label {
  margin-bottom: 5px;
  display: inline-block;
}

.wtbx_login_modal .wtbx_login_modal_popup form p input {
  margin: 0;
}

.wtbx_login_modal .wtbx_login_modal_popup form .wtbx_login_opts {
  clear: both;
}

.wtbx_login_modal .wtbx_login_modal_popup form .login-remember,
.wtbx_login_modal .wtbx_login_modal_popup form .login-lost-password {
  width: 50%;
  display: inline-block;
  margin: 0;
  height: 15px;
}

.wtbx_login_modal .wtbx_login_modal_popup form .login-remember {
  float: left;
}

.wtbx_login_modal .wtbx_login_modal_popup form .login-lost-password {
  text-align: right;
  float: right;
  margin-bottom: 0;
}

.wtbx_login_modal .wtbx_login_modal_popup form .login-submit, .wtbx_login_modal .wtbx_login_modal_popup form .login-registration {
  margin-top: 15px;
  font-size: 1em;
}

.wtbx_login_modal .wtbx_login_modal_popup form .login-registration {
  width: 50%;
  padding-left: 15px;
  display: inline-block;
  float: right;
}

.wtbx_login_modal .wtbx_login_modal_popup form .login-registration + .login-submit {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
}

.wtbx_nothing_found {
  min-height: 200px;
  text-align: center;
  display: table;
  width: 100%;
}

.wtbx_nothing_found .wtbx_nothing_found_content {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

/*---------------------------------------------------------------*/
/* --   PAGE TRANSITIONS
/*---------------------------------------------------------------*/
#wtbx-site-transition {
  visibility: hidden;
  background-color: #fff;
  -webkit-transition: all 0s 0s;
  -moz-transition: all 0s 0s;
  -ms-transition: all 0s 0s;
  -o-transition: all 0s 0s;
  transition: all 0s 0s;
}

#wtbx-site-transition.wtbx-transition-fade, #wtbx-site-transition.wtbx-transition-fade_top, #wtbx-site-transition.wtbx-transition-fade_bottom, #wtbx-site-transition.wtbx-transition-fade_left, #wtbx-site-transition.wtbx-transition-fade_right, #wtbx-site-transition.wtbx-transition-fade_scale, #wtbx-site-transition.wtbx-transition-slide_top, #wtbx-site-transition.wtbx-transition-slide_bottom, #wtbx-site-transition.wtbx-transition-slide_left, #wtbx-site-transition.wtbx-transition-slide_right {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}

#wtbx-site-transition.wtbx-transition-fade, #wtbx-site-transition.wtbx-transition-fade_top, #wtbx-site-transition.wtbx-transition-fade_bottom, #wtbx-site-transition.wtbx-transition-fade_left, #wtbx-site-transition.wtbx-transition-fade_right, #wtbx-site-transition.wtbx-transition-fade_scale {
  opacity: 0;
  -o-animation: pageTransitionFade 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: pageTransitionFade 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation: pageTransitionFade 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: pageTransitionFade 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

#wtbx-site-transition.wtbx-transition-slide_top {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transform: -webkit-translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -o-animation: pageTransitionSlideTop 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: pageTransitionSlideTop 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation: pageTransitionSlideTop 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: pageTransitionSlideTop 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

#wtbx-site-transition.wtbx-transition-slide_bottom {
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transform: -webkit-translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -o-animation: pageTransitionSlideBottom 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: pageTransitionSlideBottom 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation: pageTransitionSlideBottom 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: pageTransitionSlideBottom 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

#wtbx-site-transition.wtbx-transition-slide_left {
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transform: -webkit-translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -o-animation: pageTransitionSlideLeft 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: pageTransitionSlideLeft 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation: pageTransitionSlideLeft 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: pageTransitionSlideLeft 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

#wtbx-site-transition.wtbx-transition-slide_right {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transform: -webkit-translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -o-animation: pageTransitionSlideRight 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: pageTransitionSlideRight 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation: pageTransitionSlideRight 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: pageTransitionSlideRight 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

body[class*="wtbx-transition"] {
  height: 100%;
  overflow: hidden;
}

body:not([class*="wtbx-transition"]) #wtbx-transition {
  display: none !important;
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -ms-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

body.wtbx-transition-slide_top #site, body.wtbx-transition-fade_bottom #site {
  -o-animation: pageTransitionSlideTopPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  -moz-animation: pageTransitionSlideTopPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  -webkit-animation: pageTransitionSlideTopPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  animation: pageTransitionSlideTopPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
}

body.wtbx-transition-slide_bottom #site, body.wtbx-transition-fade_top #site {
  -o-animation: pageTransitionSlideBottomPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  -moz-animation: pageTransitionSlideBottomPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  -webkit-animation: pageTransitionSlideBottomPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  animation: pageTransitionSlideBottomPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
}

body.wtbx-transition-slide_left #site, body.wtbx-transition-fade_right #site {
  -o-animation: pageTransitionSlideLeftPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  -moz-animation: pageTransitionSlideLeftPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  -webkit-animation: pageTransitionSlideLeftPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  animation: pageTransitionSlideLeftPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
}

body.wtbx-transition-slide_right #site, body.wtbx-transition-fade_left #site {
  -o-animation: pageTransitionSlideRightPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  -moz-animation: pageTransitionSlideRightPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  -webkit-animation: pageTransitionSlideRightPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
  animation: pageTransitionSlideRightPage 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.1s forwards;
}

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

@-moz-keyframes pageTransitionFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes pageTransitionFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes pageTransitionSlideTop {
  0% {
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -webkit-transform: -webkit-translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes pageTransitionSlideTop {
  0% {
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -webkit-transform: -webkit-translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes pageTransitionSlideTop {
  0% {
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -webkit-transform: -webkit-translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageTransitionSlideTop {
  0% {
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -webkit-transform: -webkit-translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes pageTransitionSlideTopPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 200px, 0);
    -o-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    -webkit-transform: translate3d(0, 200px, 0);
    -webkit-transform: -webkit-translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

@-moz-keyframes pageTransitionSlideTopPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 200px, 0);
    -o-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    -webkit-transform: translate3d(0, 200px, 0);
    -webkit-transform: -webkit-translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

@-o-keyframes pageTransitionSlideTopPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 200px, 0);
    -o-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    -webkit-transform: translate3d(0, 200px, 0);
    -webkit-transform: -webkit-translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

@keyframes pageTransitionSlideTopPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 200px, 0);
    -o-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    -webkit-transform: translate3d(0, 200px, 0);
    -webkit-transform: -webkit-translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

@-webkit-keyframes pageTransitionSlideBottom {
  0% {
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transform: -webkit-translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes pageTransitionSlideBottom {
  0% {
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transform: -webkit-translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes pageTransitionSlideBottom {
  0% {
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transform: -webkit-translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageTransitionSlideBottom {
  0% {
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transform: -webkit-translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes pageTransitionSlideBottomPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -200px, 0);
    -o-transform: translate3d(0, -200px, 0);
    -ms-transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -webkit-transform: -webkit-translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}

@-moz-keyframes pageTransitionSlideBottomPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -200px, 0);
    -o-transform: translate3d(0, -200px, 0);
    -ms-transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -webkit-transform: -webkit-translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}

@-o-keyframes pageTransitionSlideBottomPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -200px, 0);
    -o-transform: translate3d(0, -200px, 0);
    -ms-transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -webkit-transform: -webkit-translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}

@keyframes pageTransitionSlideBottomPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -200px, 0);
    -o-transform: translate3d(0, -200px, 0);
    -ms-transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -webkit-transform: -webkit-translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}

@-webkit-keyframes pageTransitionSlideLeft {
  0% {
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transform: -webkit-translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes pageTransitionSlideLeft {
  0% {
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transform: -webkit-translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes pageTransitionSlideLeft {
  0% {
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transform: -webkit-translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageTransitionSlideLeft {
  0% {
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transform: -webkit-translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes pageTransitionSlideLeftPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    -webkit-transform: -webkit-translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}

@-moz-keyframes pageTransitionSlideLeftPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    -webkit-transform: -webkit-translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}

@-o-keyframes pageTransitionSlideLeftPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    -webkit-transform: -webkit-translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}

@keyframes pageTransitionSlideLeftPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    -webkit-transform: -webkit-translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}

@-webkit-keyframes pageTransitionSlideRight {
  0% {
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -webkit-transform: -webkit-translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes pageTransitionSlideRight {
  0% {
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -webkit-transform: -webkit-translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes pageTransitionSlideRight {
  0% {
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -webkit-transform: -webkit-translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageTransitionSlideRight {
  0% {
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -webkit-transform: -webkit-translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes pageTransitionSlideRightPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    -webkit-transform: -webkit-translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}

@-moz-keyframes pageTransitionSlideRightPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    -webkit-transform: -webkit-translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}

@-o-keyframes pageTransitionSlideRightPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    -webkit-transform: -webkit-translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}

@keyframes pageTransitionSlideRightPage {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    -webkit-transform: -webkit-translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}

/*---------------------------------------------------------------*/
/* --   PRELOADER
/*---------------------------------------------------------------*/
#wtbx-site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
  z-index: 9999999;
  -webkit-transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.2s, visibility 0s 1s;
  -moz-transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.2s, visibility 0s 1s;
  -ms-transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.2s, visibility 0s 1s;
  -o-transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.2s, visibility 0s 1s;
  transition: opacity 0.8s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.2s, visibility 0s 1s;
}

#wtbx-site-preloader .wtbx-site-preloader-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx-site-preloader .wtbx-site-preloader-inner .wtbx-preloader-wrapper {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#wtbx-site-preloader .wtbx-site-preloader-inner .wtbx-preloader-wrapper.full-width .wtbx-preloader-container {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#wtbx-site-preloader .wtbx-site-preloader-inner .wtbx-preloader-wrapper.full-height .wtbx-preloader-container {
  height: 100%;
  bottom: 0;
}

#wtbx-site-preloader .wtbx-preloader-container {
  width: 60px;
  height: 60px;
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_fade {
  opacity: 0;
  visibility: hidden;
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_fade .wtbx-preloader-wrapper:not(.full-width) {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_scale {
  opacity: 0;
  visibility: hidden;
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_scale .wtbx-preloader-wrapper:not(.full-width) {
  opacity: 0;
  -moz-transform: scale3d(2, 2, 1);
  -o-transform: scale3d(2, 2, 1);
  -ms-transform: scale3d(2, 2, 1);
  -webkit-transform: scale3d(2, 2, 1);
  -webkit-transform: -webkit-scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_slide_top {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transform: -webkit-translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: hidden;
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_slide_top .wtbx-preloader-wrapper:not(.full-width) {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_slide_bottom {
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transform: -webkit-translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: hidden;
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_slide_bottom .wtbx-preloader-wrapper:not(.full-width) {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_slide_left {
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transform: -webkit-translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_slide_left .wtbx-preloader-wrapper:not(.full-width) {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_slide_right {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transform: -webkit-translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
}

body:not(.wtbx-page-init) #wtbx-site-preloader.preloader_slide_right .wtbx-preloader-wrapper:not(.full-width) {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

body:not(.wtbx-page-init) #wtbx-site-preloader #wtbx-preloader-counter {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mfp-s-ready .wtbx-preloader-wrapper {
  opacity: 0;
  visibility: hidden;
}

.mfp-s-ready .wtbx-preloader-wrapper .wtbx-preloader-container {
  -moz-transform: translate3d(-50%, -50%, 0) scale(0);
  -o-transform: translate3d(-50%, -50%, 0) scale(0);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mfp-wrap .mfp-ajax-holder .wtbx-preloader-wrapper {
  opacity: 1;
  visibility: visible;
}

.mfp-wrap .mfp-ajax-holder .wtbx-preloader-wrapper .wtbx-preloader-container {
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wtbx-preloader-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s, visibility 0s ease-in-out 0.2s;
  -moz-transition: opacity 0.2s ease-in-out 0s, visibility 0s ease-in-out 0.2s;
  -ms-transition: opacity 0.2s ease-in-out 0s, visibility 0s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0s, visibility 0s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0s, visibility 0s ease-in-out 0.2s;
}

.wtbx-preloader-wrapper .wtbx-preloader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  font-size: 0;
}

.wtbx-preloader-wrapper .wtbx-preloader-container .wtbx-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx-preloader-wrapper.preloader-hidden {
  opacity: 0;
  visibility: hidden;
}

.wtbx-preloader-wrapper.preloader-hidden .wtbx-preloader-container {
  -moz-transform: translate3d(-50%, -50%, 0) scale(0);
  -o-transform: translate3d(-50%, -50%, 0) scale(0);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wtbx-preloader-wrapper.preloader-hidden.preloader-display-none {
  display: none !important;
}

.wtbx-preloader-wrapper .wtbx-preloader {
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wtbx-preloader-wrapper .wtbx-preloader-1 {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid;
  -o-animation: wtbx-preloader-1 0.6s cubic-bezier(0.36, 0.52, 0.9, 0.63) infinite;
  -moz-animation: wtbx-preloader-1 0.6s cubic-bezier(0.36, 0.52, 0.9, 0.63) infinite;
  -webkit-animation: wtbx-preloader-1 0.6s cubic-bezier(0.36, 0.52, 0.9, 0.63) infinite;
  animation: wtbx-preloader-1 0.6s cubic-bezier(0.36, 0.52, 0.9, 0.63) infinite;
}

@-webkit-keyframes wtbx-preloader-1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes wtbx-preloader-1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes wtbx-preloader-1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes wtbx-preloader-1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-2 .circular,
.wtbx-preloader-wrapper .wtbx-preloader-3 .circular {
  -o-animation: preloaderRotate 2s linear infinite;
  -moz-animation: preloaderRotate 2s linear infinite;
  -webkit-animation: preloaderRotate 2s linear infinite;
  animation: preloaderRotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wtbx-preloader-wrapper .wtbx-preloader-2 .path,
.wtbx-preloader-wrapper .wtbx-preloader-3 .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  will-change: stroke-dasharray, stroke-dashoffset;
}

.wtbx-preloader-wrapper .wtbx-preloader-2 .path {
  -o-animation: preloaderDash 1.5s ease-in-out infinite;
  -moz-animation: preloaderDash 1.5s ease-in-out infinite;
  -webkit-animation: preloaderDash 1.5s ease-in-out infinite;
  animation: preloaderDash 1.5s ease-in-out infinite;
}

.wtbx-preloader-wrapper .wtbx-preloader-3 .path {
  -o-animation: preloaderDash 1.5s ease-in-out infinite, preloaderColor 6s ease-in-out infinite;
  -moz-animation: preloaderDash 1.5s ease-in-out infinite, preloaderColor 6s ease-in-out infinite;
  -webkit-animation: preloaderDash 1.5s ease-in-out infinite, preloaderColor 6s ease-in-out infinite;
  animation: preloaderDash 1.5s ease-in-out infinite, preloaderColor 6s ease-in-out infinite;
}

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

@-moz-keyframes preloaderRotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes preloaderRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloaderRotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloaderDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-moz-keyframes preloaderDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-o-keyframes preloaderDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes preloaderDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes preloaderColor {
  100%,
0% {
    stroke: #ff334f;
  }
  40% {
    stroke: #4970ff;
  }
  66% {
    stroke: #0acc6c;
  }
  80%,
90% {
    stroke: #ffb400;
  }
}

@-moz-keyframes preloaderColor {
  100%,
0% {
    stroke: #ff334f;
  }
  40% {
    stroke: #4970ff;
  }
  66% {
    stroke: #0acc6c;
  }
  80%,
90% {
    stroke: #ffb400;
  }
}

@-o-keyframes preloaderColor {
  100%,
0% {
    stroke: #ff334f;
  }
  40% {
    stroke: #4970ff;
  }
  66% {
    stroke: #0acc6c;
  }
  80%,
90% {
    stroke: #ffb400;
  }
}

@keyframes preloaderColor {
  100%,
0% {
    stroke: #ff334f;
  }
  40% {
    stroke: #4970ff;
  }
  66% {
    stroke: #0acc6c;
  }
  80%,
90% {
    stroke: #ffb400;
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-4,
.wtbx-preloader-wrapper .wtbx-preloader-4::before,
.wtbx-preloader-wrapper .wtbx-preloader-4::after {
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.wtbx-preloader-wrapper .wtbx-preloader-4 {
  top: 5px !important;
  bottom: 5px !important;
  left: 5px !important;
  right: 5px !important;
  -o-animation: wtbx-preloader-4-1 3s ease-in-out infinite;
  -moz-animation: wtbx-preloader-4-1 3s ease-in-out infinite;
  -webkit-animation: wtbx-preloader-4-1 3s ease-in-out infinite;
  animation: wtbx-preloader-4-1 3s ease-in-out infinite;
}

.wtbx-preloader-wrapper .wtbx-preloader-4:before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  -o-animation: wtbx-preloader-4-2 6s ease-in-out infinite;
  -moz-animation: wtbx-preloader-4-2 6s ease-in-out infinite;
  -webkit-animation: wtbx-preloader-4-2 6s ease-in-out infinite;
  animation: wtbx-preloader-4-2 6s ease-in-out infinite;
}

.wtbx-preloader-wrapper .wtbx-preloader-4:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  -o-animation: wtbx-preloader-4-3 5s ease-in-out infinite;
  -moz-animation: wtbx-preloader-4-3 5s ease-in-out infinite;
  -webkit-animation: wtbx-preloader-4-3 5s ease-in-out infinite;
  animation: wtbx-preloader-4-3 5s ease-in-out infinite;
}

@-webkit-keyframes wtbx-preloader-4-1 {
  60% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes wtbx-preloader-4-1 {
  60% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes wtbx-preloader-4-1 {
  60% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wtbx-preloader-4-1 {
  60% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transform: -webkit-rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes wtbx-preloader-4-2 {
  0% {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
  }
  40% {
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -webkit-transform: -webkit-rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
  }
}

@-moz-keyframes wtbx-preloader-4-2 {
  0% {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
  }
  40% {
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -webkit-transform: -webkit-rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
  }
}

@-o-keyframes wtbx-preloader-4-2 {
  0% {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
  }
  40% {
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -webkit-transform: -webkit-rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes wtbx-preloader-4-2 {
  0% {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
  }
  40% {
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -webkit-transform: -webkit-rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes wtbx-preloader-4-3 {
  0% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -webkit-transform: -webkit-rotate(30deg);
    transform: rotate(30deg);
  }
  70% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -webkit-transform: -webkit-rotate(30deg);
    transform: rotate(30deg);
  }
}

@-moz-keyframes wtbx-preloader-4-3 {
  0% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -webkit-transform: -webkit-rotate(30deg);
    transform: rotate(30deg);
  }
  70% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -webkit-transform: -webkit-rotate(30deg);
    transform: rotate(30deg);
  }
}

@-o-keyframes wtbx-preloader-4-3 {
  0% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -webkit-transform: -webkit-rotate(30deg);
    transform: rotate(30deg);
  }
  70% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -webkit-transform: -webkit-rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes wtbx-preloader-4-3 {
  0% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -webkit-transform: -webkit-rotate(30deg);
    transform: rotate(30deg);
  }
  70% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transform: -webkit-rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -webkit-transform: -webkit-rotate(30deg);
    transform: rotate(30deg);
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-5 {
  top: 3px !important;
  bottom: 3px !important;
  left: 3px !important;
  right: 3px !important;
}

.wtbx-preloader-wrapper .wtbx-preloader-5 .ldr-blk {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 52%;
  right: 52%;
  border-radius: 2px;
  -o-animation: wtbx-preloader-5 0.4s ease-in-out infinite alternate;
  -moz-animation: wtbx-preloader-5 0.4s ease-in-out infinite alternate;
  -webkit-animation: wtbx-preloader-5 0.4s ease-in-out infinite alternate;
  animation: wtbx-preloader-5 0.4s ease-in-out infinite alternate;
}

.wtbx-preloader-wrapper .wtbx-preloader-5 .ldr-blk:nth-child(2) {
  top: 0;
  right: 0;
  bottom: 52%;
  left: 52%;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.wtbx-preloader-wrapper .wtbx-preloader-5 .ldr-blk:nth-child(4) {
  bottom: 0;
  right: 0;
  top: 52%;
  left: 52%;
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.wtbx-preloader-wrapper .wtbx-preloader-5 .ldr-blk:nth-child(3) {
  bottom: 0;
  left: 0;
  top: 52%;
  right: 52%;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes wtbx-preloader-5 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform: -webkit-scale(0.5);
    transform: scale(0.5);
  }
}

@-moz-keyframes wtbx-preloader-5 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform: -webkit-scale(0.5);
    transform: scale(0.5);
  }
}

@-o-keyframes wtbx-preloader-5 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform: -webkit-scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes wtbx-preloader-5 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform: -webkit-scale(0.5);
    transform: scale(0.5);
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-6 {
  text-align: center;
  font-size: 0;
  top: 5px !important;
  bottom: 5px !important;
}

.wtbx-preloader-wrapper .wtbx-preloader-6 div {
  height: 100%;
  width: 3px;
  margin-right: 2px;
  display: inline-block;
  -o-animation: wtbx-preloader-6 1.2s infinite ease-in-out;
  -moz-animation: wtbx-preloader-6 1.2s infinite ease-in-out;
  -webkit-animation: wtbx-preloader-6 1.2s infinite ease-in-out;
  animation: wtbx-preloader-6 1.2s infinite ease-in-out;
}

.wtbx-preloader-wrapper .wtbx-preloader-6 div:last-child {
  margin-right: 0;
}

.wtbx-preloader-wrapper .wtbx-preloader-6 .rect2 {
  -o-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.wtbx-preloader-wrapper .wtbx-preloader-6 .rect3 {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.wtbx-preloader-wrapper .wtbx-preloader-6 .rect4 {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.wtbx-preloader-wrapper .wtbx-preloader-6 .rect5 {
  margin-right: 0;
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes wtbx-preloader-6 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  20% {
    opacity: 1;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    opacity: 1;
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
  }
  60% {
    opacity: 1;
    -moz-transform: scaleY(0.3);
    -o-transform: scaleY(0.3);
    -ms-transform: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    -webkit-transform: -webkit-scaleY(0.3);
    transform: scaleY(0.3);
  }
  70% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
}

@-moz-keyframes wtbx-preloader-6 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  20% {
    opacity: 1;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    opacity: 1;
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
  }
  60% {
    opacity: 1;
    -moz-transform: scaleY(0.3);
    -o-transform: scaleY(0.3);
    -ms-transform: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    -webkit-transform: -webkit-scaleY(0.3);
    transform: scaleY(0.3);
  }
  70% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
}

@-o-keyframes wtbx-preloader-6 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  20% {
    opacity: 1;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    opacity: 1;
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
  }
  60% {
    opacity: 1;
    -moz-transform: scaleY(0.3);
    -o-transform: scaleY(0.3);
    -ms-transform: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    -webkit-transform: -webkit-scaleY(0.3);
    transform: scaleY(0.3);
  }
  70% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
}

@keyframes wtbx-preloader-6 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  20% {
    opacity: 1;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    opacity: 1;
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform: -webkit-scaleY(1);
    transform: scaleY(1);
  }
  60% {
    opacity: 1;
    -moz-transform: scaleY(0.3);
    -o-transform: scaleY(0.3);
    -ms-transform: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    -webkit-transform: -webkit-scaleY(0.3);
    transform: scaleY(0.3);
  }
  70% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -webkit-transform: -webkit-scaleY(0.1);
    transform: scaleY(0.1);
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle {
  position: absolute;
  left: 2px !important;
  top: 2px !important;
  right: 2px !important;
  bottom: 2px !important;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 50%;
  -o-animation: wtbx-preloader-7 1.2s infinite ease-in-out both;
  -moz-animation: wtbx-preloader-7 1.2s infinite ease-in-out both;
  -webkit-animation: wtbx-preloader-7 1.2s infinite ease-in-out both;
  animation: wtbx-preloader-7 1.2s infinite ease-in-out both;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle2 {
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -webkit-transform: -webkit-rotate(30deg);
  transform: rotate(30deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle2:before {
  -o-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle3 {
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -webkit-transform: -webkit-rotate(60deg);
  transform: rotate(60deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle3:before {
  -o-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle4 {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-transform: -webkit-rotate(90deg);
  transform: rotate(90deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle4:before {
  -o-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle5 {
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -webkit-transform: -webkit-rotate(120deg);
  transform: rotate(120deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle5:before {
  -o-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle6 {
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  -webkit-transform: -webkit-rotate(150deg);
  transform: rotate(150deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle6:before {
  -o-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle7 {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transform: -webkit-rotate(180deg);
  transform: rotate(180deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle7:before {
  -o-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle8 {
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  -webkit-transform: -webkit-rotate(210deg);
  transform: rotate(210deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle8:before {
  -o-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle9 {
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  -webkit-transform: -webkit-rotate(240deg);
  transform: rotate(240deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle9:before {
  -o-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle10 {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -webkit-transform: -webkit-rotate(270deg);
  transform: rotate(270deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle10:before {
  -o-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle11 {
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  -webkit-transform: -webkit-rotate(300deg);
  transform: rotate(300deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle11:before {
  -o-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle12 {
  -moz-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  -webkit-transform: -webkit-rotate(330deg);
  transform: rotate(330deg);
}

.wtbx-preloader-wrapper .wtbx-preloader-7 .sk-circle12:before {
  -o-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes wtbx-preloader-7 {
  0%, 39%, 100% {
    opacity: 0.1;
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -webkit-transform: -webkit-scale(0.3);
    transform: scale(0.3);
  }
  40% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: -webkit-scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes wtbx-preloader-7 {
  0%, 39%, 100% {
    opacity: 0.1;
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -webkit-transform: -webkit-scale(0.3);
    transform: scale(0.3);
  }
  40% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: -webkit-scale(1);
    transform: scale(1);
  }
}

@-o-keyframes wtbx-preloader-7 {
  0%, 39%, 100% {
    opacity: 0.1;
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -webkit-transform: -webkit-scale(0.3);
    transform: scale(0.3);
  }
  40% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: -webkit-scale(1);
    transform: scale(1);
  }
}

@keyframes wtbx-preloader-7 {
  0%, 39%, 100% {
    opacity: 0.1;
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -webkit-transform: -webkit-scale(0.3);
    transform: scale(0.3);
  }
  40% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: -webkit-scale(1);
    transform: scale(1);
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-8 {
  opacity: .6;
}

.wtbx-preloader-wrapper .wtbx-preloader-8 .pulsation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box !important;
  border-width: 20px;
  border-style: solid;
  border-radius: 50%;
  opacity: 0;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -o-animation: wtbx-preloader-8 1s infinite cubic-bezier(0.2, 0, 0.3, 1);
  -moz-animation: wtbx-preloader-8 1s infinite cubic-bezier(0.2, 0, 0.3, 1);
  -webkit-animation: wtbx-preloader-8 1s infinite cubic-bezier(0.2, 0, 0.3, 1);
  animation: wtbx-preloader-8 1s infinite cubic-bezier(0.2, 0, 0.3, 1);
}

@-webkit-keyframes wtbx-preloader-8 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
  }
  39% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  40% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    background-color: transparent;
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-moz-keyframes wtbx-preloader-8 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
  }
  39% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  40% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    background-color: transparent;
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-o-keyframes wtbx-preloader-8 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
  }
  39% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  40% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    background-color: transparent;
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@keyframes wtbx-preloader-8 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 1);
  }
  39% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  40% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    background-color: transparent;
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-9 .ball-1, .wtbx-preloader-wrapper .wtbx-preloader-9 .ball-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  opacity: .5;
  -o-animation: wtbx-preloader-9 2s ease-in-out infinite;
  -moz-animation: wtbx-preloader-9 2s ease-in-out infinite;
  -webkit-animation: wtbx-preloader-9 2s ease-in-out infinite;
  animation: wtbx-preloader-9 2s ease-in-out infinite;
}

.wtbx-preloader-wrapper .wtbx-preloader-9 .ball-2 {
  -o-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes wtbx-preloader-9 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@-moz-keyframes wtbx-preloader-9 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@-o-keyframes wtbx-preloader-9 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes wtbx-preloader-9 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-10 {
  text-align: center;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wtbx-preloader-wrapper .wtbx-preloader-10 span {
  display: inline-block;
  margin: 0 auto 5px auto;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.wtbx-preloader-wrapper .wtbx-preloader-10 .wtbx-preloader-image {
  display: inline-block;
  margin: 0 auto 30px auto;
  -o-animation: wtbx-preloader-10-1 2.5s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  -moz-animation: wtbx-preloader-10-1 2.5s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  -webkit-animation: wtbx-preloader-10-1 2.5s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  animation: wtbx-preloader-10-1 2.5s cubic-bezier(0.2, 0, 0.3, 1) infinite;
}

.wtbx-preloader-wrapper .wtbx-preloader-10 .line {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}

.wtbx-preloader-wrapper .wtbx-preloader-10 .line:before {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  -o-animation: wtbx-preloader-10 2s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  -moz-animation: wtbx-preloader-10 2s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  -webkit-animation: wtbx-preloader-10 2s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  animation: wtbx-preloader-10 2s cubic-bezier(0.2, 0, 0.3, 1) infinite;
}

@-webkit-keyframes wtbx-preloader-10 {
  0% {
    -moz-transform: translate3d(-90%, 0, 0);
    -o-transform: translate3d(-90%, 0, 0);
    -ms-transform: translate3d(-90%, 0, 0);
    -webkit-transform: translate3d(-90%, 0, 0);
    -webkit-transform: -webkit-translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
  50% {
    -moz-transform: translate3d(90%, 0, 0);
    -o-transform: translate3d(90%, 0, 0);
    -ms-transform: translate3d(90%, 0, 0);
    -webkit-transform: translate3d(90%, 0, 0);
    -webkit-transform: -webkit-translate3d(90%, 0, 0);
    transform: translate3d(90%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-90%, 0, 0);
    -o-transform: translate3d(-90%, 0, 0);
    -ms-transform: translate3d(-90%, 0, 0);
    -webkit-transform: translate3d(-90%, 0, 0);
    -webkit-transform: -webkit-translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
}

@-moz-keyframes wtbx-preloader-10 {
  0% {
    -moz-transform: translate3d(-90%, 0, 0);
    -o-transform: translate3d(-90%, 0, 0);
    -ms-transform: translate3d(-90%, 0, 0);
    -webkit-transform: translate3d(-90%, 0, 0);
    -webkit-transform: -webkit-translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
  50% {
    -moz-transform: translate3d(90%, 0, 0);
    -o-transform: translate3d(90%, 0, 0);
    -ms-transform: translate3d(90%, 0, 0);
    -webkit-transform: translate3d(90%, 0, 0);
    -webkit-transform: -webkit-translate3d(90%, 0, 0);
    transform: translate3d(90%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-90%, 0, 0);
    -o-transform: translate3d(-90%, 0, 0);
    -ms-transform: translate3d(-90%, 0, 0);
    -webkit-transform: translate3d(-90%, 0, 0);
    -webkit-transform: -webkit-translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
}

@-o-keyframes wtbx-preloader-10 {
  0% {
    -moz-transform: translate3d(-90%, 0, 0);
    -o-transform: translate3d(-90%, 0, 0);
    -ms-transform: translate3d(-90%, 0, 0);
    -webkit-transform: translate3d(-90%, 0, 0);
    -webkit-transform: -webkit-translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
  50% {
    -moz-transform: translate3d(90%, 0, 0);
    -o-transform: translate3d(90%, 0, 0);
    -ms-transform: translate3d(90%, 0, 0);
    -webkit-transform: translate3d(90%, 0, 0);
    -webkit-transform: -webkit-translate3d(90%, 0, 0);
    transform: translate3d(90%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-90%, 0, 0);
    -o-transform: translate3d(-90%, 0, 0);
    -ms-transform: translate3d(-90%, 0, 0);
    -webkit-transform: translate3d(-90%, 0, 0);
    -webkit-transform: -webkit-translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
}

@keyframes wtbx-preloader-10 {
  0% {
    -moz-transform: translate3d(-90%, 0, 0);
    -o-transform: translate3d(-90%, 0, 0);
    -ms-transform: translate3d(-90%, 0, 0);
    -webkit-transform: translate3d(-90%, 0, 0);
    -webkit-transform: -webkit-translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
  50% {
    -moz-transform: translate3d(90%, 0, 0);
    -o-transform: translate3d(90%, 0, 0);
    -ms-transform: translate3d(90%, 0, 0);
    -webkit-transform: translate3d(90%, 0, 0);
    -webkit-transform: -webkit-translate3d(90%, 0, 0);
    transform: translate3d(90%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-90%, 0, 0);
    -o-transform: translate3d(-90%, 0, 0);
    -ms-transform: translate3d(-90%, 0, 0);
    -webkit-transform: translate3d(-90%, 0, 0);
    -webkit-transform: -webkit-translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
}

@-webkit-keyframes wtbx-preloader-10-1 {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  10% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  15% {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  80% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes wtbx-preloader-10-1 {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  10% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  15% {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  80% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes wtbx-preloader-10-1 {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  10% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  15% {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  80% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes wtbx-preloader-10-1 {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  10% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  15% {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  80% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-11 {
  text-align: center;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  right: auto !important;
  width: 40px !important;
  height: 40px !important;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wtbx-preloader-wrapper .wtbx-preloader-11 span {
  display: inline-block;
  margin: 30px auto 0 auto;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.wtbx-preloader-wrapper .wtbx-preloader-11 .wtbx-preloader-image {
  display: inline-block;
  margin: -55px auto 40px auto;
}

.wtbx-preloader-wrapper .wtbx-preloader-11 .circle {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -o-animation: wtbx-preloader-11 3s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  -moz-animation: wtbx-preloader-11 3s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  -webkit-animation: wtbx-preloader-11 3s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  animation: wtbx-preloader-11 3s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

@-webkit-keyframes wtbx-preloader-11 {
  0% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  25% {
    -moz-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -o-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: -webkit-translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
  }
  50% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -o-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: -webkit-translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
}

@-moz-keyframes wtbx-preloader-11 {
  0% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  25% {
    -moz-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -o-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: -webkit-translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
  }
  50% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -o-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: -webkit-translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
}

@-o-keyframes wtbx-preloader-11 {
  0% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  25% {
    -moz-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -o-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: -webkit-translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
  }
  50% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -o-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: -webkit-translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes wtbx-preloader-11 {
  0% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  25% {
    -moz-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -o-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: -webkit-translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(-200%, 0, 0) scale3d(0.3, 0.3, 1);
  }
  50% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -o-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    -webkit-transform: -webkit-translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(100%, 0, 0) scale3d(0.3, 0.3, 1);
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
}

.wtbx-preloader-wrapper .wtbx-preloader-12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -webkit-transform: -webkit-scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.wtbx-preloader-wrapper .wtbx-preloader-13 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -webkit-transform: -webkit-scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.wtbx-preloader-wrapper .wtbx-preloader-14 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -webkit-transform: -webkit-scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 200px;
  max-width: none;
  height: 2px;
  margin-top: -1px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div {
  flex: 1;
  -o-animation: wtbx-preloader-15 0.8s infinite alternate ease-in-out;
  -moz-animation: wtbx-preloader-15 0.8s infinite alternate ease-in-out;
  -webkit-animation: wtbx-preloader-15 0.8s infinite alternate ease-in-out;
  animation: wtbx-preloader-15 0.8s infinite alternate ease-in-out;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(1) {
  animation-delay: -0.72s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(2) {
  animation-delay: -0.64s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(3) {
  animation-delay: -0.56s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(4) {
  animation-delay: -0.48s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(5) {
  animation-delay: -0.4s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(6) {
  animation-delay: -0.32s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(7) {
  animation-delay: -0.24s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(8) {
  animation-delay: -0.16s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(9) {
  animation-delay: -0.08s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:nth-child(10) {
  animation-delay: 0s;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:first-child {
  border-radius: 2px 0 0 2px;
}

.wtbx-preloader-wrapper .wtbx-preloader-15 div:last-child {
  border-radius: 0 2px 2px 0;
}

.wtbx-preloader-wrapper .wtbx-preloader-17 img {
  z-index: 10;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -o-animation: wtbx-preloader-17-img 3s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  -moz-animation: wtbx-preloader-17-img 3s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  -webkit-animation: wtbx-preloader-17-img 3s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  animation: wtbx-preloader-17-img 3s cubic-bezier(0.2, 0, 0.3, 1) infinite;
}

.wtbx-preloader-wrapper .wtbx-preloader-17 #wtbx-preloader-counter {
  font-size: 20vw;
  line-height: 1;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  letter-spacing: -.03em;
  z-index: -1;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -o-animation: wtbx-preloader-17 1s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  -moz-animation: wtbx-preloader-17 1s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  -webkit-animation: wtbx-preloader-17 1s cubic-bezier(0.2, 0, 0.3, 1) infinite;
  animation: wtbx-preloader-17 1s cubic-bezier(0.2, 0, 0.3, 1) infinite;
}

@-webkit-keyframes wtbx-preloader-15 {
  100% {
    background-color: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

@-moz-keyframes wtbx-preloader-15 {
  100% {
    background-color: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

@-o-keyframes wtbx-preloader-15 {
  100% {
    background-color: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

@keyframes wtbx-preloader-15 {
  100% {
    background-color: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

@-webkit-keyframes wtbx-preloader-17 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes wtbx-preloader-17 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes wtbx-preloader-17 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wtbx-preloader-17 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wtbx-preloader-17-img {
  0% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
  }
  80% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
  }
  85% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
}

@-moz-keyframes wtbx-preloader-17-img {
  0% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
  }
  80% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
  }
  85% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
}

@-o-keyframes wtbx-preloader-17-img {
  0% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
  }
  80% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
  }
  85% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
}

@keyframes wtbx-preloader-17-img {
  0% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  70% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  75% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
  }
  80% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
  }
  85% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
}

/*---------------------------------------------------------------*/
/* --   LOAD MORE BUTTON
/*---------------------------------------------------------------*/
.wtbx-loadmore-container {
  text-align: center;
  clear: both;
  padding: 3em 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s, height 0.3s ease-in-out 1s, padding 0.3s ease-in-out 1s;
  -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s, height 0.3s ease-in-out 1s, padding 0.3s ease-in-out 1s;
  -ms-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s, height 0.3s ease-in-out 1s, padding 0.3s ease-in-out 1s;
  -o-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s, height 0.3s ease-in-out 1s, padding 0.3s ease-in-out 1s;
  transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s, height 0.3s ease-in-out 1s, padding 0.3s ease-in-out 1s;
}

.wtbx-loadmore-container.loadmore-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s, height 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s, height 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
  -ms-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s, height 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s, height 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s, height 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}

.wtbx-loadmore-container.loadmore-visible .wtbx-loadmore .wtbx-loadmore-inner {
  pointer-events: all;
}

.wtbx-loadmore-container.loadmore-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  overflow: hidden;
  -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;
  transition: all 0.3s ease-in-out;
}

.wtbx-loadmore-container .wtbx-loading-grid {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  animation: loadmore-loading 0.6s cubic-bezier(0.36, 0.52, 0.8, 0.63) infinite;
  -webkit-animation: loadmore-loading 0.6s cubic-bezier(0.36, 0.52, 0.8, 0.63) infinite;
}

.wtbx-loadmore-container .wtbx-loadmore {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  line-height: 3.2;
  padding: 0 2em;
  font-size: .928571em;
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-loadmore-container .wtbx-loadmore:hover {
  border-radius: 40px;
  color: #fff;
  -moz-transform: translate3d(0, 2px, 0);
  -o-transform: translate3d(0, 2px, 0);
  -ms-transform: translate3d(0, 2px, 0);
  -webkit-transform: translate3d(0, 2px, 0);
  -webkit-transform: -webkit-translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}

.wtbx-loadmore-container .wtbx-loadmore .wtbx-loadmore-inner {
  display: block;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -ms-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.wtbx-loadmore-container .wtbx-loadmore .wtbx-loadmore-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  border-radius: inherit;
  border: inherit;
  background-color: inherit;
  border-style: solid;
  visibility: hidden;
  z-index: -1;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transform: -webkit-translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: all 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: all 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: all 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: all 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-loadmore-container .wtbx-loadmore .wtbx-loadmore-loader.loading-animate {
  animation: loadmore-loading 0.6s cubic-bezier(0.36, 0.52, 0.8, 0.63) infinite;
  -webkit-animation: loadmore-loading 0.6s cubic-bezier(0.36, 0.52, 0.8, 0.63) infinite;
}

.wtbx-loadmore-container .wtbx-loadmore.wtbx-loadmore-loading {
  background-color: transparent !important;
  box-shadow: none;
}

.wtbx-loadmore-container .wtbx-loadmore.wtbx-loadmore-loading .wtbx-loadmore-inner {
  visibility: hidden;
  opacity: 0;
}

.wtbx-loadmore-container .wtbx-loadmore.wtbx-loadmore-loading .wtbx-loadmore-loader {
  background-color: transparent;
  visibility: visible;
  border-width: 3px;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, border-radius 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, left 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, border-radius 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, left 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, border-radius 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, left 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, border-radius 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, left 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, border-radius 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, left 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, height 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
}

@-webkit-keyframes loadmore-loading {
  from {
    -moz-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    -o-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    -ms-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  to {
    -moz-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    -o-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    -ms-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loadmore-loading {
  from {
    -moz-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    -o-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    -ms-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  to {
    -moz-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    -o-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    -ms-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    -webkit-transform: -webkit-translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 360deg);
  }
}

/*---------------------------------------------------------------*/
/* --   DEFAULT BUTTON
/*---------------------------------------------------------------*/
.wtbx-button {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-button.button-xl {
  line-height: 60px;
  padding: 0 40px;
  font-size: 1.071429em;
}

.wtbx-button.button-lg {
  line-height: 52px;
  padding: 0 34px;
  font-size: 1em;
}

.wtbx-button.button-md {
  line-height: 44px;
  padding: 0 26px;
  font-size: .928571em;
}

.wtbx-button.button-sm {
  line-height: 38px;
  padding: 0 22px;
  font-size: .857143em;
}

.wtbx-button.button-xs {
  line-height: 30px;
  padding: 0 18px;
  font-size: .785714em;
}

.wtbx-button.button-fw {
  width: 100%;
}

.wtbx-button.button-cnt {
  margin-left: auto;
  margin-right: auto;
}

.wtbx-button:disabled {
  cursor: not-allowed;
}

input[type="submit"]:not(.wtbx-button-secondary),
button[type="submit"]:not(.wtbx-button-secondary),
.wpcf7-submit {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

/*---------------------------------------------------------------*/
/* --   MODAL POPUP
/*---------------------------------------------------------------*/
.modal.fade .modal-dialog {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.modal.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.wtbx_modal_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.wtbx_modal_backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.wtbx_modal_backdrop.in {
  opacity: .7;
  filter: alpha(opacity=70);
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 15px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*---------------------------------------------------------------*/
/* --   ROLLHOVER ANIMATION
/*---------------------------------------------------------------*/
.wtbx-rollhover-container {
  -webkit-perspective: 800px;
  perspective: 800px;
  moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-rollhover-container:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wtbx-rollhover {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transform-style: preserve-3d;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx-rollhover:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wtbx-rollhover:hover .item-highlight {
  opacity: 1;
}

.wtbx-rollhover .item-highlight {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), background 0.2s ease-out;
  -moz-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), background 0.2s ease-out;
  -ms-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), background 0.2s ease-out;
  -o-transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), background 0.2s ease-out;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), background 0.2s ease-out;
}

.wtbx-rollhover .wtbx-rollhover-layer {
  transform-style: preserve-3d;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.2s ease-out !important;
  -moz-transition: transform 0.2s ease-out !important;
  -ms-transition: transform 0.2s ease-out !important;
  -o-transition: transform 0.2s ease-out !important;
  transition: transform 0.2s ease-out !important;
}

/*---------------------------------------------------------------*/
/* --   SMART IMAGES
/*---------------------------------------------------------------*/
.wtbx-bg-image .wtbx-bg-image-inner {
  position: relative;
}

.wtbx-bg-image .wtbx-bg-image-inner .wtbx-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wtbx-element-reveal {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-element-reveal.wtbx-element-visible {
  opacity: 1;
}

.wtbx-reveal-cont {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

/*---------------------------------------------------------------*/
/* --   ITEM DETAILS TABLE
/*---------------------------------------------------------------*/
.item-fields {
  margin: 0 auto;
  max-width: 100%;
}

.item-fields .item-field {
  display: table;
  table-layout: fixed;
}

.item-fields .item-field .item-label, .item-fields .item-field .item-value {
  display: table-cell;
  vertical-align: middle;
}

.item-fields .item-field .item-label {
  min-width: 110px;
  font-size: .857143em;
  font-weight: 600;
  text-transform: uppercase;
}

.item-fields .item-field .item-value {
  font-size: .928571em;
}

/*---------------------------------------------------------------*/
/* --   SVG DIVIDERS
/*---------------------------------------------------------------*/
.wtbx-section-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 50px;
}

.wtbx-section-decoration svg {
  position: relative;
  top: 1px;
  height: 100%;
}

.wtbx-section-decoration.wtbx-decoration-notch-top svg {
  left: 50%;
  width: 50px;
  height: 300px;
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -moz-transform: translate3d(0, -100px, 0) rotate(-90deg);
  -o-transform: translate3d(0, -100px, 0) rotate(-90deg);
  -ms-transform: translate3d(0, -100px, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, -100px, 0) rotate(-90deg);
  -webkit-transform: -webkit-translate3d(0, -100px, 0) rotate(-90deg);
  transform: translate3d(0, -100px, 0) rotate(-90deg);
}

.wtbx-section-decoration.wtbx-decoration-notch-bottom svg {
  left: 50%;
  width: 50px;
  height: 300px;
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -moz-transform: translate3d(0, -150px, 0) rotate(90deg);
  -o-transform: translate3d(0, -150px, 0) rotate(90deg);
  -ms-transform: translate3d(0, -150px, 0) rotate(90deg);
  -webkit-transform: translate3d(0, -150px, 0) rotate(90deg);
  -webkit-transform: -webkit-translate3d(0, -150px, 0) rotate(90deg);
  transform: translate3d(0, -150px, 0) rotate(90deg);
}

.wtbx-section-decoration.wtbx-decoration-notch-bottom div.left {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 0;
  width: calc(50% - 150px);
  background-color: #fff;
}

.wtbx-section-decoration.wtbx-decoration-notch-bottom div.right {
  content: '';
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 0;
  width: calc(50% - 150px);
  background-color: #fff;
}

.wtbx-section-decoration.wtbx-decoration-waves-1 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-waves-2 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-waves-3 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-waves-4 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-waves-5 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-waves-6 path:not(:first-child) {
  opacity: .5;
}

.wtbx-section-decoration.wtbx-decoration-layered-1 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-layered-2 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-layered-3 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-layered-4 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-layered-5 path:not(:first-child), .wtbx-section-decoration.wtbx-decoration-layered-6 path:not(:first-child) {
  opacity: .3;
}

.wtbx-section-decoration.wtbx-decoration-layered-2, .wtbx-section-decoration.wtbx-decoration-layered-6 {
  -moz-transform: scale3d(-1, 1, 1);
  -o-transform: scale3d(-1, 1, 1);
  -ms-transform: scale3d(-1, 1, 1);
  -webkit-transform: scale3d(-1, 1, 1);
  -webkit-transform: -webkit-scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

@media only screen and (max-width: 992px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration {
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration {
    height: 20px;
  }
}

div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-1, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-2 {
  height: 140px;
}

@media only screen and (max-width: 992px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-1, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-2 {
    height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-1, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-2 {
    height: 70px;
  }
}

div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-3, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-4 {
  height: 200px;
}

@media only screen and (max-width: 992px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-3, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-4 {
    height: 140px;
  }
}

@media only screen and (max-width: 768px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-3, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-4 {
    height: 100px;
  }
}

div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-5, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-6 {
  height: 300px;
}

@media only screen and (max-width: 992px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-5, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-6 {
    height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-5, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-waves-6 {
    height: 150px;
  }
}

@media only screen and (max-width: 992px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-top {
    height: 45px;
  }
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-top svg {
    width: 45px;
    -moz-transform: translate3d(0, -105px, 0) rotate(-90deg);
    -o-transform: translate3d(0, -105px, 0) rotate(-90deg);
    -ms-transform: translate3d(0, -105px, 0) rotate(-90deg);
    -webkit-transform: translate3d(0, -105px, 0) rotate(-90deg);
    -webkit-transform: -webkit-translate3d(0, -105px, 0) rotate(-90deg);
    transform: translate3d(0, -105px, 0) rotate(-90deg);
  }
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-bottom {
    height: 45px;
  }
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-bottom svg {
    width: 45px;
  }
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-bottom:before, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-bottom:after {
    height: 45px;
  }
}

@media only screen and (max-width: 768px) {
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-top {
    height: 40px;
  }
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-top svg {
    width: 40px;
    -moz-transform: translate3d(0, -110px, 0) rotate(-90deg);
    -o-transform: translate3d(0, -110px, 0) rotate(-90deg);
    -ms-transform: translate3d(0, -110px, 0) rotate(-90deg);
    -webkit-transform: translate3d(0, -110px, 0) rotate(-90deg);
    -webkit-transform: -webkit-translate3d(0, -110px, 0) rotate(-90deg);
    transform: translate3d(0, -110px, 0) rotate(-90deg);
  }
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-bottom {
    height: 40px;
  }
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-bottom svg {
    width: 40px;
  }
  div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-bottom:before, div:not(.wtbx_vc_section_divider) > .wtbx-section-decoration.wtbx-decoration-notch-bottom:after {
    height: 40px;
  }
}

/*---------------------------------------------------------------*/
/* --   SLIDER CONTROLS
/*---------------------------------------------------------------*/
.wtbx_arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
}

.wtbx_arrows .wtbx_arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  opacity: 1;
}

.wtbx_arrows .wtbx_arrow:before, .wtbx_arrows .wtbx_arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_arrows .wtbx_arrow.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wtbx_arrows .wtbx_arrow:hover {
  opacity: 1;
}

.wtbx_arrows.wtbx_nav_skin_dark .wtbx_arrow:before {
  background-color: #fff;
}

.wtbx_arrows.wtbx_nav_skin_dark .wtbx_arrow:after {
  border-color: #fff;
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow_prev {
  left: 0;
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow_next {
  right: 0;
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow {
  width: 50px;
  height: 30px;
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow_prev:before {
  left: 15px;
  width: 15px;
  height: 2px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow_prev:after {
  left: 15px;
  width: 6px;
  height: 6px;
  border-left-style: solid;
  border-top-style: solid;
  border-width: 2px 0 0 2px;
  -moz-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow_prev:hover:before {
  width: 25px;
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow_next:before {
  right: 15px;
  width: 15px;
  height: 2px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow_next:after {
  right: 15px;
  width: 6px;
  height: 6px;
  border-right-style: solid;
  border-top-style: solid;
  border-width: 2px 2px 0 0;
  -moz-transform: translate3d(0, -50%, 0) rotate(45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.wtbx_arrows.wtbx_arrows_default .wtbx_arrow_next:hover:before {
  width: 25px;
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow {
  width: 50px;
  height: 30px;
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_prev {
  left: calc(31% - 25px);
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_next {
  right: calc(31% - 25px);
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_prev:before {
  left: 15px;
  width: 15px;
  height: 2px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_prev:after {
  left: 15px;
  width: 6px;
  height: 6px;
  border-left-style: solid;
  border-top-style: solid;
  border-width: 2px 0 0 2px;
  -moz-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_prev:hover:before {
  width: 25px;
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_next:before {
  right: 15px;
  width: 15px;
  height: 2px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_next:after {
  right: 15px;
  width: 6px;
  height: 6px;
  border-right-style: solid;
  border-top-style: solid;
  border-width: 2px 2px 0 0;
  -moz-transform: translate3d(0, -50%, 0) rotate(45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_next:hover:before {
  width: 25px;
}

@media only screen and (max-width: 1024px) {
  .wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_prev {
    left: 0;
  }
  .wtbx_arrows.wtbx_arrows_inside .wtbx_arrow_next {
    right: 0;
  }
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow {
  width: 50px;
  height: 30px;
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_prev {
  left: calc(20.5% - 25px);
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_next {
  right: calc(20.5% - 25px);
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_prev:before {
  left: 15px;
  width: 15px;
  height: 2px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_prev:after {
  left: 15px;
  width: 6px;
  height: 6px;
  border-left-style: solid;
  border-top-style: solid;
  border-width: 2px 0 0 2px;
  -moz-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_prev:hover:before {
  width: 25px;
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_next:before {
  right: 15px;
  width: 15px;
  height: 2px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_next:after {
  right: 15px;
  width: 6px;
  height: 6px;
  border-right-style: solid;
  border-top-style: solid;
  border-width: 2px 2px 0 0;
  -moz-transform: translate3d(0, -50%, 0) rotate(45deg);
  -o-transform: translate3d(0, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_next:hover:before {
  width: 25px;
}

@media only screen and (max-width: 991px) {
  .wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_prev {
    left: 0;
  }
  .wtbx_arrows.wtbx_arrows_inside_wide .wtbx_arrow_next {
    right: 0;
  }
}

.wtbx_arrows.wtbx_sliding .wtbx_arrow {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.2, 0, 0.3, 1) !important;
  -moz-transition: all 0.1s cubic-bezier(0.2, 0, 0.3, 1) !important;
  -ms-transition: all 0.1s cubic-bezier(0.2, 0, 0.3, 1) !important;
  -o-transition: all 0.1s cubic-bezier(0.2, 0, 0.3, 1) !important;
  transition: all 0.1s cubic-bezier(0.2, 0, 0.3, 1) !important;
}

.wtbx_dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wtbx_dots ul, .wtbx_dots ol {
  padding: 0 15px;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_dots ul li, .wtbx_dots ol li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.wtbx_dots ul li button, .wtbx_dots ol li button {
  display: none;
}

.wtbx_dots.wtbx_dots_style_1 ul li, .wtbx_dots.wtbx_dots_style_1 ol li {
  width: 14px;
  height: 14px;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}

.wtbx_dots.wtbx_dots_style_1 ul li:before, .wtbx_dots.wtbx_dots_style_1 ol li:before {
  content: '';
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_dots.wtbx_dots_style_1 ul li:hover:before, .wtbx_dots.wtbx_dots_style_1 ol li:hover:before {
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -webkit-transform: -webkit-scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}

.wtbx_dots.wtbx_dots_style_1 ul li.slick-active:before, .wtbx_dots.wtbx_dots_style_1 ul li.is-selected:before, .wtbx_dots.wtbx_dots_style_1 ol li.slick-active:before, .wtbx_dots.wtbx_dots_style_1 ol li.is-selected:before {
  border-color: #fff;
  background-color: transparent;
  -moz-transform: scale3d(1.5, 1.5, 1);
  -o-transform: scale3d(1.5, 1.5, 1);
  -ms-transform: scale3d(1.5, 1.5, 1);
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -webkit-transform: -webkit-scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1);
}

.wtbx_dots.wtbx_dots_style_2 ul li, .wtbx_dots.wtbx_dots_style_2 ol li {
  width: 22px;
  height: 14px;
  margin: 0 0;
  position: relative;
  cursor: pointer;
}

.wtbx_dots.wtbx_dots_style_2 ul li:before, .wtbx_dots.wtbx_dots_style_2 ol li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  height: 4px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #fff;
  opacity: .2;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_dots.wtbx_dots_style_2 ul li:hover:before, .wtbx_dots.wtbx_dots_style_2 ol li:hover:before {
  opacity: 1;
}

.wtbx_dots.wtbx_dots_style_2 ul li.slick-active:before, .wtbx_dots.wtbx_dots_style_2 ul li.is-selected:before, .wtbx_dots.wtbx_dots_style_2 ol li.slick-active:before, .wtbx_dots.wtbx_dots_style_2 ol li.is-selected:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  height: 20px;
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ul, .wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ol {
  line-height: 20px;
  position: relative;
  display: inline-block;
  padding: 0;
  opacity: 1;
  height: 20px;
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ul li, .wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ol li {
  line-height: inherit;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ul li:first-child, .wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ol li:first-child {
  position: relative;
  float: left;
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ul li.wtbx_dot_prev, .wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ol li.wtbx_dot_prev {
  -moz-transform: scale3d(2, 2, 1);
  -o-transform: scale3d(2, 2, 1);
  -ms-transform: scale3d(2, 2, 1);
  -webkit-transform: scale3d(2, 2, 1);
  -webkit-transform: -webkit-scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ul li.wtbx_dot_next, .wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ol li.wtbx_dot_next {
  -moz-transform: scale3d(0.2, 0.2, 1);
  -o-transform: scale3d(0.2, 0.2, 1);
  -ms-transform: scale3d(0.2, 0.2, 1);
  -webkit-transform: scale3d(0.2, 0.2, 1);
  -webkit-transform: -webkit-scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ul li.wtbx_dot_active, .wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers ol li.wtbx_dot_active {
  opacity: 1;
  visibility: visible;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.2s;
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.2s;
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.2s;
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.2s;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.2s;
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers .wtbx_pagination_separator {
  margin: 0 5px;
  display: inline-block;
  font-weight: 600;
}

.wtbx_dots.wtbx_dots_style_3 .wtbx_pagination_numbers .wtbx_pagination_total {
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  height: 2em;
  float: right;
}

.wtbx_style_fixed .wtbx_dots,
.wtbx_style_fixed_content .wtbx_dots {
  text-align: end;
}

.wtbx_style_fixed .wtbx_dots ol,
.wtbx_style_fixed_content .wtbx_dots ol {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .wtbx_style_fixed .wtbx_dots,
.wtbx_style_fixed_content .wtbx_dots {
    text-align: center;
  }
}

.wtbx_style_fixed .wtbx_arrows,
.wtbx_style_fixed_content .wtbx_arrows {
  top: auto;
  bottom: 30px;
  left: 0;
  right: auto;
  width: 80px;
}

.wtbx_style_fixed .wtbx_arrows .wtbx_arrow,
.wtbx_style_fixed_content .wtbx_arrows .wtbx_arrow {
  -moz-transform: scale3d(0.7, 0.7, 1);
  -o-transform: scale3d(0.7, 0.7, 1);
  -ms-transform: scale3d(0.7, 0.7, 1);
  -webkit-transform: scale3d(0.7, 0.7, 1);
  -webkit-transform: -webkit-scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.wtbx_style_fixed .wtbx_arrows .wtbx_arrow_prev:before,
.wtbx_style_fixed_content .wtbx_arrows .wtbx_arrow_prev:before {
  left: 0;
  width: 30px;
}

.wtbx_style_fixed .wtbx_arrows .wtbx_arrow_prev:after,
.wtbx_style_fixed_content .wtbx_arrows .wtbx_arrow_prev:after {
  left: 0;
}

.wtbx_style_fixed .wtbx_arrows .wtbx_arrow_prev:hover:before,
.wtbx_style_fixed_content .wtbx_arrows .wtbx_arrow_prev:hover:before {
  width: 40px;
}

.wtbx_style_fixed .wtbx_arrows .wtbx_arrow_next:before,
.wtbx_style_fixed_content .wtbx_arrows .wtbx_arrow_next:before {
  right: 0;
  width: 45px;
}

.wtbx_style_fixed .wtbx_arrows .wtbx_arrow_next:after,
.wtbx_style_fixed_content .wtbx_arrows .wtbx_arrow_next:after {
  right: 0;
}

.wtbx_style_fixed .wtbx_arrows .wtbx_arrow_next:hover:before,
.wtbx_style_fixed_content .wtbx_arrows .wtbx_arrow_next:hover:before {
  width: 55px;
}

.wtbx-carousel-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.wtbx-carousel-arrow.wtbx-prev {
  left: 0;
}

.wtbx-carousel-arrow.wtbx-next {
  right: 0;
}

.wtbx-slider-gallery {
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.wtbx-slider-gallery:hover .wtbx-arrow {
  opacity: .5;
}

.wtbx-slider-gallery:hover .slick-dots li:before {
  opacity: .6;
}

.wtbx-slider-gallery:hover .slick-dots li.slick-active:before {
  opacity: 1;
}

.wtbx-slider-gallery.gallery-skin-light .wtbx-arrow:before {
  border-color: #fff;
}

.wtbx-slider-gallery.gallery-skin-light .slick-dots li:before {
  background-color: #fff;
}

.wtbx-slider-gallery .wtbx-image {
  -webkit-transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1) 1s;
  -moz-transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1) 1s;
  -ms-transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1) 1s;
  -o-transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1) 1s;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1) 1s;
}

.wtbx-slider-gallery .wtbx-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  opacity: .2;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-slider-gallery .wtbx-arrow:hover {
  opacity: 1;
}

.wtbx-slider-gallery .wtbx-arrow:hover:after {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.wtbx-slider-gallery .wtbx-arrow.wtbx-prev {
  left: 15px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx-slider-gallery .wtbx-arrow.wtbx-prev:before {
  -moz-transform: translate3d(-40%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -o-transform: translate3d(-40%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -ms-transform: translate3d(-40%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: translate3d(-40%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: -webkit-translate3d(-40%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  transform: translate3d(-40%, -50%, 0) rotate3d(0, 0, 1, -135deg);
}

.wtbx-slider-gallery .wtbx-arrow.wtbx-next {
  right: 15px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx-slider-gallery .wtbx-arrow.wtbx-next:before {
  -moz-transform: translate3d(-60%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-60%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-60%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(-60%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(-60%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-60%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.wtbx-slider-gallery .wtbx-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-top-right-radius: 2px;
}

.wtbx-slider-gallery .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 15px;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-slider-gallery .slick-dots li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.wtbx-slider-gallery .slick-dots li button {
  display: none;
}

.wtbx-slider-gallery .slick-dots li:before {
  display: block;
  content: '';
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  padding: 0 1px;
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-slider-gallery .slick-dots li:hover:before {
  opacity: 1;
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -webkit-transform: -webkit-scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}

.wtbx-slider-gallery .slick-dots li.slick-active:before {
  opacity: .5;
  -moz-transform: scale3d(1.7, 1.7, 1);
  -o-transform: scale3d(1.7, 1.7, 1);
  -ms-transform: scale3d(1.7, 1.7, 1);
  -webkit-transform: scale3d(1.7, 1.7, 1);
  -webkit-transform: -webkit-scale3d(1.7, 1.7, 1);
  transform: scale3d(1.7, 1.7, 1);
}

/*---------------------------------------------------------------*/
/* --   PARALLAX EFFECT
/*---------------------------------------------------------------*/
.wtbx_parallax_scroll,
.wtbx_parallax_mousemove {
  opacity: 0;
  visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
}

.wtbx_parallax_scroll.wtbx_parallax_init,
.wtbx_parallax_mousemove.wtbx_parallax_init {
  opacity: 1;
  visibility: visible;
}

.wtbx_parallax_scroll {
  -webkit-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -moz-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -ms-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -o-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
}

.wtbx_parallax_scale {
  will-change: transform;
  -webkit-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -moz-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -ms-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -o-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
}

.wtbx_parallax_mousemove {
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
}

.wtbx_parallax_mousemove.parallax-inactive {
  -webkit-transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -moz-transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -ms-transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -o-transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
}

.wtbx_parallax_mousemove.parallax-resizing {
  -webkit-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -moz-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -ms-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -o-transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  transition: transform 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
}

/*---------------------------------------------------------------*/
/* --   SOCIAL ICON COLORS
/*---------------------------------------------------------------*/
.wtbx-lightbox-share .scape-ui-behance:hover,
.wtbx-share-mini .scape-ui-behance {
  background-color: #1769ff;
}

.wtbx-lightbox-share .scape-ui-codepen:hover,
.wtbx-share-mini .scape-ui-codepen {
  background-color: #000;
}

.wtbx-lightbox-share .scape-ui-dribbble:hover,
.wtbx-share-mini .scape-ui-dribbble {
  background-color: #ea4c89;
}

.wtbx-lightbox-share .scape-ui-facebook:hover,
.wtbx-share-mini .scape-ui-facebook {
  background-color: #3b5998;
}

.wtbx-lightbox-share .scape-ui-flickr:hover,
.wtbx-share-mini .scape-ui-flickr {
  background-color: #0063dc;
}

.wtbx-lightbox-share .scape-ui-foursquare:hover,
.wtbx-share-mini .scape-ui-foursquare {
  background-color: #f94877;
}

.wtbx-lightbox-share .scape-ui-github:hover,
.wtbx-share-mini .scape-ui-github {
  background-color: #4078c0;
}

.wtbx-lightbox-share .scape-ui-google-plus:hover,
.wtbx-share-mini .scape-ui-google-plus {
  background-color: #dd4b39;
}

.wtbx-lightbox-share .scape-ui-instagram:hover,
.wtbx-share-mini .scape-ui-instagram {
  background-color: #e1306c;
}

.wtbx-lightbox-share .scape-ui-linkedin:hover,
.wtbx-share-mini .scape-ui-linkedin {
  background-color: #0077b5;
}

.wtbx-lightbox-share .scape-ui-pinterest:hover,
.wtbx-share-mini .scape-ui-pinterest {
  background-color: #bd081c;
}

.wtbx-lightbox-share .scape-ui-rss:hover,
.wtbx-share-mini .scape-ui-rss {
  background-color: #f26522;
}

.wtbx-lightbox-share .scape-ui-skype:hover,
.wtbx-share-mini .scape-ui-skype {
  background-color: #00aff0;
}

.wtbx-lightbox-share .scape-ui-snapchat:hover,
.wtbx-share-mini .scape-ui-snapchat {
  background-color: #fffc00;
}

.wtbx-lightbox-share .scape-ui-soundcloud:hover,
.wtbx-share-mini .scape-ui-soundcloud {
  background-color: #ff8800;
}

.wtbx-lightbox-share .scape-ui-tumblr:hover,
.wtbx-share-mini .scape-ui-tumblr {
  background-color: #35465c;
}

.wtbx-lightbox-share .scape-ui-twitter:hover,
.wtbx-share-mini .scape-ui-twitter {
  background-color: #1da1f2;
}

.wtbx-lightbox-share .scape-ui-vimeo:hover,
.wtbx-share-mini .scape-ui-vimeo {
  background-color: #1ab7ea;
}

.wtbx-lightbox-share .scape-ui-vk:hover,
.wtbx-share-mini .scape-ui-vk {
  background-color: #45668e;
}

.wtbx-lightbox-share .scape-ui-yelp:hover,
.wtbx-share-mini .scape-ui-yelp {
  background-color: #af0606;
}

.wtbx-lightbox-share .scape-ui-youtube:hover,
.wtbx-share-mini .scape-ui-youtube {
  background-color: #cd201f;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-behance:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-behance:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-behance {
  background-color: #1769ff;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-behance:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-behance:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-behance:hover {
  box-shadow: 0 10px 25px -5px rgba(23, 105, 255, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-codepen:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-codepen:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-codepen {
  background-color: #000;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-codepen:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-codepen:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-codepen:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-dribbble:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-dribbble:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-dribbble {
  background-color: #ea4c89;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-dribbble:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-dribbble:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-dribbble:hover {
  box-shadow: 0 10px 25px -5px rgba(234, 76, 137, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-facebook:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-facebook:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-facebook {
  background-color: #3b5998;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-facebook:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-facebook:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-facebook:hover {
  box-shadow: 0 10px 25px -5px rgba(59, 89, 152, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-flickr:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-flickr:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-flickr {
  background-color: #0063dc;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-flickr:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-flickr:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-flickr:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 99, 220, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-foursquare:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-foursquare:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-foursquare {
  background-color: #f94877;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-foursquare:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-foursquare:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-foursquare:hover {
  box-shadow: 0 10px 25px -5px rgba(249, 72, 119, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-github:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-github:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-github {
  background-color: #4078c0;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-github:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-github:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-github:hover {
  box-shadow: 0 10px 25px -5px rgba(64, 120, 192, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-google-plus:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-google-plus:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-google-plus {
  background-color: #dd4b39;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-google-plus:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-google-plus:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-google-plus:hover {
  box-shadow: 0 10px 25px -5px rgba(221, 75, 57, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-instagram:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-instagram:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-instagram {
  background-color: #e1306c;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-instagram:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-instagram:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-instagram:hover {
  box-shadow: 0 10px 25px -5px rgba(225, 48, 108, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-linkedin:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-linkedin:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-linkedin {
  background-color: #0077b5;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-linkedin:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-linkedin:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-linkedin:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 119, 181, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-pinterest:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-pinterest:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-pinterest {
  background-color: #bd081c;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-pinterest:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-pinterest:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-pinterest:hover {
  box-shadow: 0 10px 25px -5px rgba(189, 8, 28, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-rss:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-rss:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-rss {
  background-color: #f26522;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-rss:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-rss:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-rss:hover {
  box-shadow: 0 10px 25px -5px rgba(242, 101, 34, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-skype:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-skype:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-skype {
  background-color: #00aff0;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-skype:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-skype:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-skype:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 175, 240, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-snapchat:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-snapchat:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-snapchat {
  background-color: #fffc00;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-snapchat:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-snapchat:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-snapchat:hover {
  box-shadow: 0 10px 25px -5px rgba(255, 252, 0, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-soundcloud:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-soundcloud:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-soundcloud {
  background-color: #ff8800;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-soundcloud:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-soundcloud:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-soundcloud:hover {
  box-shadow: 0 10px 25px -5px rgba(255, 136, 0, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-tumblr:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-tumblr:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-tumblr {
  background-color: #35465c;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-tumblr:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-tumblr:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-tumblr:hover {
  box-shadow: 0 10px 25px -5px rgba(53, 70, 92, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-twitter:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-twitter:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-twitter {
  background-color: #1da1f2;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-twitter:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-twitter:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-twitter:hover {
  box-shadow: 0 10px 25px -5px rgba(29, 161, 242, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-vimeo:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-vimeo:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-vimeo {
  background-color: #1ab7ea;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-vimeo:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-vimeo:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-vimeo:hover {
  box-shadow: 0 10px 25px -5px rgba(26, 183, 234, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-vk:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-vk:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-vk {
  background-color: #45668e;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-vk:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-vk:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-vk:hover {
  box-shadow: 0 10px 25px -5px rgba(69, 102, 142, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-yelp:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-yelp:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-yelp {
  background-color: #af0606;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-yelp:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-yelp:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-yelp:hover {
  box-shadow: 0 10px 25px -5px rgba(175, 6, 6, 0.4);
}

.wtbx_social_widget.wtbx_style_2 .social-icon-youtube:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-youtube:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-youtube {
  background-color: #cd201f;
}

.wtbx_social_widget.wtbx_style_2 .social-icon-youtube:hover:before,
.wtbx_social_widget.wtbx_style_3 .social-icon-youtube:hover,
.wtbx_social_widget.wtbx_style_4 .social-icon-youtube:hover {
  box-shadow: 0 10px 25px -5px rgba(205, 32, 31, 0.4);
}

/*---------------------------------------------------------------*/
/* --   TO-TOP BUTTON
/*---------------------------------------------------------------*/
.wtbx-totop {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 44px;
  height: 44px;
  margin-bottom: -10px;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  z-index: 988;
  overflow: hidden;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.wtbx-totop ~ .wtbx_bottom_navigation {
  margin-top: 15px;
}

.wtbx-totop + .wtbx-social-wrapper {
  margin-bottom: -10px;
}

.wtbx-totop.shifted {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

.wtbx-totop.shifted + .wtbx-social-wrapper {
  margin-bottom: 15px;
}

.wtbx-totop.circle-shadow {
  border-radius: 50%;
}

.wtbx-totop.square-shadow {
  border-radius: 33%;
}

.wtbx-totop .wtbx-totop-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.wtbx-totop .wtbx-totop-arrow.back {
  opacity: 0;
  -moz-transform: translate3d(0, 30%, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, 30%, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, 30%, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: translate3d(0, 30%, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-translate3d(0, 30%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, 30%, 0) scale3d(0.8, 0.8, 1);
}

.wtbx-totop .wtbx-totop-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: 2px;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotateZ(-45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}

.wtbx-totop:hover {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.45);
}

.wtbx-totop:hover .wtbx-totop-arrow.front {
  opacity: 0;
  -moz-transform: translate3d(0, -30%, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, -30%, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, -30%, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: translate3d(0, -30%, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-translate3d(0, -30%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -30%, 0) scale3d(0.8, 0.8, 1);
}

.wtbx-totop:hover .wtbx-totop-arrow.back {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767px) {
  .wtbx-totop {
    display: none;
  }
}

.wtbx_fixed_navigation {
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

.wtbx_fixed_navigation .wtbx-totop,
.wtbx_fixed_navigation .wtbx-social-wrapper {
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0s, visibility 0s 0s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_fixed_navigation.invisible {
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale3d(0.995, 0.995, 1);
  -o-transform: scale3d(0.995, 0.995, 1);
  -ms-transform: scale3d(0.995, 0.995, 1);
  -webkit-transform: scale3d(0.995, 0.995, 1);
  -webkit-transform: -webkit-scale3d(0.995, 0.995, 1);
  transform: scale3d(0.995, 0.995, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s;
}

.wtbx_fixed_navigation.invisible .wtbx-nav-prev,
.wtbx_fixed_navigation.invisible .wtbx-nav-next {
  visibility: hidden;
}

.wtbx_fixed_navigation.invisible .wtbx-totop,
.wtbx_fixed_navigation.invisible .wtbx-social-wrapper {
  visibility: hidden;
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_fixed_navigation.totop-invisible .wtbx-totop {
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.5s, box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

/*---------------------------------------------------------------*/
/* --   FORCE MOBILE OVERLAY
/*---------------------------------------------------------------*/
body.device-mobile .force_mobile_hover.wtbx_vc_image_caption .wtbx_image_caption_content {
  opacity: 1 !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_image_caption .wtbx_image_caption_title,
body.device-mobile .force_mobile_hover.wtbx_vc_image_caption .wtbx_image_caption_descr {
  opacity: 1 !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: -webkit-translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_blog_grid .post-metro-inner .post-metro-bg .post-media .post-metro-overlay {
  opacity: 1 !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_blog_grid .post-metro-inner .meta-author-link, body.device-mobile .force_mobile_hover.wtbx_vc_blog_grid .post-metro-inner .post-metro-comments, body.device-mobile .force_mobile_hover.wtbx_vc_blog_grid .post-metro-inner .post-like a {
  opacity: .7 !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_portfolio_grid .portfolio-square-box .portfolio-square-overlay {
  opacity: 1 !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_portfolio_grid .portfolio-square-box .portfolio-square-overlay i {
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_portfolio_grid .portfolio-tiles-overlay {
  opacity: 1 !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_portfolio_grid .portfolio-tiles-overlay i {
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_portfolio_grid .portfolio-overlay-hover {
  opacity: 1 !important;
  visibility: visible !important;
}

body.device-mobile .force_mobile_hover.wtbx_vc_portfolio_grid .portfolio-overlay-hover .portfolio-overlay-meta_centered,
body.device-mobile .force_mobile_hover.wtbx_vc_portfolio_grid .portfolio-overlay-hover .portfolio-overlay-meta_aligned {
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: -webkit-translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

body.device-mobile .wtbx-product-inner .wtbx-product-image .wtbx-product-title .star-rating {
  opacity: 1 !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: -webkit-translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

/*---------------------------------------------------------------*/
/* --   VARIOUS
/*---------------------------------------------------------------*/
.wtbx_equal_height {
  visibility: hidden;
  opacity: 0;
}

.wtbx_equal_height.wtbx_equal_height_init {
  visibility: visible;
  opacity: 1;
}

.wtbx-grid {
  overflow: visible !important;
}

.wtbx-grid.wtbx_overflow {
  overflow: hidden !important;
}

.wtbx_with_custom_dropdown {
  line-height: 44px;
  border-radius: 6px;
  display: inline-block;
  padding: 0 35px 0 15px;
  min-width: 240px;
  position: relative;
  cursor: pointer;
  font-size: .928571em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_with_custom_dropdown:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
}

.wtbx_dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  z-index: 9999;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0 0 0 1px #fff, 0 15px 60px -10px rgba(9, 31, 67, 0.15);
}

.wtbx_dropdown .wtbx_dropdown_option {
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-style: solid;
  border-color: transparent;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_dropdown .wtbx_dropdown_option:not(:last-child) {
  border-bottom: none;
}

.wtbx_dropdown .wtbx_dropdown_option:not(:first-child) {
  border-top: none;
}

.wtbx_dropdown .wtbx_dropdown_option.option_active {
  pointer-events: none;
}

.wtbx_dropdown .wtbx_dropdown_option:not(.option_active) {
  line-height: 3em;
}

body.device-desktop .wtbx_for_custom_dropdown {
  display: none;
}

body.device-mobile .wtbx_with_custom_dropdown {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: -webkit-scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -webkit-transform: -webkit-scale(1.15);
    transform: scale(1.15);
  }
  70% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: -webkit-scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: -webkit-scale(1.2);
    transform: scale(1.2);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: -webkit-scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -webkit-transform: -webkit-scale(1.15);
    transform: scale(1.15);
  }
  70% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: -webkit-scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: -webkit-scale(1.2);
    transform: scale(1.2);
  }
}

@-o-keyframes pulse {
  0% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: -webkit-scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -webkit-transform: -webkit-scale(1.15);
    transform: scale(1.15);
  }
  70% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: -webkit-scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: -webkit-scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: -webkit-scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -webkit-transform: -webkit-scale(1.15);
    transform: scale(1.15);
  }
  70% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform: -webkit-scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: -webkit-scale(1.2);
    transform: scale(1.2);
  }
}

.wp-block-search {
  position: relative;
}

.wp-block-search .wp-block-search__input {
  border-radius: 44px;
  padding-right: 40%;
  box-sizing: border-box;
  line-height: 44px;
  height: 44px;
}

.wp-block-search .wp-block-search__button[type="submit"] {
  border-radius: 44px !important;
  padding: 0 !important;
  display: inline-block;
  width: 35%;
  line-height: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.wp-block-calendar tfoot td {
  border: none !important;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

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

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

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

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

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

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.wtbx-custom-cursor *,
body.wtbx-custom-cursor #site #wrapper *,
body.wtbx-custom-cursor #site-header .menu-link:not([href]) {
  cursor: none !important;
}

.wtbx-cursor-inner,
.wtbx-cursor-outer {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

.wtbx-cursor-inner span,
.wtbx-cursor-outer span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.15s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.15s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.15s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-cursor-inner.wtbx-cursor-tidy {
  width: 6px;
  height: 6px;
  left: -3px;
  top: -3px;
  z-index: 99999999999;
}

.wtbx-cursor-inner.wtbx-cursor-tidy.wtbx-cursor-click.wtbx-cursor-mousedown span {
  -o-animation: cursorClick 0.3s cubic-bezier(0.2, 0, 0.3, 1) forwards;
  -moz-animation: cursorClick 0.3s cubic-bezier(0.2, 0, 0.3, 1) forwards;
  -webkit-animation: cursorClick 0.3s cubic-bezier(0.2, 0, 0.3, 1) forwards;
  animation: cursorClick 0.3s cubic-bezier(0.2, 0, 0.3, 1) forwards;
}

.wtbx-cursor-inner.wtbx-cursor-tidy.wtbx-cursor-text span {
  border-radius: 0;
  -moz-transform: scale3d(0.33, 3.5, 1);
  -o-transform: scale3d(0.33, 3.5, 1);
  -ms-transform: scale3d(0.33, 3.5, 1);
  -webkit-transform: scale3d(0.33, 3.5, 1);
  -webkit-transform: -webkit-scale3d(0.33, 3.5, 1);
  transform: scale3d(0.33, 3.5, 1);
}

.wtbx-cursor-inner.wtbx-cursor-tidy.wtbx-cursor-click span {
  opacity: 0.4;
  border-radius: 50%;
  -moz-transform: scale3d(4, 4, 1);
  -o-transform: scale3d(4, 4, 1);
  -ms-transform: scale3d(4, 4, 1);
  -webkit-transform: scale3d(4, 4, 1);
  -webkit-transform: -webkit-scale3d(4, 4, 1);
  transform: scale3d(4, 4, 1);
}

@-webkit-keyframes cursorClick {
  0% {
    opacity: 0.4;
    -moz-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -webkit-transform: scale3d(4, 4, 1);
    -webkit-transform: -webkit-scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
  }
  15% {
    opacity: 0.2;
    -moz-transform: scale3d(5, 5, 1);
    -o-transform: scale3d(5, 5, 1);
    -ms-transform: scale3d(5, 5, 1);
    -webkit-transform: scale3d(5, 5, 1);
    -webkit-transform: -webkit-scale3d(5, 5, 1);
    transform: scale3d(5, 5, 1);
  }
  100% {
    opacity: 0.4;
    -moz-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -webkit-transform: scale3d(4, 4, 1);
    -webkit-transform: -webkit-scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
  }
}

@-moz-keyframes cursorClick {
  0% {
    opacity: 0.4;
    -moz-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -webkit-transform: scale3d(4, 4, 1);
    -webkit-transform: -webkit-scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
  }
  15% {
    opacity: 0.2;
    -moz-transform: scale3d(5, 5, 1);
    -o-transform: scale3d(5, 5, 1);
    -ms-transform: scale3d(5, 5, 1);
    -webkit-transform: scale3d(5, 5, 1);
    -webkit-transform: -webkit-scale3d(5, 5, 1);
    transform: scale3d(5, 5, 1);
  }
  100% {
    opacity: 0.4;
    -moz-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -webkit-transform: scale3d(4, 4, 1);
    -webkit-transform: -webkit-scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
  }
}

@-o-keyframes cursorClick {
  0% {
    opacity: 0.4;
    -moz-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -webkit-transform: scale3d(4, 4, 1);
    -webkit-transform: -webkit-scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
  }
  15% {
    opacity: 0.2;
    -moz-transform: scale3d(5, 5, 1);
    -o-transform: scale3d(5, 5, 1);
    -ms-transform: scale3d(5, 5, 1);
    -webkit-transform: scale3d(5, 5, 1);
    -webkit-transform: -webkit-scale3d(5, 5, 1);
    transform: scale3d(5, 5, 1);
  }
  100% {
    opacity: 0.4;
    -moz-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -webkit-transform: scale3d(4, 4, 1);
    -webkit-transform: -webkit-scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
  }
}

@keyframes cursorClick {
  0% {
    opacity: 0.4;
    -moz-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -webkit-transform: scale3d(4, 4, 1);
    -webkit-transform: -webkit-scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
  }
  15% {
    opacity: 0.2;
    -moz-transform: scale3d(5, 5, 1);
    -o-transform: scale3d(5, 5, 1);
    -ms-transform: scale3d(5, 5, 1);
    -webkit-transform: scale3d(5, 5, 1);
    -webkit-transform: -webkit-scale3d(5, 5, 1);
    transform: scale3d(5, 5, 1);
  }
  100% {
    opacity: 0.4;
    -moz-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -webkit-transform: scale3d(4, 4, 1);
    -webkit-transform: -webkit-scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
  }
}

.wtbx-cursor-outer.wtbx-cursor-tidy {
  width: 30px;
  height: 30px;
  left: -15px;
  top: -15px;
  z-index: 99999999998;
  -webkit-transition: transform 0.7s cubic-bezier(0, 0.54, 0, 1);
  -moz-transition: transform 0.7s cubic-bezier(0, 0.54, 0, 1);
  -ms-transition: transform 0.7s cubic-bezier(0, 0.54, 0, 1);
  -o-transition: transform 0.7s cubic-bezier(0, 0.54, 0, 1);
  transition: transform 0.7s cubic-bezier(0, 0.54, 0, 1);
}

.wtbx-cursor-outer.wtbx-cursor-tidy span {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}

.wtbx-cursor-outer.wtbx-cursor-tidy.wtbx-cursor-click span {
  opacity: 0;
  -moz-transform: scale3d(1.5, 1.5, 1);
  -o-transform: scale3d(1.5, 1.5, 1);
  -ms-transform: scale3d(1.5, 1.5, 1);
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -webkit-transform: -webkit-scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1);
}

.wtbx-cursor-outer.wtbx-cursor-tidy.wtbx-cursor-text span {
  opacity: 0;
  -moz-transform: scale3d(1.5, 1.5, 1);
  -o-transform: scale3d(1.5, 1.5, 1);
  -ms-transform: scale3d(1.5, 1.5, 1);
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -webkit-transform: -webkit-scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1);
}

/*---------------------------------------------------------------*/
/* 19. ANIMATIONS
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* --   GRID ITEM ANIMATIONS
/*---------------------------------------------------------------*/
.wtbx-grid-anim-container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}

body.wtbx-smartimages-off .wtbx-element-reveal {
  opacity: 1;
}

body.wtbx-smartimages-off .wtbx-grid-entry .wtbx-element-reveal,
body.wtbx-smartimages-off .wtbx_grid_entry .wtbx-element-reveal {
  opacity: 0;
}

body.wtbx-smartimages-off .wtbx-grid-entry .wtbx-element-reveal.wtbx-element-visible,
body.wtbx-smartimages-off .wtbx_grid_entry .wtbx-element-reveal.wtbx-element-visible {
  opacity: 1;
}

body.wtbx-smartimages-off .wtbx-grid-entry.filtering .wtbx-element-reveal,
body.wtbx-smartimages-off .wtbx_grid_entry.filtering .wtbx-element-reveal {
  opacity: 0;
}

body.wtbx-smartimages-off .wtbx-grid-entry.unveiled .wtbx-element-reveal,
body.wtbx-smartimages-off .wtbx_grid_entry.unveiled .wtbx-element-reveal {
  opacity: 1;
}

.wtbx-grid-entry .wtbx-element-reveal,
.wtbx_grid_entry .wtbx-element-reveal {
  opacity: 0;
  -webkit-transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-none,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-none {
  opacity: 1;
}

.wtbx-grid-entry.filtering .wtbx-element-reveal, .wtbx-grid-entry.filtering .wtbx-element-reveal.wtbx-element-visible,
.wtbx_grid_entry.filtering .wtbx-element-reveal,
.wtbx_grid_entry.filtering .wtbx-element-reveal.wtbx-element-visible {
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.filtered .wtbx-element-reveal.wtbx-grid-anim-fadein,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-fadein,
.wtbx_grid_entry.filtered .wtbx-element-reveal.wtbx-grid-anim-fadein,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-fadein {
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.filtered .wtbx-element-reveal.wtbx-grid-anim-scaleup,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-scaleup,
.wtbx_grid_entry.filtered .wtbx-element-reveal.wtbx-grid-anim-scaleup,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-scaleup {
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.filtered .wtbx-element-reveal.wtbx-grid-anim-slideup,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-slideup,
.wtbx_grid_entry.filtered .wtbx-element-reveal.wtbx-grid-anim-slideup,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-slideup {
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -webkit-transform: -webkit-translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.filtered .wtbx-element-reveal.wtbx-grid-anim-slideup3d,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-slideup3d,
.wtbx_grid_entry.filtered .wtbx-element-reveal.wtbx-grid-anim-slideup3d,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-slideup3d {
  -moz-transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -webkit-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.filtered .wtbx-element-reveal.wtbx-grid-anim-rotatetop,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-rotatetop,
.wtbx_grid_entry.filtered .wtbx-element-reveal.wtbx-grid-anim-rotatetop,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-rotatetop {
  -moz-transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, 20deg);
  -o-transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, 20deg);
  -ms-transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, 20deg);
  -webkit-transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, 20deg);
  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, 20deg);
  transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, 20deg);
  -webkit-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.filtered .wtbx-element-reveal.wtbx-grid-anim-rotatebottom,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-rotatebottom,
.wtbx_grid_entry.filtered .wtbx-element-reveal.wtbx-grid-anim-rotatebottom,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-rotatebottom {
  -moz-transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, -20deg);
  -o-transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, -20deg);
  -ms-transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, -20deg);
  -webkit-transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, -20deg);
  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, -20deg);
  transform: scale3d(0.8, 0.8, 1) rotate3d(1, 0, 0, -20deg);
  -webkit-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.filtered .wtbx-element-reveal.wtbx-grid-anim-rotateleft,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-rotateleft,
.wtbx_grid_entry.filtered .wtbx-element-reveal.wtbx-grid-anim-rotateleft,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-rotateleft {
  -moz-transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, 20deg);
  -o-transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, 20deg);
  -ms-transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, 20deg);
  -webkit-transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, 20deg);
  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, 20deg);
  transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, 20deg);
  -webkit-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.filtered .wtbx-element-reveal.wtbx-grid-anim-rotateright,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-grid-anim-rotateright,
.wtbx_grid_entry.filtered .wtbx-element-reveal.wtbx-grid-anim-rotateright,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-grid-anim-rotateright {
  -moz-transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, -20deg);
  -o-transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, -20deg);
  -ms-transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, -20deg);
  -webkit-transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, -20deg);
  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, -20deg);
  transform: scale3d(0.8, 0.8, 1) rotate3d(0, 1, 0, -20deg);
  -webkit-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0s cubic-bezier(0.2, 0, 0.3, 1), opacity 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-grid-entry.unveiled .wtbx-element-reveal,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-element-visible, .wtbx-grid-entry.unveiled .wtbx-element-reveal.wtbx-element-visible,
.wtbx_grid_entry.unveiled .wtbx-element-reveal,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-element-visible,
.wtbx_grid_entry.unveiled .wtbx-element-reveal.wtbx-element-visible {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-grid-entry.unveiled .wtbx-element-reveal .wtbx-lazy,
.wtbx-grid-entry .wtbx-element-reveal.wtbx-element-visible .wtbx-lazy, .wtbx-grid-entry.unveiled .wtbx-element-reveal.wtbx-element-visible .wtbx-lazy,
.wtbx_grid_entry.unveiled .wtbx-element-reveal .wtbx-lazy,
.wtbx_grid_entry .wtbx-element-reveal.wtbx-element-visible .wtbx-lazy,
.wtbx_grid_entry.unveiled .wtbx-element-reveal.wtbx-element-visible .wtbx-lazy {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

/*---------------------------------------------------------------*/
/* --   SHORTCODE APPEARANCE ANIMATIONS
/*---------------------------------------------------------------*/
.wtbx_appearance_animation {
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: opacity, visibility, transform;
}

.wtbx_animated.wtbx-anim-fade-in > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-fade-in > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-top-to-bottom-small > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-top-to-bottom-small > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-bottom-to-top-small > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-bottom-to-top-small > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-left-to-right-small > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-left-to-right-small > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-right-to-left-small > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-right-to-left-small > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-top-to-bottom > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-top-to-bottom > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-bottom-to-top > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-bottom-to-top > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-left-to-right > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-left-to-right > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-right-to-left > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-right-to-left > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-scale-up > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-scale-up > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-scale-down > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-scale-down > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-3d-slide-up > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-3d-slide-up > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-3d-rotate-top > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-3d-rotate-top > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-3d-rotate-bottom > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-3d-rotate-bottom > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-3d-rotate-left > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-3d-rotate-left > .wtbx_vc_child_container, .wtbx_animated.wtbx-anim-3d-rotate-right > .wtbx_vc_el_container,
.wtbx_animated.wtbx-anim-3d-rotate-right > .wtbx_vc_child_container {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
  -webkit-transition-property: opacity, visibility, transform;
  -webkit-transition-property: opacity, visibility, -wekbit-transform;
  -moz-transition-property: opacity, visibility, transform;
  -ms-transition-property: opacity, visibility, transform;
  -o-transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  body.anim_disable_tablet_landscape .wtbx_vc_el_container,
body.anim_disable_tablet_landscape .wtbx_vc_child_container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  body.anim_disable_tablet_landscape .wtbx_split_text_wrapper,
body.anim_disable_tablet_landscape .wtbx_split_text_inner {
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    moz-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
  body.anim_disable_tablet_landscape .wtbx_split_fill {
    display: none !important;
  }
  .wtbx_appearance_animation.disable_anim_tablet_landscape > .wtbx_vc_el_container,
.wtbx_appearance_animation.disable_anim_tablet_landscape > .wtbx_vc_child_container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@media only screen and (max-width: 991px) {
  body.anim_disable_tablet_portrait .wtbx_vc_el_container,
body.anim_disable_tablet_portrait .wtbx_vc_child_container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  body.anim_disable_tablet_portrait .wtbx_split_text_wrapper,
body.anim_disable_tablet_portrait .wtbx_split_text_inner {
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    moz-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
  body.anim_disable_tablet_portrait .wtbx_split_fill {
    display: none !important;
  }
  .wtbx_appearance_animation.disable_anim_tablet_portrait > .wtbx_vc_el_container,
.wtbx_appearance_animation.disable_anim_tablet_portrait > .wtbx_vc_child_container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@media only screen and (max-width: 767px) {
  body.anim_disable_mobile_landscape .wtbx_vc_el_container,
body.anim_disable_mobile_landscape .wtbx_vc_child_container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  body.anim_disable_mobile_landscape .wtbx_split_text_wrapper,
body.anim_disable_mobile_landscape .wtbx_split_text_inner {
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    moz-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
  body.anim_disable_mobile_landscape .wtbx_split_fill {
    display: none !important;
  }
  .wtbx_appearance_animation.disable_anim_mobile_landscape > .wtbx_vc_el_container,
.wtbx_appearance_animation.disable_anim_mobile_landscape > .wtbx_vc_child_container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@media only screen and (max-width: 479px) {
  body.anim_disable_mobile_portrait .wtbx_vc_el_container,
body.anim_disable_mobile_portrait .wtbx_vc_child_container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  body.anim_disable_mobile_portrait .wtbx_split_text_wrapper,
body.anim_disable_mobile_portrait .wtbx_split_text_inner {
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
    moz-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
  body.anim_disable_mobile_portrait .wtbx_split_fill {
    display: none !important;
  }
  .wtbx_appearance_animation.disable_anim_mobile_portrait > .wtbx_vc_el_container,
.wtbx_appearance_animation.disable_anim_mobile_portrait > .wtbx_vc_child_container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

.wtbx-anim-3d-slide-up,
.wtbx-anim-3d-rotate-top,
.wtbx-anim-3d-rotate-bottom,
.wtbx-anim-3d-rotate-left,
.wtbx-anim-3d-rotate-right {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
}

.wtbx-anim-fade-in > .wtbx_vc_el_container,
.wtbx-anim-fade-in > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
}

.wtbx-anim-top-to-bottom > .wtbx_vc_el_container,
.wtbx-anim-top-to-bottom > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transform: -webkit-translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.wtbx-anim-bottom-to-top > .wtbx_vc_el_container,
.wtbx-anim-bottom-to-top > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transform: -webkit-translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.wtbx-anim-left-to-right > .wtbx_vc_el_container,
.wtbx-anim-left-to-right > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transform: -webkit-translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.wtbx-anim-right-to-left > .wtbx_vc_el_container,
.wtbx-anim-right-to-left > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transform: -webkit-translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.wtbx-anim-top-to-bottom-small > .wtbx_vc_el_container,
.wtbx-anim-top-to-bottom-small > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  -webkit-transform: -webkit-translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.wtbx-anim-bottom-to-top-small > .wtbx_vc_el_container,
.wtbx-anim-bottom-to-top-small > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -webkit-transform: -webkit-translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.wtbx-anim-left-to-right-small > .wtbx_vc_el_container,
.wtbx-anim-left-to-right-small > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -webkit-transform: -webkit-translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.wtbx-anim-right-to-left-small > .wtbx_vc_el_container,
.wtbx-anim-right-to-left-small > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -webkit-transform: -webkit-translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.wtbx-anim-scale-up > .wtbx_vc_el_container,
.wtbx-anim-scale-up > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.wtbx-anim-scale-down > .wtbx_vc_el_container,
.wtbx-anim-scale-down > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: -webkit-scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.wtbx-anim-3d-slide-up > .wtbx_vc_el_container,
.wtbx-anim-3d-slide-up > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(0, 100px, 0) scale3d(0.9, 0.9, 1);
  moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.wtbx-anim-3d-rotate-top > .wtbx_vc_el_container,
.wtbx-anim-3d-rotate-top > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, -30px, 0) rotate3d(1, 0, 0, 30deg);
  -o-transform: translate3d(0, -30px, 0) rotate3d(1, 0, 0, 30deg);
  -ms-transform: translate3d(0, -30px, 0) rotate3d(1, 0, 0, 30deg);
  -webkit-transform: translate3d(0, -30px, 0) rotate3d(1, 0, 0, 30deg);
  -webkit-transform: -webkit-translate3d(0, -30px, 0) rotate3d(1, 0, 0, 30deg);
  transform: translate3d(0, -30px, 0) rotate3d(1, 0, 0, 30deg);
  moz-transform-origin: center top;
  -o-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.wtbx-anim-3d-rotate-bottom > .wtbx_vc_el_container,
.wtbx-anim-3d-rotate-bottom > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 30px, 0) rotate3d(1, 0, 0, -30deg);
  -o-transform: translate3d(0, 30px, 0) rotate3d(1, 0, 0, -30deg);
  -ms-transform: translate3d(0, 30px, 0) rotate3d(1, 0, 0, -30deg);
  -webkit-transform: translate3d(0, 30px, 0) rotate3d(1, 0, 0, -30deg);
  -webkit-transform: -webkit-translate3d(0, 30px, 0) rotate3d(1, 0, 0, -30deg);
  transform: translate3d(0, 30px, 0) rotate3d(1, 0, 0, -30deg);
  moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.wtbx-anim-3d-rotate-left > .wtbx_vc_el_container,
.wtbx-anim-3d-rotate-left > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(30px, 0, 0) rotate3d(0, 1, 0, 30deg);
  -o-transform: translate3d(30px, 0, 0) rotate3d(0, 1, 0, 30deg);
  -ms-transform: translate3d(30px, 0, 0) rotate3d(0, 1, 0, 30deg);
  -webkit-transform: translate3d(30px, 0, 0) rotate3d(0, 1, 0, 30deg);
  -webkit-transform: -webkit-translate3d(30px, 0, 0) rotate3d(0, 1, 0, 30deg);
  transform: translate3d(30px, 0, 0) rotate3d(0, 1, 0, 30deg);
  moz-transform-origin: center right;
  -o-transform-origin: center right;
  -ms-transform-origin: center right;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.wtbx-anim-3d-rotate-right > .wtbx_vc_el_container,
.wtbx-anim-3d-rotate-right > .wtbx_vc_child_container {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(-30px, 0, 0) rotate3d(0, 1, 0, -30deg);
  -o-transform: translate3d(-30px, 0, 0) rotate3d(0, 1, 0, -30deg);
  -ms-transform: translate3d(-30px, 0, 0) rotate3d(0, 1, 0, -30deg);
  -webkit-transform: translate3d(-30px, 0, 0) rotate3d(0, 1, 0, -30deg);
  -webkit-transform: -webkit-translate3d(-30px, 0, 0) rotate3d(0, 1, 0, -30deg);
  transform: translate3d(-30px, 0, 0) rotate3d(0, 1, 0, -30deg);
  moz-transform-origin: center left;
  -o-transform-origin: center left;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.wtbx-anim-clip-bottom .wtbx_split_text_wrapper,
.wtbx-anim-clip-top .wtbx_split_text_wrapper,
.wtbx-anim-clip-left .wtbx_split_text_wrapper,
.wtbx-anim-clip-right .wtbx_split_text_wrapper {
  overflow: hidden;
}

.wtbx-easing-natural > .wtbx_vc_el_container,
.wtbx-easing-natural > .wtbx_vc_child_container {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -o-animation-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -ms-animation-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-easing-linear > .wtbx_vc_el_container,
.wtbx-easing-natural > .wtbx_vc_child_container {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
}

.wtbx-easing-easein > .wtbx_vc_el_container,
.wtbx-easing-easein > .wtbx_vc_child_container {
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.wtbx-easing-easeout > .wtbx_vc_el_container,
.wtbx-easing-easeout > .wtbx_vc_child_container {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.wtbx-easing-easeinout > .wtbx_vc_el_container,
.wtbx-easing-easeinout > .wtbx_vc_child_container {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.wtbx-easing-sharp > .wtbx_vc_el_container,
.wtbx-easing-sharp > .wtbx_vc_child_container {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.wtbx-easing-elastic1 > .wtbx_vc_el_container,
.wtbx-easing-elastic1 > .wtbx_vc_child_container {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wtbx-easing-elastic2 > .wtbx_vc_el_container,
.wtbx-easing-elastic2 > .wtbx_vc_child_container {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  -ms-transition-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  -moz-animation-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  -o-animation-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  -ms-animation-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.465, 3);
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_el_container {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_el_container {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_el_container {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_el_container {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_el_container {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_el_container {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_el_container {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_el_container {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_el_container {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_el_container {
  -webkit-transition-delay: 1900ms;
  -moz-transition-delay: 1900ms;
  -ms-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2300ms;
  -moz-transition-delay: 2300ms;
  -ms-transition-delay: 2300ms;
  -o-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2700ms;
  -moz-transition-delay: 2700ms;
  -ms-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  transition-delay: 2700ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_el_container {
  -webkit-transition-delay: 2900ms;
  -moz-transition-delay: 2900ms;
  -ms-transition-delay: 2900ms;
  -o-transition-delay: 2900ms;
  transition-delay: 2900ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_el_container {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 1900ms;
  -moz-transition-delay: 1900ms;
  -ms-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 2300ms;
  -moz-transition-delay: 2300ms;
  -ms-transition-delay: 2300ms;
  -o-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 2700ms;
  -moz-transition-delay: 2700ms;
  -ms-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  transition-delay: 2700ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.wtbx_animated.wtbx-delay-100 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 2900ms;
  -moz-transition-delay: 2900ms;
  -ms-transition-delay: 2900ms;
  -o-transition-delay: 2900ms;
  transition-delay: 2900ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 3400ms;
  -moz-transition-delay: 3400ms;
  -ms-transition-delay: 3400ms;
  -o-transition-delay: 3400ms;
  transition-delay: 3400ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 3800ms;
  -moz-transition-delay: 3800ms;
  -ms-transition-delay: 3800ms;
  -o-transition-delay: 3800ms;
  transition-delay: 3800ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 4400ms;
  -moz-transition-delay: 4400ms;
  -ms-transition-delay: 4400ms;
  -o-transition-delay: 4400ms;
  transition-delay: 4400ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 4600ms;
  -moz-transition-delay: 4600ms;
  -ms-transition-delay: 4600ms;
  -o-transition-delay: 4600ms;
  transition-delay: 4600ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -ms-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  transition-delay: 5000ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 5200ms;
  -moz-transition-delay: 5200ms;
  -ms-transition-delay: 5200ms;
  -o-transition-delay: 5200ms;
  transition-delay: 5200ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 5600ms;
  -moz-transition-delay: 5600ms;
  -ms-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  transition-delay: 5600ms;
}

.wtbx_animated.wtbx-delay-200 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 5800ms;
  -moz-transition-delay: 5800ms;
  -ms-transition-delay: 5800ms;
  -o-transition-delay: 5800ms;
  transition-delay: 5800ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 2700ms;
  -moz-transition-delay: 2700ms;
  -ms-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  transition-delay: 2700ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 3300ms;
  -moz-transition-delay: 3300ms;
  -ms-transition-delay: 3300ms;
  -o-transition-delay: 3300ms;
  transition-delay: 3300ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 3900ms;
  -moz-transition-delay: 3900ms;
  -ms-transition-delay: 3900ms;
  -o-transition-delay: 3900ms;
  transition-delay: 3900ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -ms-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 5100ms;
  -moz-transition-delay: 5100ms;
  -ms-transition-delay: 5100ms;
  -o-transition-delay: 5100ms;
  transition-delay: 5100ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 5700ms;
  -moz-transition-delay: 5700ms;
  -ms-transition-delay: 5700ms;
  -o-transition-delay: 5700ms;
  transition-delay: 5700ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 6300ms;
  -moz-transition-delay: 6300ms;
  -ms-transition-delay: 6300ms;
  -o-transition-delay: 6300ms;
  transition-delay: 6300ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 6600ms;
  -moz-transition-delay: 6600ms;
  -ms-transition-delay: 6600ms;
  -o-transition-delay: 6600ms;
  transition-delay: 6600ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 6900ms;
  -moz-transition-delay: 6900ms;
  -ms-transition-delay: 6900ms;
  -o-transition-delay: 6900ms;
  transition-delay: 6900ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -ms-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 7800ms;
  -moz-transition-delay: 7800ms;
  -ms-transition-delay: 7800ms;
  -o-transition-delay: 7800ms;
  transition-delay: 7800ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 8100ms;
  -moz-transition-delay: 8100ms;
  -ms-transition-delay: 8100ms;
  -o-transition-delay: 8100ms;
  transition-delay: 8100ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.wtbx_animated.wtbx-delay-300 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 8700ms;
  -moz-transition-delay: 8700ms;
  -ms-transition-delay: 8700ms;
  -o-transition-delay: 8700ms;
  transition-delay: 8700ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 4400ms;
  -moz-transition-delay: 4400ms;
  -ms-transition-delay: 4400ms;
  -o-transition-delay: 4400ms;
  transition-delay: 4400ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 5200ms;
  -moz-transition-delay: 5200ms;
  -ms-transition-delay: 5200ms;
  -o-transition-delay: 5200ms;
  transition-delay: 5200ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 5600ms;
  -moz-transition-delay: 5600ms;
  -ms-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  transition-delay: 5600ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 6400ms;
  -moz-transition-delay: 6400ms;
  -ms-transition-delay: 6400ms;
  -o-transition-delay: 6400ms;
  transition-delay: 6400ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 6800ms;
  -moz-transition-delay: 6800ms;
  -ms-transition-delay: 6800ms;
  -o-transition-delay: 6800ms;
  transition-delay: 6800ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 7600ms;
  -moz-transition-delay: 7600ms;
  -ms-transition-delay: 7600ms;
  -o-transition-delay: 7600ms;
  transition-delay: 7600ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 8800ms;
  -moz-transition-delay: 8800ms;
  -ms-transition-delay: 8800ms;
  -o-transition-delay: 8800ms;
  transition-delay: 8800ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 9200ms;
  -moz-transition-delay: 9200ms;
  -ms-transition-delay: 9200ms;
  -o-transition-delay: 9200ms;
  transition-delay: 9200ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  transition-delay: 9600ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -ms-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  transition-delay: 10000ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 10400ms;
  -moz-transition-delay: 10400ms;
  -ms-transition-delay: 10400ms;
  -o-transition-delay: 10400ms;
  transition-delay: 10400ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 10800ms;
  -moz-transition-delay: 10800ms;
  -ms-transition-delay: 10800ms;
  -o-transition-delay: 10800ms;
  transition-delay: 10800ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 11200ms;
  -moz-transition-delay: 11200ms;
  -ms-transition-delay: 11200ms;
  -o-transition-delay: 11200ms;
  transition-delay: 11200ms;
}

.wtbx_animated.wtbx-delay-400 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 11600ms;
  -moz-transition-delay: 11600ms;
  -ms-transition-delay: 11600ms;
  -o-transition-delay: 11600ms;
  transition-delay: 11600ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 3500ms;
  -moz-transition-delay: 3500ms;
  -ms-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  transition-delay: 3500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -ms-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -ms-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  transition-delay: 5000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 5500ms;
  -moz-transition-delay: 5500ms;
  -ms-transition-delay: 5500ms;
  -o-transition-delay: 5500ms;
  transition-delay: 5500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 6500ms;
  -moz-transition-delay: 6500ms;
  -ms-transition-delay: 6500ms;
  -o-transition-delay: 6500ms;
  transition-delay: 6500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 7000ms;
  -moz-transition-delay: 7000ms;
  -ms-transition-delay: 7000ms;
  -o-transition-delay: 7000ms;
  transition-delay: 7000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -ms-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 8500ms;
  -moz-transition-delay: 8500ms;
  -ms-transition-delay: 8500ms;
  -o-transition-delay: 8500ms;
  transition-delay: 8500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 9500ms;
  -moz-transition-delay: 9500ms;
  -ms-transition-delay: 9500ms;
  -o-transition-delay: 9500ms;
  transition-delay: 9500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -ms-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  transition-delay: 10000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -ms-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 11000ms;
  -moz-transition-delay: 11000ms;
  -ms-transition-delay: 11000ms;
  -o-transition-delay: 11000ms;
  transition-delay: 11000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 11500ms;
  -moz-transition-delay: 11500ms;
  -ms-transition-delay: 11500ms;
  -o-transition-delay: 11500ms;
  transition-delay: 11500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 12500ms;
  -moz-transition-delay: 12500ms;
  -ms-transition-delay: 12500ms;
  -o-transition-delay: 12500ms;
  transition-delay: 12500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 13000ms;
  -moz-transition-delay: 13000ms;
  -ms-transition-delay: 13000ms;
  -o-transition-delay: 13000ms;
  transition-delay: 13000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 13500ms;
  -moz-transition-delay: 13500ms;
  -ms-transition-delay: 13500ms;
  -o-transition-delay: 13500ms;
  transition-delay: 13500ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 14000ms;
  -moz-transition-delay: 14000ms;
  -ms-transition-delay: 14000ms;
  -o-transition-delay: 14000ms;
  transition-delay: 14000ms;
}

.wtbx_animated.wtbx-delay-500 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 14500ms;
  -moz-transition-delay: 14500ms;
  -ms-transition-delay: 14500ms;
  -o-transition-delay: 14500ms;
  transition-delay: 14500ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 6600ms;
  -moz-transition-delay: 6600ms;
  -ms-transition-delay: 6600ms;
  -o-transition-delay: 6600ms;
  transition-delay: 6600ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 7800ms;
  -moz-transition-delay: 7800ms;
  -ms-transition-delay: 7800ms;
  -o-transition-delay: 7800ms;
  transition-delay: 7800ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  transition-delay: 9600ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 10200ms;
  -moz-transition-delay: 10200ms;
  -ms-transition-delay: 10200ms;
  -o-transition-delay: 10200ms;
  transition-delay: 10200ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 10800ms;
  -moz-transition-delay: 10800ms;
  -ms-transition-delay: 10800ms;
  -o-transition-delay: 10800ms;
  transition-delay: 10800ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 11400ms;
  -moz-transition-delay: 11400ms;
  -ms-transition-delay: 11400ms;
  -o-transition-delay: 11400ms;
  transition-delay: 11400ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 12600ms;
  -moz-transition-delay: 12600ms;
  -ms-transition-delay: 12600ms;
  -o-transition-delay: 12600ms;
  transition-delay: 12600ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 13200ms;
  -moz-transition-delay: 13200ms;
  -ms-transition-delay: 13200ms;
  -o-transition-delay: 13200ms;
  transition-delay: 13200ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 13800ms;
  -moz-transition-delay: 13800ms;
  -ms-transition-delay: 13800ms;
  -o-transition-delay: 13800ms;
  transition-delay: 13800ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 14400ms;
  -moz-transition-delay: 14400ms;
  -ms-transition-delay: 14400ms;
  -o-transition-delay: 14400ms;
  transition-delay: 14400ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 15000ms;
  -moz-transition-delay: 15000ms;
  -ms-transition-delay: 15000ms;
  -o-transition-delay: 15000ms;
  transition-delay: 15000ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 15600ms;
  -moz-transition-delay: 15600ms;
  -ms-transition-delay: 15600ms;
  -o-transition-delay: 15600ms;
  transition-delay: 15600ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 16200ms;
  -moz-transition-delay: 16200ms;
  -ms-transition-delay: 16200ms;
  -o-transition-delay: 16200ms;
  transition-delay: 16200ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 16800ms;
  -moz-transition-delay: 16800ms;
  -ms-transition-delay: 16800ms;
  -o-transition-delay: 16800ms;
  transition-delay: 16800ms;
}

.wtbx_animated.wtbx-delay-600 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 17400ms;
  -moz-transition-delay: 17400ms;
  -ms-transition-delay: 17400ms;
  -o-transition-delay: 17400ms;
  transition-delay: 17400ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 3500ms;
  -moz-transition-delay: 3500ms;
  -ms-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  transition-delay: 3500ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 4900ms;
  -moz-transition-delay: 4900ms;
  -ms-transition-delay: 4900ms;
  -o-transition-delay: 4900ms;
  transition-delay: 4900ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 5600ms;
  -moz-transition-delay: 5600ms;
  -ms-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  transition-delay: 5600ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 6300ms;
  -moz-transition-delay: 6300ms;
  -ms-transition-delay: 6300ms;
  -o-transition-delay: 6300ms;
  transition-delay: 6300ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 7000ms;
  -moz-transition-delay: 7000ms;
  -ms-transition-delay: 7000ms;
  -o-transition-delay: 7000ms;
  transition-delay: 7000ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 7700ms;
  -moz-transition-delay: 7700ms;
  -ms-transition-delay: 7700ms;
  -o-transition-delay: 7700ms;
  transition-delay: 7700ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 9100ms;
  -moz-transition-delay: 9100ms;
  -ms-transition-delay: 9100ms;
  -o-transition-delay: 9100ms;
  transition-delay: 9100ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 9800ms;
  -moz-transition-delay: 9800ms;
  -ms-transition-delay: 9800ms;
  -o-transition-delay: 9800ms;
  transition-delay: 9800ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -ms-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 11200ms;
  -moz-transition-delay: 11200ms;
  -ms-transition-delay: 11200ms;
  -o-transition-delay: 11200ms;
  transition-delay: 11200ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 11900ms;
  -moz-transition-delay: 11900ms;
  -ms-transition-delay: 11900ms;
  -o-transition-delay: 11900ms;
  transition-delay: 11900ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 12600ms;
  -moz-transition-delay: 12600ms;
  -ms-transition-delay: 12600ms;
  -o-transition-delay: 12600ms;
  transition-delay: 12600ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 13300ms;
  -moz-transition-delay: 13300ms;
  -ms-transition-delay: 13300ms;
  -o-transition-delay: 13300ms;
  transition-delay: 13300ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 14000ms;
  -moz-transition-delay: 14000ms;
  -ms-transition-delay: 14000ms;
  -o-transition-delay: 14000ms;
  transition-delay: 14000ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 14700ms;
  -moz-transition-delay: 14700ms;
  -ms-transition-delay: 14700ms;
  -o-transition-delay: 14700ms;
  transition-delay: 14700ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 15400ms;
  -moz-transition-delay: 15400ms;
  -ms-transition-delay: 15400ms;
  -o-transition-delay: 15400ms;
  transition-delay: 15400ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 16100ms;
  -moz-transition-delay: 16100ms;
  -ms-transition-delay: 16100ms;
  -o-transition-delay: 16100ms;
  transition-delay: 16100ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 16800ms;
  -moz-transition-delay: 16800ms;
  -ms-transition-delay: 16800ms;
  -o-transition-delay: 16800ms;
  transition-delay: 16800ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 17500ms;
  -moz-transition-delay: 17500ms;
  -ms-transition-delay: 17500ms;
  -o-transition-delay: 17500ms;
  transition-delay: 17500ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 18200ms;
  -moz-transition-delay: 18200ms;
  -ms-transition-delay: 18200ms;
  -o-transition-delay: 18200ms;
  transition-delay: 18200ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 18900ms;
  -moz-transition-delay: 18900ms;
  -ms-transition-delay: 18900ms;
  -o-transition-delay: 18900ms;
  transition-delay: 18900ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 19600ms;
  -moz-transition-delay: 19600ms;
  -ms-transition-delay: 19600ms;
  -o-transition-delay: 19600ms;
  transition-delay: 19600ms;
}

.wtbx_animated.wtbx-delay-700 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 20300ms;
  -moz-transition-delay: 20300ms;
  -ms-transition-delay: 20300ms;
  -o-transition-delay: 20300ms;
  transition-delay: 20300ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 5600ms;
  -moz-transition-delay: 5600ms;
  -ms-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  transition-delay: 5600ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 6400ms;
  -moz-transition-delay: 6400ms;
  -ms-transition-delay: 6400ms;
  -o-transition-delay: 6400ms;
  transition-delay: 6400ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 8800ms;
  -moz-transition-delay: 8800ms;
  -ms-transition-delay: 8800ms;
  -o-transition-delay: 8800ms;
  transition-delay: 8800ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  transition-delay: 9600ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 10400ms;
  -moz-transition-delay: 10400ms;
  -ms-transition-delay: 10400ms;
  -o-transition-delay: 10400ms;
  transition-delay: 10400ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 11200ms;
  -moz-transition-delay: 11200ms;
  -ms-transition-delay: 11200ms;
  -o-transition-delay: 11200ms;
  transition-delay: 11200ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 12800ms;
  -moz-transition-delay: 12800ms;
  -ms-transition-delay: 12800ms;
  -o-transition-delay: 12800ms;
  transition-delay: 12800ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 13600ms;
  -moz-transition-delay: 13600ms;
  -ms-transition-delay: 13600ms;
  -o-transition-delay: 13600ms;
  transition-delay: 13600ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 14400ms;
  -moz-transition-delay: 14400ms;
  -ms-transition-delay: 14400ms;
  -o-transition-delay: 14400ms;
  transition-delay: 14400ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 15200ms;
  -moz-transition-delay: 15200ms;
  -ms-transition-delay: 15200ms;
  -o-transition-delay: 15200ms;
  transition-delay: 15200ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 16000ms;
  -moz-transition-delay: 16000ms;
  -ms-transition-delay: 16000ms;
  -o-transition-delay: 16000ms;
  transition-delay: 16000ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 16800ms;
  -moz-transition-delay: 16800ms;
  -ms-transition-delay: 16800ms;
  -o-transition-delay: 16800ms;
  transition-delay: 16800ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 17600ms;
  -moz-transition-delay: 17600ms;
  -ms-transition-delay: 17600ms;
  -o-transition-delay: 17600ms;
  transition-delay: 17600ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 18400ms;
  -moz-transition-delay: 18400ms;
  -ms-transition-delay: 18400ms;
  -o-transition-delay: 18400ms;
  transition-delay: 18400ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 19200ms;
  -moz-transition-delay: 19200ms;
  -ms-transition-delay: 19200ms;
  -o-transition-delay: 19200ms;
  transition-delay: 19200ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 20000ms;
  -moz-transition-delay: 20000ms;
  -ms-transition-delay: 20000ms;
  -o-transition-delay: 20000ms;
  transition-delay: 20000ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 20800ms;
  -moz-transition-delay: 20800ms;
  -ms-transition-delay: 20800ms;
  -o-transition-delay: 20800ms;
  transition-delay: 20800ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 21600ms;
  -moz-transition-delay: 21600ms;
  -ms-transition-delay: 21600ms;
  -o-transition-delay: 21600ms;
  transition-delay: 21600ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 22400ms;
  -moz-transition-delay: 22400ms;
  -ms-transition-delay: 22400ms;
  -o-transition-delay: 22400ms;
  transition-delay: 22400ms;
}

.wtbx_animated.wtbx-delay-800 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 23200ms;
  -moz-transition-delay: 23200ms;
  -ms-transition-delay: 23200ms;
  -o-transition-delay: 23200ms;
  transition-delay: 23200ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 2700ms;
  -moz-transition-delay: 2700ms;
  -ms-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  transition-delay: 2700ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -ms-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 6300ms;
  -moz-transition-delay: 6300ms;
  -ms-transition-delay: 6300ms;
  -o-transition-delay: 6300ms;
  transition-delay: 6300ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 8100ms;
  -moz-transition-delay: 8100ms;
  -ms-transition-delay: 8100ms;
  -o-transition-delay: 8100ms;
  transition-delay: 8100ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 9900ms;
  -moz-transition-delay: 9900ms;
  -ms-transition-delay: 9900ms;
  -o-transition-delay: 9900ms;
  transition-delay: 9900ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 10800ms;
  -moz-transition-delay: 10800ms;
  -ms-transition-delay: 10800ms;
  -o-transition-delay: 10800ms;
  transition-delay: 10800ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 11700ms;
  -moz-transition-delay: 11700ms;
  -ms-transition-delay: 11700ms;
  -o-transition-delay: 11700ms;
  transition-delay: 11700ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 12600ms;
  -moz-transition-delay: 12600ms;
  -ms-transition-delay: 12600ms;
  -o-transition-delay: 12600ms;
  transition-delay: 12600ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 13500ms;
  -moz-transition-delay: 13500ms;
  -ms-transition-delay: 13500ms;
  -o-transition-delay: 13500ms;
  transition-delay: 13500ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 14400ms;
  -moz-transition-delay: 14400ms;
  -ms-transition-delay: 14400ms;
  -o-transition-delay: 14400ms;
  transition-delay: 14400ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 15300ms;
  -moz-transition-delay: 15300ms;
  -ms-transition-delay: 15300ms;
  -o-transition-delay: 15300ms;
  transition-delay: 15300ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 16200ms;
  -moz-transition-delay: 16200ms;
  -ms-transition-delay: 16200ms;
  -o-transition-delay: 16200ms;
  transition-delay: 16200ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 17100ms;
  -moz-transition-delay: 17100ms;
  -ms-transition-delay: 17100ms;
  -o-transition-delay: 17100ms;
  transition-delay: 17100ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 18000ms;
  -moz-transition-delay: 18000ms;
  -ms-transition-delay: 18000ms;
  -o-transition-delay: 18000ms;
  transition-delay: 18000ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 18900ms;
  -moz-transition-delay: 18900ms;
  -ms-transition-delay: 18900ms;
  -o-transition-delay: 18900ms;
  transition-delay: 18900ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 19800ms;
  -moz-transition-delay: 19800ms;
  -ms-transition-delay: 19800ms;
  -o-transition-delay: 19800ms;
  transition-delay: 19800ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 20700ms;
  -moz-transition-delay: 20700ms;
  -ms-transition-delay: 20700ms;
  -o-transition-delay: 20700ms;
  transition-delay: 20700ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 21600ms;
  -moz-transition-delay: 21600ms;
  -ms-transition-delay: 21600ms;
  -o-transition-delay: 21600ms;
  transition-delay: 21600ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 22500ms;
  -moz-transition-delay: 22500ms;
  -ms-transition-delay: 22500ms;
  -o-transition-delay: 22500ms;
  transition-delay: 22500ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 23400ms;
  -moz-transition-delay: 23400ms;
  -ms-transition-delay: 23400ms;
  -o-transition-delay: 23400ms;
  transition-delay: 23400ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 24300ms;
  -moz-transition-delay: 24300ms;
  -ms-transition-delay: 24300ms;
  -o-transition-delay: 24300ms;
  transition-delay: 24300ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 25200ms;
  -moz-transition-delay: 25200ms;
  -ms-transition-delay: 25200ms;
  -o-transition-delay: 25200ms;
  transition-delay: 25200ms;
}

.wtbx_animated.wtbx-delay-900 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 26100ms;
  -moz-transition-delay: 26100ms;
  -ms-transition-delay: 26100ms;
  -o-transition-delay: 26100ms;
  transition-delay: 26100ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -ms-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  transition-delay: 5000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 7000ms;
  -moz-transition-delay: 7000ms;
  -ms-transition-delay: 7000ms;
  -o-transition-delay: 7000ms;
  transition-delay: 7000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -ms-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  transition-delay: 10000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 11000ms;
  -moz-transition-delay: 11000ms;
  -ms-transition-delay: 11000ms;
  -o-transition-delay: 11000ms;
  transition-delay: 11000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 13000ms;
  -moz-transition-delay: 13000ms;
  -ms-transition-delay: 13000ms;
  -o-transition-delay: 13000ms;
  transition-delay: 13000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 14000ms;
  -moz-transition-delay: 14000ms;
  -ms-transition-delay: 14000ms;
  -o-transition-delay: 14000ms;
  transition-delay: 14000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 15000ms;
  -moz-transition-delay: 15000ms;
  -ms-transition-delay: 15000ms;
  -o-transition-delay: 15000ms;
  transition-delay: 15000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 16000ms;
  -moz-transition-delay: 16000ms;
  -ms-transition-delay: 16000ms;
  -o-transition-delay: 16000ms;
  transition-delay: 16000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 17000ms;
  -moz-transition-delay: 17000ms;
  -ms-transition-delay: 17000ms;
  -o-transition-delay: 17000ms;
  transition-delay: 17000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 18000ms;
  -moz-transition-delay: 18000ms;
  -ms-transition-delay: 18000ms;
  -o-transition-delay: 18000ms;
  transition-delay: 18000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 19000ms;
  -moz-transition-delay: 19000ms;
  -ms-transition-delay: 19000ms;
  -o-transition-delay: 19000ms;
  transition-delay: 19000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 20000ms;
  -moz-transition-delay: 20000ms;
  -ms-transition-delay: 20000ms;
  -o-transition-delay: 20000ms;
  transition-delay: 20000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 21000ms;
  -moz-transition-delay: 21000ms;
  -ms-transition-delay: 21000ms;
  -o-transition-delay: 21000ms;
  transition-delay: 21000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 22000ms;
  -moz-transition-delay: 22000ms;
  -ms-transition-delay: 22000ms;
  -o-transition-delay: 22000ms;
  transition-delay: 22000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 23000ms;
  -moz-transition-delay: 23000ms;
  -ms-transition-delay: 23000ms;
  -o-transition-delay: 23000ms;
  transition-delay: 23000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 24000ms;
  -moz-transition-delay: 24000ms;
  -ms-transition-delay: 24000ms;
  -o-transition-delay: 24000ms;
  transition-delay: 24000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 25000ms;
  -moz-transition-delay: 25000ms;
  -ms-transition-delay: 25000ms;
  -o-transition-delay: 25000ms;
  transition-delay: 25000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 26000ms;
  -moz-transition-delay: 26000ms;
  -ms-transition-delay: 26000ms;
  -o-transition-delay: 26000ms;
  transition-delay: 26000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 27000ms;
  -moz-transition-delay: 27000ms;
  -ms-transition-delay: 27000ms;
  -o-transition-delay: 27000ms;
  transition-delay: 27000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 28000ms;
  -moz-transition-delay: 28000ms;
  -ms-transition-delay: 28000ms;
  -o-transition-delay: 28000ms;
  transition-delay: 28000ms;
}

.wtbx_animated.wtbx-delay-1000 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 29000ms;
  -moz-transition-delay: 29000ms;
  -ms-transition-delay: 29000ms;
  -o-transition-delay: 29000ms;
  transition-delay: 29000ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 3300ms;
  -moz-transition-delay: 3300ms;
  -ms-transition-delay: 3300ms;
  -o-transition-delay: 3300ms;
  transition-delay: 3300ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 4400ms;
  -moz-transition-delay: 4400ms;
  -ms-transition-delay: 4400ms;
  -o-transition-delay: 4400ms;
  transition-delay: 4400ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 5500ms;
  -moz-transition-delay: 5500ms;
  -ms-transition-delay: 5500ms;
  -o-transition-delay: 5500ms;
  transition-delay: 5500ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 6600ms;
  -moz-transition-delay: 6600ms;
  -ms-transition-delay: 6600ms;
  -o-transition-delay: 6600ms;
  transition-delay: 6600ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 7700ms;
  -moz-transition-delay: 7700ms;
  -ms-transition-delay: 7700ms;
  -o-transition-delay: 7700ms;
  transition-delay: 7700ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 8800ms;
  -moz-transition-delay: 8800ms;
  -ms-transition-delay: 8800ms;
  -o-transition-delay: 8800ms;
  transition-delay: 8800ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 9900ms;
  -moz-transition-delay: 9900ms;
  -ms-transition-delay: 9900ms;
  -o-transition-delay: 9900ms;
  transition-delay: 9900ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 11000ms;
  -moz-transition-delay: 11000ms;
  -ms-transition-delay: 11000ms;
  -o-transition-delay: 11000ms;
  transition-delay: 11000ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 12100ms;
  -moz-transition-delay: 12100ms;
  -ms-transition-delay: 12100ms;
  -o-transition-delay: 12100ms;
  transition-delay: 12100ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 13200ms;
  -moz-transition-delay: 13200ms;
  -ms-transition-delay: 13200ms;
  -o-transition-delay: 13200ms;
  transition-delay: 13200ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 14300ms;
  -moz-transition-delay: 14300ms;
  -ms-transition-delay: 14300ms;
  -o-transition-delay: 14300ms;
  transition-delay: 14300ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 15400ms;
  -moz-transition-delay: 15400ms;
  -ms-transition-delay: 15400ms;
  -o-transition-delay: 15400ms;
  transition-delay: 15400ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 16500ms;
  -moz-transition-delay: 16500ms;
  -ms-transition-delay: 16500ms;
  -o-transition-delay: 16500ms;
  transition-delay: 16500ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 17600ms;
  -moz-transition-delay: 17600ms;
  -ms-transition-delay: 17600ms;
  -o-transition-delay: 17600ms;
  transition-delay: 17600ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 18700ms;
  -moz-transition-delay: 18700ms;
  -ms-transition-delay: 18700ms;
  -o-transition-delay: 18700ms;
  transition-delay: 18700ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 19800ms;
  -moz-transition-delay: 19800ms;
  -ms-transition-delay: 19800ms;
  -o-transition-delay: 19800ms;
  transition-delay: 19800ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 20900ms;
  -moz-transition-delay: 20900ms;
  -ms-transition-delay: 20900ms;
  -o-transition-delay: 20900ms;
  transition-delay: 20900ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 22000ms;
  -moz-transition-delay: 22000ms;
  -ms-transition-delay: 22000ms;
  -o-transition-delay: 22000ms;
  transition-delay: 22000ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 23100ms;
  -moz-transition-delay: 23100ms;
  -ms-transition-delay: 23100ms;
  -o-transition-delay: 23100ms;
  transition-delay: 23100ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 24200ms;
  -moz-transition-delay: 24200ms;
  -ms-transition-delay: 24200ms;
  -o-transition-delay: 24200ms;
  transition-delay: 24200ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 25300ms;
  -moz-transition-delay: 25300ms;
  -ms-transition-delay: 25300ms;
  -o-transition-delay: 25300ms;
  transition-delay: 25300ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 26400ms;
  -moz-transition-delay: 26400ms;
  -ms-transition-delay: 26400ms;
  -o-transition-delay: 26400ms;
  transition-delay: 26400ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 27500ms;
  -moz-transition-delay: 27500ms;
  -ms-transition-delay: 27500ms;
  -o-transition-delay: 27500ms;
  transition-delay: 27500ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 28600ms;
  -moz-transition-delay: 28600ms;
  -ms-transition-delay: 28600ms;
  -o-transition-delay: 28600ms;
  transition-delay: 28600ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 29700ms;
  -moz-transition-delay: 29700ms;
  -ms-transition-delay: 29700ms;
  -o-transition-delay: 29700ms;
  transition-delay: 29700ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 30800ms;
  -moz-transition-delay: 30800ms;
  -ms-transition-delay: 30800ms;
  -o-transition-delay: 30800ms;
  transition-delay: 30800ms;
}

.wtbx_animated.wtbx-delay-1100 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 31900ms;
  -moz-transition-delay: 31900ms;
  -ms-transition-delay: 31900ms;
  -o-transition-delay: 31900ms;
  transition-delay: 31900ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  transition-delay: 9600ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 10800ms;
  -moz-transition-delay: 10800ms;
  -ms-transition-delay: 10800ms;
  -o-transition-delay: 10800ms;
  transition-delay: 10800ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 13200ms;
  -moz-transition-delay: 13200ms;
  -ms-transition-delay: 13200ms;
  -o-transition-delay: 13200ms;
  transition-delay: 13200ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 14400ms;
  -moz-transition-delay: 14400ms;
  -ms-transition-delay: 14400ms;
  -o-transition-delay: 14400ms;
  transition-delay: 14400ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 15600ms;
  -moz-transition-delay: 15600ms;
  -ms-transition-delay: 15600ms;
  -o-transition-delay: 15600ms;
  transition-delay: 15600ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 16800ms;
  -moz-transition-delay: 16800ms;
  -ms-transition-delay: 16800ms;
  -o-transition-delay: 16800ms;
  transition-delay: 16800ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 18000ms;
  -moz-transition-delay: 18000ms;
  -ms-transition-delay: 18000ms;
  -o-transition-delay: 18000ms;
  transition-delay: 18000ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 19200ms;
  -moz-transition-delay: 19200ms;
  -ms-transition-delay: 19200ms;
  -o-transition-delay: 19200ms;
  transition-delay: 19200ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 20400ms;
  -moz-transition-delay: 20400ms;
  -ms-transition-delay: 20400ms;
  -o-transition-delay: 20400ms;
  transition-delay: 20400ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 21600ms;
  -moz-transition-delay: 21600ms;
  -ms-transition-delay: 21600ms;
  -o-transition-delay: 21600ms;
  transition-delay: 21600ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 22800ms;
  -moz-transition-delay: 22800ms;
  -ms-transition-delay: 22800ms;
  -o-transition-delay: 22800ms;
  transition-delay: 22800ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 24000ms;
  -moz-transition-delay: 24000ms;
  -ms-transition-delay: 24000ms;
  -o-transition-delay: 24000ms;
  transition-delay: 24000ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 25200ms;
  -moz-transition-delay: 25200ms;
  -ms-transition-delay: 25200ms;
  -o-transition-delay: 25200ms;
  transition-delay: 25200ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 26400ms;
  -moz-transition-delay: 26400ms;
  -ms-transition-delay: 26400ms;
  -o-transition-delay: 26400ms;
  transition-delay: 26400ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 27600ms;
  -moz-transition-delay: 27600ms;
  -ms-transition-delay: 27600ms;
  -o-transition-delay: 27600ms;
  transition-delay: 27600ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 28800ms;
  -moz-transition-delay: 28800ms;
  -ms-transition-delay: 28800ms;
  -o-transition-delay: 28800ms;
  transition-delay: 28800ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 30000ms;
  -moz-transition-delay: 30000ms;
  -ms-transition-delay: 30000ms;
  -o-transition-delay: 30000ms;
  transition-delay: 30000ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 31200ms;
  -moz-transition-delay: 31200ms;
  -ms-transition-delay: 31200ms;
  -o-transition-delay: 31200ms;
  transition-delay: 31200ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 32400ms;
  -moz-transition-delay: 32400ms;
  -ms-transition-delay: 32400ms;
  -o-transition-delay: 32400ms;
  transition-delay: 32400ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 33600ms;
  -moz-transition-delay: 33600ms;
  -ms-transition-delay: 33600ms;
  -o-transition-delay: 33600ms;
  transition-delay: 33600ms;
}

.wtbx_animated.wtbx-delay-1200 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 34800ms;
  -moz-transition-delay: 34800ms;
  -ms-transition-delay: 34800ms;
  -o-transition-delay: 34800ms;
  transition-delay: 34800ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 3900ms;
  -moz-transition-delay: 3900ms;
  -ms-transition-delay: 3900ms;
  -o-transition-delay: 3900ms;
  transition-delay: 3900ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 5200ms;
  -moz-transition-delay: 5200ms;
  -ms-transition-delay: 5200ms;
  -o-transition-delay: 5200ms;
  transition-delay: 5200ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 6500ms;
  -moz-transition-delay: 6500ms;
  -ms-transition-delay: 6500ms;
  -o-transition-delay: 6500ms;
  transition-delay: 6500ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 7800ms;
  -moz-transition-delay: 7800ms;
  -ms-transition-delay: 7800ms;
  -o-transition-delay: 7800ms;
  transition-delay: 7800ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 9100ms;
  -moz-transition-delay: 9100ms;
  -ms-transition-delay: 9100ms;
  -o-transition-delay: 9100ms;
  transition-delay: 9100ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 10400ms;
  -moz-transition-delay: 10400ms;
  -ms-transition-delay: 10400ms;
  -o-transition-delay: 10400ms;
  transition-delay: 10400ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 11700ms;
  -moz-transition-delay: 11700ms;
  -ms-transition-delay: 11700ms;
  -o-transition-delay: 11700ms;
  transition-delay: 11700ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 13000ms;
  -moz-transition-delay: 13000ms;
  -ms-transition-delay: 13000ms;
  -o-transition-delay: 13000ms;
  transition-delay: 13000ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 14300ms;
  -moz-transition-delay: 14300ms;
  -ms-transition-delay: 14300ms;
  -o-transition-delay: 14300ms;
  transition-delay: 14300ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 15600ms;
  -moz-transition-delay: 15600ms;
  -ms-transition-delay: 15600ms;
  -o-transition-delay: 15600ms;
  transition-delay: 15600ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 16900ms;
  -moz-transition-delay: 16900ms;
  -ms-transition-delay: 16900ms;
  -o-transition-delay: 16900ms;
  transition-delay: 16900ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 18200ms;
  -moz-transition-delay: 18200ms;
  -ms-transition-delay: 18200ms;
  -o-transition-delay: 18200ms;
  transition-delay: 18200ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 19500ms;
  -moz-transition-delay: 19500ms;
  -ms-transition-delay: 19500ms;
  -o-transition-delay: 19500ms;
  transition-delay: 19500ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 20800ms;
  -moz-transition-delay: 20800ms;
  -ms-transition-delay: 20800ms;
  -o-transition-delay: 20800ms;
  transition-delay: 20800ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 22100ms;
  -moz-transition-delay: 22100ms;
  -ms-transition-delay: 22100ms;
  -o-transition-delay: 22100ms;
  transition-delay: 22100ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 23400ms;
  -moz-transition-delay: 23400ms;
  -ms-transition-delay: 23400ms;
  -o-transition-delay: 23400ms;
  transition-delay: 23400ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 24700ms;
  -moz-transition-delay: 24700ms;
  -ms-transition-delay: 24700ms;
  -o-transition-delay: 24700ms;
  transition-delay: 24700ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 26000ms;
  -moz-transition-delay: 26000ms;
  -ms-transition-delay: 26000ms;
  -o-transition-delay: 26000ms;
  transition-delay: 26000ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 27300ms;
  -moz-transition-delay: 27300ms;
  -ms-transition-delay: 27300ms;
  -o-transition-delay: 27300ms;
  transition-delay: 27300ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 28600ms;
  -moz-transition-delay: 28600ms;
  -ms-transition-delay: 28600ms;
  -o-transition-delay: 28600ms;
  transition-delay: 28600ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 29900ms;
  -moz-transition-delay: 29900ms;
  -ms-transition-delay: 29900ms;
  -o-transition-delay: 29900ms;
  transition-delay: 29900ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 31200ms;
  -moz-transition-delay: 31200ms;
  -ms-transition-delay: 31200ms;
  -o-transition-delay: 31200ms;
  transition-delay: 31200ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 32500ms;
  -moz-transition-delay: 32500ms;
  -ms-transition-delay: 32500ms;
  -o-transition-delay: 32500ms;
  transition-delay: 32500ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 33800ms;
  -moz-transition-delay: 33800ms;
  -ms-transition-delay: 33800ms;
  -o-transition-delay: 33800ms;
  transition-delay: 33800ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 35100ms;
  -moz-transition-delay: 35100ms;
  -ms-transition-delay: 35100ms;
  -o-transition-delay: 35100ms;
  transition-delay: 35100ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 36400ms;
  -moz-transition-delay: 36400ms;
  -ms-transition-delay: 36400ms;
  -o-transition-delay: 36400ms;
  transition-delay: 36400ms;
}

.wtbx_animated.wtbx-delay-1300 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 37700ms;
  -moz-transition-delay: 37700ms;
  -ms-transition-delay: 37700ms;
  -o-transition-delay: 37700ms;
  transition-delay: 37700ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 5600ms;
  -moz-transition-delay: 5600ms;
  -ms-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  transition-delay: 5600ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 7000ms;
  -moz-transition-delay: 7000ms;
  -ms-transition-delay: 7000ms;
  -o-transition-delay: 7000ms;
  transition-delay: 7000ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 9800ms;
  -moz-transition-delay: 9800ms;
  -ms-transition-delay: 9800ms;
  -o-transition-delay: 9800ms;
  transition-delay: 9800ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 11200ms;
  -moz-transition-delay: 11200ms;
  -ms-transition-delay: 11200ms;
  -o-transition-delay: 11200ms;
  transition-delay: 11200ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 12600ms;
  -moz-transition-delay: 12600ms;
  -ms-transition-delay: 12600ms;
  -o-transition-delay: 12600ms;
  transition-delay: 12600ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 14000ms;
  -moz-transition-delay: 14000ms;
  -ms-transition-delay: 14000ms;
  -o-transition-delay: 14000ms;
  transition-delay: 14000ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 15400ms;
  -moz-transition-delay: 15400ms;
  -ms-transition-delay: 15400ms;
  -o-transition-delay: 15400ms;
  transition-delay: 15400ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 16800ms;
  -moz-transition-delay: 16800ms;
  -ms-transition-delay: 16800ms;
  -o-transition-delay: 16800ms;
  transition-delay: 16800ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 18200ms;
  -moz-transition-delay: 18200ms;
  -ms-transition-delay: 18200ms;
  -o-transition-delay: 18200ms;
  transition-delay: 18200ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 19600ms;
  -moz-transition-delay: 19600ms;
  -ms-transition-delay: 19600ms;
  -o-transition-delay: 19600ms;
  transition-delay: 19600ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 21000ms;
  -moz-transition-delay: 21000ms;
  -ms-transition-delay: 21000ms;
  -o-transition-delay: 21000ms;
  transition-delay: 21000ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 22400ms;
  -moz-transition-delay: 22400ms;
  -ms-transition-delay: 22400ms;
  -o-transition-delay: 22400ms;
  transition-delay: 22400ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 23800ms;
  -moz-transition-delay: 23800ms;
  -ms-transition-delay: 23800ms;
  -o-transition-delay: 23800ms;
  transition-delay: 23800ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 25200ms;
  -moz-transition-delay: 25200ms;
  -ms-transition-delay: 25200ms;
  -o-transition-delay: 25200ms;
  transition-delay: 25200ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 26600ms;
  -moz-transition-delay: 26600ms;
  -ms-transition-delay: 26600ms;
  -o-transition-delay: 26600ms;
  transition-delay: 26600ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 28000ms;
  -moz-transition-delay: 28000ms;
  -ms-transition-delay: 28000ms;
  -o-transition-delay: 28000ms;
  transition-delay: 28000ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 29400ms;
  -moz-transition-delay: 29400ms;
  -ms-transition-delay: 29400ms;
  -o-transition-delay: 29400ms;
  transition-delay: 29400ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 30800ms;
  -moz-transition-delay: 30800ms;
  -ms-transition-delay: 30800ms;
  -o-transition-delay: 30800ms;
  transition-delay: 30800ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 32200ms;
  -moz-transition-delay: 32200ms;
  -ms-transition-delay: 32200ms;
  -o-transition-delay: 32200ms;
  transition-delay: 32200ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 33600ms;
  -moz-transition-delay: 33600ms;
  -ms-transition-delay: 33600ms;
  -o-transition-delay: 33600ms;
  transition-delay: 33600ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 35000ms;
  -moz-transition-delay: 35000ms;
  -ms-transition-delay: 35000ms;
  -o-transition-delay: 35000ms;
  transition-delay: 35000ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 36400ms;
  -moz-transition-delay: 36400ms;
  -ms-transition-delay: 36400ms;
  -o-transition-delay: 36400ms;
  transition-delay: 36400ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 37800ms;
  -moz-transition-delay: 37800ms;
  -ms-transition-delay: 37800ms;
  -o-transition-delay: 37800ms;
  transition-delay: 37800ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 39200ms;
  -moz-transition-delay: 39200ms;
  -ms-transition-delay: 39200ms;
  -o-transition-delay: 39200ms;
  transition-delay: 39200ms;
}

.wtbx_animated.wtbx-delay-1400 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 40600ms;
  -moz-transition-delay: 40600ms;
  -ms-transition-delay: 40600ms;
  -o-transition-delay: 40600ms;
  transition-delay: 40600ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -ms-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -ms-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -ms-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 13500ms;
  -moz-transition-delay: 13500ms;
  -ms-transition-delay: 13500ms;
  -o-transition-delay: 13500ms;
  transition-delay: 13500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 15000ms;
  -moz-transition-delay: 15000ms;
  -ms-transition-delay: 15000ms;
  -o-transition-delay: 15000ms;
  transition-delay: 15000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 16500ms;
  -moz-transition-delay: 16500ms;
  -ms-transition-delay: 16500ms;
  -o-transition-delay: 16500ms;
  transition-delay: 16500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 18000ms;
  -moz-transition-delay: 18000ms;
  -ms-transition-delay: 18000ms;
  -o-transition-delay: 18000ms;
  transition-delay: 18000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 19500ms;
  -moz-transition-delay: 19500ms;
  -ms-transition-delay: 19500ms;
  -o-transition-delay: 19500ms;
  transition-delay: 19500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 21000ms;
  -moz-transition-delay: 21000ms;
  -ms-transition-delay: 21000ms;
  -o-transition-delay: 21000ms;
  transition-delay: 21000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 22500ms;
  -moz-transition-delay: 22500ms;
  -ms-transition-delay: 22500ms;
  -o-transition-delay: 22500ms;
  transition-delay: 22500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 24000ms;
  -moz-transition-delay: 24000ms;
  -ms-transition-delay: 24000ms;
  -o-transition-delay: 24000ms;
  transition-delay: 24000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 25500ms;
  -moz-transition-delay: 25500ms;
  -ms-transition-delay: 25500ms;
  -o-transition-delay: 25500ms;
  transition-delay: 25500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 27000ms;
  -moz-transition-delay: 27000ms;
  -ms-transition-delay: 27000ms;
  -o-transition-delay: 27000ms;
  transition-delay: 27000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 28500ms;
  -moz-transition-delay: 28500ms;
  -ms-transition-delay: 28500ms;
  -o-transition-delay: 28500ms;
  transition-delay: 28500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 30000ms;
  -moz-transition-delay: 30000ms;
  -ms-transition-delay: 30000ms;
  -o-transition-delay: 30000ms;
  transition-delay: 30000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 31500ms;
  -moz-transition-delay: 31500ms;
  -ms-transition-delay: 31500ms;
  -o-transition-delay: 31500ms;
  transition-delay: 31500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 33000ms;
  -moz-transition-delay: 33000ms;
  -ms-transition-delay: 33000ms;
  -o-transition-delay: 33000ms;
  transition-delay: 33000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 34500ms;
  -moz-transition-delay: 34500ms;
  -ms-transition-delay: 34500ms;
  -o-transition-delay: 34500ms;
  transition-delay: 34500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 36000ms;
  -moz-transition-delay: 36000ms;
  -ms-transition-delay: 36000ms;
  -o-transition-delay: 36000ms;
  transition-delay: 36000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 37500ms;
  -moz-transition-delay: 37500ms;
  -ms-transition-delay: 37500ms;
  -o-transition-delay: 37500ms;
  transition-delay: 37500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 39000ms;
  -moz-transition-delay: 39000ms;
  -ms-transition-delay: 39000ms;
  -o-transition-delay: 39000ms;
  transition-delay: 39000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 40500ms;
  -moz-transition-delay: 40500ms;
  -ms-transition-delay: 40500ms;
  -o-transition-delay: 40500ms;
  transition-delay: 40500ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 42000ms;
  -moz-transition-delay: 42000ms;
  -ms-transition-delay: 42000ms;
  -o-transition-delay: 42000ms;
  transition-delay: 42000ms;
}

.wtbx_animated.wtbx-delay-1500 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 43500ms;
  -moz-transition-delay: 43500ms;
  -ms-transition-delay: 43500ms;
  -o-transition-delay: 43500ms;
  transition-delay: 43500ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 6400ms;
  -moz-transition-delay: 6400ms;
  -ms-transition-delay: 6400ms;
  -o-transition-delay: 6400ms;
  transition-delay: 6400ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  transition-delay: 9600ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 11200ms;
  -moz-transition-delay: 11200ms;
  -ms-transition-delay: 11200ms;
  -o-transition-delay: 11200ms;
  transition-delay: 11200ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 12800ms;
  -moz-transition-delay: 12800ms;
  -ms-transition-delay: 12800ms;
  -o-transition-delay: 12800ms;
  transition-delay: 12800ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 14400ms;
  -moz-transition-delay: 14400ms;
  -ms-transition-delay: 14400ms;
  -o-transition-delay: 14400ms;
  transition-delay: 14400ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 16000ms;
  -moz-transition-delay: 16000ms;
  -ms-transition-delay: 16000ms;
  -o-transition-delay: 16000ms;
  transition-delay: 16000ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 17600ms;
  -moz-transition-delay: 17600ms;
  -ms-transition-delay: 17600ms;
  -o-transition-delay: 17600ms;
  transition-delay: 17600ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 19200ms;
  -moz-transition-delay: 19200ms;
  -ms-transition-delay: 19200ms;
  -o-transition-delay: 19200ms;
  transition-delay: 19200ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 20800ms;
  -moz-transition-delay: 20800ms;
  -ms-transition-delay: 20800ms;
  -o-transition-delay: 20800ms;
  transition-delay: 20800ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 22400ms;
  -moz-transition-delay: 22400ms;
  -ms-transition-delay: 22400ms;
  -o-transition-delay: 22400ms;
  transition-delay: 22400ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 24000ms;
  -moz-transition-delay: 24000ms;
  -ms-transition-delay: 24000ms;
  -o-transition-delay: 24000ms;
  transition-delay: 24000ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 25600ms;
  -moz-transition-delay: 25600ms;
  -ms-transition-delay: 25600ms;
  -o-transition-delay: 25600ms;
  transition-delay: 25600ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 27200ms;
  -moz-transition-delay: 27200ms;
  -ms-transition-delay: 27200ms;
  -o-transition-delay: 27200ms;
  transition-delay: 27200ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 28800ms;
  -moz-transition-delay: 28800ms;
  -ms-transition-delay: 28800ms;
  -o-transition-delay: 28800ms;
  transition-delay: 28800ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 30400ms;
  -moz-transition-delay: 30400ms;
  -ms-transition-delay: 30400ms;
  -o-transition-delay: 30400ms;
  transition-delay: 30400ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 32000ms;
  -moz-transition-delay: 32000ms;
  -ms-transition-delay: 32000ms;
  -o-transition-delay: 32000ms;
  transition-delay: 32000ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 33600ms;
  -moz-transition-delay: 33600ms;
  -ms-transition-delay: 33600ms;
  -o-transition-delay: 33600ms;
  transition-delay: 33600ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 35200ms;
  -moz-transition-delay: 35200ms;
  -ms-transition-delay: 35200ms;
  -o-transition-delay: 35200ms;
  transition-delay: 35200ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 36800ms;
  -moz-transition-delay: 36800ms;
  -ms-transition-delay: 36800ms;
  -o-transition-delay: 36800ms;
  transition-delay: 36800ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 38400ms;
  -moz-transition-delay: 38400ms;
  -ms-transition-delay: 38400ms;
  -o-transition-delay: 38400ms;
  transition-delay: 38400ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 40000ms;
  -moz-transition-delay: 40000ms;
  -ms-transition-delay: 40000ms;
  -o-transition-delay: 40000ms;
  transition-delay: 40000ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 41600ms;
  -moz-transition-delay: 41600ms;
  -ms-transition-delay: 41600ms;
  -o-transition-delay: 41600ms;
  transition-delay: 41600ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 43200ms;
  -moz-transition-delay: 43200ms;
  -ms-transition-delay: 43200ms;
  -o-transition-delay: 43200ms;
  transition-delay: 43200ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 44800ms;
  -moz-transition-delay: 44800ms;
  -ms-transition-delay: 44800ms;
  -o-transition-delay: 44800ms;
  transition-delay: 44800ms;
}

.wtbx_animated.wtbx-delay-1600 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 46400ms;
  -moz-transition-delay: 46400ms;
  -ms-transition-delay: 46400ms;
  -o-transition-delay: 46400ms;
  transition-delay: 46400ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 3400ms;
  -moz-transition-delay: 3400ms;
  -ms-transition-delay: 3400ms;
  -o-transition-delay: 3400ms;
  transition-delay: 3400ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 5100ms;
  -moz-transition-delay: 5100ms;
  -ms-transition-delay: 5100ms;
  -o-transition-delay: 5100ms;
  transition-delay: 5100ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 6800ms;
  -moz-transition-delay: 6800ms;
  -ms-transition-delay: 6800ms;
  -o-transition-delay: 6800ms;
  transition-delay: 6800ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 8500ms;
  -moz-transition-delay: 8500ms;
  -ms-transition-delay: 8500ms;
  -o-transition-delay: 8500ms;
  transition-delay: 8500ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 10200ms;
  -moz-transition-delay: 10200ms;
  -ms-transition-delay: 10200ms;
  -o-transition-delay: 10200ms;
  transition-delay: 10200ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 11900ms;
  -moz-transition-delay: 11900ms;
  -ms-transition-delay: 11900ms;
  -o-transition-delay: 11900ms;
  transition-delay: 11900ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 13600ms;
  -moz-transition-delay: 13600ms;
  -ms-transition-delay: 13600ms;
  -o-transition-delay: 13600ms;
  transition-delay: 13600ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 15300ms;
  -moz-transition-delay: 15300ms;
  -ms-transition-delay: 15300ms;
  -o-transition-delay: 15300ms;
  transition-delay: 15300ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 17000ms;
  -moz-transition-delay: 17000ms;
  -ms-transition-delay: 17000ms;
  -o-transition-delay: 17000ms;
  transition-delay: 17000ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 18700ms;
  -moz-transition-delay: 18700ms;
  -ms-transition-delay: 18700ms;
  -o-transition-delay: 18700ms;
  transition-delay: 18700ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 20400ms;
  -moz-transition-delay: 20400ms;
  -ms-transition-delay: 20400ms;
  -o-transition-delay: 20400ms;
  transition-delay: 20400ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 22100ms;
  -moz-transition-delay: 22100ms;
  -ms-transition-delay: 22100ms;
  -o-transition-delay: 22100ms;
  transition-delay: 22100ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 23800ms;
  -moz-transition-delay: 23800ms;
  -ms-transition-delay: 23800ms;
  -o-transition-delay: 23800ms;
  transition-delay: 23800ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 25500ms;
  -moz-transition-delay: 25500ms;
  -ms-transition-delay: 25500ms;
  -o-transition-delay: 25500ms;
  transition-delay: 25500ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 27200ms;
  -moz-transition-delay: 27200ms;
  -ms-transition-delay: 27200ms;
  -o-transition-delay: 27200ms;
  transition-delay: 27200ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 28900ms;
  -moz-transition-delay: 28900ms;
  -ms-transition-delay: 28900ms;
  -o-transition-delay: 28900ms;
  transition-delay: 28900ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 30600ms;
  -moz-transition-delay: 30600ms;
  -ms-transition-delay: 30600ms;
  -o-transition-delay: 30600ms;
  transition-delay: 30600ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 32300ms;
  -moz-transition-delay: 32300ms;
  -ms-transition-delay: 32300ms;
  -o-transition-delay: 32300ms;
  transition-delay: 32300ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 34000ms;
  -moz-transition-delay: 34000ms;
  -ms-transition-delay: 34000ms;
  -o-transition-delay: 34000ms;
  transition-delay: 34000ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 35700ms;
  -moz-transition-delay: 35700ms;
  -ms-transition-delay: 35700ms;
  -o-transition-delay: 35700ms;
  transition-delay: 35700ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 37400ms;
  -moz-transition-delay: 37400ms;
  -ms-transition-delay: 37400ms;
  -o-transition-delay: 37400ms;
  transition-delay: 37400ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 39100ms;
  -moz-transition-delay: 39100ms;
  -ms-transition-delay: 39100ms;
  -o-transition-delay: 39100ms;
  transition-delay: 39100ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 40800ms;
  -moz-transition-delay: 40800ms;
  -ms-transition-delay: 40800ms;
  -o-transition-delay: 40800ms;
  transition-delay: 40800ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 42500ms;
  -moz-transition-delay: 42500ms;
  -ms-transition-delay: 42500ms;
  -o-transition-delay: 42500ms;
  transition-delay: 42500ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 44200ms;
  -moz-transition-delay: 44200ms;
  -ms-transition-delay: 44200ms;
  -o-transition-delay: 44200ms;
  transition-delay: 44200ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 45900ms;
  -moz-transition-delay: 45900ms;
  -ms-transition-delay: 45900ms;
  -o-transition-delay: 45900ms;
  transition-delay: 45900ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 47600ms;
  -moz-transition-delay: 47600ms;
  -ms-transition-delay: 47600ms;
  -o-transition-delay: 47600ms;
  transition-delay: 47600ms;
}

.wtbx_animated.wtbx-delay-1700 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 49300ms;
  -moz-transition-delay: 49300ms;
  -ms-transition-delay: 49300ms;
  -o-transition-delay: 49300ms;
  transition-delay: 49300ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 10800ms;
  -moz-transition-delay: 10800ms;
  -ms-transition-delay: 10800ms;
  -o-transition-delay: 10800ms;
  transition-delay: 10800ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 12600ms;
  -moz-transition-delay: 12600ms;
  -ms-transition-delay: 12600ms;
  -o-transition-delay: 12600ms;
  transition-delay: 12600ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 14400ms;
  -moz-transition-delay: 14400ms;
  -ms-transition-delay: 14400ms;
  -o-transition-delay: 14400ms;
  transition-delay: 14400ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 16200ms;
  -moz-transition-delay: 16200ms;
  -ms-transition-delay: 16200ms;
  -o-transition-delay: 16200ms;
  transition-delay: 16200ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 18000ms;
  -moz-transition-delay: 18000ms;
  -ms-transition-delay: 18000ms;
  -o-transition-delay: 18000ms;
  transition-delay: 18000ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 19800ms;
  -moz-transition-delay: 19800ms;
  -ms-transition-delay: 19800ms;
  -o-transition-delay: 19800ms;
  transition-delay: 19800ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 21600ms;
  -moz-transition-delay: 21600ms;
  -ms-transition-delay: 21600ms;
  -o-transition-delay: 21600ms;
  transition-delay: 21600ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 23400ms;
  -moz-transition-delay: 23400ms;
  -ms-transition-delay: 23400ms;
  -o-transition-delay: 23400ms;
  transition-delay: 23400ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 25200ms;
  -moz-transition-delay: 25200ms;
  -ms-transition-delay: 25200ms;
  -o-transition-delay: 25200ms;
  transition-delay: 25200ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 27000ms;
  -moz-transition-delay: 27000ms;
  -ms-transition-delay: 27000ms;
  -o-transition-delay: 27000ms;
  transition-delay: 27000ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 28800ms;
  -moz-transition-delay: 28800ms;
  -ms-transition-delay: 28800ms;
  -o-transition-delay: 28800ms;
  transition-delay: 28800ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 30600ms;
  -moz-transition-delay: 30600ms;
  -ms-transition-delay: 30600ms;
  -o-transition-delay: 30600ms;
  transition-delay: 30600ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 32400ms;
  -moz-transition-delay: 32400ms;
  -ms-transition-delay: 32400ms;
  -o-transition-delay: 32400ms;
  transition-delay: 32400ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 34200ms;
  -moz-transition-delay: 34200ms;
  -ms-transition-delay: 34200ms;
  -o-transition-delay: 34200ms;
  transition-delay: 34200ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 36000ms;
  -moz-transition-delay: 36000ms;
  -ms-transition-delay: 36000ms;
  -o-transition-delay: 36000ms;
  transition-delay: 36000ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 37800ms;
  -moz-transition-delay: 37800ms;
  -ms-transition-delay: 37800ms;
  -o-transition-delay: 37800ms;
  transition-delay: 37800ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 39600ms;
  -moz-transition-delay: 39600ms;
  -ms-transition-delay: 39600ms;
  -o-transition-delay: 39600ms;
  transition-delay: 39600ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 41400ms;
  -moz-transition-delay: 41400ms;
  -ms-transition-delay: 41400ms;
  -o-transition-delay: 41400ms;
  transition-delay: 41400ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 43200ms;
  -moz-transition-delay: 43200ms;
  -ms-transition-delay: 43200ms;
  -o-transition-delay: 43200ms;
  transition-delay: 43200ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 45000ms;
  -moz-transition-delay: 45000ms;
  -ms-transition-delay: 45000ms;
  -o-transition-delay: 45000ms;
  transition-delay: 45000ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 46800ms;
  -moz-transition-delay: 46800ms;
  -ms-transition-delay: 46800ms;
  -o-transition-delay: 46800ms;
  transition-delay: 46800ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 48600ms;
  -moz-transition-delay: 48600ms;
  -ms-transition-delay: 48600ms;
  -o-transition-delay: 48600ms;
  transition-delay: 48600ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 50400ms;
  -moz-transition-delay: 50400ms;
  -ms-transition-delay: 50400ms;
  -o-transition-delay: 50400ms;
  transition-delay: 50400ms;
}

.wtbx_animated.wtbx-delay-1800 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 52200ms;
  -moz-transition-delay: 52200ms;
  -ms-transition-delay: 52200ms;
  -o-transition-delay: 52200ms;
  transition-delay: 52200ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 1900ms;
  -moz-transition-delay: 1900ms;
  -ms-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 3800ms;
  -moz-transition-delay: 3800ms;
  -ms-transition-delay: 3800ms;
  -o-transition-delay: 3800ms;
  transition-delay: 3800ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 5700ms;
  -moz-transition-delay: 5700ms;
  -ms-transition-delay: 5700ms;
  -o-transition-delay: 5700ms;
  transition-delay: 5700ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 7600ms;
  -moz-transition-delay: 7600ms;
  -ms-transition-delay: 7600ms;
  -o-transition-delay: 7600ms;
  transition-delay: 7600ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 9500ms;
  -moz-transition-delay: 9500ms;
  -ms-transition-delay: 9500ms;
  -o-transition-delay: 9500ms;
  transition-delay: 9500ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 11400ms;
  -moz-transition-delay: 11400ms;
  -ms-transition-delay: 11400ms;
  -o-transition-delay: 11400ms;
  transition-delay: 11400ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 13300ms;
  -moz-transition-delay: 13300ms;
  -ms-transition-delay: 13300ms;
  -o-transition-delay: 13300ms;
  transition-delay: 13300ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 15200ms;
  -moz-transition-delay: 15200ms;
  -ms-transition-delay: 15200ms;
  -o-transition-delay: 15200ms;
  transition-delay: 15200ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 17100ms;
  -moz-transition-delay: 17100ms;
  -ms-transition-delay: 17100ms;
  -o-transition-delay: 17100ms;
  transition-delay: 17100ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 19000ms;
  -moz-transition-delay: 19000ms;
  -ms-transition-delay: 19000ms;
  -o-transition-delay: 19000ms;
  transition-delay: 19000ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 20900ms;
  -moz-transition-delay: 20900ms;
  -ms-transition-delay: 20900ms;
  -o-transition-delay: 20900ms;
  transition-delay: 20900ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 22800ms;
  -moz-transition-delay: 22800ms;
  -ms-transition-delay: 22800ms;
  -o-transition-delay: 22800ms;
  transition-delay: 22800ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 24700ms;
  -moz-transition-delay: 24700ms;
  -ms-transition-delay: 24700ms;
  -o-transition-delay: 24700ms;
  transition-delay: 24700ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 26600ms;
  -moz-transition-delay: 26600ms;
  -ms-transition-delay: 26600ms;
  -o-transition-delay: 26600ms;
  transition-delay: 26600ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 28500ms;
  -moz-transition-delay: 28500ms;
  -ms-transition-delay: 28500ms;
  -o-transition-delay: 28500ms;
  transition-delay: 28500ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 30400ms;
  -moz-transition-delay: 30400ms;
  -ms-transition-delay: 30400ms;
  -o-transition-delay: 30400ms;
  transition-delay: 30400ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 32300ms;
  -moz-transition-delay: 32300ms;
  -ms-transition-delay: 32300ms;
  -o-transition-delay: 32300ms;
  transition-delay: 32300ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 34200ms;
  -moz-transition-delay: 34200ms;
  -ms-transition-delay: 34200ms;
  -o-transition-delay: 34200ms;
  transition-delay: 34200ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 36100ms;
  -moz-transition-delay: 36100ms;
  -ms-transition-delay: 36100ms;
  -o-transition-delay: 36100ms;
  transition-delay: 36100ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 38000ms;
  -moz-transition-delay: 38000ms;
  -ms-transition-delay: 38000ms;
  -o-transition-delay: 38000ms;
  transition-delay: 38000ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 39900ms;
  -moz-transition-delay: 39900ms;
  -ms-transition-delay: 39900ms;
  -o-transition-delay: 39900ms;
  transition-delay: 39900ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 41800ms;
  -moz-transition-delay: 41800ms;
  -ms-transition-delay: 41800ms;
  -o-transition-delay: 41800ms;
  transition-delay: 41800ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 43700ms;
  -moz-transition-delay: 43700ms;
  -ms-transition-delay: 43700ms;
  -o-transition-delay: 43700ms;
  transition-delay: 43700ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 45600ms;
  -moz-transition-delay: 45600ms;
  -ms-transition-delay: 45600ms;
  -o-transition-delay: 45600ms;
  transition-delay: 45600ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 47500ms;
  -moz-transition-delay: 47500ms;
  -ms-transition-delay: 47500ms;
  -o-transition-delay: 47500ms;
  transition-delay: 47500ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 49400ms;
  -moz-transition-delay: 49400ms;
  -ms-transition-delay: 49400ms;
  -o-transition-delay: 49400ms;
  transition-delay: 49400ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 51300ms;
  -moz-transition-delay: 51300ms;
  -ms-transition-delay: 51300ms;
  -o-transition-delay: 51300ms;
  transition-delay: 51300ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 53200ms;
  -moz-transition-delay: 53200ms;
  -ms-transition-delay: 53200ms;
  -o-transition-delay: 53200ms;
  transition-delay: 53200ms;
}

.wtbx_animated.wtbx-delay-1900 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 55100ms;
  -moz-transition-delay: 55100ms;
  -ms-transition-delay: 55100ms;
  -o-transition-delay: 55100ms;
  transition-delay: 55100ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -ms-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  transition-delay: 10000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 14000ms;
  -moz-transition-delay: 14000ms;
  -ms-transition-delay: 14000ms;
  -o-transition-delay: 14000ms;
  transition-delay: 14000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 16000ms;
  -moz-transition-delay: 16000ms;
  -ms-transition-delay: 16000ms;
  -o-transition-delay: 16000ms;
  transition-delay: 16000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 18000ms;
  -moz-transition-delay: 18000ms;
  -ms-transition-delay: 18000ms;
  -o-transition-delay: 18000ms;
  transition-delay: 18000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 20000ms;
  -moz-transition-delay: 20000ms;
  -ms-transition-delay: 20000ms;
  -o-transition-delay: 20000ms;
  transition-delay: 20000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 22000ms;
  -moz-transition-delay: 22000ms;
  -ms-transition-delay: 22000ms;
  -o-transition-delay: 22000ms;
  transition-delay: 22000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 24000ms;
  -moz-transition-delay: 24000ms;
  -ms-transition-delay: 24000ms;
  -o-transition-delay: 24000ms;
  transition-delay: 24000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 26000ms;
  -moz-transition-delay: 26000ms;
  -ms-transition-delay: 26000ms;
  -o-transition-delay: 26000ms;
  transition-delay: 26000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 28000ms;
  -moz-transition-delay: 28000ms;
  -ms-transition-delay: 28000ms;
  -o-transition-delay: 28000ms;
  transition-delay: 28000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 30000ms;
  -moz-transition-delay: 30000ms;
  -ms-transition-delay: 30000ms;
  -o-transition-delay: 30000ms;
  transition-delay: 30000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 32000ms;
  -moz-transition-delay: 32000ms;
  -ms-transition-delay: 32000ms;
  -o-transition-delay: 32000ms;
  transition-delay: 32000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 34000ms;
  -moz-transition-delay: 34000ms;
  -ms-transition-delay: 34000ms;
  -o-transition-delay: 34000ms;
  transition-delay: 34000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 36000ms;
  -moz-transition-delay: 36000ms;
  -ms-transition-delay: 36000ms;
  -o-transition-delay: 36000ms;
  transition-delay: 36000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 38000ms;
  -moz-transition-delay: 38000ms;
  -ms-transition-delay: 38000ms;
  -o-transition-delay: 38000ms;
  transition-delay: 38000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 40000ms;
  -moz-transition-delay: 40000ms;
  -ms-transition-delay: 40000ms;
  -o-transition-delay: 40000ms;
  transition-delay: 40000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 42000ms;
  -moz-transition-delay: 42000ms;
  -ms-transition-delay: 42000ms;
  -o-transition-delay: 42000ms;
  transition-delay: 42000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 44000ms;
  -moz-transition-delay: 44000ms;
  -ms-transition-delay: 44000ms;
  -o-transition-delay: 44000ms;
  transition-delay: 44000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 46000ms;
  -moz-transition-delay: 46000ms;
  -ms-transition-delay: 46000ms;
  -o-transition-delay: 46000ms;
  transition-delay: 46000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 48000ms;
  -moz-transition-delay: 48000ms;
  -ms-transition-delay: 48000ms;
  -o-transition-delay: 48000ms;
  transition-delay: 48000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 50000ms;
  -moz-transition-delay: 50000ms;
  -ms-transition-delay: 50000ms;
  -o-transition-delay: 50000ms;
  transition-delay: 50000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 52000ms;
  -moz-transition-delay: 52000ms;
  -ms-transition-delay: 52000ms;
  -o-transition-delay: 52000ms;
  transition-delay: 52000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 54000ms;
  -moz-transition-delay: 54000ms;
  -ms-transition-delay: 54000ms;
  -o-transition-delay: 54000ms;
  transition-delay: 54000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 56000ms;
  -moz-transition-delay: 56000ms;
  -ms-transition-delay: 56000ms;
  -o-transition-delay: 56000ms;
  transition-delay: 56000ms;
}

.wtbx_animated.wtbx-delay-2000 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 58000ms;
  -moz-transition-delay: 58000ms;
  -ms-transition-delay: 58000ms;
  -o-transition-delay: 58000ms;
  transition-delay: 58000ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 6300ms;
  -moz-transition-delay: 6300ms;
  -ms-transition-delay: 6300ms;
  -o-transition-delay: 6300ms;
  transition-delay: 6300ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -ms-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 12600ms;
  -moz-transition-delay: 12600ms;
  -ms-transition-delay: 12600ms;
  -o-transition-delay: 12600ms;
  transition-delay: 12600ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 14700ms;
  -moz-transition-delay: 14700ms;
  -ms-transition-delay: 14700ms;
  -o-transition-delay: 14700ms;
  transition-delay: 14700ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 16800ms;
  -moz-transition-delay: 16800ms;
  -ms-transition-delay: 16800ms;
  -o-transition-delay: 16800ms;
  transition-delay: 16800ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 18900ms;
  -moz-transition-delay: 18900ms;
  -ms-transition-delay: 18900ms;
  -o-transition-delay: 18900ms;
  transition-delay: 18900ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 21000ms;
  -moz-transition-delay: 21000ms;
  -ms-transition-delay: 21000ms;
  -o-transition-delay: 21000ms;
  transition-delay: 21000ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 23100ms;
  -moz-transition-delay: 23100ms;
  -ms-transition-delay: 23100ms;
  -o-transition-delay: 23100ms;
  transition-delay: 23100ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 25200ms;
  -moz-transition-delay: 25200ms;
  -ms-transition-delay: 25200ms;
  -o-transition-delay: 25200ms;
  transition-delay: 25200ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 27300ms;
  -moz-transition-delay: 27300ms;
  -ms-transition-delay: 27300ms;
  -o-transition-delay: 27300ms;
  transition-delay: 27300ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 29400ms;
  -moz-transition-delay: 29400ms;
  -ms-transition-delay: 29400ms;
  -o-transition-delay: 29400ms;
  transition-delay: 29400ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 31500ms;
  -moz-transition-delay: 31500ms;
  -ms-transition-delay: 31500ms;
  -o-transition-delay: 31500ms;
  transition-delay: 31500ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 33600ms;
  -moz-transition-delay: 33600ms;
  -ms-transition-delay: 33600ms;
  -o-transition-delay: 33600ms;
  transition-delay: 33600ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 35700ms;
  -moz-transition-delay: 35700ms;
  -ms-transition-delay: 35700ms;
  -o-transition-delay: 35700ms;
  transition-delay: 35700ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 37800ms;
  -moz-transition-delay: 37800ms;
  -ms-transition-delay: 37800ms;
  -o-transition-delay: 37800ms;
  transition-delay: 37800ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 39900ms;
  -moz-transition-delay: 39900ms;
  -ms-transition-delay: 39900ms;
  -o-transition-delay: 39900ms;
  transition-delay: 39900ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 42000ms;
  -moz-transition-delay: 42000ms;
  -ms-transition-delay: 42000ms;
  -o-transition-delay: 42000ms;
  transition-delay: 42000ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 44100ms;
  -moz-transition-delay: 44100ms;
  -ms-transition-delay: 44100ms;
  -o-transition-delay: 44100ms;
  transition-delay: 44100ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 46200ms;
  -moz-transition-delay: 46200ms;
  -ms-transition-delay: 46200ms;
  -o-transition-delay: 46200ms;
  transition-delay: 46200ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 48300ms;
  -moz-transition-delay: 48300ms;
  -ms-transition-delay: 48300ms;
  -o-transition-delay: 48300ms;
  transition-delay: 48300ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 50400ms;
  -moz-transition-delay: 50400ms;
  -ms-transition-delay: 50400ms;
  -o-transition-delay: 50400ms;
  transition-delay: 50400ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 52500ms;
  -moz-transition-delay: 52500ms;
  -ms-transition-delay: 52500ms;
  -o-transition-delay: 52500ms;
  transition-delay: 52500ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 54600ms;
  -moz-transition-delay: 54600ms;
  -ms-transition-delay: 54600ms;
  -o-transition-delay: 54600ms;
  transition-delay: 54600ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 56700ms;
  -moz-transition-delay: 56700ms;
  -ms-transition-delay: 56700ms;
  -o-transition-delay: 56700ms;
  transition-delay: 56700ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 58800ms;
  -moz-transition-delay: 58800ms;
  -ms-transition-delay: 58800ms;
  -o-transition-delay: 58800ms;
  transition-delay: 58800ms;
}

.wtbx_animated.wtbx-delay-2100 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 60900ms;
  -moz-transition-delay: 60900ms;
  -ms-transition-delay: 60900ms;
  -o-transition-delay: 60900ms;
  transition-delay: 60900ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 4400ms;
  -moz-transition-delay: 4400ms;
  -ms-transition-delay: 4400ms;
  -o-transition-delay: 4400ms;
  transition-delay: 4400ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 6600ms;
  -moz-transition-delay: 6600ms;
  -ms-transition-delay: 6600ms;
  -o-transition-delay: 6600ms;
  transition-delay: 6600ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 8800ms;
  -moz-transition-delay: 8800ms;
  -ms-transition-delay: 8800ms;
  -o-transition-delay: 8800ms;
  transition-delay: 8800ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 11000ms;
  -moz-transition-delay: 11000ms;
  -ms-transition-delay: 11000ms;
  -o-transition-delay: 11000ms;
  transition-delay: 11000ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 13200ms;
  -moz-transition-delay: 13200ms;
  -ms-transition-delay: 13200ms;
  -o-transition-delay: 13200ms;
  transition-delay: 13200ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 15400ms;
  -moz-transition-delay: 15400ms;
  -ms-transition-delay: 15400ms;
  -o-transition-delay: 15400ms;
  transition-delay: 15400ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 17600ms;
  -moz-transition-delay: 17600ms;
  -ms-transition-delay: 17600ms;
  -o-transition-delay: 17600ms;
  transition-delay: 17600ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 19800ms;
  -moz-transition-delay: 19800ms;
  -ms-transition-delay: 19800ms;
  -o-transition-delay: 19800ms;
  transition-delay: 19800ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 22000ms;
  -moz-transition-delay: 22000ms;
  -ms-transition-delay: 22000ms;
  -o-transition-delay: 22000ms;
  transition-delay: 22000ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 24200ms;
  -moz-transition-delay: 24200ms;
  -ms-transition-delay: 24200ms;
  -o-transition-delay: 24200ms;
  transition-delay: 24200ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 26400ms;
  -moz-transition-delay: 26400ms;
  -ms-transition-delay: 26400ms;
  -o-transition-delay: 26400ms;
  transition-delay: 26400ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 28600ms;
  -moz-transition-delay: 28600ms;
  -ms-transition-delay: 28600ms;
  -o-transition-delay: 28600ms;
  transition-delay: 28600ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 30800ms;
  -moz-transition-delay: 30800ms;
  -ms-transition-delay: 30800ms;
  -o-transition-delay: 30800ms;
  transition-delay: 30800ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 33000ms;
  -moz-transition-delay: 33000ms;
  -ms-transition-delay: 33000ms;
  -o-transition-delay: 33000ms;
  transition-delay: 33000ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 35200ms;
  -moz-transition-delay: 35200ms;
  -ms-transition-delay: 35200ms;
  -o-transition-delay: 35200ms;
  transition-delay: 35200ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 37400ms;
  -moz-transition-delay: 37400ms;
  -ms-transition-delay: 37400ms;
  -o-transition-delay: 37400ms;
  transition-delay: 37400ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 39600ms;
  -moz-transition-delay: 39600ms;
  -ms-transition-delay: 39600ms;
  -o-transition-delay: 39600ms;
  transition-delay: 39600ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 41800ms;
  -moz-transition-delay: 41800ms;
  -ms-transition-delay: 41800ms;
  -o-transition-delay: 41800ms;
  transition-delay: 41800ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 44000ms;
  -moz-transition-delay: 44000ms;
  -ms-transition-delay: 44000ms;
  -o-transition-delay: 44000ms;
  transition-delay: 44000ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 46200ms;
  -moz-transition-delay: 46200ms;
  -ms-transition-delay: 46200ms;
  -o-transition-delay: 46200ms;
  transition-delay: 46200ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 48400ms;
  -moz-transition-delay: 48400ms;
  -ms-transition-delay: 48400ms;
  -o-transition-delay: 48400ms;
  transition-delay: 48400ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 50600ms;
  -moz-transition-delay: 50600ms;
  -ms-transition-delay: 50600ms;
  -o-transition-delay: 50600ms;
  transition-delay: 50600ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 52800ms;
  -moz-transition-delay: 52800ms;
  -ms-transition-delay: 52800ms;
  -o-transition-delay: 52800ms;
  transition-delay: 52800ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 55000ms;
  -moz-transition-delay: 55000ms;
  -ms-transition-delay: 55000ms;
  -o-transition-delay: 55000ms;
  transition-delay: 55000ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 57200ms;
  -moz-transition-delay: 57200ms;
  -ms-transition-delay: 57200ms;
  -o-transition-delay: 57200ms;
  transition-delay: 57200ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 59400ms;
  -moz-transition-delay: 59400ms;
  -ms-transition-delay: 59400ms;
  -o-transition-delay: 59400ms;
  transition-delay: 59400ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 61600ms;
  -moz-transition-delay: 61600ms;
  -ms-transition-delay: 61600ms;
  -o-transition-delay: 61600ms;
  transition-delay: 61600ms;
}

.wtbx_animated.wtbx-delay-2200 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 63800ms;
  -moz-transition-delay: 63800ms;
  -ms-transition-delay: 63800ms;
  -o-transition-delay: 63800ms;
  transition-delay: 63800ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2300ms;
  -moz-transition-delay: 2300ms;
  -ms-transition-delay: 2300ms;
  -o-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 4600ms;
  -moz-transition-delay: 4600ms;
  -ms-transition-delay: 4600ms;
  -o-transition-delay: 4600ms;
  transition-delay: 4600ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 6900ms;
  -moz-transition-delay: 6900ms;
  -ms-transition-delay: 6900ms;
  -o-transition-delay: 6900ms;
  transition-delay: 6900ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 9200ms;
  -moz-transition-delay: 9200ms;
  -ms-transition-delay: 9200ms;
  -o-transition-delay: 9200ms;
  transition-delay: 9200ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 11500ms;
  -moz-transition-delay: 11500ms;
  -ms-transition-delay: 11500ms;
  -o-transition-delay: 11500ms;
  transition-delay: 11500ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 13800ms;
  -moz-transition-delay: 13800ms;
  -ms-transition-delay: 13800ms;
  -o-transition-delay: 13800ms;
  transition-delay: 13800ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 16100ms;
  -moz-transition-delay: 16100ms;
  -ms-transition-delay: 16100ms;
  -o-transition-delay: 16100ms;
  transition-delay: 16100ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 18400ms;
  -moz-transition-delay: 18400ms;
  -ms-transition-delay: 18400ms;
  -o-transition-delay: 18400ms;
  transition-delay: 18400ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 20700ms;
  -moz-transition-delay: 20700ms;
  -ms-transition-delay: 20700ms;
  -o-transition-delay: 20700ms;
  transition-delay: 20700ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 23000ms;
  -moz-transition-delay: 23000ms;
  -ms-transition-delay: 23000ms;
  -o-transition-delay: 23000ms;
  transition-delay: 23000ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 25300ms;
  -moz-transition-delay: 25300ms;
  -ms-transition-delay: 25300ms;
  -o-transition-delay: 25300ms;
  transition-delay: 25300ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 27600ms;
  -moz-transition-delay: 27600ms;
  -ms-transition-delay: 27600ms;
  -o-transition-delay: 27600ms;
  transition-delay: 27600ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 29900ms;
  -moz-transition-delay: 29900ms;
  -ms-transition-delay: 29900ms;
  -o-transition-delay: 29900ms;
  transition-delay: 29900ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 32200ms;
  -moz-transition-delay: 32200ms;
  -ms-transition-delay: 32200ms;
  -o-transition-delay: 32200ms;
  transition-delay: 32200ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 34500ms;
  -moz-transition-delay: 34500ms;
  -ms-transition-delay: 34500ms;
  -o-transition-delay: 34500ms;
  transition-delay: 34500ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 36800ms;
  -moz-transition-delay: 36800ms;
  -ms-transition-delay: 36800ms;
  -o-transition-delay: 36800ms;
  transition-delay: 36800ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 39100ms;
  -moz-transition-delay: 39100ms;
  -ms-transition-delay: 39100ms;
  -o-transition-delay: 39100ms;
  transition-delay: 39100ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 41400ms;
  -moz-transition-delay: 41400ms;
  -ms-transition-delay: 41400ms;
  -o-transition-delay: 41400ms;
  transition-delay: 41400ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 43700ms;
  -moz-transition-delay: 43700ms;
  -ms-transition-delay: 43700ms;
  -o-transition-delay: 43700ms;
  transition-delay: 43700ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 46000ms;
  -moz-transition-delay: 46000ms;
  -ms-transition-delay: 46000ms;
  -o-transition-delay: 46000ms;
  transition-delay: 46000ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 48300ms;
  -moz-transition-delay: 48300ms;
  -ms-transition-delay: 48300ms;
  -o-transition-delay: 48300ms;
  transition-delay: 48300ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 50600ms;
  -moz-transition-delay: 50600ms;
  -ms-transition-delay: 50600ms;
  -o-transition-delay: 50600ms;
  transition-delay: 50600ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 52900ms;
  -moz-transition-delay: 52900ms;
  -ms-transition-delay: 52900ms;
  -o-transition-delay: 52900ms;
  transition-delay: 52900ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 55200ms;
  -moz-transition-delay: 55200ms;
  -ms-transition-delay: 55200ms;
  -o-transition-delay: 55200ms;
  transition-delay: 55200ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 57500ms;
  -moz-transition-delay: 57500ms;
  -ms-transition-delay: 57500ms;
  -o-transition-delay: 57500ms;
  transition-delay: 57500ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 59800ms;
  -moz-transition-delay: 59800ms;
  -ms-transition-delay: 59800ms;
  -o-transition-delay: 59800ms;
  transition-delay: 59800ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 62100ms;
  -moz-transition-delay: 62100ms;
  -ms-transition-delay: 62100ms;
  -o-transition-delay: 62100ms;
  transition-delay: 62100ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 64400ms;
  -moz-transition-delay: 64400ms;
  -ms-transition-delay: 64400ms;
  -o-transition-delay: 64400ms;
  transition-delay: 64400ms;
}

.wtbx_animated.wtbx-delay-2300 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 66700ms;
  -moz-transition-delay: 66700ms;
  -ms-transition-delay: 66700ms;
  -o-transition-delay: 66700ms;
  transition-delay: 66700ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  transition-delay: 9600ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 14400ms;
  -moz-transition-delay: 14400ms;
  -ms-transition-delay: 14400ms;
  -o-transition-delay: 14400ms;
  transition-delay: 14400ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 16800ms;
  -moz-transition-delay: 16800ms;
  -ms-transition-delay: 16800ms;
  -o-transition-delay: 16800ms;
  transition-delay: 16800ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 19200ms;
  -moz-transition-delay: 19200ms;
  -ms-transition-delay: 19200ms;
  -o-transition-delay: 19200ms;
  transition-delay: 19200ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 21600ms;
  -moz-transition-delay: 21600ms;
  -ms-transition-delay: 21600ms;
  -o-transition-delay: 21600ms;
  transition-delay: 21600ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 24000ms;
  -moz-transition-delay: 24000ms;
  -ms-transition-delay: 24000ms;
  -o-transition-delay: 24000ms;
  transition-delay: 24000ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 26400ms;
  -moz-transition-delay: 26400ms;
  -ms-transition-delay: 26400ms;
  -o-transition-delay: 26400ms;
  transition-delay: 26400ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 28800ms;
  -moz-transition-delay: 28800ms;
  -ms-transition-delay: 28800ms;
  -o-transition-delay: 28800ms;
  transition-delay: 28800ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 31200ms;
  -moz-transition-delay: 31200ms;
  -ms-transition-delay: 31200ms;
  -o-transition-delay: 31200ms;
  transition-delay: 31200ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 33600ms;
  -moz-transition-delay: 33600ms;
  -ms-transition-delay: 33600ms;
  -o-transition-delay: 33600ms;
  transition-delay: 33600ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 36000ms;
  -moz-transition-delay: 36000ms;
  -ms-transition-delay: 36000ms;
  -o-transition-delay: 36000ms;
  transition-delay: 36000ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 38400ms;
  -moz-transition-delay: 38400ms;
  -ms-transition-delay: 38400ms;
  -o-transition-delay: 38400ms;
  transition-delay: 38400ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 40800ms;
  -moz-transition-delay: 40800ms;
  -ms-transition-delay: 40800ms;
  -o-transition-delay: 40800ms;
  transition-delay: 40800ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 43200ms;
  -moz-transition-delay: 43200ms;
  -ms-transition-delay: 43200ms;
  -o-transition-delay: 43200ms;
  transition-delay: 43200ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 45600ms;
  -moz-transition-delay: 45600ms;
  -ms-transition-delay: 45600ms;
  -o-transition-delay: 45600ms;
  transition-delay: 45600ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 48000ms;
  -moz-transition-delay: 48000ms;
  -ms-transition-delay: 48000ms;
  -o-transition-delay: 48000ms;
  transition-delay: 48000ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 50400ms;
  -moz-transition-delay: 50400ms;
  -ms-transition-delay: 50400ms;
  -o-transition-delay: 50400ms;
  transition-delay: 50400ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 52800ms;
  -moz-transition-delay: 52800ms;
  -ms-transition-delay: 52800ms;
  -o-transition-delay: 52800ms;
  transition-delay: 52800ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 55200ms;
  -moz-transition-delay: 55200ms;
  -ms-transition-delay: 55200ms;
  -o-transition-delay: 55200ms;
  transition-delay: 55200ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 57600ms;
  -moz-transition-delay: 57600ms;
  -ms-transition-delay: 57600ms;
  -o-transition-delay: 57600ms;
  transition-delay: 57600ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 60000ms;
  -moz-transition-delay: 60000ms;
  -ms-transition-delay: 60000ms;
  -o-transition-delay: 60000ms;
  transition-delay: 60000ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 62400ms;
  -moz-transition-delay: 62400ms;
  -ms-transition-delay: 62400ms;
  -o-transition-delay: 62400ms;
  transition-delay: 62400ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 64800ms;
  -moz-transition-delay: 64800ms;
  -ms-transition-delay: 64800ms;
  -o-transition-delay: 64800ms;
  transition-delay: 64800ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 67200ms;
  -moz-transition-delay: 67200ms;
  -ms-transition-delay: 67200ms;
  -o-transition-delay: 67200ms;
  transition-delay: 67200ms;
}

.wtbx_animated.wtbx-delay-2400 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 69600ms;
  -moz-transition-delay: 69600ms;
  -ms-transition-delay: 69600ms;
  -o-transition-delay: 69600ms;
  transition-delay: 69600ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -ms-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  transition-delay: 5000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -ms-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -ms-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  transition-delay: 10000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 12500ms;
  -moz-transition-delay: 12500ms;
  -ms-transition-delay: 12500ms;
  -o-transition-delay: 12500ms;
  transition-delay: 12500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 15000ms;
  -moz-transition-delay: 15000ms;
  -ms-transition-delay: 15000ms;
  -o-transition-delay: 15000ms;
  transition-delay: 15000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 17500ms;
  -moz-transition-delay: 17500ms;
  -ms-transition-delay: 17500ms;
  -o-transition-delay: 17500ms;
  transition-delay: 17500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 20000ms;
  -moz-transition-delay: 20000ms;
  -ms-transition-delay: 20000ms;
  -o-transition-delay: 20000ms;
  transition-delay: 20000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 22500ms;
  -moz-transition-delay: 22500ms;
  -ms-transition-delay: 22500ms;
  -o-transition-delay: 22500ms;
  transition-delay: 22500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 25000ms;
  -moz-transition-delay: 25000ms;
  -ms-transition-delay: 25000ms;
  -o-transition-delay: 25000ms;
  transition-delay: 25000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 27500ms;
  -moz-transition-delay: 27500ms;
  -ms-transition-delay: 27500ms;
  -o-transition-delay: 27500ms;
  transition-delay: 27500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 30000ms;
  -moz-transition-delay: 30000ms;
  -ms-transition-delay: 30000ms;
  -o-transition-delay: 30000ms;
  transition-delay: 30000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 32500ms;
  -moz-transition-delay: 32500ms;
  -ms-transition-delay: 32500ms;
  -o-transition-delay: 32500ms;
  transition-delay: 32500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 35000ms;
  -moz-transition-delay: 35000ms;
  -ms-transition-delay: 35000ms;
  -o-transition-delay: 35000ms;
  transition-delay: 35000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 37500ms;
  -moz-transition-delay: 37500ms;
  -ms-transition-delay: 37500ms;
  -o-transition-delay: 37500ms;
  transition-delay: 37500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 40000ms;
  -moz-transition-delay: 40000ms;
  -ms-transition-delay: 40000ms;
  -o-transition-delay: 40000ms;
  transition-delay: 40000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 42500ms;
  -moz-transition-delay: 42500ms;
  -ms-transition-delay: 42500ms;
  -o-transition-delay: 42500ms;
  transition-delay: 42500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 45000ms;
  -moz-transition-delay: 45000ms;
  -ms-transition-delay: 45000ms;
  -o-transition-delay: 45000ms;
  transition-delay: 45000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 47500ms;
  -moz-transition-delay: 47500ms;
  -ms-transition-delay: 47500ms;
  -o-transition-delay: 47500ms;
  transition-delay: 47500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 50000ms;
  -moz-transition-delay: 50000ms;
  -ms-transition-delay: 50000ms;
  -o-transition-delay: 50000ms;
  transition-delay: 50000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 52500ms;
  -moz-transition-delay: 52500ms;
  -ms-transition-delay: 52500ms;
  -o-transition-delay: 52500ms;
  transition-delay: 52500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 55000ms;
  -moz-transition-delay: 55000ms;
  -ms-transition-delay: 55000ms;
  -o-transition-delay: 55000ms;
  transition-delay: 55000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 57500ms;
  -moz-transition-delay: 57500ms;
  -ms-transition-delay: 57500ms;
  -o-transition-delay: 57500ms;
  transition-delay: 57500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 60000ms;
  -moz-transition-delay: 60000ms;
  -ms-transition-delay: 60000ms;
  -o-transition-delay: 60000ms;
  transition-delay: 60000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 62500ms;
  -moz-transition-delay: 62500ms;
  -ms-transition-delay: 62500ms;
  -o-transition-delay: 62500ms;
  transition-delay: 62500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 65000ms;
  -moz-transition-delay: 65000ms;
  -ms-transition-delay: 65000ms;
  -o-transition-delay: 65000ms;
  transition-delay: 65000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 67500ms;
  -moz-transition-delay: 67500ms;
  -ms-transition-delay: 67500ms;
  -o-transition-delay: 67500ms;
  transition-delay: 67500ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 70000ms;
  -moz-transition-delay: 70000ms;
  -ms-transition-delay: 70000ms;
  -o-transition-delay: 70000ms;
  transition-delay: 70000ms;
}

.wtbx_animated.wtbx-delay-2500 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 72500ms;
  -moz-transition-delay: 72500ms;
  -ms-transition-delay: 72500ms;
  -o-transition-delay: 72500ms;
  transition-delay: 72500ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 5200ms;
  -moz-transition-delay: 5200ms;
  -ms-transition-delay: 5200ms;
  -o-transition-delay: 5200ms;
  transition-delay: 5200ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 7800ms;
  -moz-transition-delay: 7800ms;
  -ms-transition-delay: 7800ms;
  -o-transition-delay: 7800ms;
  transition-delay: 7800ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 10400ms;
  -moz-transition-delay: 10400ms;
  -ms-transition-delay: 10400ms;
  -o-transition-delay: 10400ms;
  transition-delay: 10400ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 13000ms;
  -moz-transition-delay: 13000ms;
  -ms-transition-delay: 13000ms;
  -o-transition-delay: 13000ms;
  transition-delay: 13000ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 15600ms;
  -moz-transition-delay: 15600ms;
  -ms-transition-delay: 15600ms;
  -o-transition-delay: 15600ms;
  transition-delay: 15600ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 18200ms;
  -moz-transition-delay: 18200ms;
  -ms-transition-delay: 18200ms;
  -o-transition-delay: 18200ms;
  transition-delay: 18200ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 20800ms;
  -moz-transition-delay: 20800ms;
  -ms-transition-delay: 20800ms;
  -o-transition-delay: 20800ms;
  transition-delay: 20800ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 23400ms;
  -moz-transition-delay: 23400ms;
  -ms-transition-delay: 23400ms;
  -o-transition-delay: 23400ms;
  transition-delay: 23400ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 26000ms;
  -moz-transition-delay: 26000ms;
  -ms-transition-delay: 26000ms;
  -o-transition-delay: 26000ms;
  transition-delay: 26000ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 28600ms;
  -moz-transition-delay: 28600ms;
  -ms-transition-delay: 28600ms;
  -o-transition-delay: 28600ms;
  transition-delay: 28600ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 31200ms;
  -moz-transition-delay: 31200ms;
  -ms-transition-delay: 31200ms;
  -o-transition-delay: 31200ms;
  transition-delay: 31200ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 33800ms;
  -moz-transition-delay: 33800ms;
  -ms-transition-delay: 33800ms;
  -o-transition-delay: 33800ms;
  transition-delay: 33800ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 36400ms;
  -moz-transition-delay: 36400ms;
  -ms-transition-delay: 36400ms;
  -o-transition-delay: 36400ms;
  transition-delay: 36400ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 39000ms;
  -moz-transition-delay: 39000ms;
  -ms-transition-delay: 39000ms;
  -o-transition-delay: 39000ms;
  transition-delay: 39000ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 41600ms;
  -moz-transition-delay: 41600ms;
  -ms-transition-delay: 41600ms;
  -o-transition-delay: 41600ms;
  transition-delay: 41600ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 44200ms;
  -moz-transition-delay: 44200ms;
  -ms-transition-delay: 44200ms;
  -o-transition-delay: 44200ms;
  transition-delay: 44200ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 46800ms;
  -moz-transition-delay: 46800ms;
  -ms-transition-delay: 46800ms;
  -o-transition-delay: 46800ms;
  transition-delay: 46800ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 49400ms;
  -moz-transition-delay: 49400ms;
  -ms-transition-delay: 49400ms;
  -o-transition-delay: 49400ms;
  transition-delay: 49400ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 52000ms;
  -moz-transition-delay: 52000ms;
  -ms-transition-delay: 52000ms;
  -o-transition-delay: 52000ms;
  transition-delay: 52000ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 54600ms;
  -moz-transition-delay: 54600ms;
  -ms-transition-delay: 54600ms;
  -o-transition-delay: 54600ms;
  transition-delay: 54600ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 57200ms;
  -moz-transition-delay: 57200ms;
  -ms-transition-delay: 57200ms;
  -o-transition-delay: 57200ms;
  transition-delay: 57200ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 59800ms;
  -moz-transition-delay: 59800ms;
  -ms-transition-delay: 59800ms;
  -o-transition-delay: 59800ms;
  transition-delay: 59800ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 62400ms;
  -moz-transition-delay: 62400ms;
  -ms-transition-delay: 62400ms;
  -o-transition-delay: 62400ms;
  transition-delay: 62400ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 65000ms;
  -moz-transition-delay: 65000ms;
  -ms-transition-delay: 65000ms;
  -o-transition-delay: 65000ms;
  transition-delay: 65000ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 67600ms;
  -moz-transition-delay: 67600ms;
  -ms-transition-delay: 67600ms;
  -o-transition-delay: 67600ms;
  transition-delay: 67600ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 70200ms;
  -moz-transition-delay: 70200ms;
  -ms-transition-delay: 70200ms;
  -o-transition-delay: 70200ms;
  transition-delay: 70200ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 72800ms;
  -moz-transition-delay: 72800ms;
  -ms-transition-delay: 72800ms;
  -o-transition-delay: 72800ms;
  transition-delay: 72800ms;
}

.wtbx_animated.wtbx-delay-2600 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 75400ms;
  -moz-transition-delay: 75400ms;
  -ms-transition-delay: 75400ms;
  -o-transition-delay: 75400ms;
  transition-delay: 75400ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2700ms;
  -moz-transition-delay: 2700ms;
  -ms-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  transition-delay: 2700ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 8100ms;
  -moz-transition-delay: 8100ms;
  -ms-transition-delay: 8100ms;
  -o-transition-delay: 8100ms;
  transition-delay: 8100ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 10800ms;
  -moz-transition-delay: 10800ms;
  -ms-transition-delay: 10800ms;
  -o-transition-delay: 10800ms;
  transition-delay: 10800ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 13500ms;
  -moz-transition-delay: 13500ms;
  -ms-transition-delay: 13500ms;
  -o-transition-delay: 13500ms;
  transition-delay: 13500ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 16200ms;
  -moz-transition-delay: 16200ms;
  -ms-transition-delay: 16200ms;
  -o-transition-delay: 16200ms;
  transition-delay: 16200ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 18900ms;
  -moz-transition-delay: 18900ms;
  -ms-transition-delay: 18900ms;
  -o-transition-delay: 18900ms;
  transition-delay: 18900ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 21600ms;
  -moz-transition-delay: 21600ms;
  -ms-transition-delay: 21600ms;
  -o-transition-delay: 21600ms;
  transition-delay: 21600ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 24300ms;
  -moz-transition-delay: 24300ms;
  -ms-transition-delay: 24300ms;
  -o-transition-delay: 24300ms;
  transition-delay: 24300ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 27000ms;
  -moz-transition-delay: 27000ms;
  -ms-transition-delay: 27000ms;
  -o-transition-delay: 27000ms;
  transition-delay: 27000ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 29700ms;
  -moz-transition-delay: 29700ms;
  -ms-transition-delay: 29700ms;
  -o-transition-delay: 29700ms;
  transition-delay: 29700ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 32400ms;
  -moz-transition-delay: 32400ms;
  -ms-transition-delay: 32400ms;
  -o-transition-delay: 32400ms;
  transition-delay: 32400ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 35100ms;
  -moz-transition-delay: 35100ms;
  -ms-transition-delay: 35100ms;
  -o-transition-delay: 35100ms;
  transition-delay: 35100ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 37800ms;
  -moz-transition-delay: 37800ms;
  -ms-transition-delay: 37800ms;
  -o-transition-delay: 37800ms;
  transition-delay: 37800ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 40500ms;
  -moz-transition-delay: 40500ms;
  -ms-transition-delay: 40500ms;
  -o-transition-delay: 40500ms;
  transition-delay: 40500ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 43200ms;
  -moz-transition-delay: 43200ms;
  -ms-transition-delay: 43200ms;
  -o-transition-delay: 43200ms;
  transition-delay: 43200ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 45900ms;
  -moz-transition-delay: 45900ms;
  -ms-transition-delay: 45900ms;
  -o-transition-delay: 45900ms;
  transition-delay: 45900ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 48600ms;
  -moz-transition-delay: 48600ms;
  -ms-transition-delay: 48600ms;
  -o-transition-delay: 48600ms;
  transition-delay: 48600ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 51300ms;
  -moz-transition-delay: 51300ms;
  -ms-transition-delay: 51300ms;
  -o-transition-delay: 51300ms;
  transition-delay: 51300ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 54000ms;
  -moz-transition-delay: 54000ms;
  -ms-transition-delay: 54000ms;
  -o-transition-delay: 54000ms;
  transition-delay: 54000ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 56700ms;
  -moz-transition-delay: 56700ms;
  -ms-transition-delay: 56700ms;
  -o-transition-delay: 56700ms;
  transition-delay: 56700ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 59400ms;
  -moz-transition-delay: 59400ms;
  -ms-transition-delay: 59400ms;
  -o-transition-delay: 59400ms;
  transition-delay: 59400ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 62100ms;
  -moz-transition-delay: 62100ms;
  -ms-transition-delay: 62100ms;
  -o-transition-delay: 62100ms;
  transition-delay: 62100ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 64800ms;
  -moz-transition-delay: 64800ms;
  -ms-transition-delay: 64800ms;
  -o-transition-delay: 64800ms;
  transition-delay: 64800ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 67500ms;
  -moz-transition-delay: 67500ms;
  -ms-transition-delay: 67500ms;
  -o-transition-delay: 67500ms;
  transition-delay: 67500ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 70200ms;
  -moz-transition-delay: 70200ms;
  -ms-transition-delay: 70200ms;
  -o-transition-delay: 70200ms;
  transition-delay: 70200ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 72900ms;
  -moz-transition-delay: 72900ms;
  -ms-transition-delay: 72900ms;
  -o-transition-delay: 72900ms;
  transition-delay: 72900ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 75600ms;
  -moz-transition-delay: 75600ms;
  -ms-transition-delay: 75600ms;
  -o-transition-delay: 75600ms;
  transition-delay: 75600ms;
}

.wtbx_animated.wtbx-delay-2700 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 78300ms;
  -moz-transition-delay: 78300ms;
  -ms-transition-delay: 78300ms;
  -o-transition-delay: 78300ms;
  transition-delay: 78300ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 5600ms;
  -moz-transition-delay: 5600ms;
  -ms-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  transition-delay: 5600ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 11200ms;
  -moz-transition-delay: 11200ms;
  -ms-transition-delay: 11200ms;
  -o-transition-delay: 11200ms;
  transition-delay: 11200ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 14000ms;
  -moz-transition-delay: 14000ms;
  -ms-transition-delay: 14000ms;
  -o-transition-delay: 14000ms;
  transition-delay: 14000ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 16800ms;
  -moz-transition-delay: 16800ms;
  -ms-transition-delay: 16800ms;
  -o-transition-delay: 16800ms;
  transition-delay: 16800ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 19600ms;
  -moz-transition-delay: 19600ms;
  -ms-transition-delay: 19600ms;
  -o-transition-delay: 19600ms;
  transition-delay: 19600ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 22400ms;
  -moz-transition-delay: 22400ms;
  -ms-transition-delay: 22400ms;
  -o-transition-delay: 22400ms;
  transition-delay: 22400ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 25200ms;
  -moz-transition-delay: 25200ms;
  -ms-transition-delay: 25200ms;
  -o-transition-delay: 25200ms;
  transition-delay: 25200ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 28000ms;
  -moz-transition-delay: 28000ms;
  -ms-transition-delay: 28000ms;
  -o-transition-delay: 28000ms;
  transition-delay: 28000ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 30800ms;
  -moz-transition-delay: 30800ms;
  -ms-transition-delay: 30800ms;
  -o-transition-delay: 30800ms;
  transition-delay: 30800ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 33600ms;
  -moz-transition-delay: 33600ms;
  -ms-transition-delay: 33600ms;
  -o-transition-delay: 33600ms;
  transition-delay: 33600ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 36400ms;
  -moz-transition-delay: 36400ms;
  -ms-transition-delay: 36400ms;
  -o-transition-delay: 36400ms;
  transition-delay: 36400ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 39200ms;
  -moz-transition-delay: 39200ms;
  -ms-transition-delay: 39200ms;
  -o-transition-delay: 39200ms;
  transition-delay: 39200ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 42000ms;
  -moz-transition-delay: 42000ms;
  -ms-transition-delay: 42000ms;
  -o-transition-delay: 42000ms;
  transition-delay: 42000ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 44800ms;
  -moz-transition-delay: 44800ms;
  -ms-transition-delay: 44800ms;
  -o-transition-delay: 44800ms;
  transition-delay: 44800ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 47600ms;
  -moz-transition-delay: 47600ms;
  -ms-transition-delay: 47600ms;
  -o-transition-delay: 47600ms;
  transition-delay: 47600ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 50400ms;
  -moz-transition-delay: 50400ms;
  -ms-transition-delay: 50400ms;
  -o-transition-delay: 50400ms;
  transition-delay: 50400ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 53200ms;
  -moz-transition-delay: 53200ms;
  -ms-transition-delay: 53200ms;
  -o-transition-delay: 53200ms;
  transition-delay: 53200ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 56000ms;
  -moz-transition-delay: 56000ms;
  -ms-transition-delay: 56000ms;
  -o-transition-delay: 56000ms;
  transition-delay: 56000ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 58800ms;
  -moz-transition-delay: 58800ms;
  -ms-transition-delay: 58800ms;
  -o-transition-delay: 58800ms;
  transition-delay: 58800ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 61600ms;
  -moz-transition-delay: 61600ms;
  -ms-transition-delay: 61600ms;
  -o-transition-delay: 61600ms;
  transition-delay: 61600ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 64400ms;
  -moz-transition-delay: 64400ms;
  -ms-transition-delay: 64400ms;
  -o-transition-delay: 64400ms;
  transition-delay: 64400ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 67200ms;
  -moz-transition-delay: 67200ms;
  -ms-transition-delay: 67200ms;
  -o-transition-delay: 67200ms;
  transition-delay: 67200ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 70000ms;
  -moz-transition-delay: 70000ms;
  -ms-transition-delay: 70000ms;
  -o-transition-delay: 70000ms;
  transition-delay: 70000ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 72800ms;
  -moz-transition-delay: 72800ms;
  -ms-transition-delay: 72800ms;
  -o-transition-delay: 72800ms;
  transition-delay: 72800ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 75600ms;
  -moz-transition-delay: 75600ms;
  -ms-transition-delay: 75600ms;
  -o-transition-delay: 75600ms;
  transition-delay: 75600ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 78400ms;
  -moz-transition-delay: 78400ms;
  -ms-transition-delay: 78400ms;
  -o-transition-delay: 78400ms;
  transition-delay: 78400ms;
}

.wtbx_animated.wtbx-delay-2800 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 81200ms;
  -moz-transition-delay: 81200ms;
  -ms-transition-delay: 81200ms;
  -o-transition-delay: 81200ms;
  transition-delay: 81200ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 2900ms;
  -moz-transition-delay: 2900ms;
  -ms-transition-delay: 2900ms;
  -o-transition-delay: 2900ms;
  transition-delay: 2900ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 5800ms;
  -moz-transition-delay: 5800ms;
  -ms-transition-delay: 5800ms;
  -o-transition-delay: 5800ms;
  transition-delay: 5800ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 8700ms;
  -moz-transition-delay: 8700ms;
  -ms-transition-delay: 8700ms;
  -o-transition-delay: 8700ms;
  transition-delay: 8700ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 11600ms;
  -moz-transition-delay: 11600ms;
  -ms-transition-delay: 11600ms;
  -o-transition-delay: 11600ms;
  transition-delay: 11600ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 14500ms;
  -moz-transition-delay: 14500ms;
  -ms-transition-delay: 14500ms;
  -o-transition-delay: 14500ms;
  transition-delay: 14500ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 17400ms;
  -moz-transition-delay: 17400ms;
  -ms-transition-delay: 17400ms;
  -o-transition-delay: 17400ms;
  transition-delay: 17400ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 20300ms;
  -moz-transition-delay: 20300ms;
  -ms-transition-delay: 20300ms;
  -o-transition-delay: 20300ms;
  transition-delay: 20300ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 23200ms;
  -moz-transition-delay: 23200ms;
  -ms-transition-delay: 23200ms;
  -o-transition-delay: 23200ms;
  transition-delay: 23200ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 26100ms;
  -moz-transition-delay: 26100ms;
  -ms-transition-delay: 26100ms;
  -o-transition-delay: 26100ms;
  transition-delay: 26100ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 29000ms;
  -moz-transition-delay: 29000ms;
  -ms-transition-delay: 29000ms;
  -o-transition-delay: 29000ms;
  transition-delay: 29000ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 31900ms;
  -moz-transition-delay: 31900ms;
  -ms-transition-delay: 31900ms;
  -o-transition-delay: 31900ms;
  transition-delay: 31900ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 34800ms;
  -moz-transition-delay: 34800ms;
  -ms-transition-delay: 34800ms;
  -o-transition-delay: 34800ms;
  transition-delay: 34800ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 37700ms;
  -moz-transition-delay: 37700ms;
  -ms-transition-delay: 37700ms;
  -o-transition-delay: 37700ms;
  transition-delay: 37700ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 40600ms;
  -moz-transition-delay: 40600ms;
  -ms-transition-delay: 40600ms;
  -o-transition-delay: 40600ms;
  transition-delay: 40600ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 43500ms;
  -moz-transition-delay: 43500ms;
  -ms-transition-delay: 43500ms;
  -o-transition-delay: 43500ms;
  transition-delay: 43500ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 46400ms;
  -moz-transition-delay: 46400ms;
  -ms-transition-delay: 46400ms;
  -o-transition-delay: 46400ms;
  transition-delay: 46400ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 49300ms;
  -moz-transition-delay: 49300ms;
  -ms-transition-delay: 49300ms;
  -o-transition-delay: 49300ms;
  transition-delay: 49300ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 52200ms;
  -moz-transition-delay: 52200ms;
  -ms-transition-delay: 52200ms;
  -o-transition-delay: 52200ms;
  transition-delay: 52200ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 55100ms;
  -moz-transition-delay: 55100ms;
  -ms-transition-delay: 55100ms;
  -o-transition-delay: 55100ms;
  transition-delay: 55100ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 58000ms;
  -moz-transition-delay: 58000ms;
  -ms-transition-delay: 58000ms;
  -o-transition-delay: 58000ms;
  transition-delay: 58000ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 60900ms;
  -moz-transition-delay: 60900ms;
  -ms-transition-delay: 60900ms;
  -o-transition-delay: 60900ms;
  transition-delay: 60900ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 63800ms;
  -moz-transition-delay: 63800ms;
  -ms-transition-delay: 63800ms;
  -o-transition-delay: 63800ms;
  transition-delay: 63800ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 66700ms;
  -moz-transition-delay: 66700ms;
  -ms-transition-delay: 66700ms;
  -o-transition-delay: 66700ms;
  transition-delay: 66700ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 69600ms;
  -moz-transition-delay: 69600ms;
  -ms-transition-delay: 69600ms;
  -o-transition-delay: 69600ms;
  transition-delay: 69600ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 72500ms;
  -moz-transition-delay: 72500ms;
  -ms-transition-delay: 72500ms;
  -o-transition-delay: 72500ms;
  transition-delay: 72500ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 75400ms;
  -moz-transition-delay: 75400ms;
  -ms-transition-delay: 75400ms;
  -o-transition-delay: 75400ms;
  transition-delay: 75400ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 78300ms;
  -moz-transition-delay: 78300ms;
  -ms-transition-delay: 78300ms;
  -o-transition-delay: 78300ms;
  transition-delay: 78300ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 81200ms;
  -moz-transition-delay: 81200ms;
  -ms-transition-delay: 81200ms;
  -o-transition-delay: 81200ms;
  transition-delay: 81200ms;
}

.wtbx_animated.wtbx-delay-2900 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 84100ms;
  -moz-transition-delay: 84100ms;
  -ms-transition-delay: 84100ms;
  -o-transition-delay: 84100ms;
  transition-delay: 84100ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(2) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(3) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(4) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(5) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(6) {
  -webkit-transition-delay: 15000ms;
  -moz-transition-delay: 15000ms;
  -ms-transition-delay: 15000ms;
  -o-transition-delay: 15000ms;
  transition-delay: 15000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(7) {
  -webkit-transition-delay: 18000ms;
  -moz-transition-delay: 18000ms;
  -ms-transition-delay: 18000ms;
  -o-transition-delay: 18000ms;
  transition-delay: 18000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(8) {
  -webkit-transition-delay: 21000ms;
  -moz-transition-delay: 21000ms;
  -ms-transition-delay: 21000ms;
  -o-transition-delay: 21000ms;
  transition-delay: 21000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(9) {
  -webkit-transition-delay: 24000ms;
  -moz-transition-delay: 24000ms;
  -ms-transition-delay: 24000ms;
  -o-transition-delay: 24000ms;
  transition-delay: 24000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(10) {
  -webkit-transition-delay: 27000ms;
  -moz-transition-delay: 27000ms;
  -ms-transition-delay: 27000ms;
  -o-transition-delay: 27000ms;
  transition-delay: 27000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(11) {
  -webkit-transition-delay: 30000ms;
  -moz-transition-delay: 30000ms;
  -ms-transition-delay: 30000ms;
  -o-transition-delay: 30000ms;
  transition-delay: 30000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(12) {
  -webkit-transition-delay: 33000ms;
  -moz-transition-delay: 33000ms;
  -ms-transition-delay: 33000ms;
  -o-transition-delay: 33000ms;
  transition-delay: 33000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(13) {
  -webkit-transition-delay: 36000ms;
  -moz-transition-delay: 36000ms;
  -ms-transition-delay: 36000ms;
  -o-transition-delay: 36000ms;
  transition-delay: 36000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(14) {
  -webkit-transition-delay: 39000ms;
  -moz-transition-delay: 39000ms;
  -ms-transition-delay: 39000ms;
  -o-transition-delay: 39000ms;
  transition-delay: 39000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(15) {
  -webkit-transition-delay: 42000ms;
  -moz-transition-delay: 42000ms;
  -ms-transition-delay: 42000ms;
  -o-transition-delay: 42000ms;
  transition-delay: 42000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(16) {
  -webkit-transition-delay: 45000ms;
  -moz-transition-delay: 45000ms;
  -ms-transition-delay: 45000ms;
  -o-transition-delay: 45000ms;
  transition-delay: 45000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(17) {
  -webkit-transition-delay: 48000ms;
  -moz-transition-delay: 48000ms;
  -ms-transition-delay: 48000ms;
  -o-transition-delay: 48000ms;
  transition-delay: 48000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(18) {
  -webkit-transition-delay: 51000ms;
  -moz-transition-delay: 51000ms;
  -ms-transition-delay: 51000ms;
  -o-transition-delay: 51000ms;
  transition-delay: 51000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(19) {
  -webkit-transition-delay: 54000ms;
  -moz-transition-delay: 54000ms;
  -ms-transition-delay: 54000ms;
  -o-transition-delay: 54000ms;
  transition-delay: 54000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(20) {
  -webkit-transition-delay: 57000ms;
  -moz-transition-delay: 57000ms;
  -ms-transition-delay: 57000ms;
  -o-transition-delay: 57000ms;
  transition-delay: 57000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(21) {
  -webkit-transition-delay: 60000ms;
  -moz-transition-delay: 60000ms;
  -ms-transition-delay: 60000ms;
  -o-transition-delay: 60000ms;
  transition-delay: 60000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(22) {
  -webkit-transition-delay: 63000ms;
  -moz-transition-delay: 63000ms;
  -ms-transition-delay: 63000ms;
  -o-transition-delay: 63000ms;
  transition-delay: 63000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(23) {
  -webkit-transition-delay: 66000ms;
  -moz-transition-delay: 66000ms;
  -ms-transition-delay: 66000ms;
  -o-transition-delay: 66000ms;
  transition-delay: 66000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(24) {
  -webkit-transition-delay: 69000ms;
  -moz-transition-delay: 69000ms;
  -ms-transition-delay: 69000ms;
  -o-transition-delay: 69000ms;
  transition-delay: 69000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(25) {
  -webkit-transition-delay: 72000ms;
  -moz-transition-delay: 72000ms;
  -ms-transition-delay: 72000ms;
  -o-transition-delay: 72000ms;
  transition-delay: 72000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(26) {
  -webkit-transition-delay: 75000ms;
  -moz-transition-delay: 75000ms;
  -ms-transition-delay: 75000ms;
  -o-transition-delay: 75000ms;
  transition-delay: 75000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(27) {
  -webkit-transition-delay: 78000ms;
  -moz-transition-delay: 78000ms;
  -ms-transition-delay: 78000ms;
  -o-transition-delay: 78000ms;
  transition-delay: 78000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(28) {
  -webkit-transition-delay: 81000ms;
  -moz-transition-delay: 81000ms;
  -ms-transition-delay: 81000ms;
  -o-transition-delay: 81000ms;
  transition-delay: 81000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(29) {
  -webkit-transition-delay: 84000ms;
  -moz-transition-delay: 84000ms;
  -ms-transition-delay: 84000ms;
  -o-transition-delay: 84000ms;
  transition-delay: 84000ms;
}

.wtbx_animated.wtbx-delay-3000 > .wtbx_vc_child_container:nth-of-type(30) {
  -webkit-transition-delay: 87000ms;
  -moz-transition-delay: 87000ms;
  -ms-transition-delay: 87000ms;
  -o-transition-delay: 87000ms;
  transition-delay: 87000ms;
}

.wtbx_animated.wtbx-duration-100 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-100 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 100ms, 100ms;
  -moz-transition-duration: 100ms, 100ms;
  -ms-transition-duration: 100ms, 100ms;
  -o-transition-duration: 100ms, 100ms;
  transition-duration: 100ms, 100ms;
}

.wtbx_animated.wtbx-duration-100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.wtbx_animated.wtbx-duration-100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 100ms, 100ms;
  -webkit-animation-duration: 100ms, 100ms;
  -moz-animation-duration: 100ms, 100ms;
  -o-animation-duration: 100ms, 100ms;
  -ms-animation-duration: 100ms, 100ms;
  animation-duration: 100ms, 100ms;
}

.wtbx_animated.wtbx-duration-200 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-200 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms;
  -ms-transition-duration: 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
}

.wtbx_animated.wtbx-duration-200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.wtbx_animated.wtbx-duration-200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 200ms, 200ms;
  -webkit-animation-duration: 200ms, 200ms;
  -moz-animation-duration: 200ms, 200ms;
  -o-animation-duration: 200ms, 200ms;
  -ms-animation-duration: 200ms, 200ms;
  animation-duration: 200ms, 200ms;
}

.wtbx_animated.wtbx-duration-300 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-300 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 300ms, 300ms;
  -moz-transition-duration: 300ms, 300ms;
  -ms-transition-duration: 300ms, 300ms;
  -o-transition-duration: 300ms, 300ms;
  transition-duration: 300ms, 300ms;
}

.wtbx_animated.wtbx-duration-300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.wtbx_animated.wtbx-duration-300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 300ms, 300ms;
  -webkit-animation-duration: 300ms, 300ms;
  -moz-animation-duration: 300ms, 300ms;
  -o-animation-duration: 300ms, 300ms;
  -ms-animation-duration: 300ms, 300ms;
  animation-duration: 300ms, 300ms;
}

.wtbx_animated.wtbx-duration-400 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-400 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
}

.wtbx_animated.wtbx-duration-400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.wtbx_animated.wtbx-duration-400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 400ms, 400ms;
  -webkit-animation-duration: 400ms, 400ms;
  -moz-animation-duration: 400ms, 400ms;
  -o-animation-duration: 400ms, 400ms;
  -ms-animation-duration: 400ms, 400ms;
  animation-duration: 400ms, 400ms;
}

.wtbx_animated.wtbx-duration-500 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-500 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 500ms, 500ms;
  -moz-transition-duration: 500ms, 500ms;
  -ms-transition-duration: 500ms, 500ms;
  -o-transition-duration: 500ms, 500ms;
  transition-duration: 500ms, 500ms;
}

.wtbx_animated.wtbx-duration-500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.wtbx_animated.wtbx-duration-500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 500ms, 500ms;
  -webkit-animation-duration: 500ms, 500ms;
  -moz-animation-duration: 500ms, 500ms;
  -o-animation-duration: 500ms, 500ms;
  -ms-animation-duration: 500ms, 500ms;
  animation-duration: 500ms, 500ms;
}

.wtbx_animated.wtbx-duration-600 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-600 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 600ms, 600ms;
  -moz-transition-duration: 600ms, 600ms;
  -ms-transition-duration: 600ms, 600ms;
  -o-transition-duration: 600ms, 600ms;
  transition-duration: 600ms, 600ms;
}

.wtbx_animated.wtbx-duration-600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.wtbx_animated.wtbx-duration-600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 600ms, 600ms;
  -webkit-animation-duration: 600ms, 600ms;
  -moz-animation-duration: 600ms, 600ms;
  -o-animation-duration: 600ms, 600ms;
  -ms-animation-duration: 600ms, 600ms;
  animation-duration: 600ms, 600ms;
}

.wtbx_animated.wtbx-duration-700 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-700 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 700ms, 700ms;
  -moz-transition-duration: 700ms, 700ms;
  -ms-transition-duration: 700ms, 700ms;
  -o-transition-duration: 700ms, 700ms;
  transition-duration: 700ms, 700ms;
}

.wtbx_animated.wtbx-duration-700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.wtbx_animated.wtbx-duration-700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 700ms, 700ms;
  -webkit-animation-duration: 700ms, 700ms;
  -moz-animation-duration: 700ms, 700ms;
  -o-animation-duration: 700ms, 700ms;
  -ms-animation-duration: 700ms, 700ms;
  animation-duration: 700ms, 700ms;
}

.wtbx_animated.wtbx-duration-800 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-800 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 800ms, 800ms;
  -moz-transition-duration: 800ms, 800ms;
  -ms-transition-duration: 800ms, 800ms;
  -o-transition-duration: 800ms, 800ms;
  transition-duration: 800ms, 800ms;
}

.wtbx_animated.wtbx-duration-800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.wtbx_animated.wtbx-duration-800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 800ms, 800ms;
  -webkit-animation-duration: 800ms, 800ms;
  -moz-animation-duration: 800ms, 800ms;
  -o-animation-duration: 800ms, 800ms;
  -ms-animation-duration: 800ms, 800ms;
  animation-duration: 800ms, 800ms;
}

.wtbx_animated.wtbx-duration-900 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-900 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 900ms, 900ms;
  -moz-transition-duration: 900ms, 900ms;
  -ms-transition-duration: 900ms, 900ms;
  -o-transition-duration: 900ms, 900ms;
  transition-duration: 900ms, 900ms;
}

.wtbx_animated.wtbx-duration-900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.wtbx_animated.wtbx-duration-900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 900ms, 900ms;
  -webkit-animation-duration: 900ms, 900ms;
  -moz-animation-duration: 900ms, 900ms;
  -o-animation-duration: 900ms, 900ms;
  -ms-animation-duration: 900ms, 900ms;
  animation-duration: 900ms, 900ms;
}

.wtbx_animated.wtbx-duration-1000 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1000 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1000ms, 1000ms;
  -moz-transition-duration: 1000ms, 1000ms;
  -ms-transition-duration: 1000ms, 1000ms;
  -o-transition-duration: 1000ms, 1000ms;
  transition-duration: 1000ms, 1000ms;
}

.wtbx_animated.wtbx-duration-1000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.wtbx_animated.wtbx-duration-1000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1000ms, 1000ms;
  -webkit-animation-duration: 1000ms, 1000ms;
  -moz-animation-duration: 1000ms, 1000ms;
  -o-animation-duration: 1000ms, 1000ms;
  -ms-animation-duration: 1000ms, 1000ms;
  animation-duration: 1000ms, 1000ms;
}

.wtbx_animated.wtbx-duration-1100 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1100 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1100ms, 1100ms;
  -moz-transition-duration: 1100ms, 1100ms;
  -ms-transition-duration: 1100ms, 1100ms;
  -o-transition-duration: 1100ms, 1100ms;
  transition-duration: 1100ms, 1100ms;
}

.wtbx_animated.wtbx-duration-1100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

.wtbx_animated.wtbx-duration-1100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1100ms, 1100ms;
  -webkit-animation-duration: 1100ms, 1100ms;
  -moz-animation-duration: 1100ms, 1100ms;
  -o-animation-duration: 1100ms, 1100ms;
  -ms-animation-duration: 1100ms, 1100ms;
  animation-duration: 1100ms, 1100ms;
}

.wtbx_animated.wtbx-duration-1200 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1200 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1200ms, 1200ms;
  -moz-transition-duration: 1200ms, 1200ms;
  -ms-transition-duration: 1200ms, 1200ms;
  -o-transition-duration: 1200ms, 1200ms;
  transition-duration: 1200ms, 1200ms;
}

.wtbx_animated.wtbx-duration-1200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.wtbx_animated.wtbx-duration-1200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1200ms, 1200ms;
  -webkit-animation-duration: 1200ms, 1200ms;
  -moz-animation-duration: 1200ms, 1200ms;
  -o-animation-duration: 1200ms, 1200ms;
  -ms-animation-duration: 1200ms, 1200ms;
  animation-duration: 1200ms, 1200ms;
}

.wtbx_animated.wtbx-duration-1300 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1300 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1300ms, 1300ms;
  -moz-transition-duration: 1300ms, 1300ms;
  -ms-transition-duration: 1300ms, 1300ms;
  -o-transition-duration: 1300ms, 1300ms;
  transition-duration: 1300ms, 1300ms;
}

.wtbx_animated.wtbx-duration-1300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

.wtbx_animated.wtbx-duration-1300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1300ms, 1300ms;
  -webkit-animation-duration: 1300ms, 1300ms;
  -moz-animation-duration: 1300ms, 1300ms;
  -o-animation-duration: 1300ms, 1300ms;
  -ms-animation-duration: 1300ms, 1300ms;
  animation-duration: 1300ms, 1300ms;
}

.wtbx_animated.wtbx-duration-1400 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1400 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1400ms, 1400ms;
  -moz-transition-duration: 1400ms, 1400ms;
  -ms-transition-duration: 1400ms, 1400ms;
  -o-transition-duration: 1400ms, 1400ms;
  transition-duration: 1400ms, 1400ms;
}

.wtbx_animated.wtbx-duration-1400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.wtbx_animated.wtbx-duration-1400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1400ms, 1400ms;
  -webkit-animation-duration: 1400ms, 1400ms;
  -moz-animation-duration: 1400ms, 1400ms;
  -o-animation-duration: 1400ms, 1400ms;
  -ms-animation-duration: 1400ms, 1400ms;
  animation-duration: 1400ms, 1400ms;
}

.wtbx_animated.wtbx-duration-1500 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1500 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1500ms, 1500ms;
  -moz-transition-duration: 1500ms, 1500ms;
  -ms-transition-duration: 1500ms, 1500ms;
  -o-transition-duration: 1500ms, 1500ms;
  transition-duration: 1500ms, 1500ms;
}

.wtbx_animated.wtbx-duration-1500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.wtbx_animated.wtbx-duration-1500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1500ms, 1500ms;
  -webkit-animation-duration: 1500ms, 1500ms;
  -moz-animation-duration: 1500ms, 1500ms;
  -o-animation-duration: 1500ms, 1500ms;
  -ms-animation-duration: 1500ms, 1500ms;
  animation-duration: 1500ms, 1500ms;
}

.wtbx_animated.wtbx-duration-1600 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1600 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1600ms, 1600ms;
  -moz-transition-duration: 1600ms, 1600ms;
  -ms-transition-duration: 1600ms, 1600ms;
  -o-transition-duration: 1600ms, 1600ms;
  transition-duration: 1600ms, 1600ms;
}

.wtbx_animated.wtbx-duration-1600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.wtbx_animated.wtbx-duration-1600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1600ms, 1600ms;
  -webkit-animation-duration: 1600ms, 1600ms;
  -moz-animation-duration: 1600ms, 1600ms;
  -o-animation-duration: 1600ms, 1600ms;
  -ms-animation-duration: 1600ms, 1600ms;
  animation-duration: 1600ms, 1600ms;
}

.wtbx_animated.wtbx-duration-1700 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1700 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1700ms, 1700ms;
  -moz-transition-duration: 1700ms, 1700ms;
  -ms-transition-duration: 1700ms, 1700ms;
  -o-transition-duration: 1700ms, 1700ms;
  transition-duration: 1700ms, 1700ms;
}

.wtbx_animated.wtbx-duration-1700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 850ms;
  -moz-transition-delay: 850ms;
  -ms-transition-delay: 850ms;
  -o-transition-delay: 850ms;
  transition-delay: 850ms;
}

.wtbx_animated.wtbx-duration-1700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1700ms, 1700ms;
  -webkit-animation-duration: 1700ms, 1700ms;
  -moz-animation-duration: 1700ms, 1700ms;
  -o-animation-duration: 1700ms, 1700ms;
  -ms-animation-duration: 1700ms, 1700ms;
  animation-duration: 1700ms, 1700ms;
}

.wtbx_animated.wtbx-duration-1800 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1800 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1800ms, 1800ms;
  -moz-transition-duration: 1800ms, 1800ms;
  -ms-transition-duration: 1800ms, 1800ms;
  -o-transition-duration: 1800ms, 1800ms;
  transition-duration: 1800ms, 1800ms;
}

.wtbx_animated.wtbx-duration-1800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.wtbx_animated.wtbx-duration-1800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1800ms, 1800ms;
  -webkit-animation-duration: 1800ms, 1800ms;
  -moz-animation-duration: 1800ms, 1800ms;
  -o-animation-duration: 1800ms, 1800ms;
  -ms-animation-duration: 1800ms, 1800ms;
  animation-duration: 1800ms, 1800ms;
}

.wtbx_animated.wtbx-duration-1900 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-1900 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-1900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 1900ms, 1900ms;
  -moz-transition-duration: 1900ms, 1900ms;
  -ms-transition-duration: 1900ms, 1900ms;
  -o-transition-duration: 1900ms, 1900ms;
  transition-duration: 1900ms, 1900ms;
}

.wtbx_animated.wtbx-duration-1900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 950ms;
  -moz-transition-delay: 950ms;
  -ms-transition-delay: 950ms;
  -o-transition-delay: 950ms;
  transition-delay: 950ms;
}

.wtbx_animated.wtbx-duration-1900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 1900ms, 1900ms;
  -webkit-animation-duration: 1900ms, 1900ms;
  -moz-animation-duration: 1900ms, 1900ms;
  -o-animation-duration: 1900ms, 1900ms;
  -ms-animation-duration: 1900ms, 1900ms;
  animation-duration: 1900ms, 1900ms;
}

.wtbx_animated.wtbx-duration-2000 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2000 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2000ms, 2000ms;
  -moz-transition-duration: 2000ms, 2000ms;
  -ms-transition-duration: 2000ms, 2000ms;
  -o-transition-duration: 2000ms, 2000ms;
  transition-duration: 2000ms, 2000ms;
}

.wtbx_animated.wtbx-duration-2000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.wtbx_animated.wtbx-duration-2000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2000ms, 2000ms;
  -webkit-animation-duration: 2000ms, 2000ms;
  -moz-animation-duration: 2000ms, 2000ms;
  -o-animation-duration: 2000ms, 2000ms;
  -ms-animation-duration: 2000ms, 2000ms;
  animation-duration: 2000ms, 2000ms;
}

.wtbx_animated.wtbx-duration-2100 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2100 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2100ms, 2100ms;
  -moz-transition-duration: 2100ms, 2100ms;
  -ms-transition-duration: 2100ms, 2100ms;
  -o-transition-duration: 2100ms, 2100ms;
  transition-duration: 2100ms, 2100ms;
}

.wtbx_animated.wtbx-duration-2100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1050ms;
  -moz-transition-delay: 1050ms;
  -ms-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  transition-delay: 1050ms;
}

.wtbx_animated.wtbx-duration-2100 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2100ms, 2100ms;
  -webkit-animation-duration: 2100ms, 2100ms;
  -moz-animation-duration: 2100ms, 2100ms;
  -o-animation-duration: 2100ms, 2100ms;
  -ms-animation-duration: 2100ms, 2100ms;
  animation-duration: 2100ms, 2100ms;
}

.wtbx_animated.wtbx-duration-2200 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2200 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2200ms, 2200ms;
  -moz-transition-duration: 2200ms, 2200ms;
  -ms-transition-duration: 2200ms, 2200ms;
  -o-transition-duration: 2200ms, 2200ms;
  transition-duration: 2200ms, 2200ms;
}

.wtbx_animated.wtbx-duration-2200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.wtbx_animated.wtbx-duration-2200 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2200ms, 2200ms;
  -webkit-animation-duration: 2200ms, 2200ms;
  -moz-animation-duration: 2200ms, 2200ms;
  -o-animation-duration: 2200ms, 2200ms;
  -ms-animation-duration: 2200ms, 2200ms;
  animation-duration: 2200ms, 2200ms;
}

.wtbx_animated.wtbx-duration-2300 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2300 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2300ms, 2300ms;
  -moz-transition-duration: 2300ms, 2300ms;
  -ms-transition-duration: 2300ms, 2300ms;
  -o-transition-duration: 2300ms, 2300ms;
  transition-duration: 2300ms, 2300ms;
}

.wtbx_animated.wtbx-duration-2300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1150ms;
  -moz-transition-delay: 1150ms;
  -ms-transition-delay: 1150ms;
  -o-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

.wtbx_animated.wtbx-duration-2300 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2300ms, 2300ms;
  -webkit-animation-duration: 2300ms, 2300ms;
  -moz-animation-duration: 2300ms, 2300ms;
  -o-animation-duration: 2300ms, 2300ms;
  -ms-animation-duration: 2300ms, 2300ms;
  animation-duration: 2300ms, 2300ms;
}

.wtbx_animated.wtbx-duration-2400 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2400 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2400ms, 2400ms;
  -moz-transition-duration: 2400ms, 2400ms;
  -ms-transition-duration: 2400ms, 2400ms;
  -o-transition-duration: 2400ms, 2400ms;
  transition-duration: 2400ms, 2400ms;
}

.wtbx_animated.wtbx-duration-2400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.wtbx_animated.wtbx-duration-2400 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2400ms, 2400ms;
  -webkit-animation-duration: 2400ms, 2400ms;
  -moz-animation-duration: 2400ms, 2400ms;
  -o-animation-duration: 2400ms, 2400ms;
  -ms-animation-duration: 2400ms, 2400ms;
  animation-duration: 2400ms, 2400ms;
}

.wtbx_animated.wtbx-duration-2500 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2500 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2500ms, 2500ms;
  -moz-transition-duration: 2500ms, 2500ms;
  -ms-transition-duration: 2500ms, 2500ms;
  -o-transition-duration: 2500ms, 2500ms;
  transition-duration: 2500ms, 2500ms;
}

.wtbx_animated.wtbx-duration-2500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1250ms;
  -moz-transition-delay: 1250ms;
  -ms-transition-delay: 1250ms;
  -o-transition-delay: 1250ms;
  transition-delay: 1250ms;
}

.wtbx_animated.wtbx-duration-2500 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2500ms, 2500ms;
  -webkit-animation-duration: 2500ms, 2500ms;
  -moz-animation-duration: 2500ms, 2500ms;
  -o-animation-duration: 2500ms, 2500ms;
  -ms-animation-duration: 2500ms, 2500ms;
  animation-duration: 2500ms, 2500ms;
}

.wtbx_animated.wtbx-duration-2600 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2600 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2600ms, 2600ms;
  -moz-transition-duration: 2600ms, 2600ms;
  -ms-transition-duration: 2600ms, 2600ms;
  -o-transition-duration: 2600ms, 2600ms;
  transition-duration: 2600ms, 2600ms;
}

.wtbx_animated.wtbx-duration-2600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.wtbx_animated.wtbx-duration-2600 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2600ms, 2600ms;
  -webkit-animation-duration: 2600ms, 2600ms;
  -moz-animation-duration: 2600ms, 2600ms;
  -o-animation-duration: 2600ms, 2600ms;
  -ms-animation-duration: 2600ms, 2600ms;
  animation-duration: 2600ms, 2600ms;
}

.wtbx_animated.wtbx-duration-2700 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2700 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2700ms, 2700ms;
  -moz-transition-duration: 2700ms, 2700ms;
  -ms-transition-duration: 2700ms, 2700ms;
  -o-transition-duration: 2700ms, 2700ms;
  transition-duration: 2700ms, 2700ms;
}

.wtbx_animated.wtbx-duration-2700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1350ms;
  -moz-transition-delay: 1350ms;
  -ms-transition-delay: 1350ms;
  -o-transition-delay: 1350ms;
  transition-delay: 1350ms;
}

.wtbx_animated.wtbx-duration-2700 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2700ms, 2700ms;
  -webkit-animation-duration: 2700ms, 2700ms;
  -moz-animation-duration: 2700ms, 2700ms;
  -o-animation-duration: 2700ms, 2700ms;
  -ms-animation-duration: 2700ms, 2700ms;
  animation-duration: 2700ms, 2700ms;
}

.wtbx_animated.wtbx-duration-2800 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2800 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2800ms, 2800ms;
  -moz-transition-duration: 2800ms, 2800ms;
  -ms-transition-duration: 2800ms, 2800ms;
  -o-transition-duration: 2800ms, 2800ms;
  transition-duration: 2800ms, 2800ms;
}

.wtbx_animated.wtbx-duration-2800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.wtbx_animated.wtbx-duration-2800 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2800ms, 2800ms;
  -webkit-animation-duration: 2800ms, 2800ms;
  -moz-animation-duration: 2800ms, 2800ms;
  -o-animation-duration: 2800ms, 2800ms;
  -ms-animation-duration: 2800ms, 2800ms;
  animation-duration: 2800ms, 2800ms;
}

.wtbx_animated.wtbx-duration-2900 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-2900 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-2900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 2900ms, 2900ms;
  -moz-transition-duration: 2900ms, 2900ms;
  -ms-transition-duration: 2900ms, 2900ms;
  -o-transition-duration: 2900ms, 2900ms;
  transition-duration: 2900ms, 2900ms;
}

.wtbx_animated.wtbx-duration-2900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1450ms;
  -moz-transition-delay: 1450ms;
  -ms-transition-delay: 1450ms;
  -o-transition-delay: 1450ms;
  transition-delay: 1450ms;
}

.wtbx_animated.wtbx-duration-2900 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 2900ms, 2900ms;
  -webkit-animation-duration: 2900ms, 2900ms;
  -moz-animation-duration: 2900ms, 2900ms;
  -o-animation-duration: 2900ms, 2900ms;
  -ms-animation-duration: 2900ms, 2900ms;
  animation-duration: 2900ms, 2900ms;
}

.wtbx_animated.wtbx-duration-3000 > .wtbx_vc_el_container,
.wtbx_animated.wtbx-duration-3000 > .wtbx_vc_child_container,
.wtbx_animated.wtbx-duration-3000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-duration: 3000ms, 3000ms;
  -moz-transition-duration: 3000ms, 3000ms;
  -ms-transition-duration: 3000ms, 3000ms;
  -o-transition-duration: 3000ms, 3000ms;
  transition-duration: 3000ms, 3000ms;
}

.wtbx_animated.wtbx-duration-3000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el_half {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.wtbx_animated.wtbx-duration-3000 > .wtbx_vc_split_text_container > .wtbx_vc_split_text_inner > .wtbx_split_text_wrapper > .wtbx_split_text_cont > .wtbx_vc_animation_el {
  animation-duration: 3000ms, 3000ms;
  -webkit-animation-duration: 3000ms, 3000ms;
  -moz-animation-duration: 3000ms, 3000ms;
  -o-animation-duration: 3000ms, 3000ms;
  -ms-animation-duration: 3000ms, 3000ms;
  animation-duration: 3000ms, 3000ms;
}

/*---------------------------------------------------------------*/
/* 19.  RESPONSIVE
/*---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------
* --    SHORTCODES - DISABLE CSS PROPERTIES & HIDE ON SMALL SCREENS
*-------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .wtbx_hide_on_normal_screen {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .wtbx_hide_tablet_landscape {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wtbx_hide_tablet_portrait {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wtbx_hide_mobile_landscape {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .wtbx_hide_mobile_portrait {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .wtbx_disable_height_tablet_landscape,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_row_container .wtbx_row_content_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_column_inner {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_height_tablet_landscape .wtbx_section_content,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_row_container .wtbx_row_content_inner .wtbx_section_content,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner .wtbx_section_content,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_column_inner .wtbx_section_content {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_height_tablet_landscape .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_column_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_row_container .wtbx_row_content_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_row_container .wtbx_row_content_inner > .wtbx_vc_column_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner > .wtbx_vc_column_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_column_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_tablet_landscape > .wtbx_vc_column_inner > .wtbx_vc_column_inner {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_gap_tablet_landscape > .wtbx_vc_row_container .wtbx_vc_column_container,
.wtbx_disable_gap_tablet_landscape > .wtbx_vc_row_container .wtbx_vc_inner_column_container {
    padding: 0 !important;
  }
  .wtbx_disable_gap_tablet_landscape > .wtbx_vc_row_container > .wtbx_vc_row_inner > .wtbx_row_wrapper > .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_gap_tablet_landscape > .wtbx_vc_inner_row_container > .wtbx_vc_inner_row_inner > .wtbx_inner_row_wrapper > .wtbx_inner_row_content > .wtbx_inner_row_content_inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wtbx_anim_disable_tablet_landscape .wtbx_section_bg_anim,
.wtbx_anim_disable_tablet_landscape .wtbx_row_bg_anim {
    display: none;
  }
  .wtbx_disable_scroll_tablet_landscape.wtbx_column_scroll_smooth .wtbx_column_content,
.wtbx_disable_scroll_tablet_landscape.wtbx_inner_column_scroll_smooth .wtbx_inner_column_content {
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transition: transform 0s, opacity 0s !important;
    -moz-transition: transform 0s, opacity 0s !important;
    -ms-transition: transform 0s, opacity 0s !important;
    -o-transition: transform 0s, opacity 0s !important;
    transition: transform 0s, opacity 0s !important;
  }
}

@media only screen and (max-width: 991px) {
  .wtbx_disable_height_tablet_portrait,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_row_container .wtbx_row_content_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_column_inner {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_height_tablet_portrait .wtbx_section_content,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_row_container .wtbx_row_content_inner .wtbx_section_content,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner .wtbx_section_content,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_column_inner .wtbx_section_content {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_height_tablet_portrait .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_column_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_row_container .wtbx_row_content_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_row_container .wtbx_row_content_inner > .wtbx_vc_column_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner > .wtbx_vc_column_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_column_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_tablet_portrait > .wtbx_vc_column_inner > .wtbx_vc_column_inner {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_gap_tablet_portrait > .wtbx_vc_row_container .wtbx_vc_column_container,
.wtbx_disable_gap_tablet_portrait > .wtbx_vc_row_container .wtbx_vc_inner_column_container {
    padding: 0 !important;
  }
  .wtbx_disable_gap_tablet_portrait > .wtbx_vc_row_container > .wtbx_vc_row_inner > .wtbx_row_wrapper > .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_gap_tablet_portrait > .wtbx_vc_inner_row_container > .wtbx_vc_inner_row_inner > .wtbx_inner_row_wrapper > .wtbx_inner_row_content > .wtbx_inner_row_content_inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wtbx_disable_scroll_tablet_portrait.wtbx_column_scroll_smooth .wtbx_column_content,
.wtbx_disable_scroll_tablet_portrait.wtbx_inner_column_scroll_smooth .wtbx_inner_column_content {
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transition: transform 0s, opacity 0s !important;
    -moz-transition: transform 0s, opacity 0s !important;
    -ms-transition: transform 0s, opacity 0s !important;
    -o-transition: transform 0s, opacity 0s !important;
    transition: transform 0s, opacity 0s !important;
  }
}

@media only screen and (max-width: 767px) {
  .wtbx_vc_column, .wtbx_vc_inner_column {
    width: 100%;
  }
  .wtbx_disable_height_mobile_landscape,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_row_container .wtbx_row_content_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_column_inner {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_height_mobile_landscape .wtbx_section_content,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_row_container .wtbx_row_content_inner .wtbx_section_content,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner .wtbx_section_content,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_column_inner .wtbx_section_content {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_height_mobile_landscape .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_column_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_row_container .wtbx_row_content_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_row_container .wtbx_row_content_inner > .wtbx_vc_column_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner > .wtbx_vc_column_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_column_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_mobile_landscape > .wtbx_vc_column_inner > .wtbx_vc_column_inner {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_gap_mobile_landscape > .wtbx_vc_row_container .wtbx_vc_column_container,
.wtbx_disable_gap_mobile_landscape > .wtbx_vc_row_container .wtbx_vc_inner_column_container {
    padding: 0 !important;
  }
  .wtbx_disable_scroll_mobile_landscape.wtbx_column_scroll_smooth .wtbx_column_content,
.wtbx_disable_scroll_mobile_landscape.wtbx_inner_column_scroll_smooth .wtbx_inner_column_content {
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transition: transform 0s, opacity 0s !important;
    -moz-transition: transform 0s, opacity 0s !important;
    -ms-transition: transform 0s, opacity 0s !important;
    -o-transition: transform 0s, opacity 0s !important;
    transition: transform 0s, opacity 0s !important;
  }
}

@media only screen and (max-width: 479px) {
  .wtbx_disable_height_mobile_portrait,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_row_container .wtbx_row_content_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_column_inner {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_height_mobile_portrait .wtbx_section_content,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_row_container .wtbx_row_content_inner .wtbx_section_content,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner .wtbx_section_content,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_column_inner .wtbx_section_content {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_height_mobile_portrait .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_column_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_row_container .wtbx_row_content_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_row_container .wtbx_row_content_inner > .wtbx_vc_column_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_inner_row_container .wtbx_inner_row_content_inner > .wtbx_vc_column_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_column_inner .wtbx_row_content > .wtbx_row_content_inner,
.wtbx_disable_height_mobile_portrait > .wtbx_vc_column_inner > .wtbx_vc_column_inner {
    height: auto !important;
    min-height: initial !important;
  }
  .wtbx_disable_gap_mobile_portrait > .wtbx_vc_row_container .wtbx_vc_column_container,
.wtbx_disable_gap_mobile_portrait > .wtbx_vc_row_container .wtbx_vc_inner_column_container {
    padding: 0 !important;
  }
  .wtbx_disable_scroll_mobile_portrait.wtbx_column_scroll_smooth .wtbx_column_content,
.wtbx_disable_scroll_mobile_portrait.wtbx_inner_column_scroll_smooth .wtbx_inner_column_content {
    opacity: 1 !important;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -webkit-transition: transform 0s, opacity 0s !important;
    -moz-transition: transform 0s, opacity 0s !important;
    -ms-transition: transform 0s, opacity 0s !important;
    -o-transition: transform 0s, opacity 0s !important;
    transition: transform 0s, opacity 0s !important;
  }
}

/*
* -------------------------------------------------------------------------------------------
* ALL DEVICES INCLUDING TABLET LANDSCAPE
* -------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  }
}

/*
* -------------------------------------------------------------------------------------------
* ALL DEVICES STARTING TABLET PORTRAIT
* -------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  /* Even Column Layouts */
  /* 4 becomes 2 */
  .vc_responsive .wtbx_vc_row .vc_col-sm-3 {
    width: 50%;
  }
  .vc_responsive .wtbx_vc_row .vc_col-sm-9 {
    width: 100%;
  }
  /* 3 becomes 1 */
  .vc_responsive .wtbx_vc_row .vc_col-sm-4,
.vc_responsive .wtbx_vc_row .vc_col-sm-8 {
    width: 100%;
  }
  /* 6 becomes 3 */
  .vc_responsive .wtbx_vc_row .vc_col-sm-2 {
    width: 33.3333%;
  }
  /* Page Title */
  .page-header .page-title {
    border-bottom: none;
  }
  /* WordPress gallery */
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
    min-width: 100%;
  }
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    min-width: 48%;
    max-width: 48px;
  }
  #container.container-portfolio-item #content.content-right .portfolio-content-wrapper, #container.container-portfolio-item #content.content-right-sticky .portfolio-content-wrapper, #container.container-portfolio-item #content.content-left .portfolio-content-wrapper, #container.container-portfolio-item #content.content-left-sticky .portfolio-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #container.container-portfolio-item #content.content-right .portfolio-item-media,
#container.container-portfolio-item #content.content-right .portfolio-content-wrapper, #container.container-portfolio-item #content.content-right-sticky .portfolio-item-media,
#container.container-portfolio-item #content.content-right-sticky .portfolio-content-wrapper, #container.container-portfolio-item #content.content-left .portfolio-item-media,
#container.container-portfolio-item #content.content-left .portfolio-content-wrapper, #container.container-portfolio-item #content.content-left-sticky .portfolio-item-media,
#container.container-portfolio-item #content.content-left-sticky .portfolio-content-wrapper {
    width: 100%;
    float: none;
  }
  #container.container-portfolio-item #content.content-right .portfolio-item-media + .portfolio-content-wrapper, #container.container-portfolio-item #content.content-right-sticky .portfolio-item-media + .portfolio-content-wrapper, #container.container-portfolio-item #content.content-left .portfolio-item-media + .portfolio-content-wrapper, #container.container-portfolio-item #content.content-left-sticky .portfolio-item-media + .portfolio-content-wrapper {
    margin-top: 30px;
  }
  #container.container-portfolio-item #content.content-right .item-field, #container.container-portfolio-item #content.content-right-sticky .item-field, #container.container-portfolio-item #content.content-left .item-field, #container.container-portfolio-item #content.content-left-sticky .item-field {
    width: 100%;
  }
  #container.container-portfolio-item #content.content-top-onecol .portfolio-item-details, #container.container-portfolio-item #content.content-bottom-onecol .portfolio-item-details {
    border: none !important;
  }
  #container.container-portfolio-item #content.content-top-onecol .portfolio-item-details .item-field, #container.container-portfolio-item #content.content-bottom-onecol .portfolio-item-details .item-field {
    padding: 0 !important;
  }
  .portfolio-item-gallery-vertical {
    margin-bottom: 30px !important;
  }
  .portfolio-item-gallery-grid {
    margin-bottom: 15px !important;
  }
  .portfolio-item-slider .wtbx-page-links .wtbx-nav-prev,
.portfolio-item-slider .wtbx-page-links .wtbx-nav-next {
    visibility: hidden !important;
  }
  .portfolio-item-details .item-fields .item-field {
    display: table !important;
    table-layout: fixed !important;
    text-align: left;
    width: 100%;
    margin-bottom: 1em !important;
  }
  .portfolio-item-details .item-fields .item-field .item-label, .portfolio-item-details .item-fields .item-field .item-value {
    display: table-cell !important;
  }
}

/*
* -------------------------------------------------------------------------------------------
* MOBILE BOTH VIEWS
* -------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .vc_responsive .wtbx_vc_row .vc_col-sm-3,
.vc_responsive .wtbx_vc_row .vc_col-sm-2 {
    width: 100%;
  }
  article.error404 .row-inner h2 {
    font-size: 20px;
  }
  article.error404 .row-inner p {
    font-size: 16px;
  }
  article.error404 .row-inner i {
    font-size: 40px;
    width: 40px;
  }
  article.post-entry .entry-meta .meta-date {
    float: none;
    display: block;
    margin: 10px 0;
  }
  .author-area .author-image {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .author-area .author-image .author-image-inner {
    margin: 0 auto;
  }
  .author-area .author-bio {
    margin: 0;
  }
  .author-area .author-bio .author-name, .author-area .author-bio .author-position {
    display: block;
    text-align: center;
  }
  .author-area .author-bio .author-info {
    margin-top: 30px;
  }
  .author-area .author-bio .author-position {
    margin-top: 7px;
  }
  .author-area .author-bio .author-contacts {
    text-align: center;
  }
  .author-area .author-bio .author-contacts .author-contact-link {
    float: none;
  }
  .portfolio-item-description,
.portfolio-item-details {
    width: 100% !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .portfolio-item-carousel .slick-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .portfolio-item-carousel .wtbx-page-links {
    display: none;
  }
  .portfolio-item-zigzag .portfolio-item-section {
    display: block;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: -webkit-translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .portfolio-item-zigzag .portfolio-item-section .portfolio-item-text, .portfolio-item-zigzag .portfolio-item-section .portfolio-item-image {
    display: block;
    float: none !important;
  }
  .portfolio-item-zigzag .portfolio-item-section .portfolio-item-text .portfolio-item-text-inner, .portfolio-item-zigzag .portfolio-item-section .portfolio-item-text .portfolio-item-image-inner, .portfolio-item-zigzag .portfolio-item-section .portfolio-item-image .portfolio-item-text-inner, .portfolio-item-zigzag .portfolio-item-section .portfolio-item-image .portfolio-item-image-inner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .portfolio-item-zigzag .portfolio-item-section .portfolio-item-image-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .portfolio-item-zigzag .portfolio-item-section .portfolio-item-image-inner:hover .portfolio-zigzag-image {
    box-shadow: none !important;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .portfolio-item-zigzag .portfolio-item-section .portfolio-item-image-inner .portfolio-zigzag-image {
    box-shadow: none !important;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .portfolio-item-zigzag .portfolio-item-section .portfolio-item-image {
    padding-top: 0;
    padding-bottom: 0;
  }
  .portfolio-item-zigzag .portfolio-item-section .portfolio-item-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .container-portfolio-checkers .portfolio-content-wrapper,
.container-portfolio-zigzag .portfolio-content-wrapper {
    padding-top: 0;
  }
  .portfolio-item-checkers .portfolio-item-section {
    display: block;
  }
  .portfolio-item-checkers .portfolio-item-section .portfolio-item-text, .portfolio-item-checkers .portfolio-item-section .portfolio-item-image {
    display: block;
    width: 100%;
    float: none !important;
    margin: 30px 0;
  }
  .portfolio-item-checkers .portfolio-item-section .portfolio-item-text .portfolio-item-text-inner, .portfolio-item-checkers .portfolio-item-section .portfolio-item-text .portfolio-image-inner, .portfolio-item-checkers .portfolio-item-section .portfolio-item-image .portfolio-item-text-inner, .portfolio-item-checkers .portfolio-item-section .portfolio-item-image .portfolio-image-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .portfolio-item-checkers .portfolio-item-section .portfolio-item-image {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    bottom: auto;
    left: auto !important;
    right: auto !important;
  }
  .portfolio-item-checkers .portfolio-item-section .portfolio-item-image .portfolio-image-wrapper {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .portfolio-item-checkers .portfolio-item-section .portfolio-item-text {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .portfolio-item-checkers .portfolio-item-section .portfolio-checkers-image {
    box-shadow: none;
  }
}

/*
* -------------------------------------------------------------------------------------------
* MOBILE LANDSCAPE ONLY
* -------------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Table style */
  th {
    padding: 10px;
  }
  td {
    padding: 10px 5px;
  }
}

/*
* -------------------------------------------------------------------------------------------
* MOBILE PORTRAIT & LOWER
* -------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 479px) {
  th {
    padding: 5px;
  }
  td {
    padding: 5px 2px;
  }
  dt {
    text-align: left;
    width: auto;
  }
  dd {
    clear: both;
    margin: 0;
  }
  #comments .comment-header .reply {
    display: none;
  }
  #comments .comment-container > .reply {
    display: block;
  }
  .col_container .col_3 {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
  }
  /* WordPress Gallery */
  .gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    max-width: 100%;
    min-width: 100%;
  }
}

/*********************
INPUTS
*********************/
.post-password-form label {
  margin-right: 1em;
}

.post-password-form input[type="password"] {
  margin: 0;
}

.post-password-form input[type="submit"] {
  margin-top: 15px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="url"],
input[type="range"],
input[type="date"],
select,
textarea,
.field,
.select2-container .select2-choice,
.select2-container .select2-selection {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  margin: 0;
  border-radius: 6px;
  border-width: 0;
  vertical-align: middle;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="range"]:focus,
input[type="range"]:active,
input[type="date"]:focus,
input[type="date"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active,
.select2-container .select2-choice:focus,
.select2-container .select2-choice:active,
.select2-container .select2-selection:focus,
.select2-container .select2-selection:active {
  background-color: #fff;
  border-color: transparent;
}

input[type="text"][disabled], input.is-disabled[type="text"],
input[type="password"][disabled],
input.is-disabled[type="password"],
input[type="datetime"][disabled],
input.is-disabled[type="datetime"],
input[type="datetime-local"][disabled],
input.is-disabled[type="datetime-local"],
input[type="date"][disabled],
input.is-disabled[type="date"],
input[type="month"][disabled],
input.is-disabled[type="month"],
input[type="time"][disabled],
input.is-disabled[type="time"],
input[type="week"][disabled],
input.is-disabled[type="week"],
input[type="number"][disabled],
input.is-disabled[type="number"],
input[type="email"][disabled],
input.is-disabled[type="email"],
input[type="url"][disabled],
input.is-disabled[type="url"],
input[type="search"][disabled],
input.is-disabled[type="search"],
input[type="tel"][disabled],
input.is-disabled[type="tel"],
input[type="color"][disabled],
input.is-disabled[type="color"],
input[type="url"][disabled],
input.is-disabled[type="url"],
input[type="range"][disabled],
input.is-disabled[type="range"],
input[type="date"][disabled],
input.is-disabled[type="date"],
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled,
.select2-container .select2-choice[disabled],
.select2-container .select2-choice.is-disabled,
.select2-container .select2-selection[disabled],
.select2-container .select2-selection.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.9em;
  padding: 15px;
}

input[type="password"] {
  letter-spacing: 0.1em;
}

input[type="submit"], .wpcf7-submit {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

form p {
  position: relative;
}

form label {
  font-size: .785714em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: .5em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wtbx-select {
  display: block;
  position: relative;
  max-width: 420px;
}

.wtbx-select:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.wtbx-select select {
  max-width: 420px;
  padding-right: 35px;
}

/*
* Select 2
*/
.select2-drop {
  border: none !important;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.select2-drop.select2-drop-above {
  border-radius: 4px;
  border-top: none;
}

.select2-drop .select2-search {
  padding: 0 15px;
  position: relative;
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.1);
}

.select2-drop .select2-search:before {
  content: "\e92a";
  display: inline-block;
  font-family: scape-ui !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  top: 7px;
}

.select2-drop .select2-search input {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 44px;
  box-shadow: none;
  background-image: none !important;
  background-color: #fff;
}

.select2-drop .select2-results {
  padding: 0;
}

.select2-drop .select2-results .select2-result {
  margin: 0;
  line-height: 30px;
  padding: 0 10px;
  font-size: .928571em;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.select2-drop .select2-results .select2-highlighted {
  background-color: rgba(0, 0, 0, 0.03);
}

.select2-container.select2-container--open {
  background-color: #fff;
}

.select2-container .select2-selection {
  outline: none !important;
}

.select2-container .select2-selection .select2-selection__rendered {
  line-height: 42px;
  padding-left: 0;
}

.select2-container .select2-selection .select2-selection__arrow {
  height: 42px;
  right: 10px;
}

.select2-container .select2-selection .select2-selection__arrow b {
  border-top: 4px solid rgba(0, 0, 0, 0.2) !important;
  border-right: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
}

.select2-container .select2-dropdown {
  border: none !important;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.select2-container .select2-dropdown.select2-dropdown--above {
  border-radius: 4px 4px 0 0;
  border-top: none;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
  border: none;
  margin: 0 !important;
  line-height: 44px;
  background-color: #fff;
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.1);
  position: relative;
}

.select2-container .select2-dropdown .select2-search:before {
  content: "\e92a";
  font-family: scape-ui !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  right: 11px;
  top: 7px;
  padding: 0 1px;
}

.select2-container .select2-dropdown .select2-search .select2-search__field {
  border-radius: 0;
  border: none;
  background-color: #fff;
  padding: 0 40px 0 15px;
  background-image: none !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results .select2-results__option {
  margin: 0;
  line-height: 30px;
  padding: 0 10px;
  font-size: .928571em;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
  background-color: rgba(0, 0, 0, 0.03);
}

.cf-minimal input[type="text"],
.cf-minimal input[type="password"],
.cf-minimal input[type="datetime"],
.cf-minimal input[type="datetime-local"],
.cf-minimal input[type="date"],
.cf-minimal input[type="month"],
.cf-minimal input[type="time"],
.cf-minimal input[type="week"],
.cf-minimal input[type="number"],
.cf-minimal input[type="email"],
.cf-minimal input[type="url"],
.cf-minimal input[type="search"],
.cf-minimal input[type="tel"],
.cf-minimal input[type="color"],
.cf-minimal input[type="url"],
.cf-minimal input[type="range"],
.cf-minimal input[type="date"],
.cf-minimal select,
.cf-minimal textarea,
.cf-minimal .field,
.cf-minimal .select2-container .select2-choice {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0;
  margin: 25px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-minimal input[type="text"][disabled], .cf-minimal input.is-disabled[type="text"],
.cf-minimal input[type="password"][disabled],
.cf-minimal input.is-disabled[type="password"],
.cf-minimal input[type="datetime"][disabled],
.cf-minimal input.is-disabled[type="datetime"],
.cf-minimal input[type="datetime-local"][disabled],
.cf-minimal input.is-disabled[type="datetime-local"],
.cf-minimal input[type="date"][disabled],
.cf-minimal input.is-disabled[type="date"],
.cf-minimal input[type="month"][disabled],
.cf-minimal input.is-disabled[type="month"],
.cf-minimal input[type="time"][disabled],
.cf-minimal input.is-disabled[type="time"],
.cf-minimal input[type="week"][disabled],
.cf-minimal input.is-disabled[type="week"],
.cf-minimal input[type="number"][disabled],
.cf-minimal input.is-disabled[type="number"],
.cf-minimal input[type="email"][disabled],
.cf-minimal input.is-disabled[type="email"],
.cf-minimal input[type="url"][disabled],
.cf-minimal input.is-disabled[type="url"],
.cf-minimal input[type="search"][disabled],
.cf-minimal input.is-disabled[type="search"],
.cf-minimal input[type="tel"][disabled],
.cf-minimal input.is-disabled[type="tel"],
.cf-minimal input[type="color"][disabled],
.cf-minimal input.is-disabled[type="color"],
.cf-minimal input[type="url"][disabled],
.cf-minimal input.is-disabled[type="url"],
.cf-minimal input[type="range"][disabled],
.cf-minimal input.is-disabled[type="range"],
.cf-minimal input[type="date"][disabled],
.cf-minimal input.is-disabled[type="date"],
.cf-minimal select[disabled],
.cf-minimal select.is-disabled,
.cf-minimal textarea[disabled],
.cf-minimal textarea.is-disabled,
.cf-minimal .field[disabled],
.cf-minimal .field.is-disabled,
.cf-minimal .select2-container .select2-choice[disabled],
.cf-minimal .select2-container .select2-choice.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.cf-minimal input.wpcf7-submit[type="submit"] {
  margin-top: 0;
  height: 44px !important;
  line-height: 44px !important;
  border-radius: 44px;
}

.cf-minimal input.wpcf7-submit[type="submit"]:hover {
  border-radius: 44px;
}

.cf-minimal input[type="password"] {
  letter-spacing: 0.1em;
}

.cf-minimal form p {
  position: relative;
}

.cf-minimal label {
  font-size: .785714em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.cf-minimal .wtbx_field_cont {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0.5s;
  -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0.5s;
  -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0.5s;
  -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0.5s;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1) 0.5s;
}

.cf-minimal .wtbx_field_cont.wtbx_field_init {
  opacity: 1;
}

.cf-minimal .wtbx_field_cont:not(.wtbx_field_init) > * {
  -webkit-transition: all 0s 0;
  -moz-transition: all 0s 0;
  -ms-transition: all 0s 0;
  -o-transition: all 0s 0;
  transition: all 0s 0;
}

.cf-minimal .wtbx_field_cont input[type="text"],
.cf-minimal .wtbx_field_cont input[type="password"],
.cf-minimal .wtbx_field_cont input[type="datetime"],
.cf-minimal .wtbx_field_cont input[type="datetime-local"],
.cf-minimal .wtbx_field_cont input[type="date"],
.cf-minimal .wtbx_field_cont input[type="month"],
.cf-minimal .wtbx_field_cont input[type="time"],
.cf-minimal .wtbx_field_cont input[type="week"],
.cf-minimal .wtbx_field_cont input[type="number"],
.cf-minimal .wtbx_field_cont input[type="email"],
.cf-minimal .wtbx_field_cont input[type="url"],
.cf-minimal .wtbx_field_cont input[type="search"],
.cf-minimal .wtbx_field_cont input[type="tel"],
.cf-minimal .wtbx_field_cont input[type="color"],
.cf-minimal .wtbx_field_cont input[type="url"],
.cf-minimal .wtbx_field_cont input[type="range"],
.cf-minimal .wtbx_field_cont input[type="date"],
.cf-minimal .wtbx_field_cont select,
.cf-minimal .wtbx_field_cont textarea,
.cf-minimal .wtbx_field_cont .field {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  background-color: transparent;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  z-index: 1;
}

.cf-minimal .wtbx_field_cont input[type="text"]:focus ~ label, .cf-minimal .wtbx_field_cont input[type="text"]:focus:hover ~ label, .cf-minimal .wtbx_field_cont input[type="text"]:active ~ label, .cf-minimal .wtbx_field_cont input[type="text"]:active:hover ~ label, .cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="text"] ~ label, .cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="text"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="password"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="password"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="password"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="password"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="password"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="password"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="month"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="month"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="month"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="month"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="month"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="month"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="time"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="time"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="time"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="time"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="time"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="time"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="week"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="week"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="week"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="week"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="week"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="week"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="number"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="number"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="number"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="number"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="number"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="number"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="email"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="email"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="email"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="email"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="email"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="email"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="search"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="search"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="search"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="search"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="search"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="search"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="tel"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="tel"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="tel"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="tel"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="tel"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="tel"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="color"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="color"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="color"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="color"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="color"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="color"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="range"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="range"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="range"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="range"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="range"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="range"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:focus ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:focus:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:active ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:active:hover ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"] ~ label,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"]:hover ~ label,
.cf-minimal .wtbx_field_cont select:focus ~ label,
.cf-minimal .wtbx_field_cont select:focus:hover ~ label,
.cf-minimal .wtbx_field_cont select:active ~ label,
.cf-minimal .wtbx_field_cont select:active:hover ~ label,
.cf-minimal .wtbx_field_cont select.wtbx_not_empty ~ label,
.cf-minimal .wtbx_field_cont select.wtbx_not_empty:hover ~ label,
.cf-minimal .wtbx_field_cont textarea:focus ~ label,
.cf-minimal .wtbx_field_cont textarea:focus:hover ~ label,
.cf-minimal .wtbx_field_cont textarea:active ~ label,
.cf-minimal .wtbx_field_cont textarea:active:hover ~ label,
.cf-minimal .wtbx_field_cont textarea.wtbx_not_empty ~ label,
.cf-minimal .wtbx_field_cont textarea.wtbx_not_empty:hover ~ label,
.cf-minimal .wtbx_field_cont .field:focus ~ label,
.cf-minimal .wtbx_field_cont .field:focus:hover ~ label,
.cf-minimal .wtbx_field_cont .field:active ~ label,
.cf-minimal .wtbx_field_cont .field:active:hover ~ label,
.cf-minimal .wtbx_field_cont .field.wtbx_not_empty ~ label,
.cf-minimal .wtbx_field_cont .field.wtbx_not_empty:hover ~ label {
  -moz-transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, -110%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
}

.cf-minimal .wtbx_field_cont input[type="text"]:focus::-webkit-input-placeholder, .cf-minimal .wtbx_field_cont input[type="text"]:active::-webkit-input-placeholder, .cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="text"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="password"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="month"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="time"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="week"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="number"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="email"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="search"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="tel"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="color"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="range"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont select:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont select:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont select.wtbx_not_empty::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont textarea:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont textarea:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont textarea.wtbx_not_empty::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont .field:focus::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont .field:active::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont .field.wtbx_not_empty::-webkit-input-placeholder {
  opacity: 1;
}

.cf-minimal .wtbx_field_cont input[type="text"]:focus ::-moz-placeholder, .cf-minimal .wtbx_field_cont input[type="text"]:active ::-moz-placeholder, .cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="text"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="password"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="month"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="time"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="week"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="number"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="email"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="search"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="tel"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="color"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="range"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"] ::-moz-placeholder,
.cf-minimal .wtbx_field_cont select:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont select:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont select.wtbx_not_empty ::-moz-placeholder,
.cf-minimal .wtbx_field_cont textarea:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont textarea:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont textarea.wtbx_not_empty ::-moz-placeholder,
.cf-minimal .wtbx_field_cont .field:focus ::-moz-placeholder,
.cf-minimal .wtbx_field_cont .field:active ::-moz-placeholder,
.cf-minimal .wtbx_field_cont .field.wtbx_not_empty ::-moz-placeholder {
  opacity: 1;
}

.cf-minimal .wtbx_field_cont input[type="text"]:focus :-moz-placeholder, .cf-minimal .wtbx_field_cont input[type="text"]:active :-moz-placeholder, .cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="text"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="password"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="month"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="time"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="week"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="number"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="email"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="search"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="tel"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="color"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="range"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"] :-moz-placeholder,
.cf-minimal .wtbx_field_cont select:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont select:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont select.wtbx_not_empty :-moz-placeholder,
.cf-minimal .wtbx_field_cont textarea:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont textarea:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont textarea.wtbx_not_empty :-moz-placeholder,
.cf-minimal .wtbx_field_cont .field:focus :-moz-placeholder,
.cf-minimal .wtbx_field_cont .field:active :-moz-placeholder,
.cf-minimal .wtbx_field_cont .field.wtbx_not_empty :-moz-placeholder {
  opacity: 1;
}

.cf-minimal .wtbx_field_cont input[type="text"]:focus :-ms-input-placeholder, .cf-minimal .wtbx_field_cont input[type="text"]:active :-ms-input-placeholder, .cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="text"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="password"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="month"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="time"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="week"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="number"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="email"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="search"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="tel"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="color"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="url"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="range"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input.wtbx_not_empty[type="date"] :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont select:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont select:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont select.wtbx_not_empty :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont textarea:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont textarea:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont textarea.wtbx_not_empty :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont .field:focus :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont .field:active :-ms-input-placeholder,
.cf-minimal .wtbx_field_cont .field.wtbx_not_empty :-ms-input-placeholder {
  opacity: 1;
}

.cf-minimal .wtbx_field_cont input[type="text"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="password"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="month"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="time"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="week"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="number"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="email"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="search"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="tel"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="color"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="url"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="range"]:hover ~ label,
.cf-minimal .wtbx_field_cont input[type="date"]:hover ~ label,
.cf-minimal .wtbx_field_cont select:hover ~ label,
.cf-minimal .wtbx_field_cont textarea:hover ~ label,
.cf-minimal .wtbx_field_cont .field:hover ~ label {
  -moz-transform: translate3d(0, -60%, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, -60%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, -60%, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, -60%, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, -60%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -60%, 0) scale3d(1, 1, 1);
}

.cf-minimal .wtbx_field_cont input[type="text"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont select::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont textarea::-webkit-input-placeholder,
.cf-minimal .wtbx_field_cont .field::-webkit-input-placeholder {
  opacity: 0;
  font-size: .928571em;
  letter-spacing: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-minimal .wtbx_field_cont input[type="text"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]::-moz-placeholder,
.cf-minimal .wtbx_field_cont select::-moz-placeholder,
.cf-minimal .wtbx_field_cont textarea::-moz-placeholder,
.cf-minimal .wtbx_field_cont .field::-moz-placeholder {
  opacity: 0;
  font-size: .928571em;
  letter-spacing: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-minimal .wtbx_field_cont input[type="text"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:-moz-placeholder,
.cf-minimal .wtbx_field_cont select:-moz-placeholder,
.cf-minimal .wtbx_field_cont textarea:-moz-placeholder,
.cf-minimal .wtbx_field_cont .field:-moz-placeholder {
  opacity: 0;
  font-size: .928571em;
  letter-spacing: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-minimal .wtbx_field_cont input[type="text"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="password"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="datetime-local"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="month"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="time"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="week"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="number"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="email"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="search"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="tel"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="color"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="url"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="range"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont input[type="date"]:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont select:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont textarea:-ms-input-placeholder,
.cf-minimal .wtbx_field_cont .field:-ms-input-placeholder {
  opacity: 0;
  font-size: .928571em;
  letter-spacing: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-minimal .wtbx_field_cont.wtbx_field_nolabel input::-webkit-input-placeholder {
  opacity: 1 !important;
}

.cf-minimal .wtbx_field_cont.wtbx_field_nolabel input::-moz-placeholder {
  opacity: 1 !important;
}

.cf-minimal .wtbx_field_cont.wtbx_field_nolabel input:-moz-placeholder {
  opacity: 1 !important;
}

.cf-minimal .wtbx_field_cont.wtbx_field_nolabel input:-ms-input-placeholder {
  opacity: 1 !important;
}

.cf-minimal .wtbx_field_cont label {
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 0;
  line-height: 40px;
  text-transform: uppercase;
  z-index: -1;
  -moz-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  moz-transform-origin: center left;
  -o-transform-origin: center left;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-minimal p label {
  font-size: 1em;
}

.cf-minimal select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cf-minimal select:focus, .cf-minimal select:active {
  box-shadow: none;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transform: -webkit-scale(1);
  transform: scale(1);
}

.cf-minimal .wtbx-select {
  max-width: none;
}

.cf-minimal .wtbx-select select {
  max-width: none;
}

.cf-minimal .wtbx-select ~ label {
  -moz-transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, -110%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -110%, 0) scale3d(1, 1, 1);
}

.cf-minimal .wtbx-select:after {
  display: none;
}

.cf-minimal .wtbx_select_wrap:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.cf-flat input[type="text"],
.cf-flat input[type="password"],
.cf-flat input[type="datetime"],
.cf-flat input[type="datetime-local"],
.cf-flat input[type="date"],
.cf-flat input[type="month"],
.cf-flat input[type="time"],
.cf-flat input[type="week"],
.cf-flat input[type="number"],
.cf-flat input[type="email"],
.cf-flat input[type="url"],
.cf-flat input[type="search"],
.cf-flat input[type="tel"],
.cf-flat input[type="color"],
.cf-flat input[type="url"],
.cf-flat input[type="range"],
.cf-flat input[type="date"],
.cf-flat select,
.cf-flat textarea,
.cf-flat .field,
.cf-flat .select2-container .select2-choice {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 24px;
  height: 48px;
  padding: 0 20px;
  box-shadow: none;
}

.cf-flat input[type="text"]:hover,
.cf-flat input[type="password"]:hover,
.cf-flat input[type="datetime"]:hover,
.cf-flat input[type="datetime-local"]:hover,
.cf-flat input[type="date"]:hover,
.cf-flat input[type="month"]:hover,
.cf-flat input[type="time"]:hover,
.cf-flat input[type="week"]:hover,
.cf-flat input[type="number"]:hover,
.cf-flat input[type="email"]:hover,
.cf-flat input[type="url"]:hover,
.cf-flat input[type="search"]:hover,
.cf-flat input[type="tel"]:hover,
.cf-flat input[type="color"]:hover,
.cf-flat input[type="url"]:hover,
.cf-flat input[type="range"]:hover,
.cf-flat input[type="date"]:hover,
.cf-flat select:hover,
.cf-flat textarea:hover,
.cf-flat .field:hover,
.cf-flat .select2-container .select2-choice:hover {
  box-shadow: none;
}

.cf-flat input[type="text"]:focus, .cf-flat input[type="text"]:active,
.cf-flat input[type="password"]:focus,
.cf-flat input[type="password"]:active,
.cf-flat input[type="datetime"]:focus,
.cf-flat input[type="datetime"]:active,
.cf-flat input[type="datetime-local"]:focus,
.cf-flat input[type="datetime-local"]:active,
.cf-flat input[type="date"]:focus,
.cf-flat input[type="date"]:active,
.cf-flat input[type="month"]:focus,
.cf-flat input[type="month"]:active,
.cf-flat input[type="time"]:focus,
.cf-flat input[type="time"]:active,
.cf-flat input[type="week"]:focus,
.cf-flat input[type="week"]:active,
.cf-flat input[type="number"]:focus,
.cf-flat input[type="number"]:active,
.cf-flat input[type="email"]:focus,
.cf-flat input[type="email"]:active,
.cf-flat input[type="url"]:focus,
.cf-flat input[type="url"]:active,
.cf-flat input[type="search"]:focus,
.cf-flat input[type="search"]:active,
.cf-flat input[type="tel"]:focus,
.cf-flat input[type="tel"]:active,
.cf-flat input[type="color"]:focus,
.cf-flat input[type="color"]:active,
.cf-flat input[type="url"]:focus,
.cf-flat input[type="url"]:active,
.cf-flat input[type="range"]:focus,
.cf-flat input[type="range"]:active,
.cf-flat input[type="date"]:focus,
.cf-flat input[type="date"]:active,
.cf-flat select:focus,
.cf-flat select:active,
.cf-flat textarea:focus,
.cf-flat textarea:active,
.cf-flat .field:focus,
.cf-flat .field:active,
.cf-flat .select2-container .select2-choice:focus,
.cf-flat .select2-container .select2-choice:active {
  background-color: transparent;
  box-shadow: none;
}

.cf-flat textarea {
  padding: 15px 20px;
}

.cf-flat input.wpcf7-submit[type="submit"] {
  border-radius: 24px;
  height: 48px;
  padding: 0 30px;
}

.cf-flat input.wpcf7-submit[type="submit"]:hover {
  border-radius: 24px;
}

/* Forms - Class for labelling required form items */
.required {
  color: #ff3366;
  text-decoration: none;
}

input[type="radio"] {
  position: absolute !important;
  left: -9999px !important;
  visibility: hidden !important;
  top: 0;
}

input[type="radio"] ~ label,
input[type="radio"] ~ .wpcf7-list-item-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}

input[type="radio"] ~ label:before,
input[type="radio"] ~ .wpcf7-list-item-label:before {
  content: '';
  margin-right: 10px;
  position: relative;
  display: block;
  float: left;
  background: #fff;
  border-radius: 50%;
  background-clip: padding-box;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

input[type="radio"]:checked ~ label:before, input[type="radio"]:checked ~ .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #fff;
}

input[type="checkbox"] {
  position: absolute !important;
  left: -9999px !important;
  visibility: hidden !important;
  top: 0;
}

input[type="checkbox"] ~ label,
input[type="checkbox"] + .wpcf7-list-item-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}

input[type="checkbox"] ~ label:before,
input[type="checkbox"] + .wpcf7-list-item-label:before {
  display: block;
  float: left;
  background: #fff;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  content: "\e913";
  font-size: 12px;
  font-family: scape-ui !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  line-height: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wpcf7-list-item-label {
  font-size: .785714em;
  vertical-align: middle;
  line-height: 16px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: auto;
}

.wpcf7-form {
  max-width: 100%;
  position: relative;
}

.wpcf7-form input {
  margin-top: 10px;
}

.wpcf7-form .wpcf7-submit {
  height: 44px;
  line-height: 44px;
}

.wpcf7-form .wpcf7-response-output {
  clear: both;
  font-size: .928571em;
  font-style: italic;
  border-radius: 4px;
  border-width: 1px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #fbf8cb;
  background-color: #fffeed;
  color: #e8d14f;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #b6ffc8;
  background-color: #d1ffdc;
  color: #6dd285;
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0;
  text-align: left;
  padding: 5px 0;
}

.wpcf7-form p {
  display: block;
  font-size: .785714em;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin: 25px 0 0;
  clear: both;
}

.wpcf7-form p label,
.wpcf7-form p .wpcf7-quiz-label,
.wpcf7-form p .wpcf7-list-item-label {
  font-size: 1em;
}

.wpcf7-form p:first-child {
  margin-top: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpcf7-form .wpcf7-form-control {
  margin-top: 10px;
  display: inline-block;
}

.wpcf7-form .wpcf7-range:hover {
  background-color: transparent;
  box-shadow: none;
}

.wpcf7-form .wpcf7-select[multiple] {
  padding-left: 0;
  padding-right: 0;
}

.wpcf7-form .wpcf7-quiz-label {
  display: block;
  font-size: .785714em;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.wpcf7-form .wpcf7-list-item {
  line-height: 16px;
  display: inline-block;
  margin-left: 1em;
}

.wpcf7-form .wpcf7-list-item label {
  line-height: 16px;
  display: inline-block;
}

.wpcf7-form .wpcf7-list-item:not(.first) {
  margin-left: 2em;
}

.wpcf7-form .wpcf7-form-control-wrap.wtbx_acceptance {
  width: auto;
}

.wpcf7-form input[type="file"] {
  margin-top: 16px;
}

.wpcf7-form .wtbx-select:after {
  margin-top: 5px;
}

.wpcf7-form:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.wpcf7-form .cf-col-1,
.wpcf7-form .cf-col-2,
.wpcf7-form .cf-col-3,
.wpcf7-form .cf-col-4,
.wpcf7-form .cf-col-5,
.wpcf7-form .cf-col-6,
.wpcf7-form .cf-col-7,
.wpcf7-form .cf-col-8,
.wpcf7-form .cf-col-9,
.wpcf7-form .cf-col-10,
.wpcf7-form .cf-col-11,
.wpcf7-form .cf-col-12 {
  position: relative;
  display: inline-block;
  margin: 16px 0;
  padding: 0 16px;
  float: left;
  clear: none;
}

.wpcf7-form .cf-col-1.no-padding-left,
.wpcf7-form .cf-col-2.no-padding-left,
.wpcf7-form .cf-col-3.no-padding-left,
.wpcf7-form .cf-col-4.no-padding-left,
.wpcf7-form .cf-col-5.no-padding-left,
.wpcf7-form .cf-col-6.no-padding-left,
.wpcf7-form .cf-col-7.no-padding-left,
.wpcf7-form .cf-col-8.no-padding-left,
.wpcf7-form .cf-col-9.no-padding-left,
.wpcf7-form .cf-col-10.no-padding-left,
.wpcf7-form .cf-col-11.no-padding-left,
.wpcf7-form .cf-col-12.no-padding-left {
  padding-left: 0;
}

.wpcf7-form .cf-col-1.no-padding-right,
.wpcf7-form .cf-col-2.no-padding-right,
.wpcf7-form .cf-col-3.no-padding-right,
.wpcf7-form .cf-col-4.no-padding-right,
.wpcf7-form .cf-col-5.no-padding-right,
.wpcf7-form .cf-col-6.no-padding-right,
.wpcf7-form .cf-col-7.no-padding-right,
.wpcf7-form .cf-col-8.no-padding-right,
.wpcf7-form .cf-col-9.no-padding-right,
.wpcf7-form .cf-col-10.no-padding-right,
.wpcf7-form .cf-col-11.no-padding-right,
.wpcf7-form .cf-col-12.no-padding-right {
  padding-right: 0;
}

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

.wpcf7-form .cf-col-1 input[type="submit"],
.wpcf7-form .cf-col-2 input[type="submit"],
.wpcf7-form .cf-col-3 input[type="submit"],
.wpcf7-form .cf-col-4 input[type="submit"],
.wpcf7-form .cf-col-5 input[type="submit"],
.wpcf7-form .cf-col-6 input[type="submit"],
.wpcf7-form .cf-col-7 input[type="submit"],
.wpcf7-form .cf-col-8 input[type="submit"],
.wpcf7-form .cf-col-9 input[type="submit"],
.wpcf7-form .cf-col-10 input[type="submit"],
.wpcf7-form .cf-col-11 input[type="submit"],
.wpcf7-form .cf-col-12 input[type="submit"] {
  padding: 0;
}

.wpcf7-form .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wpcf7-form .cf-col-1 {
  width: 8.33333%;
}

.wpcf7-form .cf-col-2 {
  width: 16.6666%;
}

.wpcf7-form .cf-col-3 {
  width: 25%;
}

.wpcf7-form .cf-col-4 {
  width: 33.3333%;
}

.wpcf7-form .cf-col-5 {
  width: 41.6666%;
}

.wpcf7-form .cf-col-6 {
  width: 50%;
}

.wpcf7-form .cf-col-7 {
  width: 58.3333%;
}

.wpcf7-form .cf-col-8 {
  width: 66.6666%;
}

.wpcf7-form .cf-col-9 {
  width: 75%;
}

.wpcf7-form .cf-col-10 {
  width: 83.3333%;
}

.wpcf7-form .cf-col-11 {
  width: 91.6666%;
}

.wpcf7-form .cf-col-12 {
  width: 100%;
}

.wpcf7-form [class^="vc_col-"] {
  clear: none;
  float: left;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form [class^="vc_col-"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.wpcf7-form .no-padding-left {
  padding-left: 0;
}

.wpcf7-form .no-padding-right {
  padding-right: 0;
}

.wpcf7-form .full-width input {
  display: block;
  width: 100%;
}

.wpcf7-form .align-center {
  text-align: center;
}

.wpcf7-form .align-center input {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form .wpcf7-response-output {
  font-style: italic;
  font-size: .928571em;
}

.cf-dark input[type="text"],
.cf-dark input[type="password"],
.cf-dark input[type="datetime"],
.cf-dark input[type="datetime-local"],
.cf-dark input[type="date"],
.cf-dark input[type="month"],
.cf-dark input[type="time"],
.cf-dark input[type="week"],
.cf-dark input[type="number"],
.cf-dark input[type="email"],
.cf-dark input[type="url"],
.cf-dark input[type="search"],
.cf-dark input[type="tel"],
.cf-dark input[type="color"],
.cf-dark input[type="url"],
.cf-dark input[type="range"],
.cf-dark input[type="date"],
.cf-dark select,
.cf-dark textarea,
.cf-dark .field,
.cf-dark .select2-container .select2-choice, .wtbx_skin_dark input[type="text"],
.wtbx_skin_dark input[type="password"],
.wtbx_skin_dark input[type="datetime"],
.wtbx_skin_dark input[type="datetime-local"],
.wtbx_skin_dark input[type="date"],
.wtbx_skin_dark input[type="month"],
.wtbx_skin_dark input[type="time"],
.wtbx_skin_dark input[type="week"],
.wtbx_skin_dark input[type="number"],
.wtbx_skin_dark input[type="email"],
.wtbx_skin_dark input[type="url"],
.wtbx_skin_dark input[type="search"],
.wtbx_skin_dark input[type="tel"],
.wtbx_skin_dark input[type="color"],
.wtbx_skin_dark input[type="url"],
.wtbx_skin_dark input[type="range"],
.wtbx_skin_dark input[type="date"],
.wtbx_skin_dark select,
.wtbx_skin_dark textarea,
.wtbx_skin_dark .field,
.wtbx_skin_dark .select2-container .select2-choice {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.cf-dark input[type="text"]:hover,
.cf-dark input[type="password"]:hover,
.cf-dark input[type="datetime"]:hover,
.cf-dark input[type="datetime-local"]:hover,
.cf-dark input[type="date"]:hover,
.cf-dark input[type="month"]:hover,
.cf-dark input[type="time"]:hover,
.cf-dark input[type="week"]:hover,
.cf-dark input[type="number"]:hover,
.cf-dark input[type="email"]:hover,
.cf-dark input[type="url"]:hover,
.cf-dark input[type="search"]:hover,
.cf-dark input[type="tel"]:hover,
.cf-dark input[type="color"]:hover,
.cf-dark input[type="url"]:hover,
.cf-dark input[type="range"]:hover,
.cf-dark input[type="date"]:hover,
.cf-dark select:hover,
.cf-dark textarea:hover,
.cf-dark .field:hover,
.cf-dark .select2-container .select2-choice:hover, .wtbx_skin_dark input[type="text"]:hover,
.wtbx_skin_dark input[type="password"]:hover,
.wtbx_skin_dark input[type="datetime"]:hover,
.wtbx_skin_dark input[type="datetime-local"]:hover,
.wtbx_skin_dark input[type="date"]:hover,
.wtbx_skin_dark input[type="month"]:hover,
.wtbx_skin_dark input[type="time"]:hover,
.wtbx_skin_dark input[type="week"]:hover,
.wtbx_skin_dark input[type="number"]:hover,
.wtbx_skin_dark input[type="email"]:hover,
.wtbx_skin_dark input[type="url"]:hover,
.wtbx_skin_dark input[type="search"]:hover,
.wtbx_skin_dark input[type="tel"]:hover,
.wtbx_skin_dark input[type="color"]:hover,
.wtbx_skin_dark input[type="url"]:hover,
.wtbx_skin_dark input[type="range"]:hover,
.wtbx_skin_dark input[type="date"]:hover,
.wtbx_skin_dark select:hover,
.wtbx_skin_dark textarea:hover,
.wtbx_skin_dark .field:hover,
.wtbx_skin_dark .select2-container .select2-choice:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

.cf-dark input[type="text"]:focus, .cf-dark input[type="text"]:active, .cf-dark input.wtbx_not_empty[type="text"],
.cf-dark input[type="password"]:focus,
.cf-dark input[type="password"]:active,
.cf-dark input.wtbx_not_empty[type="password"],
.cf-dark input[type="datetime"]:focus,
.cf-dark input[type="datetime"]:active,
.cf-dark input.wtbx_not_empty[type="datetime"],
.cf-dark input[type="datetime-local"]:focus,
.cf-dark input[type="datetime-local"]:active,
.cf-dark input.wtbx_not_empty[type="datetime-local"],
.cf-dark input[type="date"]:focus,
.cf-dark input[type="date"]:active,
.cf-dark input.wtbx_not_empty[type="date"],
.cf-dark input[type="month"]:focus,
.cf-dark input[type="month"]:active,
.cf-dark input.wtbx_not_empty[type="month"],
.cf-dark input[type="time"]:focus,
.cf-dark input[type="time"]:active,
.cf-dark input.wtbx_not_empty[type="time"],
.cf-dark input[type="week"]:focus,
.cf-dark input[type="week"]:active,
.cf-dark input.wtbx_not_empty[type="week"],
.cf-dark input[type="number"]:focus,
.cf-dark input[type="number"]:active,
.cf-dark input.wtbx_not_empty[type="number"],
.cf-dark input[type="email"]:focus,
.cf-dark input[type="email"]:active,
.cf-dark input.wtbx_not_empty[type="email"],
.cf-dark input[type="url"]:focus,
.cf-dark input[type="url"]:active,
.cf-dark input.wtbx_not_empty[type="url"],
.cf-dark input[type="search"]:focus,
.cf-dark input[type="search"]:active,
.cf-dark input.wtbx_not_empty[type="search"],
.cf-dark input[type="tel"]:focus,
.cf-dark input[type="tel"]:active,
.cf-dark input.wtbx_not_empty[type="tel"],
.cf-dark input[type="color"]:focus,
.cf-dark input[type="color"]:active,
.cf-dark input.wtbx_not_empty[type="color"],
.cf-dark input[type="url"]:focus,
.cf-dark input[type="url"]:active,
.cf-dark input.wtbx_not_empty[type="url"],
.cf-dark input[type="range"]:focus,
.cf-dark input[type="range"]:active,
.cf-dark input.wtbx_not_empty[type="range"],
.cf-dark input[type="date"]:focus,
.cf-dark input[type="date"]:active,
.cf-dark input.wtbx_not_empty[type="date"],
.cf-dark select:focus,
.cf-dark select:active,
.cf-dark select.wtbx_not_empty,
.cf-dark textarea:focus,
.cf-dark textarea:active,
.cf-dark textarea.wtbx_not_empty,
.cf-dark .field:focus,
.cf-dark .field:active,
.cf-dark .field.wtbx_not_empty,
.cf-dark .select2-container .select2-choice:focus,
.cf-dark .select2-container .select2-choice:active,
.cf-dark .select2-container .select2-choice.wtbx_not_empty, .wtbx_skin_dark input[type="text"]:focus, .wtbx_skin_dark input[type="text"]:active, .wtbx_skin_dark input.wtbx_not_empty[type="text"],
.wtbx_skin_dark input[type="password"]:focus,
.wtbx_skin_dark input[type="password"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="password"],
.wtbx_skin_dark input[type="datetime"]:focus,
.wtbx_skin_dark input[type="datetime"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="datetime"],
.wtbx_skin_dark input[type="datetime-local"]:focus,
.wtbx_skin_dark input[type="datetime-local"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="datetime-local"],
.wtbx_skin_dark input[type="date"]:focus,
.wtbx_skin_dark input[type="date"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="date"],
.wtbx_skin_dark input[type="month"]:focus,
.wtbx_skin_dark input[type="month"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="month"],
.wtbx_skin_dark input[type="time"]:focus,
.wtbx_skin_dark input[type="time"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="time"],
.wtbx_skin_dark input[type="week"]:focus,
.wtbx_skin_dark input[type="week"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="week"],
.wtbx_skin_dark input[type="number"]:focus,
.wtbx_skin_dark input[type="number"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="number"],
.wtbx_skin_dark input[type="email"]:focus,
.wtbx_skin_dark input[type="email"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="email"],
.wtbx_skin_dark input[type="url"]:focus,
.wtbx_skin_dark input[type="url"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="url"],
.wtbx_skin_dark input[type="search"]:focus,
.wtbx_skin_dark input[type="search"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="search"],
.wtbx_skin_dark input[type="tel"]:focus,
.wtbx_skin_dark input[type="tel"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="tel"],
.wtbx_skin_dark input[type="color"]:focus,
.wtbx_skin_dark input[type="color"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="color"],
.wtbx_skin_dark input[type="url"]:focus,
.wtbx_skin_dark input[type="url"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="url"],
.wtbx_skin_dark input[type="range"]:focus,
.wtbx_skin_dark input[type="range"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="range"],
.wtbx_skin_dark input[type="date"]:focus,
.wtbx_skin_dark input[type="date"]:active,
.wtbx_skin_dark input.wtbx_not_empty[type="date"],
.wtbx_skin_dark select:focus,
.wtbx_skin_dark select:active,
.wtbx_skin_dark select.wtbx_not_empty,
.wtbx_skin_dark textarea:focus,
.wtbx_skin_dark textarea:active,
.wtbx_skin_dark textarea.wtbx_not_empty,
.wtbx_skin_dark .field:focus,
.wtbx_skin_dark .field:active,
.wtbx_skin_dark .field.wtbx_not_empty,
.wtbx_skin_dark .select2-container .select2-choice:focus,
.wtbx_skin_dark .select2-container .select2-choice:active,
.wtbx_skin_dark .select2-container .select2-choice.wtbx_not_empty {
  background-color: rgba(255, 255, 255, 0.2);
}

.cf-dark input[type="text"]::-webkit-input-placeholder,
.cf-dark input[type="password"]::-webkit-input-placeholder,
.cf-dark input[type="datetime"]::-webkit-input-placeholder,
.cf-dark input[type="datetime-local"]::-webkit-input-placeholder,
.cf-dark input[type="date"]::-webkit-input-placeholder,
.cf-dark input[type="month"]::-webkit-input-placeholder,
.cf-dark input[type="time"]::-webkit-input-placeholder,
.cf-dark input[type="week"]::-webkit-input-placeholder,
.cf-dark input[type="number"]::-webkit-input-placeholder,
.cf-dark input[type="email"]::-webkit-input-placeholder,
.cf-dark input[type="url"]::-webkit-input-placeholder,
.cf-dark input[type="search"]::-webkit-input-placeholder,
.cf-dark input[type="tel"]::-webkit-input-placeholder,
.cf-dark input[type="color"]::-webkit-input-placeholder,
.cf-dark input[type="url"]::-webkit-input-placeholder,
.cf-dark input[type="range"]::-webkit-input-placeholder,
.cf-dark input[type="date"]::-webkit-input-placeholder,
.cf-dark select::-webkit-input-placeholder,
.cf-dark textarea::-webkit-input-placeholder,
.cf-dark .field::-webkit-input-placeholder,
.cf-dark .select2-container .select2-choice::-webkit-input-placeholder, .wtbx_skin_dark input[type="text"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="password"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="datetime"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="datetime-local"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="date"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="month"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="time"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="week"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="number"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="email"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="url"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="search"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="tel"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="color"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="url"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="range"]::-webkit-input-placeholder,
.wtbx_skin_dark input[type="date"]::-webkit-input-placeholder,
.wtbx_skin_dark select::-webkit-input-placeholder,
.wtbx_skin_dark textarea::-webkit-input-placeholder,
.wtbx_skin_dark .field::-webkit-input-placeholder,
.wtbx_skin_dark .select2-container .select2-choice::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: normal;
  font-size: .928571em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-dark input[type="text"]::-moz-placeholder,
.cf-dark input[type="password"]::-moz-placeholder,
.cf-dark input[type="datetime"]::-moz-placeholder,
.cf-dark input[type="datetime-local"]::-moz-placeholder,
.cf-dark input[type="date"]::-moz-placeholder,
.cf-dark input[type="month"]::-moz-placeholder,
.cf-dark input[type="time"]::-moz-placeholder,
.cf-dark input[type="week"]::-moz-placeholder,
.cf-dark input[type="number"]::-moz-placeholder,
.cf-dark input[type="email"]::-moz-placeholder,
.cf-dark input[type="url"]::-moz-placeholder,
.cf-dark input[type="search"]::-moz-placeholder,
.cf-dark input[type="tel"]::-moz-placeholder,
.cf-dark input[type="color"]::-moz-placeholder,
.cf-dark input[type="url"]::-moz-placeholder,
.cf-dark input[type="range"]::-moz-placeholder,
.cf-dark input[type="date"]::-moz-placeholder,
.cf-dark select::-moz-placeholder,
.cf-dark textarea::-moz-placeholder,
.cf-dark .field::-moz-placeholder,
.cf-dark .select2-container .select2-choice::-moz-placeholder, .wtbx_skin_dark input[type="text"]::-moz-placeholder,
.wtbx_skin_dark input[type="password"]::-moz-placeholder,
.wtbx_skin_dark input[type="datetime"]::-moz-placeholder,
.wtbx_skin_dark input[type="datetime-local"]::-moz-placeholder,
.wtbx_skin_dark input[type="date"]::-moz-placeholder,
.wtbx_skin_dark input[type="month"]::-moz-placeholder,
.wtbx_skin_dark input[type="time"]::-moz-placeholder,
.wtbx_skin_dark input[type="week"]::-moz-placeholder,
.wtbx_skin_dark input[type="number"]::-moz-placeholder,
.wtbx_skin_dark input[type="email"]::-moz-placeholder,
.wtbx_skin_dark input[type="url"]::-moz-placeholder,
.wtbx_skin_dark input[type="search"]::-moz-placeholder,
.wtbx_skin_dark input[type="tel"]::-moz-placeholder,
.wtbx_skin_dark input[type="color"]::-moz-placeholder,
.wtbx_skin_dark input[type="url"]::-moz-placeholder,
.wtbx_skin_dark input[type="range"]::-moz-placeholder,
.wtbx_skin_dark input[type="date"]::-moz-placeholder,
.wtbx_skin_dark select::-moz-placeholder,
.wtbx_skin_dark textarea::-moz-placeholder,
.wtbx_skin_dark .field::-moz-placeholder,
.wtbx_skin_dark .select2-container .select2-choice::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: normal;
  font-size: .928571em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-dark input[type="text"]:-moz-placeholder,
.cf-dark input[type="password"]:-moz-placeholder,
.cf-dark input[type="datetime"]:-moz-placeholder,
.cf-dark input[type="datetime-local"]:-moz-placeholder,
.cf-dark input[type="date"]:-moz-placeholder,
.cf-dark input[type="month"]:-moz-placeholder,
.cf-dark input[type="time"]:-moz-placeholder,
.cf-dark input[type="week"]:-moz-placeholder,
.cf-dark input[type="number"]:-moz-placeholder,
.cf-dark input[type="email"]:-moz-placeholder,
.cf-dark input[type="url"]:-moz-placeholder,
.cf-dark input[type="search"]:-moz-placeholder,
.cf-dark input[type="tel"]:-moz-placeholder,
.cf-dark input[type="color"]:-moz-placeholder,
.cf-dark input[type="url"]:-moz-placeholder,
.cf-dark input[type="range"]:-moz-placeholder,
.cf-dark input[type="date"]:-moz-placeholder,
.cf-dark select:-moz-placeholder,
.cf-dark textarea:-moz-placeholder,
.cf-dark .field:-moz-placeholder,
.cf-dark .select2-container .select2-choice:-moz-placeholder, .wtbx_skin_dark input[type="text"]:-moz-placeholder,
.wtbx_skin_dark input[type="password"]:-moz-placeholder,
.wtbx_skin_dark input[type="datetime"]:-moz-placeholder,
.wtbx_skin_dark input[type="datetime-local"]:-moz-placeholder,
.wtbx_skin_dark input[type="date"]:-moz-placeholder,
.wtbx_skin_dark input[type="month"]:-moz-placeholder,
.wtbx_skin_dark input[type="time"]:-moz-placeholder,
.wtbx_skin_dark input[type="week"]:-moz-placeholder,
.wtbx_skin_dark input[type="number"]:-moz-placeholder,
.wtbx_skin_dark input[type="email"]:-moz-placeholder,
.wtbx_skin_dark input[type="url"]:-moz-placeholder,
.wtbx_skin_dark input[type="search"]:-moz-placeholder,
.wtbx_skin_dark input[type="tel"]:-moz-placeholder,
.wtbx_skin_dark input[type="color"]:-moz-placeholder,
.wtbx_skin_dark input[type="url"]:-moz-placeholder,
.wtbx_skin_dark input[type="range"]:-moz-placeholder,
.wtbx_skin_dark input[type="date"]:-moz-placeholder,
.wtbx_skin_dark select:-moz-placeholder,
.wtbx_skin_dark textarea:-moz-placeholder,
.wtbx_skin_dark .field:-moz-placeholder,
.wtbx_skin_dark .select2-container .select2-choice:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: normal;
  font-size: .928571em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-dark input[type="text"]:-ms-input-placeholder,
.cf-dark input[type="password"]:-ms-input-placeholder,
.cf-dark input[type="datetime"]:-ms-input-placeholder,
.cf-dark input[type="datetime-local"]:-ms-input-placeholder,
.cf-dark input[type="date"]:-ms-input-placeholder,
.cf-dark input[type="month"]:-ms-input-placeholder,
.cf-dark input[type="time"]:-ms-input-placeholder,
.cf-dark input[type="week"]:-ms-input-placeholder,
.cf-dark input[type="number"]:-ms-input-placeholder,
.cf-dark input[type="email"]:-ms-input-placeholder,
.cf-dark input[type="url"]:-ms-input-placeholder,
.cf-dark input[type="search"]:-ms-input-placeholder,
.cf-dark input[type="tel"]:-ms-input-placeholder,
.cf-dark input[type="color"]:-ms-input-placeholder,
.cf-dark input[type="url"]:-ms-input-placeholder,
.cf-dark input[type="range"]:-ms-input-placeholder,
.cf-dark input[type="date"]:-ms-input-placeholder,
.cf-dark select:-ms-input-placeholder,
.cf-dark textarea:-ms-input-placeholder,
.cf-dark .field:-ms-input-placeholder,
.cf-dark .select2-container .select2-choice:-ms-input-placeholder, .wtbx_skin_dark input[type="text"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="password"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="datetime"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="datetime-local"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="date"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="month"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="time"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="week"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="number"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="email"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="url"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="search"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="tel"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="color"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="url"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="range"]:-ms-input-placeholder,
.wtbx_skin_dark input[type="date"]:-ms-input-placeholder,
.wtbx_skin_dark select:-ms-input-placeholder,
.wtbx_skin_dark textarea:-ms-input-placeholder,
.wtbx_skin_dark .field:-ms-input-placeholder,
.wtbx_skin_dark .select2-container .select2-choice:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: normal;
  font-size: .928571em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-dark select[multiple], .wtbx_skin_dark select[multiple] {
  background-color: rgba(255, 255, 255, 0.1);
}

.cf-dark select[multiple] option, .wtbx_skin_dark select[multiple] option {
  color: rgba(255, 255, 255, 0.4);
}

.cf-dark select[multiple] option:hover, .wtbx_skin_dark select[multiple] option:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.cf-dark input[type="checkbox"] ~ label,
.cf-dark input[type="checkbox"] ~ .wpcf7-list-item-label,
.cf-dark .wpcf7-acceptance ~ label,
.cf-dark .wpcf7-acceptance ~ .wpcf7-list-item-label, .wtbx_skin_dark input[type="checkbox"] ~ label,
.wtbx_skin_dark input[type="checkbox"] ~ .wpcf7-list-item-label,
.wtbx_skin_dark .wpcf7-acceptance ~ label,
.wtbx_skin_dark .wpcf7-acceptance ~ .wpcf7-list-item-label {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.cf-dark input[type="checkbox"] ~ label:before,
.cf-dark input[type="checkbox"] ~ .wpcf7-list-item-label:before,
.cf-dark .wpcf7-acceptance ~ label:before,
.cf-dark .wpcf7-acceptance ~ .wpcf7-list-item-label:before, .wtbx_skin_dark input[type="checkbox"] ~ label:before,
.wtbx_skin_dark input[type="checkbox"] ~ .wpcf7-list-item-label:before,
.wtbx_skin_dark .wpcf7-acceptance ~ label:before,
.wtbx_skin_dark .wpcf7-acceptance ~ .wpcf7-list-item-label:before {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
  color: transparent;
}

.cf-dark input[type="checkbox"] ~ label:hover:before,
.cf-dark input[type="checkbox"] ~ .wpcf7-list-item-label:hover:before,
.cf-dark .wpcf7-acceptance ~ label:hover:before,
.cf-dark .wpcf7-acceptance ~ .wpcf7-list-item-label:hover:before, .wtbx_skin_dark input[type="checkbox"] ~ label:hover:before,
.wtbx_skin_dark input[type="checkbox"] ~ .wpcf7-list-item-label:hover:before,
.wtbx_skin_dark .wpcf7-acceptance ~ label:hover:before,
.wtbx_skin_dark .wpcf7-acceptance ~ .wpcf7-list-item-label:hover:before {
  border-color: #fff;
}

.cf-dark input[type="checkbox"]:checked ~ label:before, .cf-dark input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before,
.cf-dark .wpcf7-acceptance:checked ~ label:before,
.cf-dark .wpcf7-acceptance:checked ~ .wpcf7-list-item-label:before, .wtbx_skin_dark input[type="checkbox"]:checked ~ label:before, .wtbx_skin_dark input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before,
.wtbx_skin_dark .wpcf7-acceptance:checked ~ label:before,
.wtbx_skin_dark .wpcf7-acceptance:checked ~ .wpcf7-list-item-label:before {
  border-color: #fff;
  background-color: #fff;
}

.cf-dark input[type="radio"] ~ label,
.cf-dark input[type="radio"] ~ .wpcf7-list-item-label,
.cf-dark .wpcf7-acceptance ~ label,
.cf-dark .wpcf7-acceptance ~ .wpcf7-list-item-label, .wtbx_skin_dark input[type="radio"] ~ label,
.wtbx_skin_dark input[type="radio"] ~ .wpcf7-list-item-label,
.wtbx_skin_dark .wpcf7-acceptance ~ label,
.wtbx_skin_dark .wpcf7-acceptance ~ .wpcf7-list-item-label {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.cf-dark input[type="radio"] ~ label:before,
.cf-dark input[type="radio"] ~ .wpcf7-list-item-label:before,
.cf-dark .wpcf7-acceptance ~ label:before,
.cf-dark .wpcf7-acceptance ~ .wpcf7-list-item-label:before, .wtbx_skin_dark input[type="radio"] ~ label:before,
.wtbx_skin_dark input[type="radio"] ~ .wpcf7-list-item-label:before,
.wtbx_skin_dark .wpcf7-acceptance ~ label:before,
.wtbx_skin_dark .wpcf7-acceptance ~ .wpcf7-list-item-label:before {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
  color: transparent;
}

.cf-dark input[type="radio"] ~ label:hover:before,
.cf-dark input[type="radio"] ~ .wpcf7-list-item-label:hover:before,
.cf-dark .wpcf7-acceptance ~ label:hover:before,
.cf-dark .wpcf7-acceptance ~ .wpcf7-list-item-label:hover:before, .wtbx_skin_dark input[type="radio"] ~ label:hover:before,
.wtbx_skin_dark input[type="radio"] ~ .wpcf7-list-item-label:hover:before,
.wtbx_skin_dark .wpcf7-acceptance ~ label:hover:before,
.wtbx_skin_dark .wpcf7-acceptance ~ .wpcf7-list-item-label:hover:before {
  border-color: #fff;
}

.cf-dark input[type="radio"]:checked ~ label:before, .cf-dark input[type="radio"]:checked ~ .wpcf7-list-item-label:before,
.cf-dark .wpcf7-acceptance:checked ~ label:before,
.cf-dark .wpcf7-acceptance:checked ~ .wpcf7-list-item-label:before, .wtbx_skin_dark input[type="radio"]:checked ~ label:before, .wtbx_skin_dark input[type="radio"]:checked ~ .wpcf7-list-item-label:before,
.wtbx_skin_dark .wpcf7-acceptance:checked ~ label:before,
.wtbx_skin_dark .wpcf7-acceptance:checked ~ .wpcf7-list-item-label:before {
  border-color: transparent;
  box-shadow: 0 0 0 0 #fff, inset 0 0 0 4px #fff;
}

.cf-dark input[type="file"], .wtbx_skin_dark input[type="file"] {
  color: #fff;
}

.cf-dark .wtbx-select:after, .wtbx_skin_dark .wtbx-select:after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
}

.cf-minimal .wpcf7-form {
  max-width: 100%;
  position: relative;
}

.cf-minimal .wpcf7-form p {
  display: block;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin: 30px 0 0;
}

.cf-dark .wtbx_field_cont {
  position: relative;
  z-index: 1;
}

.cf-dark .wtbx_field_cont input[type="text"],
.cf-dark .wtbx_field_cont input[type="password"],
.cf-dark .wtbx_field_cont input[type="datetime"],
.cf-dark .wtbx_field_cont input[type="datetime-local"],
.cf-dark .wtbx_field_cont input[type="date"],
.cf-dark .wtbx_field_cont input[type="month"],
.cf-dark .wtbx_field_cont input[type="time"],
.cf-dark .wtbx_field_cont input[type="week"],
.cf-dark .wtbx_field_cont input[type="number"],
.cf-dark .wtbx_field_cont input[type="email"],
.cf-dark .wtbx_field_cont input[type="url"],
.cf-dark .wtbx_field_cont input[type="search"],
.cf-dark .wtbx_field_cont input[type="tel"],
.cf-dark .wtbx_field_cont input[type="color"],
.cf-dark .wtbx_field_cont input[type="url"],
.cf-dark .wtbx_field_cont input[type="range"],
.cf-dark .wtbx_field_cont input[type="date"],
.cf-dark .wtbx_field_cont select:not([multiple]),
.cf-dark .wtbx_field_cont textarea,
.cf-dark .wtbx_field_cont .field,
.cf-dark .wtbx_field_cont .select2-container .select2-choice {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}

.cf-dark .wtbx_field_cont input[type="text"]:focus::-webkit-input-placeholder, .cf-dark .wtbx_field_cont input[type="text"]:active::-webkit-input-placeholder, .cf-dark .wtbx_field_cont input.wtbx_not_empty[type="text"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="password"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="datetime"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="date"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="month"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="time"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="week"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="number"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="email"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="url"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="search"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="tel"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="color"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="url"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="range"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="date"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont select.wtbx_not_empty:not([multiple])::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont textarea:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont textarea:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont textarea.wtbx_not_empty::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont .field:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont .field:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont .field.wtbx_not_empty::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:focus::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:active::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice.wtbx_not_empty::-webkit-input-placeholder {
  opacity: 1;
}

.cf-dark .wtbx_field_cont input[type="text"]:focus::-moz-placeholder, .cf-dark .wtbx_field_cont input[type="text"]:active::-moz-placeholder, .cf-dark .wtbx_field_cont input.wtbx_not_empty[type="text"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="password"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="datetime"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="date"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="month"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="time"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="week"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="number"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="email"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="url"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="search"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="tel"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="color"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="url"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="range"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:active::-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="date"]::-moz-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):focus::-moz-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):active::-moz-placeholder,
.cf-dark .wtbx_field_cont select.wtbx_not_empty:not([multiple])::-moz-placeholder,
.cf-dark .wtbx_field_cont textarea:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont textarea:active::-moz-placeholder,
.cf-dark .wtbx_field_cont textarea.wtbx_not_empty::-moz-placeholder,
.cf-dark .wtbx_field_cont .field:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont .field:active::-moz-placeholder,
.cf-dark .wtbx_field_cont .field.wtbx_not_empty::-moz-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:focus::-moz-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:active::-moz-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice.wtbx_not_empty::-moz-placeholder {
  opacity: 1;
}

.cf-dark .wtbx_field_cont input[type="text"]:focus:-moz-placeholder, .cf-dark .wtbx_field_cont input[type="text"]:active:-moz-placeholder, .cf-dark .wtbx_field_cont input.wtbx_not_empty[type="text"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="password"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="datetime"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="date"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="month"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="time"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="week"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="number"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="email"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="url"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="search"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="tel"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="color"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="url"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="range"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:active:-moz-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="date"]:-moz-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):focus:-moz-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):active:-moz-placeholder,
.cf-dark .wtbx_field_cont select.wtbx_not_empty:not([multiple]):-moz-placeholder,
.cf-dark .wtbx_field_cont textarea:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont textarea:active:-moz-placeholder,
.cf-dark .wtbx_field_cont textarea.wtbx_not_empty:-moz-placeholder,
.cf-dark .wtbx_field_cont .field:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont .field:active:-moz-placeholder,
.cf-dark .wtbx_field_cont .field.wtbx_not_empty:-moz-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:focus:-moz-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:active:-moz-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice.wtbx_not_empty:-moz-placeholder {
  opacity: 1;
}

.cf-dark .wtbx_field_cont input[type="text"]:focus:-ms-input-placeholder, .cf-dark .wtbx_field_cont input[type="text"]:active:-ms-input-placeholder, .cf-dark .wtbx_field_cont input.wtbx_not_empty[type="text"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="password"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="datetime"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="datetime-local"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="date"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="month"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="time"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="week"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="number"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="email"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="url"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="search"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="tel"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="color"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="url"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="range"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input.wtbx_not_empty[type="date"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont select.wtbx_not_empty:not([multiple]):-ms-input-placeholder,
.cf-dark .wtbx_field_cont textarea:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont textarea:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont textarea.wtbx_not_empty:-ms-input-placeholder,
.cf-dark .wtbx_field_cont .field:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont .field:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont .field.wtbx_not_empty:-ms-input-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:focus:-ms-input-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:active:-ms-input-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice.wtbx_not_empty:-ms-input-placeholder {
  opacity: 1;
}

.cf-dark .wtbx_field_cont input[type="text"]:focus, .cf-dark .wtbx_field_cont input[type="text"]:active,
.cf-dark .wtbx_field_cont input[type="password"]:focus,
.cf-dark .wtbx_field_cont input[type="password"]:active,
.cf-dark .wtbx_field_cont input[type="datetime"]:focus,
.cf-dark .wtbx_field_cont input[type="datetime"]:active,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:focus,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:active,
.cf-dark .wtbx_field_cont input[type="date"]:focus,
.cf-dark .wtbx_field_cont input[type="date"]:active,
.cf-dark .wtbx_field_cont input[type="month"]:focus,
.cf-dark .wtbx_field_cont input[type="month"]:active,
.cf-dark .wtbx_field_cont input[type="time"]:focus,
.cf-dark .wtbx_field_cont input[type="time"]:active,
.cf-dark .wtbx_field_cont input[type="week"]:focus,
.cf-dark .wtbx_field_cont input[type="week"]:active,
.cf-dark .wtbx_field_cont input[type="number"]:focus,
.cf-dark .wtbx_field_cont input[type="number"]:active,
.cf-dark .wtbx_field_cont input[type="email"]:focus,
.cf-dark .wtbx_field_cont input[type="email"]:active,
.cf-dark .wtbx_field_cont input[type="url"]:focus,
.cf-dark .wtbx_field_cont input[type="url"]:active,
.cf-dark .wtbx_field_cont input[type="search"]:focus,
.cf-dark .wtbx_field_cont input[type="search"]:active,
.cf-dark .wtbx_field_cont input[type="tel"]:focus,
.cf-dark .wtbx_field_cont input[type="tel"]:active,
.cf-dark .wtbx_field_cont input[type="color"]:focus,
.cf-dark .wtbx_field_cont input[type="color"]:active,
.cf-dark .wtbx_field_cont input[type="url"]:focus,
.cf-dark .wtbx_field_cont input[type="url"]:active,
.cf-dark .wtbx_field_cont input[type="range"]:focus,
.cf-dark .wtbx_field_cont input[type="range"]:active,
.cf-dark .wtbx_field_cont input[type="date"]:focus,
.cf-dark .wtbx_field_cont input[type="date"]:active,
.cf-dark .wtbx_field_cont select:not([multiple]):focus,
.cf-dark .wtbx_field_cont select:not([multiple]):active,
.cf-dark .wtbx_field_cont textarea:focus,
.cf-dark .wtbx_field_cont textarea:active,
.cf-dark .wtbx_field_cont .field:focus,
.cf-dark .wtbx_field_cont .field:active,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:focus,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:active {
  border-color: #fff !important;
}

.cf-dark .wtbx_field_cont input[type="text"]:focus:hover, .cf-dark .wtbx_field_cont input[type="text"]:active:hover,
.cf-dark .wtbx_field_cont input[type="password"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="password"]:active:hover,
.cf-dark .wtbx_field_cont input[type="datetime"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="datetime"]:active:hover,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:active:hover,
.cf-dark .wtbx_field_cont input[type="date"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="date"]:active:hover,
.cf-dark .wtbx_field_cont input[type="month"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="month"]:active:hover,
.cf-dark .wtbx_field_cont input[type="time"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="time"]:active:hover,
.cf-dark .wtbx_field_cont input[type="week"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="week"]:active:hover,
.cf-dark .wtbx_field_cont input[type="number"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="number"]:active:hover,
.cf-dark .wtbx_field_cont input[type="email"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="email"]:active:hover,
.cf-dark .wtbx_field_cont input[type="url"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="url"]:active:hover,
.cf-dark .wtbx_field_cont input[type="search"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="search"]:active:hover,
.cf-dark .wtbx_field_cont input[type="tel"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="tel"]:active:hover,
.cf-dark .wtbx_field_cont input[type="color"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="color"]:active:hover,
.cf-dark .wtbx_field_cont input[type="url"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="url"]:active:hover,
.cf-dark .wtbx_field_cont input[type="range"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="range"]:active:hover,
.cf-dark .wtbx_field_cont input[type="date"]:focus:hover,
.cf-dark .wtbx_field_cont input[type="date"]:active:hover,
.cf-dark .wtbx_field_cont select:not([multiple]):focus:hover,
.cf-dark .wtbx_field_cont select:not([multiple]):active:hover,
.cf-dark .wtbx_field_cont textarea:focus:hover,
.cf-dark .wtbx_field_cont textarea:active:hover,
.cf-dark .wtbx_field_cont .field:focus:hover,
.cf-dark .wtbx_field_cont .field:active:hover,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:focus:hover,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:active:hover {
  border-color: #fff !important;
}

.cf-dark .wtbx_field_cont input[type="text"]:hover,
.cf-dark .wtbx_field_cont input[type="password"]:hover,
.cf-dark .wtbx_field_cont input[type="datetime"]:hover,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:hover,
.cf-dark .wtbx_field_cont input[type="date"]:hover,
.cf-dark .wtbx_field_cont input[type="month"]:hover,
.cf-dark .wtbx_field_cont input[type="time"]:hover,
.cf-dark .wtbx_field_cont input[type="week"]:hover,
.cf-dark .wtbx_field_cont input[type="number"]:hover,
.cf-dark .wtbx_field_cont input[type="email"]:hover,
.cf-dark .wtbx_field_cont input[type="url"]:hover,
.cf-dark .wtbx_field_cont input[type="search"]:hover,
.cf-dark .wtbx_field_cont input[type="tel"]:hover,
.cf-dark .wtbx_field_cont input[type="color"]:hover,
.cf-dark .wtbx_field_cont input[type="url"]:hover,
.cf-dark .wtbx_field_cont input[type="range"]:hover,
.cf-dark .wtbx_field_cont input[type="date"]:hover,
.cf-dark .wtbx_field_cont select:not([multiple]):hover,
.cf-dark .wtbx_field_cont textarea:hover,
.cf-dark .wtbx_field_cont .field:hover,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.cf-dark .wtbx_field_cont input[type="text"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple])::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont textarea::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont .field::-webkit-input-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  font-size: .928571em;
  letter-spacing: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-dark .wtbx_field_cont input[type="text"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]::-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]::-moz-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple])::-moz-placeholder,
.cf-dark .wtbx_field_cont textarea::-moz-placeholder,
.cf-dark .wtbx_field_cont .field::-moz-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  font-size: .928571em;
  letter-spacing: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-dark .wtbx_field_cont input[type="text"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:-moz-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:-moz-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):-moz-placeholder,
.cf-dark .wtbx_field_cont textarea:-moz-placeholder,
.cf-dark .wtbx_field_cont .field:-moz-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  font-size: .928571em;
  letter-spacing: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-dark .wtbx_field_cont input[type="text"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="password"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="datetime-local"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="month"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="time"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="week"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="number"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="email"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="search"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="tel"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="color"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="url"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="range"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont input[type="date"]:-ms-input-placeholder,
.cf-dark .wtbx_field_cont select:not([multiple]):-ms-input-placeholder,
.cf-dark .wtbx_field_cont textarea:-ms-input-placeholder,
.cf-dark .wtbx_field_cont .field:-ms-input-placeholder,
.cf-dark .wtbx_field_cont .select2-container .select2-choice:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  font-size: .928571em;
  letter-spacing: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.cf-dark .wtbx_field_cont select[multiple] option {
  color: rgba(255, 255, 255, 0.4);
}

.cf-dark .wtbx_field_cont select[multiple] option:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.cf-dark label {
  color: #fff !important;
}

.cf-dark .wpcf7-form p {
  color: #fff;
}

.cf-dark .cf-flat input[type="text"],
.cf-dark .cf-flat input[type="password"],
.cf-dark .cf-flat input[type="datetime"],
.cf-dark .cf-flat input[type="datetime-local"],
.cf-dark .cf-flat input[type="date"],
.cf-dark .cf-flat input[type="month"],
.cf-dark .cf-flat input[type="time"],
.cf-dark .cf-flat input[type="week"],
.cf-dark .cf-flat input[type="number"],
.cf-dark .cf-flat input[type="email"],
.cf-dark .cf-flat input[type="url"],
.cf-dark .cf-flat input[type="search"],
.cf-dark .cf-flat input[type="tel"],
.cf-dark .cf-flat input[type="color"],
.cf-dark .cf-flat input[type="url"],
.cf-dark .cf-flat input[type="range"],
.cf-dark .cf-flat input[type="date"],
.cf-dark .cf-flat select,
.cf-dark .cf-flat textarea,
.cf-dark .cf-flat .field,
.cf-dark .cf-flat .select2-container .select2-choice, .wtbx_skin_dark .cf-flat input[type="text"],
.wtbx_skin_dark .cf-flat input[type="password"],
.wtbx_skin_dark .cf-flat input[type="datetime"],
.wtbx_skin_dark .cf-flat input[type="datetime-local"],
.wtbx_skin_dark .cf-flat input[type="date"],
.wtbx_skin_dark .cf-flat input[type="month"],
.wtbx_skin_dark .cf-flat input[type="time"],
.wtbx_skin_dark .cf-flat input[type="week"],
.wtbx_skin_dark .cf-flat input[type="number"],
.wtbx_skin_dark .cf-flat input[type="email"],
.wtbx_skin_dark .cf-flat input[type="url"],
.wtbx_skin_dark .cf-flat input[type="search"],
.wtbx_skin_dark .cf-flat input[type="tel"],
.wtbx_skin_dark .cf-flat input[type="color"],
.wtbx_skin_dark .cf-flat input[type="url"],
.wtbx_skin_dark .cf-flat input[type="range"],
.wtbx_skin_dark .cf-flat input[type="date"],
.wtbx_skin_dark .cf-flat select,
.wtbx_skin_dark .cf-flat textarea,
.wtbx_skin_dark .cf-flat .field,
.wtbx_skin_dark .cf-flat .select2-container .select2-choice,
.cf-dark.cf-flat input[type="text"],
.cf-dark.cf-flat input[type="password"],
.cf-dark.cf-flat input[type="datetime"],
.cf-dark.cf-flat input[type="datetime-local"],
.cf-dark.cf-flat input[type="date"],
.cf-dark.cf-flat input[type="month"],
.cf-dark.cf-flat input[type="time"],
.cf-dark.cf-flat input[type="week"],
.cf-dark.cf-flat input[type="number"],
.cf-dark.cf-flat input[type="email"],
.cf-dark.cf-flat input[type="url"],
.cf-dark.cf-flat input[type="search"],
.cf-dark.cf-flat input[type="tel"],
.cf-dark.cf-flat input[type="color"],
.cf-dark.cf-flat input[type="url"],
.cf-dark.cf-flat input[type="range"],
.cf-dark.cf-flat input[type="date"],
.cf-dark.cf-flat select,
.cf-dark.cf-flat textarea,
.cf-dark.cf-flat .field,
.cf-dark.cf-flat .select2-container .select2-choice, .wtbx_skin_dark.cf-flat input[type="text"],
.wtbx_skin_dark.cf-flat input[type="password"],
.wtbx_skin_dark.cf-flat input[type="datetime"],
.wtbx_skin_dark.cf-flat input[type="datetime-local"],
.wtbx_skin_dark.cf-flat input[type="date"],
.wtbx_skin_dark.cf-flat input[type="month"],
.wtbx_skin_dark.cf-flat input[type="time"],
.wtbx_skin_dark.cf-flat input[type="week"],
.wtbx_skin_dark.cf-flat input[type="number"],
.wtbx_skin_dark.cf-flat input[type="email"],
.wtbx_skin_dark.cf-flat input[type="url"],
.wtbx_skin_dark.cf-flat input[type="search"],
.wtbx_skin_dark.cf-flat input[type="tel"],
.wtbx_skin_dark.cf-flat input[type="color"],
.wtbx_skin_dark.cf-flat input[type="url"],
.wtbx_skin_dark.cf-flat input[type="range"],
.wtbx_skin_dark.cf-flat input[type="date"],
.wtbx_skin_dark.cf-flat select,
.wtbx_skin_dark.cf-flat textarea,
.wtbx_skin_dark.cf-flat .field,
.wtbx_skin_dark.cf-flat .select2-container .select2-choice,
.cf-flat .cf-dark input[type="text"],
.cf-flat .cf-dark input[type="password"],
.cf-flat .cf-dark input[type="datetime"],
.cf-flat .cf-dark input[type="datetime-local"],
.cf-flat .cf-dark input[type="date"],
.cf-flat .cf-dark input[type="month"],
.cf-flat .cf-dark input[type="time"],
.cf-flat .cf-dark input[type="week"],
.cf-flat .cf-dark input[type="number"],
.cf-flat .cf-dark input[type="email"],
.cf-flat .cf-dark input[type="url"],
.cf-flat .cf-dark input[type="search"],
.cf-flat .cf-dark input[type="tel"],
.cf-flat .cf-dark input[type="color"],
.cf-flat .cf-dark input[type="url"],
.cf-flat .cf-dark input[type="range"],
.cf-flat .cf-dark input[type="date"],
.cf-flat .cf-dark select,
.cf-flat .cf-dark textarea,
.cf-flat .cf-dark .field,
.cf-flat .cf-dark .select2-container .select2-choice, .cf-flat .wtbx_skin_dark input[type="text"],
.cf-flat .wtbx_skin_dark input[type="password"],
.cf-flat .wtbx_skin_dark input[type="datetime"],
.cf-flat .wtbx_skin_dark input[type="datetime-local"],
.cf-flat .wtbx_skin_dark input[type="date"],
.cf-flat .wtbx_skin_dark input[type="month"],
.cf-flat .wtbx_skin_dark input[type="time"],
.cf-flat .wtbx_skin_dark input[type="week"],
.cf-flat .wtbx_skin_dark input[type="number"],
.cf-flat .wtbx_skin_dark input[type="email"],
.cf-flat .wtbx_skin_dark input[type="url"],
.cf-flat .wtbx_skin_dark input[type="search"],
.cf-flat .wtbx_skin_dark input[type="tel"],
.cf-flat .wtbx_skin_dark input[type="color"],
.cf-flat .wtbx_skin_dark input[type="url"],
.cf-flat .wtbx_skin_dark input[type="range"],
.cf-flat .wtbx_skin_dark input[type="date"],
.cf-flat .wtbx_skin_dark select,
.cf-flat .wtbx_skin_dark textarea,
.cf-flat .wtbx_skin_dark .field,
.cf-flat .wtbx_skin_dark .select2-container .select2-choice {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent !important;
}

.cf-dark .cf-flat input[type="text"]:hover,
.cf-dark .cf-flat input[type="password"]:hover,
.cf-dark .cf-flat input[type="datetime"]:hover,
.cf-dark .cf-flat input[type="datetime-local"]:hover,
.cf-dark .cf-flat input[type="date"]:hover,
.cf-dark .cf-flat input[type="month"]:hover,
.cf-dark .cf-flat input[type="time"]:hover,
.cf-dark .cf-flat input[type="week"]:hover,
.cf-dark .cf-flat input[type="number"]:hover,
.cf-dark .cf-flat input[type="email"]:hover,
.cf-dark .cf-flat input[type="url"]:hover,
.cf-dark .cf-flat input[type="search"]:hover,
.cf-dark .cf-flat input[type="tel"]:hover,
.cf-dark .cf-flat input[type="color"]:hover,
.cf-dark .cf-flat input[type="url"]:hover,
.cf-dark .cf-flat input[type="range"]:hover,
.cf-dark .cf-flat input[type="date"]:hover,
.cf-dark .cf-flat select:hover,
.cf-dark .cf-flat textarea:hover,
.cf-dark .cf-flat .field:hover,
.cf-dark .cf-flat .select2-container .select2-choice:hover, .wtbx_skin_dark .cf-flat input[type="text"]:hover,
.wtbx_skin_dark .cf-flat input[type="password"]:hover,
.wtbx_skin_dark .cf-flat input[type="datetime"]:hover,
.wtbx_skin_dark .cf-flat input[type="datetime-local"]:hover,
.wtbx_skin_dark .cf-flat input[type="date"]:hover,
.wtbx_skin_dark .cf-flat input[type="month"]:hover,
.wtbx_skin_dark .cf-flat input[type="time"]:hover,
.wtbx_skin_dark .cf-flat input[type="week"]:hover,
.wtbx_skin_dark .cf-flat input[type="number"]:hover,
.wtbx_skin_dark .cf-flat input[type="email"]:hover,
.wtbx_skin_dark .cf-flat input[type="url"]:hover,
.wtbx_skin_dark .cf-flat input[type="search"]:hover,
.wtbx_skin_dark .cf-flat input[type="tel"]:hover,
.wtbx_skin_dark .cf-flat input[type="color"]:hover,
.wtbx_skin_dark .cf-flat input[type="url"]:hover,
.wtbx_skin_dark .cf-flat input[type="range"]:hover,
.wtbx_skin_dark .cf-flat input[type="date"]:hover,
.wtbx_skin_dark .cf-flat select:hover,
.wtbx_skin_dark .cf-flat textarea:hover,
.wtbx_skin_dark .cf-flat .field:hover,
.wtbx_skin_dark .cf-flat .select2-container .select2-choice:hover,
.cf-dark.cf-flat input[type="text"]:hover,
.cf-dark.cf-flat input[type="password"]:hover,
.cf-dark.cf-flat input[type="datetime"]:hover,
.cf-dark.cf-flat input[type="datetime-local"]:hover,
.cf-dark.cf-flat input[type="date"]:hover,
.cf-dark.cf-flat input[type="month"]:hover,
.cf-dark.cf-flat input[type="time"]:hover,
.cf-dark.cf-flat input[type="week"]:hover,
.cf-dark.cf-flat input[type="number"]:hover,
.cf-dark.cf-flat input[type="email"]:hover,
.cf-dark.cf-flat input[type="url"]:hover,
.cf-dark.cf-flat input[type="search"]:hover,
.cf-dark.cf-flat input[type="tel"]:hover,
.cf-dark.cf-flat input[type="color"]:hover,
.cf-dark.cf-flat input[type="url"]:hover,
.cf-dark.cf-flat input[type="range"]:hover,
.cf-dark.cf-flat input[type="date"]:hover,
.cf-dark.cf-flat select:hover,
.cf-dark.cf-flat textarea:hover,
.cf-dark.cf-flat .field:hover,
.cf-dark.cf-flat .select2-container .select2-choice:hover, .wtbx_skin_dark.cf-flat input[type="text"]:hover,
.wtbx_skin_dark.cf-flat input[type="password"]:hover,
.wtbx_skin_dark.cf-flat input[type="datetime"]:hover,
.wtbx_skin_dark.cf-flat input[type="datetime-local"]:hover,
.wtbx_skin_dark.cf-flat input[type="date"]:hover,
.wtbx_skin_dark.cf-flat input[type="month"]:hover,
.wtbx_skin_dark.cf-flat input[type="time"]:hover,
.wtbx_skin_dark.cf-flat input[type="week"]:hover,
.wtbx_skin_dark.cf-flat input[type="number"]:hover,
.wtbx_skin_dark.cf-flat input[type="email"]:hover,
.wtbx_skin_dark.cf-flat input[type="url"]:hover,
.wtbx_skin_dark.cf-flat input[type="search"]:hover,
.wtbx_skin_dark.cf-flat input[type="tel"]:hover,
.wtbx_skin_dark.cf-flat input[type="color"]:hover,
.wtbx_skin_dark.cf-flat input[type="url"]:hover,
.wtbx_skin_dark.cf-flat input[type="range"]:hover,
.wtbx_skin_dark.cf-flat input[type="date"]:hover,
.wtbx_skin_dark.cf-flat select:hover,
.wtbx_skin_dark.cf-flat textarea:hover,
.wtbx_skin_dark.cf-flat .field:hover,
.wtbx_skin_dark.cf-flat .select2-container .select2-choice:hover,
.cf-flat .cf-dark input[type="text"]:hover,
.cf-flat .cf-dark input[type="password"]:hover,
.cf-flat .cf-dark input[type="datetime"]:hover,
.cf-flat .cf-dark input[type="datetime-local"]:hover,
.cf-flat .cf-dark input[type="date"]:hover,
.cf-flat .cf-dark input[type="month"]:hover,
.cf-flat .cf-dark input[type="time"]:hover,
.cf-flat .cf-dark input[type="week"]:hover,
.cf-flat .cf-dark input[type="number"]:hover,
.cf-flat .cf-dark input[type="email"]:hover,
.cf-flat .cf-dark input[type="url"]:hover,
.cf-flat .cf-dark input[type="search"]:hover,
.cf-flat .cf-dark input[type="tel"]:hover,
.cf-flat .cf-dark input[type="color"]:hover,
.cf-flat .cf-dark input[type="url"]:hover,
.cf-flat .cf-dark input[type="range"]:hover,
.cf-flat .cf-dark input[type="date"]:hover,
.cf-flat .cf-dark select:hover,
.cf-flat .cf-dark textarea:hover,
.cf-flat .cf-dark .field:hover,
.cf-flat .cf-dark .select2-container .select2-choice:hover, .cf-flat .wtbx_skin_dark input[type="text"]:hover,
.cf-flat .wtbx_skin_dark input[type="password"]:hover,
.cf-flat .wtbx_skin_dark input[type="datetime"]:hover,
.cf-flat .wtbx_skin_dark input[type="datetime-local"]:hover,
.cf-flat .wtbx_skin_dark input[type="date"]:hover,
.cf-flat .wtbx_skin_dark input[type="month"]:hover,
.cf-flat .wtbx_skin_dark input[type="time"]:hover,
.cf-flat .wtbx_skin_dark input[type="week"]:hover,
.cf-flat .wtbx_skin_dark input[type="number"]:hover,
.cf-flat .wtbx_skin_dark input[type="email"]:hover,
.cf-flat .wtbx_skin_dark input[type="url"]:hover,
.cf-flat .wtbx_skin_dark input[type="search"]:hover,
.cf-flat .wtbx_skin_dark input[type="tel"]:hover,
.cf-flat .wtbx_skin_dark input[type="color"]:hover,
.cf-flat .wtbx_skin_dark input[type="url"]:hover,
.cf-flat .wtbx_skin_dark input[type="range"]:hover,
.cf-flat .wtbx_skin_dark input[type="date"]:hover,
.cf-flat .wtbx_skin_dark select:hover,
.cf-flat .wtbx_skin_dark textarea:hover,
.cf-flat .wtbx_skin_dark .field:hover,
.cf-flat .wtbx_skin_dark .select2-container .select2-choice:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.cf-dark .cf-flat input[type="text"]:focus, .cf-dark .cf-flat input[type="text"]:active, .cf-dark .cf-flat input.wtbx_not_empty[type="text"],
.cf-dark .cf-flat input[type="password"]:focus,
.cf-dark .cf-flat input[type="password"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="password"],
.cf-dark .cf-flat input[type="datetime"]:focus,
.cf-dark .cf-flat input[type="datetime"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="datetime"],
.cf-dark .cf-flat input[type="datetime-local"]:focus,
.cf-dark .cf-flat input[type="datetime-local"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="datetime-local"],
.cf-dark .cf-flat input[type="date"]:focus,
.cf-dark .cf-flat input[type="date"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="date"],
.cf-dark .cf-flat input[type="month"]:focus,
.cf-dark .cf-flat input[type="month"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="month"],
.cf-dark .cf-flat input[type="time"]:focus,
.cf-dark .cf-flat input[type="time"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="time"],
.cf-dark .cf-flat input[type="week"]:focus,
.cf-dark .cf-flat input[type="week"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="week"],
.cf-dark .cf-flat input[type="number"]:focus,
.cf-dark .cf-flat input[type="number"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="number"],
.cf-dark .cf-flat input[type="email"]:focus,
.cf-dark .cf-flat input[type="email"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="email"],
.cf-dark .cf-flat input[type="url"]:focus,
.cf-dark .cf-flat input[type="url"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="url"],
.cf-dark .cf-flat input[type="search"]:focus,
.cf-dark .cf-flat input[type="search"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="search"],
.cf-dark .cf-flat input[type="tel"]:focus,
.cf-dark .cf-flat input[type="tel"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="tel"],
.cf-dark .cf-flat input[type="color"]:focus,
.cf-dark .cf-flat input[type="color"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="color"],
.cf-dark .cf-flat input[type="url"]:focus,
.cf-dark .cf-flat input[type="url"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="url"],
.cf-dark .cf-flat input[type="range"]:focus,
.cf-dark .cf-flat input[type="range"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="range"],
.cf-dark .cf-flat input[type="date"]:focus,
.cf-dark .cf-flat input[type="date"]:active,
.cf-dark .cf-flat input.wtbx_not_empty[type="date"],
.cf-dark .cf-flat select:focus,
.cf-dark .cf-flat select:active,
.cf-dark .cf-flat select.wtbx_not_empty,
.cf-dark .cf-flat textarea:focus,
.cf-dark .cf-flat textarea:active,
.cf-dark .cf-flat textarea.wtbx_not_empty,
.cf-dark .cf-flat .field:focus,
.cf-dark .cf-flat .field:active,
.cf-dark .cf-flat .field.wtbx_not_empty,
.cf-dark .cf-flat .select2-container .select2-choice:focus,
.cf-dark .cf-flat .select2-container .select2-choice:active,
.cf-dark .cf-flat .select2-container .select2-choice.wtbx_not_empty, .wtbx_skin_dark .cf-flat input[type="text"]:focus, .wtbx_skin_dark .cf-flat input[type="text"]:active, .wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="text"],
.wtbx_skin_dark .cf-flat input[type="password"]:focus,
.wtbx_skin_dark .cf-flat input[type="password"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="password"],
.wtbx_skin_dark .cf-flat input[type="datetime"]:focus,
.wtbx_skin_dark .cf-flat input[type="datetime"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="datetime"],
.wtbx_skin_dark .cf-flat input[type="datetime-local"]:focus,
.wtbx_skin_dark .cf-flat input[type="datetime-local"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="datetime-local"],
.wtbx_skin_dark .cf-flat input[type="date"]:focus,
.wtbx_skin_dark .cf-flat input[type="date"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="date"],
.wtbx_skin_dark .cf-flat input[type="month"]:focus,
.wtbx_skin_dark .cf-flat input[type="month"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="month"],
.wtbx_skin_dark .cf-flat input[type="time"]:focus,
.wtbx_skin_dark .cf-flat input[type="time"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="time"],
.wtbx_skin_dark .cf-flat input[type="week"]:focus,
.wtbx_skin_dark .cf-flat input[type="week"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="week"],
.wtbx_skin_dark .cf-flat input[type="number"]:focus,
.wtbx_skin_dark .cf-flat input[type="number"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="number"],
.wtbx_skin_dark .cf-flat input[type="email"]:focus,
.wtbx_skin_dark .cf-flat input[type="email"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="email"],
.wtbx_skin_dark .cf-flat input[type="url"]:focus,
.wtbx_skin_dark .cf-flat input[type="url"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="url"],
.wtbx_skin_dark .cf-flat input[type="search"]:focus,
.wtbx_skin_dark .cf-flat input[type="search"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="search"],
.wtbx_skin_dark .cf-flat input[type="tel"]:focus,
.wtbx_skin_dark .cf-flat input[type="tel"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="tel"],
.wtbx_skin_dark .cf-flat input[type="color"]:focus,
.wtbx_skin_dark .cf-flat input[type="color"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="color"],
.wtbx_skin_dark .cf-flat input[type="url"]:focus,
.wtbx_skin_dark .cf-flat input[type="url"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="url"],
.wtbx_skin_dark .cf-flat input[type="range"]:focus,
.wtbx_skin_dark .cf-flat input[type="range"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="range"],
.wtbx_skin_dark .cf-flat input[type="date"]:focus,
.wtbx_skin_dark .cf-flat input[type="date"]:active,
.wtbx_skin_dark .cf-flat input.wtbx_not_empty[type="date"],
.wtbx_skin_dark .cf-flat select:focus,
.wtbx_skin_dark .cf-flat select:active,
.wtbx_skin_dark .cf-flat select.wtbx_not_empty,
.wtbx_skin_dark .cf-flat textarea:focus,
.wtbx_skin_dark .cf-flat textarea:active,
.wtbx_skin_dark .cf-flat textarea.wtbx_not_empty,
.wtbx_skin_dark .cf-flat .field:focus,
.wtbx_skin_dark .cf-flat .field:active,
.wtbx_skin_dark .cf-flat .field.wtbx_not_empty,
.wtbx_skin_dark .cf-flat .select2-container .select2-choice:focus,
.wtbx_skin_dark .cf-flat .select2-container .select2-choice:active,
.wtbx_skin_dark .cf-flat .select2-container .select2-choice.wtbx_not_empty,
.cf-dark.cf-flat input[type="text"]:focus,
.cf-dark.cf-flat input[type="text"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="text"],
.cf-dark.cf-flat input[type="password"]:focus,
.cf-dark.cf-flat input[type="password"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="password"],
.cf-dark.cf-flat input[type="datetime"]:focus,
.cf-dark.cf-flat input[type="datetime"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="datetime"],
.cf-dark.cf-flat input[type="datetime-local"]:focus,
.cf-dark.cf-flat input[type="datetime-local"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="datetime-local"],
.cf-dark.cf-flat input[type="date"]:focus,
.cf-dark.cf-flat input[type="date"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="date"],
.cf-dark.cf-flat input[type="month"]:focus,
.cf-dark.cf-flat input[type="month"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="month"],
.cf-dark.cf-flat input[type="time"]:focus,
.cf-dark.cf-flat input[type="time"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="time"],
.cf-dark.cf-flat input[type="week"]:focus,
.cf-dark.cf-flat input[type="week"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="week"],
.cf-dark.cf-flat input[type="number"]:focus,
.cf-dark.cf-flat input[type="number"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="number"],
.cf-dark.cf-flat input[type="email"]:focus,
.cf-dark.cf-flat input[type="email"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="email"],
.cf-dark.cf-flat input[type="url"]:focus,
.cf-dark.cf-flat input[type="url"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="url"],
.cf-dark.cf-flat input[type="search"]:focus,
.cf-dark.cf-flat input[type="search"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="search"],
.cf-dark.cf-flat input[type="tel"]:focus,
.cf-dark.cf-flat input[type="tel"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="tel"],
.cf-dark.cf-flat input[type="color"]:focus,
.cf-dark.cf-flat input[type="color"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="color"],
.cf-dark.cf-flat input[type="url"]:focus,
.cf-dark.cf-flat input[type="url"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="url"],
.cf-dark.cf-flat input[type="range"]:focus,
.cf-dark.cf-flat input[type="range"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="range"],
.cf-dark.cf-flat input[type="date"]:focus,
.cf-dark.cf-flat input[type="date"]:active,
.cf-dark.cf-flat input.wtbx_not_empty[type="date"],
.cf-dark.cf-flat select:focus,
.cf-dark.cf-flat select:active,
.cf-dark.cf-flat select.wtbx_not_empty,
.cf-dark.cf-flat textarea:focus,
.cf-dark.cf-flat textarea:active,
.cf-dark.cf-flat textarea.wtbx_not_empty,
.cf-dark.cf-flat .field:focus,
.cf-dark.cf-flat .field:active,
.cf-dark.cf-flat .field.wtbx_not_empty,
.cf-dark.cf-flat .select2-container .select2-choice:focus,
.cf-dark.cf-flat .select2-container .select2-choice:active,
.cf-dark.cf-flat .select2-container .select2-choice.wtbx_not_empty, .wtbx_skin_dark.cf-flat input[type="text"]:focus, .wtbx_skin_dark.cf-flat input[type="text"]:active, .wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="text"],
.wtbx_skin_dark.cf-flat input[type="password"]:focus,
.wtbx_skin_dark.cf-flat input[type="password"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="password"],
.wtbx_skin_dark.cf-flat input[type="datetime"]:focus,
.wtbx_skin_dark.cf-flat input[type="datetime"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="datetime"],
.wtbx_skin_dark.cf-flat input[type="datetime-local"]:focus,
.wtbx_skin_dark.cf-flat input[type="datetime-local"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="datetime-local"],
.wtbx_skin_dark.cf-flat input[type="date"]:focus,
.wtbx_skin_dark.cf-flat input[type="date"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="date"],
.wtbx_skin_dark.cf-flat input[type="month"]:focus,
.wtbx_skin_dark.cf-flat input[type="month"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="month"],
.wtbx_skin_dark.cf-flat input[type="time"]:focus,
.wtbx_skin_dark.cf-flat input[type="time"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="time"],
.wtbx_skin_dark.cf-flat input[type="week"]:focus,
.wtbx_skin_dark.cf-flat input[type="week"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="week"],
.wtbx_skin_dark.cf-flat input[type="number"]:focus,
.wtbx_skin_dark.cf-flat input[type="number"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="number"],
.wtbx_skin_dark.cf-flat input[type="email"]:focus,
.wtbx_skin_dark.cf-flat input[type="email"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="email"],
.wtbx_skin_dark.cf-flat input[type="url"]:focus,
.wtbx_skin_dark.cf-flat input[type="url"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="url"],
.wtbx_skin_dark.cf-flat input[type="search"]:focus,
.wtbx_skin_dark.cf-flat input[type="search"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="search"],
.wtbx_skin_dark.cf-flat input[type="tel"]:focus,
.wtbx_skin_dark.cf-flat input[type="tel"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="tel"],
.wtbx_skin_dark.cf-flat input[type="color"]:focus,
.wtbx_skin_dark.cf-flat input[type="color"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="color"],
.wtbx_skin_dark.cf-flat input[type="url"]:focus,
.wtbx_skin_dark.cf-flat input[type="url"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="url"],
.wtbx_skin_dark.cf-flat input[type="range"]:focus,
.wtbx_skin_dark.cf-flat input[type="range"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="range"],
.wtbx_skin_dark.cf-flat input[type="date"]:focus,
.wtbx_skin_dark.cf-flat input[type="date"]:active,
.wtbx_skin_dark.cf-flat input.wtbx_not_empty[type="date"],
.wtbx_skin_dark.cf-flat select:focus,
.wtbx_skin_dark.cf-flat select:active,
.wtbx_skin_dark.cf-flat select.wtbx_not_empty,
.wtbx_skin_dark.cf-flat textarea:focus,
.wtbx_skin_dark.cf-flat textarea:active,
.wtbx_skin_dark.cf-flat textarea.wtbx_not_empty,
.wtbx_skin_dark.cf-flat .field:focus,
.wtbx_skin_dark.cf-flat .field:active,
.wtbx_skin_dark.cf-flat .field.wtbx_not_empty,
.wtbx_skin_dark.cf-flat .select2-container .select2-choice:focus,
.wtbx_skin_dark.cf-flat .select2-container .select2-choice:active,
.wtbx_skin_dark.cf-flat .select2-container .select2-choice.wtbx_not_empty,
.cf-flat .cf-dark input[type="text"]:focus,
.cf-flat .cf-dark input[type="text"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="text"],
.cf-flat .cf-dark input[type="password"]:focus,
.cf-flat .cf-dark input[type="password"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="password"],
.cf-flat .cf-dark input[type="datetime"]:focus,
.cf-flat .cf-dark input[type="datetime"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="datetime"],
.cf-flat .cf-dark input[type="datetime-local"]:focus,
.cf-flat .cf-dark input[type="datetime-local"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="datetime-local"],
.cf-flat .cf-dark input[type="date"]:focus,
.cf-flat .cf-dark input[type="date"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="date"],
.cf-flat .cf-dark input[type="month"]:focus,
.cf-flat .cf-dark input[type="month"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="month"],
.cf-flat .cf-dark input[type="time"]:focus,
.cf-flat .cf-dark input[type="time"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="time"],
.cf-flat .cf-dark input[type="week"]:focus,
.cf-flat .cf-dark input[type="week"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="week"],
.cf-flat .cf-dark input[type="number"]:focus,
.cf-flat .cf-dark input[type="number"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="number"],
.cf-flat .cf-dark input[type="email"]:focus,
.cf-flat .cf-dark input[type="email"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="email"],
.cf-flat .cf-dark input[type="url"]:focus,
.cf-flat .cf-dark input[type="url"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="url"],
.cf-flat .cf-dark input[type="search"]:focus,
.cf-flat .cf-dark input[type="search"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="search"],
.cf-flat .cf-dark input[type="tel"]:focus,
.cf-flat .cf-dark input[type="tel"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="tel"],
.cf-flat .cf-dark input[type="color"]:focus,
.cf-flat .cf-dark input[type="color"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="color"],
.cf-flat .cf-dark input[type="url"]:focus,
.cf-flat .cf-dark input[type="url"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="url"],
.cf-flat .cf-dark input[type="range"]:focus,
.cf-flat .cf-dark input[type="range"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="range"],
.cf-flat .cf-dark input[type="date"]:focus,
.cf-flat .cf-dark input[type="date"]:active,
.cf-flat .cf-dark input.wtbx_not_empty[type="date"],
.cf-flat .cf-dark select:focus,
.cf-flat .cf-dark select:active,
.cf-flat .cf-dark select.wtbx_not_empty,
.cf-flat .cf-dark textarea:focus,
.cf-flat .cf-dark textarea:active,
.cf-flat .cf-dark textarea.wtbx_not_empty,
.cf-flat .cf-dark .field:focus,
.cf-flat .cf-dark .field:active,
.cf-flat .cf-dark .field.wtbx_not_empty,
.cf-flat .cf-dark .select2-container .select2-choice:focus,
.cf-flat .cf-dark .select2-container .select2-choice:active,
.cf-flat .cf-dark .select2-container .select2-choice.wtbx_not_empty, .cf-flat .wtbx_skin_dark input[type="text"]:focus, .cf-flat .wtbx_skin_dark input[type="text"]:active, .cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="text"],
.cf-flat .wtbx_skin_dark input[type="password"]:focus,
.cf-flat .wtbx_skin_dark input[type="password"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="password"],
.cf-flat .wtbx_skin_dark input[type="datetime"]:focus,
.cf-flat .wtbx_skin_dark input[type="datetime"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="datetime"],
.cf-flat .wtbx_skin_dark input[type="datetime-local"]:focus,
.cf-flat .wtbx_skin_dark input[type="datetime-local"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="datetime-local"],
.cf-flat .wtbx_skin_dark input[type="date"]:focus,
.cf-flat .wtbx_skin_dark input[type="date"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="date"],
.cf-flat .wtbx_skin_dark input[type="month"]:focus,
.cf-flat .wtbx_skin_dark input[type="month"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="month"],
.cf-flat .wtbx_skin_dark input[type="time"]:focus,
.cf-flat .wtbx_skin_dark input[type="time"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="time"],
.cf-flat .wtbx_skin_dark input[type="week"]:focus,
.cf-flat .wtbx_skin_dark input[type="week"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="week"],
.cf-flat .wtbx_skin_dark input[type="number"]:focus,
.cf-flat .wtbx_skin_dark input[type="number"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="number"],
.cf-flat .wtbx_skin_dark input[type="email"]:focus,
.cf-flat .wtbx_skin_dark input[type="email"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="email"],
.cf-flat .wtbx_skin_dark input[type="url"]:focus,
.cf-flat .wtbx_skin_dark input[type="url"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="url"],
.cf-flat .wtbx_skin_dark input[type="search"]:focus,
.cf-flat .wtbx_skin_dark input[type="search"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="search"],
.cf-flat .wtbx_skin_dark input[type="tel"]:focus,
.cf-flat .wtbx_skin_dark input[type="tel"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="tel"],
.cf-flat .wtbx_skin_dark input[type="color"]:focus,
.cf-flat .wtbx_skin_dark input[type="color"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="color"],
.cf-flat .wtbx_skin_dark input[type="url"]:focus,
.cf-flat .wtbx_skin_dark input[type="url"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="url"],
.cf-flat .wtbx_skin_dark input[type="range"]:focus,
.cf-flat .wtbx_skin_dark input[type="range"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="range"],
.cf-flat .wtbx_skin_dark input[type="date"]:focus,
.cf-flat .wtbx_skin_dark input[type="date"]:active,
.cf-flat .wtbx_skin_dark input.wtbx_not_empty[type="date"],
.cf-flat .wtbx_skin_dark select:focus,
.cf-flat .wtbx_skin_dark select:active,
.cf-flat .wtbx_skin_dark select.wtbx_not_empty,
.cf-flat .wtbx_skin_dark textarea:focus,
.cf-flat .wtbx_skin_dark textarea:active,
.cf-flat .wtbx_skin_dark textarea.wtbx_not_empty,
.cf-flat .wtbx_skin_dark .field:focus,
.cf-flat .wtbx_skin_dark .field:active,
.cf-flat .wtbx_skin_dark .field.wtbx_not_empty,
.cf-flat .wtbx_skin_dark .select2-container .select2-choice:focus,
.cf-flat .wtbx_skin_dark .select2-container .select2-choice:active,
.cf-flat .wtbx_skin_dark .select2-container .select2-choice.wtbx_not_empty {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: transparent;
}

.cf-subscribe-default .wpcf7-form input {
  margin-top: 0;
}

.cf-subscribe-regular .wpcf7-form input[type="text"],
.cf-subscribe-regular .wpcf7-form input[type="password"],
.cf-subscribe-regular .wpcf7-form input[type="datetime"],
.cf-subscribe-regular .wpcf7-form input[type="datetime-local"],
.cf-subscribe-regular .wpcf7-form input[type="date"],
.cf-subscribe-regular .wpcf7-form input[type="month"],
.cf-subscribe-regular .wpcf7-form input[type="time"],
.cf-subscribe-regular .wpcf7-form input[type="week"],
.cf-subscribe-regular .wpcf7-form input[type="number"],
.cf-subscribe-regular .wpcf7-form input[type="email"],
.cf-subscribe-regular .wpcf7-form input[type="url"],
.cf-subscribe-regular .wpcf7-form input[type="search"],
.cf-subscribe-regular .wpcf7-form input[type="tel"],
.cf-subscribe-regular .wpcf7-form input[type="color"],
.cf-subscribe-regular .wpcf7-form input[type="url"],
.cf-subscribe-regular .wpcf7-form input[type="range"],
.cf-subscribe-regular .wpcf7-form input[type="date"],
.cf-subscribe-regular .wpcf7-form select {
  border: none !important;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  padding: 0 20px;
}

.cf-subscribe-regular .wpcf7-form input[type="text"]:focus, .cf-subscribe-regular .wpcf7-form input[type="text"]:active,
.cf-subscribe-regular .wpcf7-form input[type="password"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="password"]:active,
.cf-subscribe-regular .wpcf7-form input[type="datetime"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="datetime"]:active,
.cf-subscribe-regular .wpcf7-form input[type="datetime-local"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="datetime-local"]:active,
.cf-subscribe-regular .wpcf7-form input[type="date"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="date"]:active,
.cf-subscribe-regular .wpcf7-form input[type="month"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="month"]:active,
.cf-subscribe-regular .wpcf7-form input[type="time"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="time"]:active,
.cf-subscribe-regular .wpcf7-form input[type="week"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="week"]:active,
.cf-subscribe-regular .wpcf7-form input[type="number"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="number"]:active,
.cf-subscribe-regular .wpcf7-form input[type="email"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="email"]:active,
.cf-subscribe-regular .wpcf7-form input[type="url"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="url"]:active,
.cf-subscribe-regular .wpcf7-form input[type="search"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="search"]:active,
.cf-subscribe-regular .wpcf7-form input[type="tel"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="tel"]:active,
.cf-subscribe-regular .wpcf7-form input[type="color"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="color"]:active,
.cf-subscribe-regular .wpcf7-form input[type="url"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="url"]:active,
.cf-subscribe-regular .wpcf7-form input[type="range"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="range"]:active,
.cf-subscribe-regular .wpcf7-form input[type="date"]:focus,
.cf-subscribe-regular .wpcf7-form input[type="date"]:active,
.cf-subscribe-regular .wpcf7-form select:focus,
.cf-subscribe-regular .wpcf7-form select:active {
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15);
}

.cf-subscribe-regular .wpcf7-form input {
  margin-top: 0;
  border-radius: 4px;
}

.cf-subscribe-regular.cf-dark .wpcf7-form input[type="text"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="password"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime-local"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="month"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="time"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="week"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="number"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="email"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="search"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="tel"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="color"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="range"],
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"],
.cf-subscribe-regular.cf-dark .wpcf7-form select,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="text"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="password"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime-local"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="month"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="time"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="week"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="number"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="email"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="search"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="tel"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="color"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="range"],
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"],
.cf-subscribe-regular .cf-dark .wpcf7-form select,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="text"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="password"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime-local"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="month"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="time"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="week"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="number"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="email"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="search"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="tel"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="color"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="range"],
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"],
.cf-dark .cf-subscribe-regular .wpcf7-form select {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cf-subscribe-regular.cf-dark .wpcf7-form input[type="text"]:focus, .cf-subscribe-regular.cf-dark .wpcf7-form input[type="text"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="password"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="password"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime-local"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime-local"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="month"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="month"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="time"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="time"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="week"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="week"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="number"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="number"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="email"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="email"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="search"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="search"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="tel"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="tel"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="color"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="color"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="range"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="range"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]:active,
.cf-subscribe-regular.cf-dark .wpcf7-form select:focus,
.cf-subscribe-regular.cf-dark .wpcf7-form select:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="text"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="text"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="password"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="password"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime-local"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime-local"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="month"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="month"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="time"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="time"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="week"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="week"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="number"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="number"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="email"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="email"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="search"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="search"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="tel"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="tel"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="color"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="color"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="range"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="range"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]:active,
.cf-subscribe-regular .cf-dark .wpcf7-form select:focus,
.cf-subscribe-regular .cf-dark .wpcf7-form select:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="text"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="text"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="password"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="password"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime-local"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime-local"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="month"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="month"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="time"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="time"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="week"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="week"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="number"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="number"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="email"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="email"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="search"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="search"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="tel"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="tel"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="color"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="color"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="range"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="range"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]:active,
.cf-dark .cf-subscribe-regular .wpcf7-form select:focus,
.cf-dark .cf-subscribe-regular .wpcf7-form select:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.cf-subscribe-regular.cf-dark .wpcf7-form input[type="text"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="password"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime-local"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="month"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="time"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="week"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="number"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="email"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="search"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="color"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="range"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form select::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="text"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="password"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime-local"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="month"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="time"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="week"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="number"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="email"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="search"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="color"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="range"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form select::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="text"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="password"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime-local"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="month"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="time"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="week"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="number"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="email"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="search"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="color"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="range"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cf-subscribe-regular.cf-dark .wpcf7-form input[type="text"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="password"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime-local"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="month"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="time"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="week"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="number"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="email"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="search"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="tel"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="color"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="range"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form select::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="text"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="password"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime-local"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="month"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="time"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="week"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="number"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="email"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="search"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="tel"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="color"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="range"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form select::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="text"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="password"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime-local"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="month"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="time"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="week"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="number"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="email"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="search"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="tel"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="color"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="range"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cf-subscribe-regular.cf-dark .wpcf7-form input[type="text"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="password"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime-local"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="month"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="time"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="week"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="number"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="email"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="search"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="tel"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="color"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="range"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form select:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="text"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="password"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime-local"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="month"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="time"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="week"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="number"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="email"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="search"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="tel"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="color"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="range"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form select:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="text"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="password"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime-local"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="month"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="time"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="week"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="number"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="email"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="search"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="tel"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="color"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="range"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cf-subscribe-regular.cf-dark .wpcf7-form input[type="text"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="password"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="datetime-local"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="month"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="time"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="week"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="number"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="email"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="search"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="tel"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="color"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="range"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-subscribe-regular.cf-dark .wpcf7-form select:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="text"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="password"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="datetime-local"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="month"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="time"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="week"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="number"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="email"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="search"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="tel"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="color"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="range"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-subscribe-regular .cf-dark .wpcf7-form select:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="text"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="password"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="datetime-local"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="month"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="time"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="week"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="number"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="email"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="search"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="tel"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="color"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="range"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-regular .wpcf7-form select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cf-subscribe-regular.cf-dark .wpcf7-form input,
.cf-subscribe-regular .cf-dark .wpcf7-form input,
.cf-dark .cf-subscribe-regular .wpcf7-form input {
  margin-top: 0;
  border-radius: 4px;
}

.cf-subscribe-modern .wpcf7-form input[type="text"],
.cf-subscribe-modern .wpcf7-form input[type="password"],
.cf-subscribe-modern .wpcf7-form input[type="datetime"],
.cf-subscribe-modern .wpcf7-form input[type="datetime-local"],
.cf-subscribe-modern .wpcf7-form input[type="date"],
.cf-subscribe-modern .wpcf7-form input[type="month"],
.cf-subscribe-modern .wpcf7-form input[type="time"],
.cf-subscribe-modern .wpcf7-form input[type="week"],
.cf-subscribe-modern .wpcf7-form input[type="number"],
.cf-subscribe-modern .wpcf7-form input[type="email"],
.cf-subscribe-modern .wpcf7-form input[type="url"],
.cf-subscribe-modern .wpcf7-form input[type="search"],
.cf-subscribe-modern .wpcf7-form input[type="tel"],
.cf-subscribe-modern .wpcf7-form input[type="color"],
.cf-subscribe-modern .wpcf7-form input[type="url"],
.cf-subscribe-modern .wpcf7-form input[type="range"],
.cf-subscribe-modern .wpcf7-form input[type="date"],
.cf-subscribe-modern .wpcf7-form select {
  padding: 0 20px;
  box-shadow: none;
}

.cf-subscribe-modern .wpcf7-form input, .cf-subscribe-modern .wpcf7-form .wpcf7-submit {
  margin-top: 0;
  line-height: 46px;
  height: 46px;
  width: 100%;
}

.cf-subscribe-modern .wpcf7-form .wpcf7-submit + .wpcf7-submit {
  display: none;
  font-size: 1.142857em;
}

.cf-subscribe-modern .wpcf7-form .wpcf7-submit i {
  font-size: 18px;
  line-height: 46px;
}

.cf-subscribe-modern .wpcf7-form p {
  padding: 0;
  margin: 0;
  border-left-width: 1px;
  border-left-style: solid;
}

.cf-subscribe-modern .wpcf7-form p input {
  border-radius: 0;
}

.cf-subscribe-modern .wpcf7-form p:first-of-type {
  border-left: none;
}

.cf-subscribe-modern .wpcf7-form p:first-of-type input, .cf-subscribe-modern .wpcf7-form p:first-of-type .wpcf7-submit {
  border-radius: 23px 0 0 23px;
}

.cf-subscribe-modern .wpcf7-form p:last-of-type {
  border-left: none;
}

.cf-subscribe-modern .wpcf7-form p:last-of-type input, .cf-subscribe-modern .wpcf7-form p:last-of-type .wpcf7-submit {
  border-radius: 0 23px 23px 0;
}

.cf-subscribe-modern.cf-dark .wpcf7-form p,
.cf-subscribe-modern .cf-dark .wpcf7-form p,
.cf-dark .cf-subscribe-modern .wpcf7-form p {
  border-color: rgba(255, 255, 255, 0.05);
}

.cf-subscribe-modern.cf-dark .wpcf7-form input[type="text"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="password"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime-local"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="month"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="time"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="week"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="number"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="email"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="search"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="tel"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="color"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="range"],
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"],
.cf-subscribe-modern.cf-dark .wpcf7-form select,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="text"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="password"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime-local"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="month"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="time"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="week"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="number"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="email"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="search"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="tel"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="color"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="range"],
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"],
.cf-subscribe-modern .cf-dark .wpcf7-form select,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="text"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="password"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime-local"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="month"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="time"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="week"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="number"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="email"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="search"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="tel"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="color"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="range"],
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"],
.cf-dark .cf-subscribe-modern .wpcf7-form select {
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cf-subscribe-modern.cf-dark .wpcf7-form input[type="text"]:focus, .cf-subscribe-modern.cf-dark .wpcf7-form input[type="text"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="password"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="password"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime-local"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime-local"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="month"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="month"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="time"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="time"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="week"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="week"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="number"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="number"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="email"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="email"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="search"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="search"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="tel"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="tel"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="color"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="color"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="range"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="range"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]:active,
.cf-subscribe-modern.cf-dark .wpcf7-form select:focus,
.cf-subscribe-modern.cf-dark .wpcf7-form select:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="text"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="text"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="password"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="password"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime-local"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime-local"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="month"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="month"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="time"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="time"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="week"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="week"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="number"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="number"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="email"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="email"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="search"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="search"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="tel"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="tel"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="color"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="color"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="range"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="range"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]:active,
.cf-subscribe-modern .cf-dark .wpcf7-form select:focus,
.cf-subscribe-modern .cf-dark .wpcf7-form select:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="text"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="text"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="password"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="password"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime-local"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime-local"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="month"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="month"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="time"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="time"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="week"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="week"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="number"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="number"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="email"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="email"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="search"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="search"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="tel"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="tel"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="color"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="color"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="range"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="range"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]:active,
.cf-dark .cf-subscribe-modern .wpcf7-form select:focus,
.cf-dark .cf-subscribe-modern .wpcf7-form select:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.cf-subscribe-modern.cf-dark .wpcf7-form input[type="text"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="password"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime-local"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="month"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="time"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="week"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="number"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="email"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="search"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="color"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="range"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form select::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="text"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="password"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime-local"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="month"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="time"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="week"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="number"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="email"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="search"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="color"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="range"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form select::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="text"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="password"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime-local"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="month"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="time"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="week"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="number"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="email"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="search"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="color"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="range"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]::-webkit-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cf-subscribe-modern.cf-dark .wpcf7-form input[type="text"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="password"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime-local"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="month"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="time"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="week"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="number"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="email"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="search"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="tel"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="color"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="range"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form select::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="text"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="password"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime-local"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="month"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="time"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="week"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="number"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="email"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="search"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="tel"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="color"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="range"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form select::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="text"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="password"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime-local"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="month"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="time"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="week"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="number"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="email"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="search"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="tel"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="color"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="range"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]::-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cf-subscribe-modern.cf-dark .wpcf7-form input[type="text"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="password"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime-local"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="month"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="time"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="week"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="number"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="email"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="search"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="tel"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="color"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="range"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form select:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="text"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="password"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime-local"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="month"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="time"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="week"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="number"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="email"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="search"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="tel"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="color"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="range"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form select:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="text"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="password"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime-local"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="month"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="time"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="week"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="number"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="email"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="search"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="tel"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="color"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="range"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]:-moz-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cf-subscribe-modern.cf-dark .wpcf7-form input[type="text"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="password"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="datetime-local"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="month"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="time"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="week"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="number"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="email"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="search"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="tel"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="color"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="range"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-subscribe-modern.cf-dark .wpcf7-form select:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="text"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="password"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="datetime-local"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="month"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="time"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="week"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="number"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="email"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="search"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="tel"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="color"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="range"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-subscribe-modern .cf-dark .wpcf7-form select:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="text"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="password"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="datetime-local"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="month"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="time"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="week"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="number"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="email"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="search"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="tel"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="color"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="url"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="range"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form input[type="date"]:-ms-input-placeholder,
.cf-dark .cf-subscribe-modern .wpcf7-form select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

select[multiple] {
  margin-top: 8px;
  height: 62px !important;
  overflow-y: auto;
  max-height: 200px;
  border-width: 1px;
  border-style: solid;
}

select[multiple] option {
  padding: 0 5px;
  font-size: .928571em;
  line-height: 20px;
  height: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

select[multiple]:focus, select[multiple]:active {
  border-color: #000;
}

select {
  background: none !important;
}

abbr[title] {
  border: none;
}

.mc4wp-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mc4wp-form input[type="submit"],
.mc4wp-form button[type="submit"] {
  display: block;
  width: 100%;
}

.mc4wp-form input[type="submit"] .mc-arrow,
.mc4wp-form button[type="submit"] .mc-arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 24px;
  height: 2px;
  border-radius: 2px;
  -moz-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: -webkit-scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.mc4wp-form input[type="submit"] .mc-arrow:before,
.mc4wp-form button[type="submit"] .mc-arrow:before {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotateZ(45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  width: 4px;
  height: 4px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-right-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.mc4wp-form input[type="submit"] .scape-ui-chevron-right,
.mc4wp-form button[type="submit"] .scape-ui-chevron-right {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.mc-minimal .mc4wp-form {
  position: relative;
}

.mc-minimal .mc4wp-form input[type="email"] {
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 0;
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  background-color: transparent;
  box-shadow: none !important;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  z-index: 1;
}

.mc-minimal .mc4wp-form input[type="submit"],
.mc-minimal .mc4wp-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0;
}

.mc-minimal.mc-dark .mc4wp-form input[type="email"],
.mc-minimal.mc-dark .mc4wp-form input[type="email"],
.mc-minimal .mc-dark .mc4wp-form input[type="email"],
.mc-minimal .mc-dark .mc4wp-form input[type="email"],
.mc-dark .mc-minimal .mc4wp-form input[type="email"],
.mc-dark .mc-minimal .mc4wp-form input[type="email"],
.mc-minimal.wtbx_skin_dark .mc4wp-form input[type="email"],
.mc-minimal.wtbx_skin_dark .mc4wp-form input[type="email"],
.mc-minimal .wtbx_skin_dark .mc4wp-form input[type="email"],
.mc-minimal .wtbx_skin_dark .mc4wp-form input[type="email"],
.wtbx_skin_dark .mc-minimal .mc4wp-form input[type="email"],
.wtbx_skin_dark .mc-minimal .mc4wp-form input[type="email"] {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.mc-minimal.mc-dark .mc4wp-form input[type="email"]:focus,
.mc-minimal.mc-dark .mc4wp-form input[type="email"]:active,
.mc-minimal .mc-dark .mc4wp-form input[type="email"]:focus,
.mc-minimal .mc-dark .mc4wp-form input[type="email"]:active,
.mc-dark .mc-minimal .mc4wp-form input[type="email"]:focus,
.mc-dark .mc-minimal .mc4wp-form input[type="email"]:active,
.mc-minimal.wtbx_skin_dark .mc4wp-form input[type="email"]:focus,
.mc-minimal.wtbx_skin_dark .mc4wp-form input[type="email"]:active,
.mc-minimal .wtbx_skin_dark .mc4wp-form input[type="email"]:focus,
.mc-minimal .wtbx_skin_dark .mc4wp-form input[type="email"]:active,
.wtbx_skin_dark .mc-minimal .mc4wp-form input[type="email"]:focus,
.wtbx_skin_dark .mc-minimal .mc4wp-form input[type="email"]:active {
  border-color: #fff !important;
}

.mc-minimal.mc-dark .mc4wp-form .mc-arrow,
.mc-minimal .mc-dark .mc4wp-form .mc-arrow,
.mc-dark .mc-minimal .mc4wp-form .mc-arrow,
.mc-minimal.wtbx_skin_dark .mc4wp-form .mc-arrow,
.mc-minimal .wtbx_skin_dark .mc4wp-form .mc-arrow,
.wtbx_skin_dark .mc-minimal .mc4wp-form .mc-arrow {
  background-color: rgba(255, 255, 255, 0.2);
}

.mc-minimal.mc-dark .mc4wp-form .mc-arrow:before,
.mc-minimal .mc-dark .mc4wp-form .mc-arrow:before,
.mc-dark .mc-minimal .mc4wp-form .mc-arrow:before,
.mc-minimal.wtbx_skin_dark .mc4wp-form .mc-arrow:before,
.mc-minimal .wtbx_skin_dark .mc4wp-form .mc-arrow:before,
.wtbx_skin_dark .mc-minimal .mc4wp-form .mc-arrow:before {
  border-color: rgba(255, 255, 255, 0.2);
}

.mc-minimal.mc-dark .mc4wp-form input[type="submit"]:hover .mc-arrow,
.mc-minimal.mc-dark .mc4wp-form button[type="submit"]:hover .mc-arrow,
.mc-minimal .mc-dark .mc4wp-form input[type="submit"]:hover .mc-arrow,
.mc-minimal .mc-dark .mc4wp-form button[type="submit"]:hover .mc-arrow,
.mc-dark .mc-minimal .mc4wp-form input[type="submit"]:hover .mc-arrow,
.mc-dark .mc-minimal .mc4wp-form button[type="submit"]:hover .mc-arrow,
.mc-minimal.wtbx_skin_dark .mc4wp-form input[type="submit"]:hover .mc-arrow,
.mc-minimal.wtbx_skin_dark .mc4wp-form button[type="submit"]:hover .mc-arrow,
.mc-minimal .wtbx_skin_dark .mc4wp-form input[type="submit"]:hover .mc-arrow,
.mc-minimal .wtbx_skin_dark .mc4wp-form button[type="submit"]:hover .mc-arrow,
.wtbx_skin_dark .mc-minimal .mc4wp-form input[type="submit"]:hover .mc-arrow,
.wtbx_skin_dark .mc-minimal .mc4wp-form button[type="submit"]:hover .mc-arrow {
  background-color: #fff !important;
}

.mc-minimal.mc-dark .mc4wp-form input[type="submit"]:hover .mc-arrow:before,
.mc-minimal.mc-dark .mc4wp-form button[type="submit"]:hover .mc-arrow:before,
.mc-minimal .mc-dark .mc4wp-form input[type="submit"]:hover .mc-arrow:before,
.mc-minimal .mc-dark .mc4wp-form button[type="submit"]:hover .mc-arrow:before,
.mc-dark .mc-minimal .mc4wp-form input[type="submit"]:hover .mc-arrow:before,
.mc-dark .mc-minimal .mc4wp-form button[type="submit"]:hover .mc-arrow:before,
.mc-minimal.wtbx_skin_dark .mc4wp-form input[type="submit"]:hover .mc-arrow:before,
.mc-minimal.wtbx_skin_dark .mc4wp-form button[type="submit"]:hover .mc-arrow:before,
.mc-minimal .wtbx_skin_dark .mc4wp-form input[type="submit"]:hover .mc-arrow:before,
.mc-minimal .wtbx_skin_dark .mc4wp-form button[type="submit"]:hover .mc-arrow:before,
.wtbx_skin_dark .mc-minimal .mc4wp-form input[type="submit"]:hover .mc-arrow:before,
.wtbx_skin_dark .mc-minimal .mc4wp-form button[type="submit"]:hover .mc-arrow:before {
  border-color: #fff !important;
}

.mc-modern .mc4wp-form {
  position: relative;
}

.mc-modern .mc4wp-form input[type="email"] {
  height: 50px;
  line-height: 50px;
  padding: 5px 40% 5px 25px;
  border-radius: 50px;
  margin: 0;
  border: none;
  vertical-align: middle;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  z-index: 1;
}

.mc-modern .mc4wp-form input[type="email"]:focus, .mc-modern .mc4wp-form input[type="email"]:active {
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15);
}

.mc-modern .mc4wp-form input[type="submit"],
.mc-modern .mc4wp-form button[type="submit"] {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 0;
  box-shadow: none !important;
  width: auto;
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  border-radius: 50px;
}

.mc-modern .mc4wp-form input[type="submit"]:hover,
.mc-modern .mc4wp-form button[type="submit"]:hover {
  border-radius: 50px;
}

.mc-modern.mc-dark .mc4wp-form input[type="email"],
.mc-modern .mc-dark .mc4wp-form input[type="email"],
.mc-dark .mc-modern .mc4wp-form input[type="email"],
.mc-modern.wtbx_skin_dark .mc4wp-form input[type="email"],
.mc-modern .wtbx_skin_dark .mc4wp-form input[type="email"],
.wtbx_skin_dark .mc-modern .mc4wp-form input[type="email"] {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none !important;
}

.mc-bubble .mc4wp-form {
  position: relative;
}

.mc-bubble .mc4wp-form input[type="email"] {
  height: 48px;
  line-height: 48px;
  padding: 5px 50px 5px 25px;
  border-radius: 40px;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  z-index: 1;
}

.mc-bubble .mc4wp-form input[type="email"]:focus, .mc-bubble .mc4wp-form input[type="email"]:active {
  border-color: transparent;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
}

.mc-bubble .mc4wp-form input[type="submit"],
.mc-bubble .mc4wp-form button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  box-shadow: none !important;
  background-color: transparent !important;
}

.mc-bubble .mc4wp-form input[type="submit"] .mc-arrow,
.mc-bubble .mc4wp-form button[type="submit"] .mc-arrow {
  right: 10px;
  width: 0;
  background-color: transparent;
}

.mc-bubble .mc4wp-form input[type="submit"] .mc-arrow:before,
.mc-bubble .mc4wp-form button[type="submit"] .mc-arrow:before {
  width: 6px;
  height: 6px;
}

.mc-bubble.mc-dark .mc4wp-form input[type="email"],
.mc-bubble .mc-dark .mc4wp-form input[type="email"],
.mc-dark .mc-bubble .mc4wp-form input[type="email"],
.mc-bubble.wtbx_skin_dark .mc4wp-form input[type="email"],
.mc-bubble .wtbx_skin_dark .mc4wp-form input[type="email"],
.wtbx_skin_dark .mc-bubble .mc4wp-form input[type="email"] {
  background-color: transparent;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
}

.mc-bubble.mc-dark .mc4wp-form input[type="email"]:focus, .mc-bubble.mc-dark .mc4wp-form input[type="email"]:active,
.mc-bubble .mc-dark .mc4wp-form input[type="email"]:focus,
.mc-bubble .mc-dark .mc4wp-form input[type="email"]:active,
.mc-dark .mc-bubble .mc4wp-form input[type="email"]:focus,
.mc-dark .mc-bubble .mc4wp-form input[type="email"]:active,
.mc-bubble.wtbx_skin_dark .mc4wp-form input[type="email"]:focus,
.mc-bubble.wtbx_skin_dark .mc4wp-form input[type="email"]:active,
.mc-bubble .wtbx_skin_dark .mc4wp-form input[type="email"]:focus,
.mc-bubble .wtbx_skin_dark .mc4wp-form input[type="email"]:active,
.wtbx_skin_dark .mc-bubble .mc4wp-form input[type="email"]:focus,
.wtbx_skin_dark .mc-bubble .mc4wp-form input[type="email"]:active {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
}

.mc-bubble.mc-dark .mc4wp-form input[type="submit"]:hover span:before,
.mc-bubble.mc-dark .mc4wp-form button[type="submit"]:hover span:before,
.mc-bubble .mc-dark .mc4wp-form input[type="submit"]:hover span:before,
.mc-bubble .mc-dark .mc4wp-form button[type="submit"]:hover span:before,
.mc-dark .mc-bubble .mc4wp-form input[type="submit"]:hover span:before,
.mc-dark .mc-bubble .mc4wp-form button[type="submit"]:hover span:before,
.mc-bubble.wtbx_skin_dark .mc4wp-form input[type="submit"]:hover span:before,
.mc-bubble.wtbx_skin_dark .mc4wp-form button[type="submit"]:hover span:before,
.mc-bubble .wtbx_skin_dark .mc4wp-form input[type="submit"]:hover span:before,
.mc-bubble .wtbx_skin_dark .mc4wp-form button[type="submit"]:hover span:before,
.wtbx_skin_dark .mc-bubble .mc4wp-form input[type="submit"]:hover span:before,
.wtbx_skin_dark .mc-bubble .mc4wp-form button[type="submit"]:hover span:before {
  border-color: #fff;
}
