@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url('../fonts/modules.woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
  --wp--style--global--content-size: 823px;
  --wp--style--global--wide-size: 1080px;
}

:where(body) {
  margin: 0;
}

.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.lds-dual-ring {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px;
  border-radius: 50%;
  border: 3px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*loader 2*/
.ifso-logo-loader {
  font-size: 20px;
  width: 64px;
  font-family: sans-serif;
  position: relative;
  height: auto;
  font-weight: 800;
}

.ifso-logo-loader:before {
  content: "";
  position: absolute;
  left: 30%;
  top: 36%;
  width: 14px;
  height: 22px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #fd5b56;
  animation: spinAndMoveArrow 2s infinite;
  height: 9px;
  width: 7px;
}

.ifso-logo-loader:after {
  content: "If So";
  word-spacing: 12px;
}

@keyframes spinAndMoveArrow {
  40% {
    transform: rotate(360deg);
  }

  60% {
    transform: translateX(-5px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

/*Loader 3 - default content*/
.ifso-default-content-loader {
  display: inline-block;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid;
  padding-left: 20px;
}

:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
}

pre {
  overflow: auto;
  padding: 10px;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #2C2C2C;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-template-page-template-blank-php #page-container {
  padding-top: 0 !important;
}

body.et_cover_background {
  background-size: cover !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
}

a {
  color: #2ea3f2;
}

a,
a:hover {
  text-decoration: none;
}

p {
  padding-bottom: 1em;
}

p:not(.has-background):last-of-type {
  padding-bottom: 0;
}

p.et_normal_padding {
  padding-bottom: 1em;
}

strong {
  font-weight: 700;
}

cite,
em,
i {
  font-style: italic;
}

code,
pre {
  font-family: Courier New, monospace;
  margin-bottom: 10px;
}

ins {
  text-decoration: none;
}

sub,
sup {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 0.8em;
}

sub {
  top: 0.3em;
}

dl {
  margin: 0 0 1.5em;
}

dl dt {
  font-weight: 700;
}

dd {
  margin-left: 1.5em;
}

blockquote p {
  padding-bottom: 0;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

input {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
}

input.text:focus,
input.title:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}

input.text,
input.title,
input[type="text"],
select,
textarea {
  margin: 0;
}

textarea {
  padding: 4px;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

br.clear {
  margin: 0;
  padding: 0;
}

.pagination {
  clear: both;
}

#et_search_icon:hover,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.form-submit .et_pb_buttontton.alt.disabled,
.nav-single a,
.posted_in a {
  color: #2ea3f2;
}

.et-search-form,
blockquote {
  border-color: #2ea3f2;
}

#main-content {
  background-color: #fff;
}

.container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
  padding-top: 58px;
}

.et_full_width_page #main-content .container:before {
  display: none;
}

.main_title {
  margin-bottom: 20px;
}

.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover {
  background: rgba(0, 0, 0, 0.05);
}

.et_button_icon_visible .et_pb_button {
  padding-right: 2em;
  padding-left: 0.7em;
}

.et_button_icon_visible .et_pb_button:after {
  opacity: 1;
  margin-left: 0;
}

.et_button_left .et_pb_button:hover:after {
  left: 0.15em;
}

.et_button_left .et_pb_button:after {
  margin-left: 0;
  left: 1em;
}

.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_left .et_pb_button:hover,
.et_button_left .et_pb_module .et_pb_button:hover {
  padding-left: 2em;
  padding-right: 0.7em;
}

.et_button_icon_visible.et_button_left .et_pb_button:after,
.et_button_left .et_pb_button:hover:after {
  left: 0.15em;
}

.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover {
  padding: 0.3em 1em;
}

.et_button_no_icon .et_pb_button:after {
  display: none;
}

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
  padding: 0.3em 1em !important;
}

.et_button_custom_icon .et_pb_button:after {
  line-height: 1.7em;
}

.et_button_custom_icon.et_button_icon_visible .et_pb_button:after,
.et_button_custom_icon .et_pb_button:hover:after {
  margin-left: 0.3em;
}

#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type {
  padding: 0;
  margin-bottom: -16px;
}

.entry-content table:not(.variations) {
  border: 1px solid #eee;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}

.entry-content thead th,
.entry-content tr th {
  color: #555;
  font-weight: 700;
  padding: 9px 24px;
}

.entry-content tr td {
  border-top: 1px solid #eee;
  padding: 6px 24px;
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
}

#left-area ol,
.entry-content ol,
.et-l--body ol,
.et-l--footer ol,
.et-l--header ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 23px;
  line-height: 26px;
}

#left-area ul li ul,
.entry-content ul li ol {
  padding: 2px 0 2px 20px;
}

#left-area ol li ul,
.entry-content ol li ol,
.et-l--body ol li ol,
.et-l--footer ol li ol,
.et-l--header ol li ol {
  padding: 2px 0 2px 35px;
}

#left-area ul.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

#left-area ul.products {
  padding: 0 !important;
  line-height: 1.7 !important;
  list-style: none !important;
}

.gallery-item a {
  display: block;
}

.gallery-caption,
.gallery-item a {
  width: 90%;
}

#wpadminbar {
  z-index: 100001;
}

#left-area .post-meta {
  font-size: 14px;
  padding-bottom: 15px;
}

#left-area .post-meta a {
  text-decoration: none;
  color: #666;
}

#left-area .et_featured_image {
  padding-bottom: 7px;
}

.single .post {
  padding-bottom: 25px;
}

body.single .et_audio_content {
  margin-bottom: -6px;
}

.nav-single a {
  text-decoration: none;
  color: #2ea3f2;
  font-size: 14px;
  font-weight: 400;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.et_password_protected_form p input {
  background-color: #eee;
  border: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #999 !important;
  padding: 16px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.et_password_protected_form label {
  display: none;
}

.et_password_protected_form .et_submit_button {
  font-family: inherit;
  display: block;
  float: right;
  margin: 8px auto 0;
  cursor: pointer;
}

.post-password-required p.nocomments.container {
  max-width: 100%;
}

.post-password-required p.nocomments.container:before {
  display: none;
}

.aligncenter,
div.post .new-post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
}

.wp-caption.alignleft {
  margin: 0 30px 20px 0;
}

.wp-caption.alignright {
  margin: 0 0 20px 30px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 0 4px 5px;
  margin: 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.page.et_pb_pagebuilder_layout #main-content {
  background-color: transparent;
}

body #main-content .et_builder_inner_content > h1,
body #main-content .et_builder_inner_content > h2,
body #main-content .et_builder_inner_content > h3,
body #main-content .et_builder_inner_content > h4,
body #main-content .et_builder_inner_content > h5,
body #main-content .et_builder_inner_content > h6 {
  line-height: 1.4em;
}

body #main-content .et_builder_inner_content > p {
  line-height: 1.7em;
}

.wp-block-pullquote {
  margin: 20px 0 30px;
}

.wp-block-pullquote.has-background blockquote {
  border-left: none;
}

.wp-block-group.has-background {
  padding: 1.5em 1.5em 0.5em;
}

@media (min-width: 981px) {
  #left-area {
    width: 79.125%;
    padding-bottom: 23px;
  }

  #main-content .container:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
  }

  .et_full_width_page #left-area,
  .et_no_sidebar #left-area {
    float: none;
    width: 100% !important;
  }

  .et_full_width_page #left-area {
    padding-bottom: 0;
  }

  .et_no_sidebar #main-content .container:before {
    display: none;
  }
}

@media (max-width: 980px) {
  #page-container {
    padding-top: 80px;
  }

  .et-tb #page-container,
  .et-tb-has-header #page-container {
    padding-top: 0 !important;
  }

  #left-area,
  #sidebar {
    width: 100% !important;
  }

  #main-content .container:before {
    display: none !important;
  }

  .et_full_width_page .et_gallery_item:nth-child(4n + 1) {
    clear: none;
  }
}

@media print {
  #page-container {
    padding-top: 0 !important;
  }
}

#wp-admin-bar-et-use-visual-builder a:before {
  font-family: ETmodules !important;
  content: "\e625";
  font-size: 30px !important;
  width: 28px;
  margin-top: -3px;
  color: #974df3 !important;
}

#wp-admin-bar-et-use-visual-builder:hover a:before {
  color: #fff !important;
}

#wp-admin-bar-et-use-visual-builder:hover a,
#wp-admin-bar-et-use-visual-builder a:hover {
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  background-color: #7e3bd0 !important;
  color: #fff !important;
}

* html .clearfix,
:first-child + html .clearfix {
  zoom: 1;
}

.iphone
  .et_pb_section_video_bg
  video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css {
  background-attachment: scroll;
}

.et-social-facebook a.icon:before {
  content: "\e093";
}

.et-social-twitter a.icon:before {
  content: "\e094";
}

.et-social-google-plus a.icon:before {
  content: "\e096";
}

.et-social-instagram a.icon:before {
  content: "\e09a";
}

.et-social-rss a.icon:before {
  content: "\e09e";
}

.ai1ec-single-event:after {
  content: " ";
  display: table;
  clear: both;
}

.evcal_event_details
  .evcal_evdata_cell
  .eventon_details_shading_bot.eventon_details_shading_bot {
  z-index: 3;
}

.wp-block-divi-layout {
  margin-bottom: 1em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#et-info-email:before,
#et-info-phone:before,
#et_search_icon:before,
.comment-reply-link:after,
.et-cart-info span:before,
.et-pb-arrow-next:before,
.et-pb-arrow-prev:before,
.et-social-icon a:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.et_overlay:before,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.et_pb_contact_reset:after,
.et_pb_contact_submit:after,
.et_pb_font_icon:before,
.et_pb_newsletter_button:after,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.form-submit .et_pb_button:after,
.mobile_menu_bar:before,
a.et_pb_more_button:after {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}

.et-pb-icon,
.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_login .et_pb_custom_button_icon.et_pb_button:after,
.et_pb_woo_custom_button_icon
  .button.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_woo_custom_button_icon
  .button.et_pb_custom_button_icon.et_pb_button:hover:after {
  content: attr(data-icon);
}

.et-pb-icon {
  font-family: ETmodules;
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
}

#et-ajax-saving {
  display: none;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: rgba(0, 139, 219, 0.247059) 0 0 60px;
  box-shadow: 0 0 60px rgba(0, 139, 219, 0.247059);
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  margin: -25px 0 0 -25px;
  z-index: 999999;
  text-align: center;
}

#et-ajax-saving img {
  margin: 9px;
}

.et-safe-mode-indicator,
.et-safe-mode-indicator:focus,
.et-safe-mode-indicator:hover {
  -webkit-box-shadow: 0 5px 10px rgba(41, 196, 169, 0.15);
  box-shadow: 0 5px 10px rgba(41, 196, 169, 0.15);
  background: #29c4a9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  line-height: 16px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999999;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.et_pb_button {
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.et_pb_button,
.et_pb_button_inner {
  position: relative;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  border: 2px solid transparent;
  padding: 0.3em 2em 0.3em 0.7em;
}

.et_pb_button:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.et_pb_button:after,
.et_pb_button:before {
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}

.et_pb_button.et_hover_enabled:hover:after,
.et_pb_button.et_pb_hovered:hover:after {
  -webkit-transition: none !important;
  transition: none !important;
}

.et_pb_button:before {
  display: none;
}

.et_pb_button:hover:after {
  opacity: 1;
  margin-left: 0;
}

.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
  font-size: 26px;
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
  font-size: 23px;
}

.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
  font-size: 20px;
}

.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
  font-size: 18px;
}

.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
  font-size: 16px;
}

.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
  font-size: 15px;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
  color: #fff !important;
}

.et_pb_module.et_pb_text_align_left {
  text-align: left;
}

.et_pb_module.et_pb_text_align_center {
  text-align: center;
}

.et_pb_module.et_pb_text_align_right {
  text-align: right;
}

.et_pb_module.et_pb_text_align_justified {
  text-align: justify;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.et_pb_bg_layout_light .et_pb_more_button {
  color: #2ea3f2;
}

.et_builder_inner_content {
  position: relative;
  z-index: 1;
}

header .et_builder_inner_content {
  z-index: 2;
}

.et_pb_css_mix_blend_mode_passthrough {
  mix-blend-mode: unset !important;
}

.et_pb_image_container {
  margin: -20px -20px 29px;
}

.et_pb_module_inner {
  position: relative;
}

.et_hover_enabled_preview {
  z-index: 2;
}

.et_hover_enabled:hover {
  position: relative;
  z-index: 2;
}

.et_pb_all_tabs,
.et_pb_module,
.et_pb_posts_nav a,
.et_pb_tab,
.et_pb_with_background {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.et_pb_background_mask,
.et_pb_background_pattern {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.et_pb_background_mask {
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
}

.et_pb_background_pattern {
  background-position: 0 0;
  background-repeat: repeat;
}

.et_pb_with_border {
  position: relative;
  border: 0 solid #333;
}

.post-password-required .et_pb_row {
  padding: 0;
  width: 100%;
}

.post-password-required .et_password_protected_form {
  min-height: 0;
}

body.et_pb_pagebuilder_layout.et_pb_show_title
  .post-password-required
  .et_password_protected_form
  h1,
body:not(.et_pb_pagebuilder_layout)
  .post-password-required
  .et_password_protected_form
  h1 {
  display: none;
}

.et_pb_no_bg {
  padding: 0 !important;
}

.et_overlay.et_pb_inline_icon:before,
.et_pb_inline_icon:before {
  content: attr(data-icon);
}

.et_pb_more_button {
  color: inherit;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.et_parallax_bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.et_parallax_bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.et_parallax_bg.et_parallax_bg__hover,
.et_parallax_bg.et_parallax_bg_phone,
.et_parallax_bg.et_parallax_bg_tablet,
.et_parallax_gradient.et_parallax_gradient__hover,
.et_parallax_gradient.et_parallax_gradient_phone,
.et_parallax_gradient.et_parallax_gradient_tablet,
.et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover),
.et_pb_section_parallax_hover:hover
  .et_parallax_gradient:not(.et_parallax_gradient__hover) {
  display: none;
}

.et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover,
.et_pb_section_parallax_hover:hover
  .et_parallax_gradient.et_parallax_gradient__hover {
  display: block;
}

.et_parallax_gradient {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.et_pb_module.et_pb_section_parallax,
.et_pb_posts_nav a.et_pb_section_parallax,
.et_pb_tab.et_pb_section_parallax {
  position: relative;
}

.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: fixed;
}

body.et-bfb .et_pb_section_parallax .et_pb_parallax_css,
body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: scroll;
  bottom: auto;
}

.et_pb_section_parallax.et_pb_column .et_pb_module,
.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module {
  z-index: 9;
  position: relative;
}

.et_pb_more_button:hover:after {
  opacity: 1;
  margin-left: 0;
}

.et_pb_preload .et_pb_section_video_bg,
.et_pb_preload > div {
  visibility: hidden;
}

.et_pb_preload,
.et_pb_section.et_pb_section_video.et_pb_preload {
  position: relative;
  background: #464646 !important;
}

.et_pb_preload:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

.box-shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.et_pb_section > .box-shadow-overlay ~ .et_pb_row {
  z-index: 11;
}

body.safari .section_has_divider {
  will-change: transform;
}

.et_pb_row > .box-shadow-overlay {
  z-index: 8;
}

.has-box-shadow-overlay {
  position: relative;
}

.et_clickable {
  cursor: pointer;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.et_multi_view_hidden,
.et_multi_view_hidden_image {
  display: none !important;
}

@keyframes multi-view-image-fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.1;
  }

  20% {
    opacity: 0.2;
  }

  30% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.5;
  }

  60% {
    opacity: 0.6;
  }

  70% {
    opacity: 0.7;
  }

  80% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.9;
  }

  to {
    opacity: 1;
  }
}

.et_multi_view_image__loading {
  visibility: hidden;
}

.et_multi_view_image__loaded {
  -webkit-animation: multi-view-image-fade 0.5s;
  animation: multi-view-image-fade 0.5s;
}

#et-pb-motion-effects-offset-tracker {
  visibility: hidden !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.et-pb-before-scroll-animation {
  opacity: 0;
}

header.et-l.et-l--header:after {
  clear: both;
  display: block;
  content: "";
}

.et_pb_module {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.et-waypoint:not(.et_pb_counters) {
  opacity: 0;
}

@media (min-width: 981px) {
  .et_pb_section.et_section_specialty
    div.et_pb_row
    .et_pb_column
    .et_pb_column
    .et_pb_module.et-last-child,
  .et_pb_section.et_section_specialty
    div.et_pb_row
    .et_pb_column
    .et_pb_column
    .et_pb_module:last-child,
  .et_pb_section.et_section_specialty
    div.et_pb_row
    .et_pb_column
    .et_pb_row_inner
    .et_pb_column
    .et_pb_module.et-last-child,
  .et_pb_section.et_section_specialty
    div.et_pb_row
    .et_pb_column
    .et_pb_row_inner
    .et_pb_column
    .et_pb_module:last-child,
  .et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child,
  .et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 980px) {
  .et_vertical_nav.et_header_style_left .logo_container {
        position: absolute;
        top: 12px;
    }
  }
  .et_overlay.et_pb_inline_icon_tablet:before,
  .et_pb_inline_icon_tablet:before {
    content: attr(data-icon-tablet);
  }

  .et_parallax_bg.et_parallax_bg_tablet_exist,
  .et_parallax_gradient.et_parallax_gradient_tablet_exist {
    display: none;
  }

  .et_parallax_bg.et_parallax_bg_tablet,
  .et_parallax_gradient.et_parallax_gradient_tablet {
    display: block;
  }

  .et_pb_column .et_pb_module {
    margin-bottom: 30px;
  }

  .et_pb_row .et_pb_column .et_pb_module.et-last-child,
  .et_pb_row .et_pb_column .et_pb_module:last-child,
  .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
  .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  }

  .et_pb_more_button {
    display: inline-block !important;
  }

  .et_pb_bg_layout_light_tablet.et_pb_button,
  .et_pb_bg_layout_light_tablet.et_pb_module.et_pb_button,
  .et_pb_bg_layout_light_tablet .et_pb_more_button {
    color: #2ea3f2;
  }

  .et_pb_bg_layout_light_tablet .et_pb_forgot_password a {
    color: #666;
  }

  .et_pb_bg_layout_light_tablet h1,
  .et_pb_bg_layout_light_tablet h2,
  .et_pb_bg_layout_light_tablet h3,
  .et_pb_bg_layout_light_tablet h4,
  .et_pb_bg_layout_light_tablet h5,
  .et_pb_bg_layout_light_tablet h6 {
    color: #333 !important;
  }

  .et_pb_module .et_pb_bg_layout_light_tablet.et_pb_button {
    color: #2ea3f2 !important;
  }

  .et_pb_bg_layout_light_tablet {
    color: #666 !important;
  }

  .et_pb_bg_layout_dark_tablet,
  .et_pb_bg_layout_dark_tablet h1,
  .et_pb_bg_layout_dark_tablet h2,
  .et_pb_bg_layout_dark_tablet h3,
  .et_pb_bg_layout_dark_tablet h4,
  .et_pb_bg_layout_dark_tablet h5,
  .et_pb_bg_layout_dark_tablet h6 {
    color: #fff !important;
  }

  .et_pb_bg_layout_dark_tablet.et_pb_button,
  .et_pb_bg_layout_dark_tablet.et_pb_module.et_pb_button,
  .et_pb_bg_layout_dark_tablet .et_pb_more_button {
    color: inherit;
  }

  .et_pb_bg_layout_dark_tablet .et_pb_forgot_password a {
    color: #fff;
  }

  .et_pb_module.et_pb_text_align_left-tablet {
    text-align: left;
  }

  .et_pb_module.et_pb_text_align_center-tablet {
    text-align: center;
  }

  .et_pb_module.et_pb_text_align_right-tablet {
    text-align: right;
  }

  .et_pb_module.et_pb_text_align_justified-tablet {
    text-align: justify;
  }


@media (max-width: 767px) {
  .et_pb_more_button {
    display: inline-block !important;
  }

  .et_overlay.et_pb_inline_icon_phone:before,
  .et_pb_inline_icon_phone:before {
    content: attr(data-icon-phone);
  }

  .et_parallax_bg.et_parallax_bg_phone_exist,
  .et_parallax_gradient.et_parallax_gradient_phone_exist {
    display: none;
  }

  .et_parallax_bg.et_parallax_bg_phone,
  .et_parallax_gradient.et_parallax_gradient_phone {
    display: block;
  }

  .et-hide-mobile {
    display: none !important;
  }

  .et_pb_bg_layout_light_phone.et_pb_button,
  .et_pb_bg_layout_light_phone.et_pb_module.et_pb_button,
  .et_pb_bg_layout_light_phone .et_pb_more_button {
    color: #2ea3f2;
  }

  .et_pb_bg_layout_light_phone .et_pb_forgot_password a {
    color: #666;
  }

  .et_pb_bg_layout_light_phone h1,
  .et_pb_bg_layout_light_phone h2,
  .et_pb_bg_layout_light_phone h3,
  .et_pb_bg_layout_light_phone h4,
  .et_pb_bg_layout_light_phone h5,
  .et_pb_bg_layout_light_phone h6 {
    color: #333 !important;
  }

  .et_pb_module .et_pb_bg_layout_light_phone.et_pb_button {
    color: #2ea3f2 !important;
  }

  .et_pb_bg_layout_light_phone {
    color: #666 !important;
  }

  .et_pb_bg_layout_dark_phone,
  .et_pb_bg_layout_dark_phone h1,
  .et_pb_bg_layout_dark_phone h2,
  .et_pb_bg_layout_dark_phone h3,
  .et_pb_bg_layout_dark_phone h4,
  .et_pb_bg_layout_dark_phone h5,
  .et_pb_bg_layout_dark_phone h6 {
    color: #fff !important;
  }

  .et_pb_bg_layout_dark_phone.et_pb_button,
  .et_pb_bg_layout_dark_phone.et_pb_module.et_pb_button,
  .et_pb_bg_layout_dark_phone .et_pb_more_button {
    color: inherit;
  }

  .et_pb_module .et_pb_bg_layout_dark_phone.et_pb_button {
    color: #fff !important;
  }

  .et_pb_bg_layout_dark_phone .et_pb_forgot_password a {
    color: #fff;
  }

  .et_pb_module.et_pb_text_align_left-phone {
    text-align: left;
  }

  .et_pb_module.et_pb_text_align_center-phone {
    text-align: center;
  }

  .et_pb_module.et_pb_text_align_right-phone {
    text-align: right;
  }

  .et_pb_module.et_pb_text_align_justified-phone {
    text-align: justify;
  }
}

@media (max-width: 479px) {
  a.et_pb_more_button {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  [data-et-multi-view-load-tablet-hidden="true"]:not(.et_multi_view_swapped) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  [data-et-multi-view-load-phone-hidden="true"]:not(.et_multi_view_swapped) {
    display: none !important;
  }
}

.et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__menu nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes multi-view-image-fade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 981px) {
  .et_pb_gutters3 .et_pb_column,
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
  }

  .et_pb_gutters3 .et_pb_column_4_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }

  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%;
  }

  .et_pb_gutters3 .et_pb_column_3_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 73.625%;
  }

  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module {
    margin-bottom: 3.735%;
  }

  .et_pb_gutters3 .et_pb_column_2_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
    width: 64.833%;
  }

  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 4.242%;
  }

  .et_pb_gutters3 .et_pb_column_3_5,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
    width: 57.8%;
  }

  .et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
    margin-bottom: 4.758%;
  }

  .et_pb_gutters3 .et_pb_column_1_2,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%;
  }

  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 5.82%;
  }

  .et_pb_gutters3 .et_pb_column_2_5,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
    width: 36.7%;
  }

  .et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
    margin-bottom: 7.493%;
  }

  .et_pb_gutters3 .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 29.6667%;
  }

  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 9.27%;
  }

  .et_pb_gutters3 .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 20.875%;
  }

  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%;
  }

  .et_pb_gutters3 .et_pb_column_1_5,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
    width: 15.6%;
  }

  .et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module {
    margin-bottom: 17.628%;
  }

  .et_pb_gutters3 .et_pb_column_1_6,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
    width: 12.0833%;
  }

  .et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module {
    margin-bottom: 22.759%;
  }

  .et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 20.875%;
    margin-right: 5.5%;
    margin-bottom: 5.5%;
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page
    #main-content
    ul.products
    li.product,
  .et_pb_gutters3.et_right_sidebar.woocommerce-page
    #main-content
    ul.products
    li.product {
    width: 28.353%;
    margin-right: 7.47%;
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page
    #main-content
    ul.products.columns-1
    li.product,
  .et_pb_gutters3.et_right_sidebar.woocommerce-page
    #main-content
    ul.products.columns-1
    li.product {
    width: 100%;
    margin-right: 0;
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page
    #main-content
    ul.products.columns-2
    li.product,
  .et_pb_gutters3.et_right_sidebar.woocommerce-page
    #main-content
    ul.products.columns-2
    li.product {
    width: 48%;
    margin-right: 4%;
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page
    #main-content
    ul.products.columns-2
    li:nth-child(2n + 2),
  .et_pb_gutters3.et_right_sidebar.woocommerce-page
    #main-content
    ul.products.columns-2
    li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page
    #main-content
    ul.products.columns-2
    li:nth-child(3n + 1),
  .et_pb_gutters3.et_right_sidebar.woocommerce-page
    #main-content
    ul.products.columns-2
    li:nth-child(3n + 1) {
    clear: none;
  }
}

@media (min-width: 981px) {
  .et_pb_gutter.et_pb_gutters2 #left-area {
    width: 77.25%;
  }

  .et_pb_gutter.et_pb_gutters2 #sidebar {
    width: 22.75%;
  }

  .et_pb_gutters2.et_right_sidebar #left-area {
    padding-right: 3%;
  }

  .et_pb_gutters2.et_left_sidebar #left-area {
    padding-left: 3%;
  }

  .et_pb_gutter.et_pb_gutters2.et_right_sidebar
    #main-content
    .container:before {
    right: 22.75% !important;
  }

  .et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
    left: 22.75% !important;
  }

  .et_pb_gutters2 .et_pb_column,
  .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3%;
  }

  .et_pb_gutters2 .et_pb_column_4_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }

  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 1.5%;
  }

  .et_pb_gutters2 .et_pb_column_3_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
    width: 74.25%;
  }

  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module {
    margin-bottom: 2.02%;
  }

  .et_pb_gutters2 .et_pb_column_2_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
    width: 65.667%;
  }

  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 2.284%;
  }

  .et_pb_gutters2 .et_pb_column_3_5,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
    width: 58.8%;
  }

  .et_pb_gutters2 .et_pb_column_3_5 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {
    margin-bottom: 2.551%;
  }

  .et_pb_gutters2 .et_pb_column_1_2,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
    width: 48.5%;
  }

  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 3.093%;
  }

  .et_pb_gutters2 .et_pb_column_2_5,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
    width: 38.2%;
  }

  .et_pb_gutters2 .et_pb_column_2_5 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
    margin-bottom: 3.927%;
  }

  .et_pb_gutters2 .et_pb_column_1_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 31.3333%;
  }

  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 4.787%;
  }

  .et_pb_gutters2 .et_pb_column_1_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 22.75%;
  }

  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%;
  }

  .et_pb_gutters2 .et_pb_column_1_5,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
    width: 17.6%;
  }

  .et_pb_gutters2 .et_pb_column_1_5 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
    margin-bottom: 8.523%;
  }

  .et_pb_gutters2 .et_pb_column_1_6,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
    width: 14.1667%;
  }

  .et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module {
    margin-bottom: 10.588%;
  }

  .et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .et_pb_gutters2.et_left_sidebar.woocommerce-page
    #main-content
    ul.products
    li.product,
  .et_pb_gutters2.et_right_sidebar.woocommerce-page
    #main-content
    ul.products
    li.product {
    width: 30.64%;
    margin-right: 4.04%;
  }
}

@media (min-width: 981px) {
  .et_pb_gutter.et_pb_gutters4 #left-area {
    width: 81%;
  }

  .et_pb_gutter.et_pb_gutters4 #sidebar {
    width: 19%;
  }

  .et_pb_gutters4.et_right_sidebar #left-area {
    padding-right: 8%;
  }

  .et_pb_gutters4.et_left_sidebar #left-area {
    padding-left: 8%;
  }

  .et_pb_gutter.et_pb_gutters4.et_right_sidebar
    #main-content
    .container:before {
    right: 19% !important;
  }

  .et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before {
    left: 19% !important;
  }

  .et_pb_gutters4 .et_pb_column,
  .et_pb_gutters4.et_pb_row .et_pb_column {
    margin-right: 8%;
  }

  .et_pb_gutters4 .et_pb_column_4_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }

  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 4%;
  }

  .et_pb_gutters4 .et_pb_column_3_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 {
    width: 73%;
  }

  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module {
    margin-bottom: 5.479%;
  }

  .et_pb_gutters4 .et_pb_column_2_3,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 {
    width: 64%;
  }

  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 6.25%;
  }

  .et_pb_gutters4 .et_pb_column_3_5,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_5 {
    width: 56.8%;
  }

  .et_pb_gutters4 .et_pb_column_3_5 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module {
    margin-bottom: 7.042%;
  }

  .et_pb_gutters4 .et_pb_column_1_2,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
    width: 46%;
  }

  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 8.696%;
  }

  .et_pb_gutters4 .et_pb_column_2_5,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_5 {
    width: 35.2%;
  }

  .et_pb_gutters4 .et_pb_column_2_5 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module {
    margin-bottom: 11.364%;
  }

  .et_pb_gutters4 .et_pb_column_1_3,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
    width: 28%;
  }

  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 14.286%;
  }

  .et_pb_gutters4 .et_pb_column_1_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
    width: 19%;
  }

  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 21.053%;
  }

  .et_pb_gutters4 .et_pb_column_1_5,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_5 {
    width: 13.6%;
  }

  .et_pb_gutters4 .et_pb_column_1_5 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module {
    margin-bottom: 29.412%;
  }

  .et_pb_gutters4 .et_pb_column_1_6,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_6 {
    width: 10%;
  }

  .et_pb_gutters4 .et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module {
    margin-bottom: 40%;
  }

  .et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 19%;
    margin-right: 8%;
    margin-bottom: 8%;
  }

  .et_pb_gutters4.et_left_sidebar.woocommerce-page
    #main-content
    ul.products
    li.product,
  .et_pb_gutters4.et_right_sidebar.woocommerce-page
    #main-content
    ul.products
    li.product {
    width: 26.027%;
    margin-right: 10.959%;
  }
}

@media (min-width: 981px) {
  .et_pb_gutter.et_pb_gutters1 #left-area {
    width: 75%;
  }

  .et_pb_gutter.et_pb_gutters1 #sidebar {
    width: 25%;
  }

  .et_pb_gutters1.et_right_sidebar #left-area {
    padding-right: 0;
  }

  .et_pb_gutters1.et_left_sidebar #left-area {
    padding-left: 0;
  }

  .et_pb_gutter.et_pb_gutters1.et_right_sidebar
    #main-content
    .container:before {
    right: 25% !important;
  }

  .et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
    left: 25% !important;
  }

  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column {
    margin-right: 0;
  }

  .et_pb_gutters1 .et_pb_column_4_4,
  .et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }

  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_3_4,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_4 {
    width: 75%;
  }

  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_2_3,
  .et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
    width: 66.667%;
  }

  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_3_5,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_5 {
    width: 60%;
  }

  .et_pb_gutters1 .et_pb_column_3_5 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_1_2,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
    width: 50%;
  }

  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_2_5,
  .et_pb_gutters1.et_pb_row .et_pb_column_2_5 {
    width: 40%;
  }

  .et_pb_gutters1 .et_pb_column_2_5 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_1_3,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
    width: 33.3333%;
  }

  .et_pb_gutters1 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
    width: 25%;
  }

  .et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_1_5,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
    width: 20%;
  }

  .et_pb_gutters1 .et_pb_column_1_5 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_6 {
    width: 16.6667%;
  }

  .et_pb_gutters1 .et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .et_pb_gutters1.et_left_sidebar.woocommerce-page
    #main-content
    ul.products
    li.product,
  .et_pb_gutters1.et_right_sidebar.woocommerce-page
    #main-content
    ul.products
    li.product {
    width: 33.333%;
    margin-right: 0;
  }
}

@media (max-width: 980px) {
  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1 .et_pb_column .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }

  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 {
    width: 50%;
    margin-right: 0;
  }

  .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row_6col > .et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 {
    width: 33.333%;
    margin-right: 0;
  }

  .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1 .et_pb_column .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column {
    margin: 0 !important;
  }

  .et_pb_gutters1 .et_pb_column .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
}

#et-secondary-menu li,
#top-menu li {
  word-wrap: break-word;
}

.nav li ul,
.et_mobile_menu {
  border-color: #2ea3f2;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
  color: #2ea3f2;
}

#main-header {
  -webkit-transition: background-color 0.4s, color 0.4s,
    opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out,
    -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, transform 0.4s,
    opacity 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s, transform 0.4s,
    opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

#main-header.et-disabled-animations * {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.container {
  text-align: left;
  position: relative;
}

.et_fixed_nav.et_show_nav #page-container {
  padding-top: 80px;
}

.et_fixed_nav.et_show_nav.et-tb #page-container,
.et_fixed_nav.et_show_nav.et-tb-has-header #page-container {
  padding-top: 0 !important;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
  padding-top: 111px;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered
  #page-container {
  padding-top: 177px;
}

.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
  padding-top: 147px;
}

.et_fixed_nav #main-header {
  position: fixed;
}

.et-cloud-item-editor #page-container {
  padding-top: 0 !important;
}

.et_header_style_left #et-top-navigation {
  padding-top: 33px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 33px;
}

.et_header_style_left .logo_container {
  position: absolute;
  height: 100%;
  width: 100%;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 12px;
    padding-top: 12px;
}

.et_hide_search_icon #et_top_search {
  display: none !important;
}

#logo {
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  max-height: 54%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
}

.et_pb_svg_logo #logo {
  height: 54%;
}

.logo_container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.safari .centered-inline-logo-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#et-define-logo-wrap img {
  width: 100%;
}

.gecko #et-define-logo-wrap.svg-logo {
  position: relative !important;
}

#top-menu-nav,
#top-menu {
  line-height: 0;
}

#et-top-navigation {
  font-weight: 600;
}

.et_fixed_nav #et-top-navigation {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.et-cart-info span:before {
  content: "\e07a";
  margin-right: 10px;
  position: relative;
}

nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
  float: left;
}

#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

#top-menu > li:last-child {
  padding-right: 0;
}

.et_fullwidth_nav.et_non_fixed_nav.et_header_style_left
  #top-menu
  > li:last-child
  > ul.sub-menu {
  right: 0;
}

#top-menu a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out,
    background-color 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

#top-menu-nav > ul > li > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#et_search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
}

#et_search_icon:hover {
  cursor: pointer;
}

#et_top_search {
  float: right;
  margin: 3px 0 0 22px;
  position: relative;
  display: block;
  width: 18px;
}

#et_top_search.et_search_opened {
  position: absolute;
  width: 100%;
}

.et-search-form {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.et-search-form input {
  width: 90%;
  border: none;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
}

.et-search-form .et-search-field::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

.et_search_form_container {
  -webkit-animation: none;
  animation: none;
  -o-animation: none;
}

.container.et_search_form_container {
  position: relative;
  opacity: 0;
  height: 1px;
}

.container.et_search_form_container.et_pb_search_visible {
  z-index: 999;
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_search_visible.et_pb_no_animation {
  opacity: 1;
}

.et_pb_search_form_hidden {
  -webkit-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

span.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}

span.et_close_search_field:after {
  font-family: "ETmodules";
  content: "\4d";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.et_menu_container {
  z-index: 99;
}

.container.et_search_form_container.et_pb_search_form_hidden {
  z-index: 1 !important;
}

.et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.container.et_pb_menu_hidden {
  z-index: -1;
}

form.et-search-form {
  background: rgba(0, 0, 0, 0) !important;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.et-cart-info {
  color: inherit;
}

#et-top-navigation .et-cart-info {
  float: left;
  margin: -2px 0 0 22px;
  font-size: 16px;
}

#et-top-navigation {
  float: right;
}

#top-menu li li {
  padding: 0 20px;
  margin: 0;
}

#top-menu li li a {
  padding: 6px 20px;
  width: 200px;
}

.nav li.et-touch-hover > ul {
  opacity: 1;
  visibility: visible;
}

#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  font-family: "ETmodules";
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}

#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 20px;
}

#top-menu li .menu-item-has-children > a:first-child {
  padding-right: 40px;
}

#top-menu li .menu-item-has-children > a:first-child:after {
  right: 20px;
  top: 6px;
}

#top-menu li.mega-menu {
  position: inherit;
}

#top-menu li.mega-menu > ul {
  padding: 30px 20px;
  position: absolute !important;
  width: 100%;
  left: 0 !important;
}

#top-menu li.mega-menu ul li {
  margin: 0;
  float: left !important;
  display: block !important;
  padding: 0 !important;
}

#top-menu li.mega-menu > ul > li:nth-of-type(4n) {
  clear: right;
}

#top-menu li.mega-menu > ul > li:nth-of-type(4n + 1) {
  clear: left;
}

#top-menu li.mega-menu ul li li {
  width: 100%;
}

#top-menu li.mega-menu li > ul {
  -webkit-animation: none !important;
  animation: none !important;
  padding: 0px;
  border: none;
  left: auto;
  top: auto;
  width: 90% !important;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#top-menu li.mega-menu li ul {
  visibility: visible;
  opacity: 1;
  display: none;
}

#top-menu li.mega-menu.et-hover li ul {
  display: block;
}

#top-menu li.mega-menu.et-hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
}

#top-menu li.mega-menu > ul > li > a {
  width: 90%;
  padding: 0 20px 10px;
}

#top-menu li.mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#top-menu li.mega-menu > ul > li > a:first-child:hover {
  background-color: transparent !important;
}

#top-menu li.mega-menu li > a {
  width: 100%;
}

#top-menu li.mega-menu.mega-menu-parent li li,
#top-menu li.mega-menu.mega-menu-parent li > a {
  width: 100% !important;
}

#top-menu li.mega-menu.mega-menu-parent li > .sub-menu {
  float: left;
  width: 100% !important;
}

#top-menu li.mega-menu > ul > li {
  width: 25%;
  margin: 0;
}

#top-menu li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 33.33%;
}

#top-menu li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%;
}

#top-menu li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%;
}

#top-menu li.mega-menu .menu-item-has-children > a:first-child:after {
  display: none;
}

#top-menu li.mega-menu > ul > li > ul > li {
  width: 100%;
  margin: 0;
}

#et_mobile_nav_menu {
  float: right;
  display: none;
}

.mobile_menu_bar {
  position: relative;
  display: block;
  line-height: 0;
}

.mobile_menu_bar:before,
.et_toggle_slide_menu:after {
  content: "\61";
  font-size: 32px;
  left: 0;
  position: relative;
  top: 0;
  cursor: pointer;
}

.mobile_nav .select_page {
  display: none;
}

.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden .et-cart-info {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible .et-cart-info {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden .mobile_menu_bar {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible .mobile_menu_bar {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_no_animation #top-menu,
.et_pb_no_animation #et_search_icon:before,
.et_pb_no_animation .mobile_menu_bar,
.et_pb_no_animation.et_search_form_container {
  animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
}

body.admin-bar.et_fixed_nav #main-header {
  top: 32px;
}

body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header {
  top: 28px;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 30px;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 63px;
}

@media all and (min-width: 981px) {
  .et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
  .et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .et_hide_primary_logo
    #main-header:not(.et-fixed-header)
    .centered-inline-logo-wrap,
  .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap {
    height: 0;
    opacity: 0;
    padding: 0;
  }

  .et-animated-content#page-container {
    -webkit-transition: margin-top 0.4s ease-in-out;
    transition: margin-top 0.4s ease-in-out;
  }

  .et_hide_nav #page-container {
    -webkit-transition: none;
    transition: none;
  }

  .et_fullwidth_nav .et-search-form,
  .et_fullwidth_nav .et_close_search_field {
    right: 30px;
  }

  #main-header.et-fixed-header {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 20px;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px;
  }

  .et_hide_nav.et_fixed_nav #main-header {
    opacity: 0;
  }

  .et_hide_nav.et_fixed_nav .et-fixed-header#main-header {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    opacity: 1;
  }

  .et_hide_nav .centered-inline-logo-wrap,
  .et_hide_nav.et_fixed_nav #main-header,
  .et_hide_nav.et_fixed_nav #main-header,
  .et_hide_nav .centered-inline-logo-wrap {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }

  .et_hide_nav #page-container {
    padding-top: 0 !important;
  }

  .et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover > ul {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover > ul {
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
  }

  .et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover > ul {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: Grow 0.4s ease-in-out;
    animation: Grow 0.4s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  .et_primary_nav_dropdown_animation_flip
    #et-top-navigation
    ul
    li
    ul
    li:hover
    > ul,
  .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover > ul {
    -webkit-animation: flipInX 0.6s ease-in-out;
    animation: flipInX 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  .et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover > ul {
    -webkit-animation: flipInY 0.6s ease-in-out;
    animation: flipInY 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  .et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 32px;
    padding-left: 30px;
  }

  .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left
    #main-header
    .container {
    padding-left: 0;
  }

  .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
    padding-left: 30px;
  }
}

@media all and (max-width: 980px) {
  .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
  .et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px;
  }

  .et_fixed_nav.et_show_nav.et-tb #page-container,
  .et_fixed_nav.et_show_nav.et-tb-has-header #page-container {
    padding-top: 0 !important;
  }

  .et_non_fixed_nav #page-container {
    padding-top: 0;
  }

  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 32px !important;
  }

  .et_hide_mobile_logo #main-header .logo_container {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #top-menu {
    display: none;
  }

  .et_hide_nav.et_fixed_nav #main-header {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    opacity: 1;
  }

  #et-top-navigation {
    margin-right: 0;
    -webkit-transition: none;
    transition: none;
  }

  .et_fixed_nav #main-header {
    position: absolute;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_left #et-top-navigation {
    padding-top: 24px;
    display: block;
  }

  .et_fixed_nav #main-header {
    -webkit-transition: none;
    transition: none;
  }

  .et_fixed_nav_temp #main-header {
    top: 0 !important;
  }

  #logo,
  .logo_container,
  #main-header,
  .container {
    -webkit-transition: none;
    transition: none;
  }

  .et_header_style_left #logo {
    max-width: 50%;
  }

  #et_top_search {
    margin: 0 35px 0 0;
    float: left;
  }

  #et_search_icon:before {
    top: 7px;
  }

  .et_header_style_left .et-search-form {
    width: 50% !important;
    max-width: 50% !important;
  }

  #et_mobile_nav_menu {
    display: block;
  }

  #et-top-navigation .et-cart-info {
    margin-top: 5px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar.et_fixed_nav #main-header {
    top: 46px;
  }
}

@media all and (max-width: 767px) {
  #et-top-navigation {
    margin-right: 0;
  }

  body.admin-bar.et_fixed_nav #main-header {
    top: 46px;
  }
}

@media all and (max-width: 479px) {
  #et-top-navigation {
    margin-right: 0;
  }
}

@media print {
  #top-header,
  #main-header {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }
}

@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*!
	  * Animate.css - http://daneden.me/animate
	  * Licensed under the MIT license - http://opensource.org/licenses/MIT
	  * Copyright (c) 2015 Daniel Eden
	 */
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99999;
}

.nav li li {
  padding: 0 20px;
  margin: 0;
}

.et-menu li li a {
  padding: 6px 20px;
  width: 200px;
}

.nav li {
  position: relative;
  line-height: 1em;
}

.nav li li {
  position: relative;
  line-height: 2em;
}

.nav li ul {
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
  text-align: left;
}

.nav li.et-hover > ul {
  visibility: visible;
}

.nav li.et-touch-hover > ul,
.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav li li ul {
  z-index: 1000;
  top: -23px;
  left: 240px;
}

.nav li.et-reverse-direction-nav li ul {
  left: auto;
  right: 240px;
}

.nav li:hover {
  visibility: inherit;
}

.et_mobile_menu li a,
.nav li li a {
  font-size: 14px;
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}

.et-dropdown-removing > ul {
  display: none;
}

.mega-menu .et-dropdown-removing > ul {
  display: block;
}

.et-menu .menu-item-has-children > a:first-child:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}

.et-menu .menu-item-has-children > a:first-child {
  padding-right: 20px;
}

.et-menu li li.menu-item-has-children > a:first-child:after {
  right: 20px;
  top: 6px;
}

.et-menu-nav li.mega-menu {
  position: inherit;
}

.et-menu-nav li.mega-menu > ul {
  padding: 30px 20px;
  position: absolute !important;
  width: 100%;
  left: 0 !important;
}

.et-menu-nav li.mega-menu ul li {
  margin: 0;
  float: left !important;
  display: block !important;
  padding: 0 !important;
}

.et-menu-nav li.mega-menu li > ul {
  -webkit-animation: none !important;
  animation: none !important;
  padding: 0;
  border: none;
  left: auto;
  top: auto;
  width: 240px !important;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.et-menu-nav li.mega-menu li ul {
  visibility: visible;
  opacity: 1;
  display: none;
}

.et-menu-nav li.mega-menu.et-hover li ul,
.et-menu-nav li.mega-menu:hover li ul {
  display: block;
}

.et-menu-nav li.mega-menu:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
}

.et-menu-nav li.mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.et-menu-nav li.mega-menu > ul > li > a:first-child:hover {
  background-color: transparent !important;
}

.et-menu-nav li.mega-menu li > a {
  width: 200px !important;
}

.et-menu-nav li.mega-menu.mega-menu-parent li > a,
.et-menu-nav li.mega-menu.mega-menu-parent li li {
  width: 100% !important;
}

.et-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu {
  float: left;
  width: 100% !important;
}

.et-menu-nav li.mega-menu > ul > li {
  width: 25%;
  margin: 0;
}

.et-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 33.33%;
}

.et-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%;
}

.et-menu-nav li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%;
}

.et_pb_fullwidth_menu
  li.mega-menu
  .menu-item-has-children
  > a:first-child:after,
.et_pb_menu li.mega-menu .menu-item-has-children > a:first-child:after {
  display: none;
}

.et_fullwidth_nav #top-menu li.mega-menu > ul {
  width: auto;
  left: 30px !important;
  right: 30px !important;
}

.et_mobile_menu {
  position: absolute;
  left: 0;
  padding: 5%;
  background: #fff;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
  visibility: visible !important;
  display: block !important;
  padding-left: 10px;
}

.et_mobile_menu li li {
  padding-left: 5%;
}

.et_mobile_menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #666;
  padding: 10px 5%;
  display: block;
}

.et_mobile_menu .menu-item-has-children > a {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.03);
}

.et_mobile_menu li .menu-item-has-children > a {
  background-color: transparent;
}

.et_mobile_nav_menu {
  float: right;
  display: none;
}

.mobile_menu_bar {
  position: relative;
  display: block;
  line-height: 0;
}

.mobile_menu_bar:before {
  content: "a";
  font-size: 32px;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
}

.et_pb_module .mobile_menu_bar:before {
  top: 2px;
}

.mobile_nav .select_page {
  display: none;
}

#et-secondary-menu li {
  word-wrap: break-word;
}

#top-header,
#et-secondary-nav li ul {
  background-color: #2ea3f2;
}

#top-header {
  font-size: 12px;
  line-height: 13px;
  z-index: 100000;
  color: #ffffff;
}

#top-header a,
#top-header a {
  color: #ffffff;
}

#top-header,
#et-secondary-nav {
  -webkit-transition: background-color 0.4s, opacity 0.4s ease-in-out,
    -webkit-transform 0.4s;
  transition: background-color 0.4s, opacity 0.4s ease-in-out,
    -webkit-transform 0.4s;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out,
    -webkit-transform 0.4s;
}

#top-header .container {
  padding-top: 0.75em;
  font-weight: 600;
}

#top-header,
#top-header .container,
#top-header #et-info,
#top-header .et-social-icon a {
  line-height: 1em;
}

.et_fixed_nav #top-header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}

#et-info {
  float: left;
}

#et-info-phone,
#et-info-email {
  position: relative;
}

#et-info-phone:before {
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: 2px;
}

#et-info-phone {
  margin-right: 13px;
}

#et-info-email:before {
  content: "\e076";
  margin-right: 4px;
}

#top-header .et-social-icons {
  float: none;
  display: inline-block;
}

#et-secondary-menu .et-social-icons {
  margin-right: 20px;
}

#top-header .et-social-icons li {
  margin-left: 12px;
  margin-top: -2px;
}

#top-header .et-social-icon a {
  font-size: 14px;
}

#et-secondary-menu {
  float: right;
}

#et-info,
#et-secondary-menu > ul > li a {
  padding-bottom: 0.75em;
  display: block;
}

#et-secondary-nav,
#et-secondary-nav li {
  display: inline-block;
}

#et-secondary-nav a {
  -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s ease-in-out;
}

#et-secondary-nav li {
  margin-right: 15px;
}

#et-secondary-nav > li:last-child {
  margin-right: 0;
}

#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#et-secondary-nav li {
  position: relative;
  text-align: right;
}

#et-secondary-nav li ul {
  position: absolute;
  right: 0;
  padding: 1em 0;
}

#et-secondary-nav li ul ul {
  right: 220px;
  top: 0;
  margin-top: -1em;
}

#et-secondary-nav li ul li {
  display: block;
}

#et-secondary-nav li ul {
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#et-secondary-nav li ul {
  -webkit-transform: translate3d(0, 0, 0);
}

#et-secondary-nav li.et-hover > ul {
  visibility: visible;
}

#et-secondary-nav li > ul {
  width: 220px;
}

#et-secondary-nav li:hover > ul,
#et-secondary-nav li.et-touch-hover > ul {
  opacity: 1;
  visibility: visible;
}

#et-secondary-nav li li {
  padding: 0 2em;
  margin: 0;
}

#et-secondary-nav li li a {
  padding: 1em;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
  margin-right: 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#et-secondary-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#et-secondary-nav li:hover {
  visibility: inherit;
}

#top-header .et-cart-info {
  margin-left: 15px;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after {
  top: 0;
}

#et-secondary-nav li .menu-item-has-children > a:first-child:after {
  top: 0.67em;
  right: auto;
  left: 2.3em;
}

body.admin-bar.et_fixed_nav #top-header {
  top: 32px;
}

body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header {
  top: 28px;
}

@media all and (min-width: 981px) {
  .et_fullwidth_secondary_nav #top-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .et_hide_nav.et_fixed_nav #top-header {
    opacity: 0;
  }

  .et_hide_nav.et_fixed_nav .et-fixed-header#top-header {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    opacity: 1;
  }

  .et_hide_nav.et_fixed_nav #top-header,
  .et_hide_nav.et_fixed_nav #top-header {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
}

@media all and (max-width: 980px) {
  .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb #page-container,
  .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb-has-header
    #page-container {
    padding-top: 0 !important;
  }

  .et_secondary_nav_only_menu #top-header {
    display: none;
  }

  #top-header {
    -webkit-transition: none;
    transition: none;
  }

  .et_fixed_nav #top-header {
    position: absolute;
  }

  .et_hide_nav.et_fixed_nav #top-header {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    opacity: 1;
  }

  #top-header .container {
    padding-top: 0;
  }

  #et-info {
    padding-top: 0.75em;
  }

  #et-secondary-nav,
  #et-secondary-menu {
    display: none !important;
  }

  .et_secondary_nav_only_menu #main-header,
  .et_secondary_nav_only_menu #main-header {
    top: 0 !important;
  }

  #top-header .et-social-icons {
    margin-bottom: 0;
  }

  #top-header .et-cart-info {
    margin-left: 0;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar.et_fixed_nav #top-header {
    top: 46px;
  }

  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 46px !important;
  }

  body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 80px;
  }
}

@media all and (max-width: 767px) {
  #et-info .et-social-icons {
    display: none;
  }

  #et-secondary-menu .et_duplicate_social_icons {
    display: inline-block;
  }

  body.et_fixed_nav.et_secondary_nav_two_panels #main-header {
    top: 58px;
  }

  #et-info,
  #et-secondary-menu {
    text-align: center;
    display: block;
    float: none;
  }

  .et_secondary_nav_two_panels #et-secondary-menu {
    margin-top: 12px;
  }

  body.admin-bar.et_fixed_nav #top-header {
    top: 46px;
  }

  body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header {
    top: 104px;
  }
}

.et_vertical_nav #page-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.et_vertical_nav #page-container {
  padding-top: 0 !important;
  position: relative;
}

.et_header_style_split.et_vertical_nav #et_top_search {
  display: block;
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
  display: block;
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
  text-align: left;
}

.et_header_style_centered.et_vertical_nav #main-header .container {
  height: auto;
}

.et_vertical_nav .logo_container {
  height: auto;
  position: relative;
  padding: 0;
}

.et_vertical_nav span.logo_helper {
  display: none;
}

.et_vertical_nav #et_top_search {
  margin-left: 0;
}

.et_vertical_nav.et_header_style_centered .et-search-form input,
.et_vertical_nav.et_header_style_centered span.et_close_search_field {
  top: 0;
}

.et_vertical_nav.et_header_style_centered
  header#main-header.et-fixed-header
  .logo_container,
.et_vertical_nav.et_header_style_centered #main-header .logo_container {
  height: auto;
}

.et_vertical_nav.et_header_style_centered header#main-header #top-menu > li > a,
.et_vertical_nav.et_header_style_centered
  header#main-header.et-fixed-header
  #top-menu
  > li
  > a {
  padding-bottom: 19px;
}

.et_vertical_nav.et_header_style_split #et-top-navigation,
.et_vertical_nav.et_header_style_left #et-top-navigation {
  padding-top: 0;
}

.et_vertical_nav.et_header_style_split #logo {
  display: block;
}

.et_vertical_nav #top-menu li.mega-menu {
  position: relative;
}

.et_vertical_nav #top-menu li.mega-menu li > ul {
  width: 100% !important;
}

.et_vertical_nav #top-menu li.mega-menu li > a {
  width: 100% !important;
}

.et_vertical_nav #top-menu li.mega-menu > ul {
  top: 62px;
  padding: 30px 20px;
  position: absolute !important;
  width: 790px !important;
  left: 0 !important;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li {
  width: 33.333%;
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%;
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li:nth-child(n + 4) {
  margin-top: 30px;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li:nth-child(3n) {
  clear: right;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li:nth-child(3n + 1) {
  clear: left;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li:nth-of-type(4n + 1) {
  clear: none;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li:nth-of-type(4n) {
  clear: none;
}

.et_vertical_fixed.admin-bar #page-container #main-header {
  top: 32px;
}

.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .sep p {
  font-size: 20px;
  line-height: 20px;
}

.et_vertical_nav #et-top-navigation .et-cart-info {
  margin-left: 0;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media all and (min-width: 1405px) {
  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(3n + 1),
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(3n + 1) {
    clear: both !important;
  }

  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(2n),
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(2n) {
    margin-right: 60px !important;
  }

  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(3n),
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(3n) {
    margin-right: 0px !important;
  }

  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(2n + 1),
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(2n + 1) {
    clear: none !important;
  }

  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item,
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item {
    width: 193px;
  }

  .et_vertical_nav.et_right_sidebar.woocommerce
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page
    #content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page
    #content
    div.product
    div.images {
    width: 315px !important;
  }
}

@media all and (min-width: 1100px) and (max-width: 1405px) {
  .et_vertical_nav.et_right_sidebar.woocommerce
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page
    #content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page
    #content
    div.product
    div.images {
    width: 250px !important;
  }

  .et_vertical_nav.archive.et_full_width_page.woocommerce
    #main-content
    ul.products
    li.product:nth-child(3n) {
    margin-right: 0 !important;
  }

  .et_vertical_nav.archive.et_full_width_page.woocommerce
    #main-content
    ul.products
    li.first {
    clear: none !important;
  }

  .et_vertical_nav.archive.et_full_width_page.woocommerce
    #main-content
    ul.products
    li.product:nth-child(3n + 1) {
    clear: both !important;
    margin-right: 60px !important;
  }
}

@media all and (min-width: 981px) and (max-width: 1405px) {
  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table {
    width: 33.333%;
  }

  .et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table {
    width: 50%;
  }

  .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table {
    width: 100%;
    margin: 0 0 30px;
  }

  .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child {
    margin-bottom: 0;
  }

  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n + 1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n + 1) {
    clear: none;
  }

  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n + 1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n + 1) {
    clear: both;
  }

  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n + 4),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n + 3) {
    margin-top: 50px;
  }

  .et_vertical_nav
    .et_pb_column_4_4
    .et_pb_pricing_table.et_pb_featured_table:nth-child(n + 4),
  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_pricing_table.et_pb_featured_table:nth-child(n + 3) {
    margin-top: 30px;
  }

  .et_vertical_nav .et_pb_column_1_4 .et_pb_sum,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_sum {
    font-size: 40px;
  }

  .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top {
    padding-bottom: 20px;
  }

  .et_vertical_nav
    .et_pb_column_1_4
    .et_pb_slider_fullwidth_off
    .et_pb_slide_description {
    width: 100%;
  }

  .et_vertical_nav .et_pb_column_1_4 .et_audio_container {
    padding-bottom: 40px;
  }

  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_audio_module
    .mejs-container
    .mejs-controls
    div,
  .et_vertical_nav
    .et_pb_column_2_3
    .et_pb_audio_module
    .mejs-container
    .mejs-controls
    div {
    position: absolute;
  }

  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container {
    height: 80px !important;
  }

  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls {
    height: 100% !important;
  }

  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_audio_module
    .mejs-button.mejs-playpause-button,
  .et_vertical_nav
    .et_pb_column_2_3
    .et_pb_audio_module
    .mejs-button.mejs-playpause-button {
    top: 0px;
    left: 0;
    z-index: 99;
  }

  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_audio_module
    .mejs-time.mejs-currenttime-container.custom,
  .et_vertical_nav
    .et_pb_column_2_3
    .et_pb_audio_module
    .mejs-time.mejs-currenttime-container.custom {
    top: 30px;
    left: 7px;
  }

  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_audio_module
    .mejs-button.mejs-volume-button,
  .et_vertical_nav
    .et_pb_column_2_3
    .et_pb_audio_module
    .mejs-button.mejs-volume-button {
    top: 26px;
    right: 60px;
  }

  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_audio_module
    a.mejs-horizontal-volume-slider,
  .et_vertical_nav
    .et_pb_column_2_3
    .et_pb_audio_module
    a.mejs-horizontal-volume-slider {
    top: 26px;
    right: 0;
    display: block !important;
    position: absolute !important;
  }

  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_audio_module
    .mejs-horizontal-volume-total,
  .et_vertical_nav
    .et_pb_column_2_3
    .et_pb_audio_module
    .mejs-horizontal-volume-total {
    position: relative !important;
    width: 100% !important;
    display: block;
  }

  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_audio_module
    .mejs-controls
    div.mejs-time-rail,
  .et_vertical_nav
    .et_pb_column_2_3
    .et_pb_audio_module
    .mejs-controls
    div.mejs-time-rail {
    width: 100% !important;
    padding-left: 30px !important;
  }

  .et_vertical_nav
    .et_pb_column_3_4
    .et_pb_audio_module
    a.mejs-time-total.mejs-time-slider,
  .et_vertical_nav
    .et_pb_column_2_3
    .et_pb_audio_module
    a.mejs-time-total.mejs-time-slider {
    width: 100% !important;
    position: relative !important;
    margin-left: 0;
  }

  .et_vertical_nav.archive.et_right_sidebar.woocommerce
    #main-content
    ul.products
    li.product:nth-child(2n),
  .et_vertical_nav.archive.et_left_sidebar.woocommerce
    #main-content
    ul.products
    li.product:nth-child(2n) {
    margin-right: 0px !important;
  }

  .et_vertical_nav.archive.et_left_sidebar.woocommerce
    #main-content
    ul.products
    li.product:nth-child(2n + 1),
  .et_vertical_nav.archive.et_right_sidebar.woocommerce
    #main-content
    ul.products
    li.product:nth-child(2n + 1) {
    clear: both !important;
    margin-right: 60px !important;
  }

  .et_vertical_nav.archive.et_left_sidebar.woocommerce
    #main-content
    ul.products
    li.product:nth-child(3n + 1),
  .et_vertical_nav.archive.et_right_sidebar.woocommerce
    #main-content
    ul.products
    li.product:nth-child(3n + 1) {
    clear: none !important;
  }
}

@media all and (min-width: 981px) {
  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(3n + 1),
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(3n + 1) {
    clear: none;
  }

  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(3n),
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(3n) {
    margin-right: 60px;
  }

  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(2n),
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(2n) {
    margin-right: 0px;
  }

  .et_vertical_nav.et_right_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(2n + 1),
  .et_vertical_nav.et_left_sidebar
    #main-content
    .et_post_gallery
    li.et_gallery_item:nth-child(2n + 1) {
    clear: both;
  }

  .et_vertical_nav #et-main-area,
  .et_vertical_nav #top-header {
    margin-left: 225px !important;
    position: relative;
  }

  .et_vertical_nav #top-header {
    z-index: 9999;
  }

  .et_vertical_nav #page-container #main-header {
    position: absolute;
    padding-top: 40px;
    top: 0;
    left: 0;
    width: 225px;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }

  .et_vertical_nav #main-header .container {
    width: auto;
    margin: 0 40px;
  }

  .et_vertical_nav #main-header #top-menu,
  .et_vertical_nav #main-header #top-menu-nav,
  .et_vertical_nav #main-header #et_top_search,
  .et_vertical_nav #main-header #et-top-navigation,
  .et_vertical_nav #main-header #logo {
    float: none;
    -webkit-transition: none;
    transition: none;
  }

  .et_vertical_nav #main-header #logo {
    margin-bottom: 28px;
    padding: 0;
    max-height: none;
    width: 100%;
  }

  .et_vertical_nav #main-header #top-menu li {
    display: block;
    padding-right: 0;
  }

  .et_vertical_nav #main-header #top-menu li.mega-menu > ul {
    top: 190px;
    left: 185px !important;
  }

  .et_vertical_nav #main-header #top-menu li ul {
    top: -32px;
    left: 185px;
  }

  .et_vertical_nav #main-header #top-menu li ul {
    border-top: none;
    border-left-width: 3px;
    border-left-style: solid;
  }

  .et_vertical_nav #main-header #top-menu li ul ul {
    border-left-width: 0;
    top: -20px;
    left: 237px;
  }

  .et_vertical_nav #main-header #top-menu li.mega-menu ul {
    left: auto;
    top: -32px;
  }

  .et_vertical_nav #main-header #top-menu li.mega-menu ul ul {
    top: auto;
  }

  .et_vertical_nav #main-header #top-menu > li > a {
    padding-bottom: 19px;
    margin-right: -40px;
    padding-right: 40px;
  }

  .et_vertical_nav #main-header #top-menu > li > a:after {
    right: 20px;
  }

  .et_vertical_nav.et_boxed_layout #page-container #main-header {
    left: auto;
    -webkit-transition: none;
    transition: none;
  }

  .et_vertical_nav.et_header_style_centered #main-header #top-menu-nav,
  .et_vertical_nav.et_header_style_split #main-header #top-menu-nav {
    width: 100%;
  }

  .et_vertical_nav.et_vertical_right #et-main-area,
  .et_vertical_nav.et_vertical_right #top-header {
    margin-left: 0 !important;
    margin-right: 225px;
  }

  .et_vertical_nav.et_vertical_right #page-container #main-header {
    left: auto !important;
    right: 0;
  }

  .et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu > ul {
    left: auto !important;
    right: 185px !important;
  }

  .et_vertical_nav.et_vertical_right #main-header #top-menu li ul {
    border-left: 0;
    border-right-width: 3px;
    border-right-style: solid;
    left: auto;
    right: 185px;
  }

  .et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul {
    border-right-width: 0;
  }

  .et_vertical_nav input.et-search-field {
    left: 0 !important;
  }

  .et_vertical_nav #et_search_icon:before {
    top: -3px;
  }

  .et_vertical_nav #et-top-navigation .et-cart-info {
    float: none;
    display: block;
  }

  .et_vertical_nav .container.et_search_form_container {
    height: 40px !important;
    position: relative;
    right: 0 !important;
  }

  .et_vertical_nav .container.et_search_form_container .et-search-form input {
    font-size: 14px !important;
  }

  .et_vertical_nav .container.et_search_form_container div#et_top_search {
    height: 30px;
  }

  .et_vertical_nav .et_pb_menu_hidden #top-menu-nav > ul,
  .et_vertical_nav .et_pb_menu_visible #top-menu-nav > ul,
  .et_vertical_nav .et_pb_menu_hidden .et-cart-info,
  .et_vertical_nav .et_pb_menu_visible .et-cart-info {
    opacity: 1 !important;
    -webkit-animation: none !important;
    animation: none !important;
  }

  .et_vertical_nav div#et_top_search {
    width: 100%;
  }

  .et_vertical_nav .et_pb_menu_hidden #et_top_search {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .et_vertical_nav .et_pb_menu_visible #et_top_search {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .et_vertical_nav .container.et_search_form_container.et_pb_search_visible {
    right: 0;
    opacity: 1;
    -webkit-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .et_vertical_nav .et_pb_search_form_hidden {
    opacity: 0;
    -webkit-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .et_vertical_nav div#et_top_search {
    height: 30px;
    margin-top: 20px;
  }

  .et_vertical_nav .container.et_search_form_container {
    margin-top: -45px !important;
  }

  .et_vertical_nav span.et_close_search_field:after {
    font-size: 16px;
  }

  .et_vertical_nav span.et_close_search_field {
    width: 13px;
    height: 18px;
  }

  .et_vertical_nav .et-search-form input {
    width: 90%;
  }

  .et_vertical_nav .container.et_search_form_container .et-search-form input {
    text-decoration: none !important;
    font-style: normal !important;
  }

  .et_vertical_nav .et_search_form_container input::-moz-placeholder {
    text-decoration: none !important;
    font-style: normal !important;
  }

  .et_vertical_nav .et_search_form_container input::-webkit-input-placeholder {
    text-decoration: none !important;
    font-style: normal !important;
  }

  .et_vertical_nav .et_search_form_container input:-ms-input-placeholder {
    text-decoration: none !important;
    font-style: normal !important;
  }

  .et_vertical_nav .et_search_outer {
    overflow: visible;
    position: relative;
  }

  .et_vertical_nav.et_header_style_centered #main-header .et-search-form {
    left: 0;
  }

  .et_vertical_nav.et_header_style_centered #et_search_icon:before {
    left: 50%;
    margin-left: -5px;
  }

  .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
    display: block !important;
    margin: 16px auto 0;
  }

  .et_vertical_nav.et_header_style_split
    #main-header
    .container.et_search_form_container {
    z-index: 1;
  }

  .et_vertical_nav.et_header_style_split
    #main-header
    .container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
  }

  .et_vertical_nav.et_header_style_split #et_search_icon:before {
    margin-top: 0;
  }

  .et_vertical_nav.et_vertical_fixed #page-container #main-header {
    position: fixed;
  }

  .et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation,
  .et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation {
    padding-top: 33px;
  }
}

@media all and (min-width: 981px) and (max-width: 1100px) {
  .et_vertical_nav.et_right_sidebar #main-content .container:before {
    right: 195px;
  }

  .et_vertical_nav.et_left_sidebar #main-content .container:before {
    left: 195px;
  }

  .et_vertical_nav #top-menu li.mega-menu > ul {
    width: 675px !important;
  }

  .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
    font-size: 65px;
    line-height: 65px;
  }

  .et_vertical_nav .et_pb_column_3_4 .mejs-container,
  .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls {
    height: 60px !important;
  }

  .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
    font-size: 55px;
    line-height: 55px;
  }

  .et_vertical_nav.et_right_sidebar.woocommerce
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page
    #content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page
    #main-content
    div.product
    div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page
    #content
    div.product
    div.images {
    width: 215px !important;
  }

  .et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages {
    width: 119px !important;
    display: block;
  }

  body.admin-bar.et_vertical_nav #main-header {
    top: 0 !important;
  }
}

@media all and (max-width: 980px) {
  .et_vertical_nav.et_right_sidebar #left-area,
  .et_vertical_nav.et_left_sidebar #left-area {
    width: auto;
  }

  .et_vertical_nav span.logo_helper {
    display: inline-block;
  }

  .et_vertical_nav.et_header_style_left .logo_container {
    height: 100%;
    position: absolute;
  }

  .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
    display: none !important;
  }

  .et_vertical_nav.et_header_style_split #main-header #et_top_search {
    display: none !important;
  }

  .et_vertical_nav #et-top-navigation .et-cart-info {
    margin-left: -38px;
  }
}

.et-social-icons {
  float: right;
}

.et-social-icons li {
  display: inline-block;
  margin-left: 20px;
}

.et-social-icon a {
  display: inline-block;
  font-size: 24px;
  position: relative;
  text-align: center;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  color: #666;
  text-decoration: none;
}

.et-social-icons a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.et-social-icon span {
  display: none;
}

.et_duplicate_social_icons {
  display: none;
}

@media all and (max-width: 980px) {
  .et-social-icons {
    float: none;
    text-align: center;
  }
}

@media all and (max-width: 980px) {
  .et-social-icons {
    margin: 0 0 5px;
  }
}

.et_pb_widget {
  float: left;
  max-width: 100%;
  word-wrap: break-word;
}

.et_pb_widget a {
  text-decoration: none;
  color: #666;
}

.et_pb_widget li a:hover {
  color: #82c0c7;
}

.et_pb_widget ol li,
.et_pb_widget ul li {
  margin-bottom: 0.5em;
}

.et_pb_widget ol li ol li,
.et_pb_widget ul li ul li {
  margin-left: 15px;
}

.et_pb_widget select {
  width: 100%;
  height: 28px;
  padding: 0 5px;
}

.et_pb_widget_area .et_pb_widget a {
  color: inherit;
}

.et_pb_bg_layout_light .et_pb_widget li a {
  color: #666;
}

.et_pb_bg_layout_dark .et_pb_widget li a {
  color: inherit;
}

.widget_search .screen-reader-text,
.et_pb_widget .wp-block-search__label {
  display: none;
}

.widget_search input#s,
.widget_search input#searchsubmit,
.et_pb_widget .wp-block-search__input,
.et_pb_widget .wp-block-search__button {
  padding: 0.7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
}

.widget_search #s,
.et_pb_widget .wp-block-search__input {
  width: 100%;
  border-radius: 3px;
}

.widget_search #searchform,
.et_pb_widget .wp-block-search {
  position: relative;
}

.widget_search #searchsubmit,
.et_pb_widget .wp-block-search__button {
  background-color: #ddd;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

#searchsubmit,
.et_pb_widget .wp-block-search__button {
  cursor: pointer;
}

.et_pb_section {
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}

.et_pb_section--absolute,
.et_pb_section--fixed {
  width: 100%;
}

.et_pb_section.et_section_transparent {
  background-color: transparent;
}

.et_pb_fullwidth_section {
  padding: 0;
}

.et_pb_fullwidth_section
  > .et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content)
  .et_pb_row {
  padding: 0 !important;
}

.et_pb_inner_shadow {
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}

.et_pb_bottom_inside_divider,
.et_pb_top_inside_divider {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
}

.et_pb_bottom_inside_divider.et-no-transition,
.et_pb_top_inside_divider.et-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.et-fb
  .section_has_divider.et_fb_element_controls_visible--child
  > .et_pb_bottom_inside_divider,
.et-fb
  .section_has_divider.et_fb_element_controls_visible--child
  > .et_pb_top_inside_divider {
  z-index: 1;
}

.et_pb_section_video:not(.et_pb_section--with-menu) {
  overflow: hidden;
  position: relative;
}

.et_pb_column > .et_pb_section_video_bg {
  z-index: -1;
}

.et_pb_section_video_bg {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none;
  -webkit-transition: display 0.3s;
  transition: display 0.3s;
}

.et_pb_section_video_bg.et_pb_section_video_bg_hover,
.et_pb_section_video_bg.et_pb_section_video_bg_phone,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
  display: none;
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
  display: none !important;
}

.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
  max-width: none;
}

.et_pb_section_video_bg .mejs-video {
  left: 50%;
  position: absolute;
  max-width: none;
}

.et_pb_section_video_bg .mejs-overlay-loading {
  display: none !important;
}

.et_pb_social_network_link .et_pb_section_video {
  overflow: visible;
}

.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg {
  display: none;
}

.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg_hover,
.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg_hover_inherit {
  display: block;
}

@media (min-width: 981px) {
  .et_pb_section {
    padding: 4% 0;
  }

  body.et_pb_pagebuilder_layout.et_pb_show_title
    .post-password-required
    .et_pb_section,
  body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
    padding-top: 0;
  }

  .et_pb_fullwidth_section {
    padding: 0;
  }

  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
    display: block;
  }
}

@media (max-width: 980px) {
  .et_pb_section {
    padding: 50px 0;
  }

  body.et_pb_pagebuilder_layout.et_pb_show_title
    .post-password-required
    .et_pb_section,
  body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
    padding-top: 0;
  }

  .et_pb_fullwidth_section {
    padding: 0;
  }

  .et_pb_section_video_bg.et_pb_section_video_bg_tablet {
    display: block;
  }

  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
    display: none;
  }
}

@media (min-width: 768px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
    display: block;
  }
}

@media (max-width: 767px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_phone {
    display: block;
  }

  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
    display: none;
  }
}

.et_pb_row {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

body.safari .section_has_divider,
body.uiwebview .section_has_divider {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.section_has_divider .et_pb_row {
  z-index: 5;
}

.et_pb_row_inner {
  width: 100%;
  position: relative;
}

.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n + 2).et_pb_row_empty {
  display: none;
}

.et_pb_row:after,
.et_pb_row_inner:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.et_pb_row_4col .et-last-child,
.et_pb_row_4col .et-last-child-2,
.et_pb_row_6col .et-last-child,
.et_pb_row_6col .et-last-child-2,
.et_pb_row_6col .et-last-child-3 {
  margin-bottom: 0;
}

.et_pb_column {
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.et_pb_column--with-menu {
  z-index: 3;
}

.et_pb_column.et_pb_column_empty {
  min-height: 1px;
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
  margin-right: 0 !important;
}

.et_pb_column.et_pb_section_parallax {
  position: relative;
}

.et_pb_column,
.et_pb_row,
.et_pb_row_inner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media (min-width: 981px) {
  .et_pb_row {
    padding: 2% 0;
  }

  body.et_pb_pagebuilder_layout.et_pb_show_title
    .post-password-required
    .et_pb_row,
  body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
    padding: 0;
    width: 100%;
  }

  .et_pb_column_3_4 .et_pb_row_inner {
    padding: 3.735% 0;
  }

  .et_pb_column_2_3 .et_pb_row_inner {
    padding: 4.2415% 0;
  }

  .et_pb_column_1_2 .et_pb_row_inner,
  .et_pb_column_3_5 .et_pb_row_inner {
    padding: 5.82% 0;
  }

  .et_section_specialty > .et_pb_row {
    padding: 0;
  }

  .et_pb_row_inner {
    width: 100%;
  }

  .et_pb_column_single {
    padding: 2.855% 0;
  }

  .et_pb_column_single .et_pb_module.et-first-child,
  .et_pb_column_single .et_pb_module:first-child {
    margin-top: 0;
  }

  .et_pb_column_single .et_pb_module.et-last-child,
  .et_pb_column_single .et_pb_module:last-child {
    margin-bottom: 0;
  }

  .et_pb_row .et_pb_column.et-last-child,
  .et_pb_row .et_pb_column:last-child,
  .et_pb_row_inner .et_pb_column.et-last-child,
  .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important;
  }

  .et_pb_row.et_pb_equal_columns,
  .et_pb_row_inner.et_pb_equal_columns,
  .et_pb_section.et_pb_equal_columns > .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rtl .et_pb_row.et_pb_equal_columns,
  .rtl .et_pb_row_inner.et_pb_equal_columns,
  .rtl .et_pb_section.et_pb_equal_columns > .et_pb_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .et_pb_row.et_pb_equal_columns > .et_pb_column,
  .et_pb_section.et_pb_equal_columns > .et_pb_row > .et_pb_column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 980px) {
  .et_pb_row {
    max-width: 1080px;
  }

  body.et_pb_pagebuilder_layout.et_pb_show_title
    .post-password-required
    .et_pb_row,
  body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
    padding: 0;
    width: 100%;
  }

  .et_pb_column .et_pb_row_inner,
  .et_pb_row {
    padding: 30px 0;
  }

  .et_section_specialty > .et_pb_row {
    padding: 0;
  }

  .et_pb_column {
    width: 100%;
    margin-bottom: 30px;
  }

  .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
  .et_pb_row .et_pb_column.et-last-child,
  .et_pb_row .et_pb_column:last-child {
    margin-bottom: 0;
  }

  .et_section_specialty .et_pb_row > .et_pb_column {
    padding-bottom: 0;
  }

  .et_pb_column.et_pb_column_empty {
    display: none;
  }

  .et_pb_row_1-2_1-4_1-4,
  .et_pb_row_1-2_1-6_1-6_1-6,
  .et_pb_row_1-4_1-4,
  .et_pb_row_1-4_1-4_1-2,
  .et_pb_row_1-5_1-5_3-5,
  .et_pb_row_1-6_1-6_1-6,
  .et_pb_row_1-6_1-6_1-6_1-2,
  .et_pb_row_1-6_1-6_1-6_1-6,
  .et_pb_row_3-5_1-5_1-5,
  .et_pb_row_4col,
  .et_pb_row_5col,
  .et_pb_row_6col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(2n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(2n),
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(2n) {
    margin-right: 0;
  }

  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_2,
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(odd) {
    margin-right: 0;
  }

  .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n + 2),
  .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n + 2),
  .et_pb_row_4col .et_pb_column:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5,
  .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5:nth-child(2n),
  .et_pb_row_5col > .et_pb_column.et_pb_column_1_5:nth-child(2n) {
    margin-right: 0;
  }

  .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5:nth-child(odd),
  .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_3_5 {
    margin-right: 0;
  }

  .et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n + 2),
  .et_pb_row_5col .et_pb_column:last-child {
    margin-bottom: 0;
  }

  .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6,
  .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%;
  }

  .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6:nth-child(3n),
  .et_pb_row_6col > .et_pb_column.et_pb_column_1_6:nth-child(3n) {
    margin-right: 0;
  }

  .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%;
  }

  .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_2,
  .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0;
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2,
  .et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n + 3),
  .et_pb_row_6col .et_pb_column:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  .et_pb_row_1-2_1-2
    .et_pb_column.et_pb_column_1_2
    .et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%;
    margin-bottom: 0;
  }

  .et_pb_row_1-2_1-2
    .et_pb_column.et_pb_column_1_2
    .et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0;
  }

  .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6:nth-child(2n) {
    margin-right: 0;
  }

  .et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .et_pb_row .et_pb_column.et_pb_column_1_4,
  .et_pb_row .et_pb_column.et_pb_column_1_5,
  .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: 100%;
    margin: 0 0 30px;
  }

  .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_4:last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
    margin-bottom: 0;
  }

  .et_pb_row_1-2_1-2
    .et_pb_column.et_pb_column_1_2
    .et_pb_column.et_pb_column_1_6 {
    width: 100%;
    margin: 0 0 30px;
  }

  .et_pb_row_1-2_1-2
    .et_pb_column.et_pb_column_1_2
    .et_pb_column.et_pb_column_1_6.et-last-child,
  .et_pb_row_1-2_1-2
    .et_pb_column.et_pb_column_1_2
    .et_pb_column.et_pb_column_1_6:last-child {
    margin-bottom: 0;
  }

  .et_pb_column {
    width: 100% !important;
  }
}

.et_pb_with_border.et_pb_fullwidth_header .header-image-container img,
.et_pb_with_border.et_pb_fullwidth_header .header-logo {
  border: 0 solid #333;
}

.et_pb_fullwidth_header {
  padding: 50px 0;
  position: relative;
  background-position: 50%;
  background-size: cover;
}

.et_pb_fullwidth_header p {
  padding-bottom: 0;
}

.et_pb_fullwidth_header_subhead {
  display: block;
}

.et_pb_fullscreen {
  padding: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
  min-height: 100vh;
  width: 80%;
  max-width: none;
  height: 100%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}

.et_pb_fullscreen
  .et_pb_fullwidth_header_container.center.center-bottom
  .header-content-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.et_pb_fullscreen
  .et_pb_fullwidth_header_container.center.center-bottom
  .header-content-container
  .header-content {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.et_pb_fullscreen
  .et_pb_fullwidth_header_container.center.bottom-center
  .header-image-container.center {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.center
  .header-content-container,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.center
  .header-image-container {
  width: 100%;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.center
  .header-content-container.center,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.center
  .header-image-container.center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.et_pb_fullscreen
  .et_pb_fullwidth_header_container.center
  .header-content-container.bottom,
.et_pb_fullscreen
  .et_pb_fullwidth_header_container.center
  .header-image-container.bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-flow: row-reverse;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.left
  .header-content-container,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-content-container {
  width: 100%;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.left
  .header-image-container,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-image-container,
.et_pb_fullwidth_header.et_pb_header_with_image
  .et_pb_fullwidth_header_container.left
  .header-content-container,
.et_pb_fullwidth_header.et_pb_header_with_image
  .et_pb_fullwidth_header_container.right
  .header-content-container {
  width: 50%;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.left
  .header-content-container.center,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.left
  .header-image-container.center,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-content-container.center,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-image-container.center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.et_pb_fullscreen
  .et_pb_fullwidth_header_container.left
  .header-content-container.bottom,
.et_pb_fullscreen
  .et_pb_fullwidth_header_container.left
  .header-image-container.bottom,
.et_pb_fullscreen
  .et_pb_fullwidth_header_container.right
  .header-content-container.bottom,
.et_pb_fullscreen
  .et_pb_fullwidth_header_container.right
  .header-image-container.bottom,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.left
  .header-content-container.bottom,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.left
  .header-image-container.bottom,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-content-container.bottom,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-image-container.bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
  text-align: left;
  margin-left: 0;
}

.et_pb_fullwidth_header.et_pb_header_with_image
  .et_pb_fullwidth_header_container.left
  .header-content {
  margin-right: 6%;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-content {
  text-align: right;
  margin-right: 0;
  float: right;
}

.et_pb_fullwidth_header.et_pb_header_with_image
  .et_pb_fullwidth_header_container.right
  .header-content {
  margin-left: 6%;
}

.et_pb_fullscreen
  .et_pb_fullwidth_header_container.left
  .header-content-container.bottom,
.et_pb_fullscreen
  .et_pb_fullwidth_header_container.right
  .header-content-container.bottom {
  margin-bottom: 80px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
  padding-left: 0;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-content {
  padding-right: 0;
}

.et_pb_fullwidth_header .header-content {
  padding: 10px;
  text-align: center;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.center
  .header-content {
  margin: 20px auto;
  width: 80%;
  max-width: 800px;
}

.et_pb_fullwidth_header .header-image {
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
  line-height: 0;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container
  .header-content
  a.et_pb_button {
  margin-top: 20px;
  display: inline-block;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
  margin-right: 15px;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .et_pb_button_one {
  margin-right: 0;
}

.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .et_pb_button_two {
  margin-left: 15px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
}

.et_pb_fullwidth_header .et_pb_parallax_css {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
  width: 100%;
  min-height: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
  display: inline-block;
  pointer-events: all;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
  color: #fff;
  font-size: 3.5em;
}

.et_pb_fullwidth_header .scroll-down-container .scroll-down-phone,
.et_pb_fullwidth_header .scroll-down-container .scroll-down-tablet {
  display: none;
}

@media (max-width: 980px) {
  .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down,
  .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-phone {
    display: none;
  }

  .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-tablet {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down,
  .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-tablet {
    display: none;
  }

  .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-phone {
    display: inline-block;
  }

  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .et_pb_fullwidth_header
    .et_pb_fullwidth_header_container.left
    .header-content-container,
  .et_pb_fullwidth_header
    .et_pb_fullwidth_header_container.left
    .header-image-container,
  .et_pb_fullwidth_header
    .et_pb_fullwidth_header_container.right
    .header-content-container,
  .et_pb_fullwidth_header
    .et_pb_fullwidth_header_container.right
    .header-image-container,
  .et_pb_fullwidth_header.et_pb_header_with_image
    .et_pb_fullwidth_header_container.left
    .header-content-container,
  .et_pb_fullwidth_header.et_pb_header_with_image
    .et_pb_fullwidth_header_container.right
    .header-content-container {
    width: 100%;
  }

  .et_pb_fullwidth_header
    .et_pb_fullwidth_header_container.left
    .header-content,
  .et_pb_fullwidth_header
    .et_pb_fullwidth_header_container.right
    .header-content {
    margin: 20px 2%;
  }
}

.ie
  .et_pb_fullwidth_header.et_pb_fullscreen
  .et_pb_fullwidth_header_container.left,
.ie
  .et_pb_fullwidth_header.et_pb_fullscreen
  .et_pb_fullwidth_header_container.right {
  height: 100px;
}

.ie
  .et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-content {
  float: none;
}

.et-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

.et-menu > li:last-child {
  padding-right: 0;
}

.et-menu a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  display: block;
  position: relative;
}

.et-menu a,
.et-menu a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.et-menu a:hover {
  opacity: 0.7;
}

.et-menu li > a {
  padding-bottom: 29px;
  word-wrap: break-word;
}

a.et_pb_menu__icon,
button.et_pb_menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 11px;
  font-size: 17px;
  line-height: normal;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

a.et_pb_menu__icon:after,
button.et_pb_menu__icon:after {
  font-family: ETmodules;
}

a.et_pb_menu__icon__with_count:after,
button.et_pb_menu__icon__with_count:after {
  margin-right: 10px;
}

.et_pb_menu__wrap .mobile_menu_bar {
  -webkit-transform: translateY(3%);
  transform: translateY(3%);
}

.et_pb_menu__wrap .mobile_menu_bar:before {
  top: 0;
}

.et_pb_menu__logo {
  overflow: hidden;
}

.et_pb_menu__logo img {
  display: block;
}

.et_pb_menu__logo img[src$=".svg"] {
  width: 100%;
}

.et_pb_menu__search-button:after {
  content: "U";
}

.et_pb_menu__cart-button:after {
  content: "\E07A";
}

@media (max-width: 980px) {
  .et-menu {
    display: none;
  }

  .et_mobile_nav_menu {
    display: block;
    margin-top: -1px;
  }
}

.et_pb_with_border.et_pb_menu .et_pb_menu__logo img {
  border: 0 solid #333;
}

.et_pb_menu.et_hover_enabled:hover {
  z-index: auto;
}

.et_pb_menu .et-menu-nav,
.et_pb_menu .et-menu-nav > ul {
  float: none;
}

.et_pb_menu .et-menu-nav > ul {
  padding: 0 !important;
  line-height: 1.7em;
}

.et_pb_menu .et-menu-nav > ul ul {
  padding: 20px 0;
  text-align: left;
}

.et_pb_bg_layout_dark.et_pb_menu ul li a {
  color: #fff;
}

.et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.et-menu li li.menu-item-has-children > a:first-child:after {
  top: 12px;
}

.et_pb_menu .et-menu-nav > ul.upwards li ul {
  bottom: 100%;
  top: auto;
  border-top: none;
  border-bottom: 3px solid #2ea3f2;
  -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}

.et_pb_menu .et-menu-nav > ul.upwards li ul li ul {
  bottom: -23px;
}

.et_pb_menu .et-menu-nav > ul.upwards li.mega-menu ul ul {
  bottom: 0;
  top: auto;
  border: none;
}

.et_pb_menu_inner_container {
  position: relative;
}

.et_pb_menu .et_pb_menu__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
}

.et_pb_menu .et_pb_menu__wrap--visible {
  -webkit-animation: fadeInBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeInBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

.et_pb_menu .et_pb_menu__wrap--hidden {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeOutBottom 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

.et_pb_menu .et_pb_menu__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.et_pb_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu > nav,
.et_pb_menu .et_pb_menu__menu > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.et_pb_menu .et_pb_menu__menu > nav > ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu {
  position: static;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
  top: calc(100% - 1px);
  left: 0;
}

.et_pb_menu .et_pb_menu__menu > nav > ul.upwards > li > ul {
  top: auto;
  bottom: calc(100% - 1px);
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 31px 0;
  white-space: nowrap;
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a:after {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul {
  padding: 0 !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 15px;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 15px;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul.upwards > li {
  margin-top: 0;
  margin-bottom: 8px;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul.upwards > li > a {
  padding-top: 8px;
  padding-bottom: 0;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul.upwards > li > a:after {
  top: auto;
  bottom: 0;
}

.et_pb_menu .et_pb_menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.et_pb_menu .et-menu {
  margin-left: -11px;
  margin-right: -11px;
}

.et_pb_menu .et-menu > li {
  padding-left: 11px;
  padding-right: 11px;
}

.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
  margin-right: 30px;
}

.rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo {
  margin-right: 0;
  margin-left: 30px;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_center
  .et_pb_menu__menu
  > nav
  > ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_right
  .et_pb_menu__menu
  > nav
  > ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified
  .et_pb_menu__menu
  > nav,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified
  .et_pb_menu__menu
  > nav
  > ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.et_pb_menu--style-centered .et_pb_menu__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.et_pb_menu--style-centered .et_pb_menu__logo-wrap,
.et_pb_menu--style-centered .et_pb_menu__logo img {
  margin: 0 auto;
}

.et_pb_menu--style-centered .et_pb_menu__menu > nav > ul,
.et_pb_menu--style-centered .et_pb_menu__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.et_pb_menu--style-inline_centered_logo
  .et_pb_menu_inner_container
  > .et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_row > .et_pb_menu__logo-wrap {
  display: none;
  margin-bottom: 30px;
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img {
  margin: 0 auto;
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.et_pb_menu--style-inline_centered_logo
  .et_pb_menu__logo-slot
  .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo
  .et_pb_menu__logo-slot
  .et_pb_menu__logo-wrap {
  width: 100%;
  height: 100%;
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img {
  max-height: 100%;
}

.et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder {
  min-width: 96px;
}

.et_pb_menu .et_pb_menu__search-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999;
}

.et_pb_menu .et_pb_menu__search-container--visible {
  opacity: 1;
  -webkit-animation: fadeInTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeInTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

.et_pb_menu .et_pb_menu__search-container--hidden {
  -webkit-animation: fadeOutTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeOutTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

.et_pb_menu .et_pb_menu__search-container--disabled {
  display: none;
}

.et_pb_menu .et_pb_menu__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.et_pb_menu .et_pb_menu__search-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.et_pb_menu .et_pb_menu__search-input {
  border: 0;
  width: 100%;
  color: #333;
  background: transparent;
}

.et_pb_menu .et_pb_menu__close-search-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.et_pb_menu .et_pb_menu__close-search-button:after {
  content: "M";
  font-size: 1.7em;
}

@media (min-width: 981px) {
  .et_dropdown_animation_fade.et_pb_menu ul li:hover > ul {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .et_dropdown_animation_slide.et_pb_menu ul li:hover > ul {
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
  }

  .et_dropdown_animation_expand.et_pb_menu ul li:hover > ul {
    -webkit-transform-origin: 0 0;
    -webkit-animation: Grow 0.4s ease-in-out;
    animation: Grow 0.4s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  .et_dropdown_animation_flip.et_pb_menu ul li ul li:hover > ul {
    -webkit-animation: flipInX 0.6s ease-in-out;
    animation: flipInX 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  .et_dropdown_animation_flip.et_pb_menu ul li:hover > ul {
    -webkit-animation: flipInY 0.6s ease-in-out;
    animation: flipInY 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  .et_pb_menu.et_pb_menu_fullwidth .et_pb_row {
    width: 100%;
    max-width: 100%;
    padding: 0 30px !important;
  }
}

@media (max-width: 980px) {
  .et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
  .et_pb_menu--style-left_aligned .et_pb_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .et_pb_menu--style-inline_centered_logo
    .et_pb_menu_inner_container
    > .et_pb_menu__logo-wrap,
  .et_pb_menu--style-inline_centered_logo .et_pb_row > .et_pb_menu__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .et_pb_menu--style-inline_centered_logo
    .et_pb_menu_inner_container
    > .et_pb_menu__logo,
  .et_pb_menu--style-inline_centered_logo .et_pb_row > .et_pb_menu__logo {
    margin: 0 auto;
  }

  .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
    display: none;
  }

  .et_pb_menu .et_pb_row {
    min-height: 81px;
  }

  .et_pb_menu .et_pb_menu__menu {
    display: none;
  }

  .et_pb_menu .et_mobile_nav_menu {
    float: none;
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .et_pb_menu .et_mobile_menu {
    top: 100%;
    padding: 5%;
  }

  .et_pb_menu .et_mobile_menu,
  .et_pb_menu .et_mobile_menu ul {
    list-style: none !important;
    text-align: left;
  }

  .et_pb_menu .et_mobile_menu ul {
    padding: 0;
  }

  .et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu {
    top: auto;
    bottom: 100%;
  }
}

.et_pb_code_inner {
  position: relative;
}

.et_pb_text {
  word-wrap: break-word;
}

.et_pb_text ol,
.et_pb_text ul {
  padding-bottom: 1em;
}

.et_pb_text > :last-child {
  padding-bottom: 0;
}

.et_pb_text_inner {
  position: relative;
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
  color: #2ea3f2;
}

.et_pb_module.et_pb_button {
  display: inline-block;
  color: inherit;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left {
  text-align: left;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
  text-align: right;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
  text-align: center;
}

.et_pb_button_module_wrapper > a {
  display: inline-block;
}

@media (max-width: 980px) {
  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
    text-align: left;
  }

  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
    text-align: right;
  }

  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
    text-align: left;
  }

  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
    text-align: right;
  }

  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
    text-align: center;
  }
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
  content: attr(data-icon);
}

@media (max-width: 980px) {
  .et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
    content: attr(data-icon-tablet);
  }
}

@media (max-width: 767px) {
  .et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
    content: attr(data-icon-phone);
  }
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
  content: attr(data-icon);
}

@media (max-width: 980px) {
  .et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
    content: attr(data-icon-tablet);
  }
}

@media (max-width: 767px) {
  .et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
    content: attr(data-icon-phone);
  }
}

body,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
  font-size: 14px;
}

.et_pb_slide_content,
.et_pb_best_value {
  font-size: 15px;
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.mobile_menu_bar:after,
.et_toggle_slide_menu:after,
.et-social-icon a:hover,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.entry-summary p.price ins,
.et_pb_member_social_links a:hover,
.et_pb_widget li a:hover,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.nav-single a,
.tagged_as a,
.posted_in a {
  color: #00CCFF;
}

.et_pb_contact_submit,
.et_password_protected_form .et_submit_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.comment-reply-link,
.form-submit .et_pb_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_contact p input[type="checkbox"]:checked + label i:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
  color: #00CCFF;
}

.footer-widget h4 {
  color: #00CCFF;
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
  border-color: #00CCFF;
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_post_slider.et_pb_bg_layout_dark,
.et_slide_in_menu_container,
.et_pb_contact p input[type="radio"]:checked + label i:before {
  background-color: #00CCFF;
}

a {
  color: #00CCFF;
}

#main-header,
#main-header .nav li ul,
.et-search-form,
#main-header .et_mobile_menu {
  background-color: #2C2C2C;
}

.et_secondary_nav_enabled #page-container #top-header {
  background-color: #2C2C2C !important;
}

#et-secondary-nav li ul {
  background-color: #002d3d;
}

#top-header,
#top-header a {
  color: #00CCFF;
}

.et_header_style_centered .mobile_nav .select_page,
.et_header_style_split .mobile_nav .select_page,
.et_nav_text_color_light #top-menu > li > a,
.et_nav_text_color_dark #top-menu > li > a,
#top-menu a,
.et_mobile_menu li a,
.et_nav_text_color_light .et_mobile_menu li a,
.et_nav_text_color_dark .et_mobile_menu li a,
#et_search_icon:before,
.et_search_form_container input,
span.et_close_search_field:after,
#et-top-navigation .et-cart-info {
  color: #ffffff;
}

.et_search_form_container input::-moz-placeholder {
  color: #ffffff;
}

.et_search_form_container input::-webkit-input-placeholder {
  color: #ffffff;
}

.et_search_form_container input:-ms-input-placeholder {
  color: #ffffff;
}

#top-menu li a {
  font-size: 17px;
}

body.et_vertical_nav .container.et_search_form_container .et-search-form input {
  font-size: 17px !important;
}

#top-menu li a,
.et_search_form_container input {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input::-moz-placeholder {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input::-webkit-input-placeholder {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input:-ms-input-placeholder {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
  color: #ffffff;
}

#main-footer .footer-widget h4,
#main-footer .widget_block h1,
#main-footer .widget_block h2,
#main-footer .widget_block h3,
#main-footer .widget_block h4,
#main-footer .widget_block h5,
#main-footer .widget_block h6 {
  color: #00CCFF;
}

.footer-widget li:before {
  border-color: #00CCFF;
}

@media only screen and (min-width: 981px) {
  #logo {
    max-height: 100%;
  }

  .et_pb_svg_logo #logo {
    height: 100%;
  }

  #main-header .logo_container {
    width: 100%;
  }

  .et_header_style_centered #main-header .logo_container,
  .et_header_style_split #main-header .logo_container {
    margin: 0 auto;
  }

  .et_vertical_nav #et-top-navigation {
    margin-top: 30px;
  }

  .et_fixed_nav #page-container .et-fixed-header#top-header {
    background-color: #002d3d !important;
  }

  .et_fixed_nav
    #page-container
    .et-fixed-header#top-header
    #et-secondary-nav
    li
    ul {
    background-color: #002d3d;
  }

  .et-fixed-header #top-menu a,
  .et-fixed-header #et_search_icon:before,
  .et-fixed-header #et_top_search .et-search-form input,
  .et-fixed-header .et_search_form_container input,
  .et-fixed-header .et_close_search_field:after,
  .et-fixed-header #et-top-navigation .et-cart-info {
    color: #eceff3 !important;
  }

  .et-fixed-header .et_search_form_container input::-moz-placeholder {
    color: #eceff3 !important;
  }

  .et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
    color: #eceff3 !important;
  }

  .et-fixed-header .et_search_form_container input:-ms-input-placeholder {
    color: #eceff3 !important;
  }

  .et-fixed-header #top-menu li.current-menu-ancestor > a,
  .et-fixed-header #top-menu li.current-menu-item > a,
  .et-fixed-header #top-menu li.current_page_item > a {
    color: #eceff3 !important;
  }

  .et-fixed-header#top-header a {
    color: #00CCFF;
  }
}

@media only screen and (min-width: 1350px) {
  .et_pb_row {
    padding: 27px 0;
  }

  .et_pb_section {
    padding: 54px 0;
  }

  .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    padding-top: 81px;
  }

  .et_pb_fullwidth_section {
    padding: 0;
  }
}

.menu-item-button a {
  background-color: #00CCFF !important;
  margin: 20px 5px 10px 5px !important;
  padding: 18px 23px 18px 23px !important;
  color: #ffffff !important;
  border-radius: 40px !important;
  margin-bottom: 20px;
  text-align: center;
}

.menu-item-button-2 a {
  background-color: #fff !important;
  padding: 13px 18px 13px 18px !important;
  margin: 20px 5px 10px 5px !important;
  color: #111111 !important;
  border-radius: 40px !important;
  margin-bottom: 20px;
  text-align: center;
}

.menu-item-button-3 a {
  padding: 13px 5px 5px 18px !important;
  margin: 10px 5px 5px 5px !important;
  color: #eceff3 !important;
  border-radius: 5px !important;
  margin-bottom: 10px;
  line-height: 1.2;
}

.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header .header-content h1,
.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
  .header-content
  h2.et_pb_module_header,
.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
  .header-content
  h3.et_pb_module_header,
.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
  .header-content
  h4.et_pb_module_header,
.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
  .header-content
  h5.et_pb_module_header,
.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
  .header-content
  h6.et_pb_module_header {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 49px;
  text-align: left;
  text-shadow: none;
}

.et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
  .et_pb_header_content_wrapper {
  font-weight: 800;
  font-size: 30px;
  color: #00CCFF !important;
  line-height: 2em;
  text-align: left;
  text-shadow: none;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header_0_tb_body {
  background-image: url('../img/alexander-casino-accueil.webp');
}

.et_pb_fullwidth_header_0_tb_body {
  height: 400px;
}

body
  #page-container
  .et_pb_section
  .et_pb_fullwidth_header_0_tb_body
  .et_pb_button_one.et_pb_button {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 800 !important;
  background-color: #00CCFF;
  width: 250px;
  text-align: center;
}

body
  #page-container
  .et_pb_section
  .et_pb_fullwidth_header_0_tb_body
  .et_pb_button_one.et_pb_button:hover {
  padding-right: 2em;
  padding-left: 0.7em;
  background-image: initial;
  background-color: #04a7cf;
}

body
  #page-container
  .et_pb_section
  .et_pb_fullwidth_header_0_tb_body
  .et_pb_button_one.et_pb_button,
body
  #page-container
  .et_pb_section
  .et_pb_fullwidth_header_0_tb_body
  .et_pb_button_one.et_pb_button:hover,
body #page-container .et_pb_section .et_pb_button_0_tb_body,
body #page-container .et_pb_section .et_pb_button_0_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_1_tb_body,
body #page-container .et_pb_section .et_pb_button_1_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_2_tb_body,
body #page-container .et_pb_section .et_pb_button_2_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_3_tb_body,
body #page-container .et_pb_section .et_pb_button_3_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_4_tb_body,
body #page-container .et_pb_section .et_pb_button_4_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_5_tb_body,
body #page-container .et_pb_section .et_pb_button_5_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_6_tb_body,
body #page-container .et_pb_section .et_pb_button_6_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_7_tb_body,
body #page-container .et_pb_section .et_pb_button_7_tb_body:hover {
  padding: 0.3em 1em !important;
}

body
  #page-container
  .et_pb_section
  .et_pb_fullwidth_header_0_tb_body
  .et_pb_button_one.et_pb_button:before,
body
  #page-container
  .et_pb_section
  .et_pb_fullwidth_header_0_tb_body
  .et_pb_button_one.et_pb_button:after,
body #page-container .et_pb_section .et_pb_button_0_tb_body:before,
body #page-container .et_pb_section .et_pb_button_0_tb_body:after,
body #page-container .et_pb_section .et_pb_button_1_tb_body:before,
body #page-container .et_pb_section .et_pb_button_1_tb_body:after,
body #page-container .et_pb_section .et_pb_button_2_tb_body:before,
body #page-container .et_pb_section .et_pb_button_2_tb_body:after,
body #page-container .et_pb_section .et_pb_button_3_tb_body:before,
body #page-container .et_pb_section .et_pb_button_3_tb_body:after,
body #page-container .et_pb_section .et_pb_button_4_tb_body:before,
body #page-container .et_pb_section .et_pb_button_4_tb_body:after,
body #page-container .et_pb_section .et_pb_button_5_tb_body:before,
body #page-container .et_pb_section .et_pb_button_5_tb_body:after,
body #page-container .et_pb_section .et_pb_button_6_tb_body:before,
body #page-container .et_pb_section .et_pb_button_6_tb_body:after,
body #page-container .et_pb_section .et_pb_button_7_tb_body:before,
body #page-container .et_pb_section .et_pb_button_7_tb_body:after {
  display: none !important;
}

.et_pb_fullwidth_header_0_tb_body .et_pb_button_one.et_pb_button,
.et_pb_button_0_tb_body,
.et_pb_button_1_tb_body,
.et_pb_button_2_tb_body,
.et_pb_button_3_tb_body,
.et_pb_button_4_tb_body,
.et_pb_button_5_tb_body,
.et_pb_button_6_tb_body,
.et_pb_button_7_tb_body {
  transition: background-color 300ms ease 0ms;
}

.et_pb_section_1_tb_body.et_pb_section {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #212121 !important;
}

.et_pb_row_0_tb_body.et_pb_row,
.et_pb_row_2_tb_body.et_pb_row,
.et_pb_row_4_tb_body.et_pb_row,
.et_pb_row_6_tb_body.et_pb_row,
.et_pb_row_8_tb_body.et_pb_row,
.et_pb_row_12_tb_body.et_pb_row,
.et_pb_row_14_tb_body.et_pb_row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.et_pb_menu_0_tb_body.et_pb_menu ul li a {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 2em;
  color: rgba(255,255,255,0.6)
}

.et_pb_menu_0_tb_body {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.et_pb_menu_0_tb_body.et_pb_menu ul li.current-menu-item a {
  color: #00CCFF !important;
}

.et_pb_menu_0_tb_body.et_pb_menu .nav li ul {
  background-color: #eceff3 !important;
  border-color: #002d3d;
}

.et_pb_menu_0_tb_body.et_pb_menu .et_mobile_menu {
  border-color: #002d3d;
}

.et_pb_menu_0_tb_body.et_pb_menu .nav li ul.sub-menu a,
.et_pb_menu_0_tb_body.et_pb_menu .nav li ul.sub-menu li.current-menu-item a,
.et_pb_menu_0_tb_body.et_pb_menu .et_mobile_menu a {
  color: #002d3d !important;
}

.et_pb_menu_0_tb_body.et_pb_menu .et_mobile_menu,
.et_pb_menu_0_tb_body.et_pb_menu .et_mobile_menu ul {
  background-color: #eceff3 !important;
}

.et_pb_menu_0_tb_body .et_pb_menu_inner_container > .et_pb_menu__logo-wrap,
.et_pb_menu_0_tb_body .et_pb_menu__logo-slot {
  width: auto;
  max-width: 100%;
}

.et_pb_menu_0_tb_body
  .et_pb_menu_inner_container
  > .et_pb_menu__logo-wrap
  .et_pb_menu__logo
  img,
.et_pb_menu_0_tb_body .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img {
  height: auto;
  max-height: none;
}

.et_pb_menu_0_tb_body .mobile_nav .mobile_menu_bar:before,
.et_pb_menu_0_tb_body .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_menu_0_tb_body .et_pb_menu__icon.et_pb_menu__close-search-button,
.et_pb_menu_0_tb_body .et_pb_menu__icon.et_pb_menu__cart-button {
  color: #00CCFF;
}

.et_pb_section_2_tb_body.et_pb_section {
  padding-top: 17px;
  padding-bottom: 13px;
  background-color: #000 !important;
}

.et_pb_row_1_tb_body.et_pb_row {
  padding-top: 14px !important;
  padding-top: 14px;
}

.et_pb_text_0_tb_body.et_pb_text,
.et_pb_text_1_tb_body.et_pb_text,
.et_pb_text_2_tb_body.et_pb_text,
.et_pb_text_3_tb_body.et_pb_text,
.et_pb_text_4_tb_body.et_pb_text,
.et_pb_text_5_tb_body.et_pb_text,
.et_pb_text_6_tb_body.et_pb_text,
.et_pb_text_7_tb_body.et_pb_text,
.et_pb_text_8_tb_body.et_pb_text,
.et_pb_text_9_tb_body.et_pb_text,
.et_pb_text_10_tb_body.et_pb_text,
.et_pb_text_11_tb_body.et_pb_text,
.et_pb_text_12_tb_body.et_pb_text,
.et_pb_text_13_tb_body.et_pb_text,
.et_pb_text_14_tb_body.et_pb_text,
.et_pb_text_15_tb_body.et_pb_text,
.et_pb_text_16_tb_body.et_pb_text,
.et_pb_text_17_tb_body.et_pb_text,
.et_pb_text_18_tb_body.et_pb_text,
.et_pb_text_19_tb_body.et_pb_text,
.et_pb_text_20_tb_body.et_pb_text,
.et_pb_text_21_tb_body.et_pb_text,
.et_pb_text_22_tb_body.et_pb_text,
.et_pb_text_23_tb_body.et_pb_text,
.et_pb_text_24_tb_body.et_pb_text {
  color: #ffffff !important;
}

.et_pb_text_0_tb_body,
.et_pb_text_1_tb_body,
.et_pb_text_2_tb_body,
.et_pb_text_3_tb_body,
.et_pb_text_8_tb_body,
.et_pb_text_9_tb_body {
  line-height: 1.8em;
  font-size: 17px;
  line-height: 1.8em;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.et_pb_text_0_tb_body h1,
.et_pb_text_1_tb_body h1,
.et_pb_text_2_tb_body h1,
.et_pb_text_3_tb_body h1,
.et_pb_text_4_tb_body h1,
.et_pb_text_5_tb_body h1,
.et_pb_text_6_tb_body h1,
.et_pb_text_7_tb_body h1,
.et_pb_text_8_tb_body h1,
.et_pb_text_9_tb_body h1,
.et_pb_text_10_tb_body h1,
.et_pb_text_11_tb_body h1,
.et_pb_text_12_tb_body h1,
.et_pb_text_13_tb_body h1,
.et_pb_text_14_tb_body h1,
.et_pb_text_15_tb_body h1,
.et_pb_text_16_tb_body h1,
.et_pb_text_17_tb_body h1,
.et_pb_text_18_tb_body h1,
.et_pb_text_19_tb_body h1,
.et_pb_text_20_tb_body h1,
.et_pb_text_21_tb_body h1,
.et_pb_text_22_tb_body h1,
.et_pb_text_23_tb_body h1,
.et_pb_text_24_tb_body h1 {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.7em;
}

.et_pb_text_0_tb_body h2,
.et_pb_text_1_tb_body h2,
.et_pb_text_2_tb_body h2,
.et_pb_text_3_tb_body h2,
.et_pb_text_4_tb_body h2,
.et_pb_text_5_tb_body h2,
.et_pb_text_6_tb_body h2,
.et_pb_text_7_tb_body h2,
.et_pb_text_8_tb_body h2,
.et_pb_text_9_tb_body h2,
.et_pb_text_10_tb_body h2,
.et_pb_text_11_tb_body h2,
.et_pb_text_12_tb_body h2,
.et_pb_text_13_tb_body h2,
.et_pb_text_14_tb_body h2,
.et_pb_text_15_tb_body h2,
.et_pb_text_16_tb_body h2,
.et_pb_text_17_tb_body h2,
.et_pb_text_18_tb_body h2,
.et_pb_text_19_tb_body h2,
.et_pb_text_20_tb_body h2,
.et_pb_text_21_tb_body h2,
.et_pb_text_22_tb_body h2,
.et_pb_text_23_tb_body h2,
.et_pb_text_24_tb_body h2 {
  font-weight: 700;
  font-size: 27px;
  color: #00CCFF !important;
  line-height: 2em;
}

.et_pb_text_0_tb_body h3,
.et_pb_text_1_tb_body h3,
.et_pb_text_2_tb_body h3,
.et_pb_text_3_tb_body h3,
.et_pb_text_4_tb_body h3,
.et_pb_text_5_tb_body h3,
.et_pb_text_6_tb_body h3,
.et_pb_text_7_tb_body h3,
.et_pb_text_8_tb_body h3,
.et_pb_text_9_tb_body h3,
.et_pb_text_10_tb_body h3,
.et_pb_text_11_tb_body h3,
.et_pb_text_12_tb_body h3,
.et_pb_text_13_tb_body h3,
.et_pb_text_14_tb_body h3,
.et_pb_text_15_tb_body h3,
.et_pb_text_16_tb_body h3,
.et_pb_text_17_tb_body h3,
.et_pb_text_18_tb_body h3,
.et_pb_text_19_tb_body h3,
.et_pb_text_20_tb_body h3,
.et_pb_text_21_tb_body h3,
.et_pb_text_22_tb_body h3,
.et_pb_text_23_tb_body h3,
.et_pb_text_24_tb_body h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.7em;
}

.et_pb_text_0_tb_body h4,
.et_pb_text_1_tb_body h4,
.et_pb_text_2_tb_body h4,
.et_pb_text_3_tb_body h4,
.et_pb_text_4_tb_body h4,
.et_pb_text_5_tb_body h4,
.et_pb_text_6_tb_body h4,
.et_pb_text_7_tb_body h4,
.et_pb_text_8_tb_body h4,
.et_pb_text_9_tb_body h4,
.et_pb_text_10_tb_body h4,
.et_pb_text_11_tb_body h4,
.et_pb_text_12_tb_body h4,
.et_pb_text_13_tb_body h4,
.et_pb_text_14_tb_body h4,
.et_pb_text_15_tb_body h4,
.et_pb_text_16_tb_body h4,
.et_pb_text_17_tb_body h4,
.et_pb_text_18_tb_body h4,
.et_pb_text_19_tb_body h4,
.et_pb_text_20_tb_body h4,
.et_pb_text_21_tb_body h4,
.et_pb_text_22_tb_body h4,
.et_pb_text_23_tb_body h4,
.et_pb_text_24_tb_body h4 {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5em;
}

.et_pb_row_3_tb_body.et_pb_row,
.et_pb_row_5_tb_body.et_pb_row,
.et_pb_row_7_tb_body.et_pb_row,
.et_pb_row_9_tb_body.et_pb_row,
.et_pb_row_13_tb_body.et_pb_row,
.et_pb_row_15_tb_body.et_pb_row {
  padding-top: 0px !important;
  margin-top: 5px !important;
  padding-top: 0px;
}

.dsm_perspective_image_0_tb_body .et_pb_image_wrap,
.dsm_perspective_image_1_tb_body .et_pb_image_wrap,
.dsm_perspective_image_2_tb_body .et_pb_image_wrap,
.dsm_perspective_image_3_tb_body .et_pb_image_wrap,
.dsm_perspective_image_4_tb_body .et_pb_image_wrap,
.dsm_perspective_image_5_tb_body .et_pb_image_wrap,
.dsm_perspective_image_6_tb_body .et_pb_image_wrap,
.dsm_perspective_image_7_tb_body .et_pb_image_wrap,
.dsm_perspective_image_8_tb_body .et_pb_image_wrap,
.dsm_perspective_image_9_tb_body .et_pb_image_wrap,
.dsm_perspective_image_10_tb_body .et_pb_image_wrap,
.dsm_perspective_image_11_tb_body .et_pb_image_wrap,
.dsm_perspective_image_12_tb_body .et_pb_image_wrap,
.dsm_perspective_image_13_tb_body .et_pb_image_wrap,
.dsm_perspective_image_14_tb_body .et_pb_image_wrap,
.dsm_perspective_image_15_tb_body .et_pb_image_wrap,
.dsm_perspective_image_16_tb_body .et_pb_image_wrap,
.dsm_perspective_image_17_tb_body .et_pb_image_wrap,
.dsm_perspective_image_18_tb_body .et_pb_image_wrap,
.dsm_perspective_image_19_tb_body .et_pb_image_wrap,
.dsm_perspective_image_20_tb_body .et_pb_image_wrap,
.dsm_perspective_image_21_tb_body .et_pb_image_wrap,
.dsm_perspective_image_22_tb_body .et_pb_image_wrap,
.dsm_perspective_image_23_tb_body .et_pb_image_wrap,
.dsm_perspective_image_24_tb_body .et_pb_image_wrap,
.dsm_perspective_image_25_tb_body .et_pb_image_wrap,
.dsm_perspective_image_26_tb_body .et_pb_image_wrap,
.dsm_perspective_image_27_tb_body .et_pb_image_wrap,
.dsm_perspective_image_28_tb_body .et_pb_image_wrap,
.dsm_perspective_image_29_tb_body .et_pb_image_wrap,
.dsm_perspective_image_30_tb_body .et_pb_image_wrap,
.dsm_perspective_image_31_tb_body .et_pb_image_wrap,
.dsm_perspective_image_32_tb_body .et_pb_image_wrap,
.dsm_perspective_image_33_tb_body .et_pb_image_wrap,
.dsm_perspective_image_34_tb_body .et_pb_image_wrap,
.dsm_perspective_image_35_tb_body .et_pb_image_wrap,
.et_pb_image_4_tb_body .et_pb_image_wrap {
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}

.dsm_perspective_image_0_tb_body .et_overlay,
.dsm_perspective_image_1_tb_body .et_overlay,
.dsm_perspective_image_2_tb_body .et_overlay,
.dsm_perspective_image_3_tb_body .et_overlay,
.dsm_perspective_image_4_tb_body .et_overlay,
.dsm_perspective_image_5_tb_body .et_overlay,
.dsm_perspective_image_6_tb_body .et_overlay,
.dsm_perspective_image_7_tb_body .et_overlay,
.dsm_perspective_image_8_tb_body .et_overlay,
.dsm_perspective_image_9_tb_body .et_overlay,
.dsm_perspective_image_10_tb_body .et_overlay,
.dsm_perspective_image_11_tb_body .et_overlay,
.dsm_perspective_image_12_tb_body .et_overlay,
.dsm_perspective_image_13_tb_body .et_overlay,
.dsm_perspective_image_14_tb_body .et_overlay,
.dsm_perspective_image_15_tb_body .et_overlay,
.dsm_perspective_image_16_tb_body .et_overlay,
.dsm_perspective_image_17_tb_body .et_overlay,
.dsm_perspective_image_18_tb_body .et_overlay,
.dsm_perspective_image_19_tb_body .et_overlay,
.dsm_perspective_image_20_tb_body .et_overlay,
.dsm_perspective_image_21_tb_body .et_overlay,
.dsm_perspective_image_22_tb_body .et_overlay,
.dsm_perspective_image_23_tb_body .et_overlay,
.dsm_perspective_image_24_tb_body .et_overlay,
.dsm_perspective_image_25_tb_body .et_overlay,
.dsm_perspective_image_26_tb_body .et_overlay,
.dsm_perspective_image_27_tb_body .et_overlay,
.dsm_perspective_image_28_tb_body .et_overlay,
.dsm_perspective_image_29_tb_body .et_overlay,
.dsm_perspective_image_30_tb_body .et_overlay,
.dsm_perspective_image_31_tb_body .et_overlay,
.dsm_perspective_image_32_tb_body .et_overlay,
.dsm_perspective_image_33_tb_body .et_overlay,
.dsm_perspective_image_34_tb_body .et_overlay,
.dsm_perspective_image_35_tb_body .et_overlay {
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  background-color: rgba(0, 46, 60, 0.4);
}

.dsm_perspective_image_0_tb_body,
.dsm_perspective_image_1_tb_body,
.dsm_perspective_image_2_tb_body,
.dsm_perspective_image_3_tb_body,
.dsm_perspective_image_4_tb_body,
.dsm_perspective_image_5_tb_body,
.dsm_perspective_image_6_tb_body,
.dsm_perspective_image_7_tb_body,
.dsm_perspective_image_8_tb_body,
.dsm_perspective_image_9_tb_body,
.dsm_perspective_image_10_tb_body,
.dsm_perspective_image_11_tb_body,
.dsm_perspective_image_12_tb_body,
.dsm_perspective_image_13_tb_body,
.dsm_perspective_image_14_tb_body,
.dsm_perspective_image_15_tb_body,
.dsm_perspective_image_16_tb_body,
.dsm_perspective_image_17_tb_body,
.dsm_perspective_image_18_tb_body,
.dsm_perspective_image_19_tb_body,
.dsm_perspective_image_20_tb_body,
.dsm_perspective_image_21_tb_body,
.dsm_perspective_image_22_tb_body,
.dsm_perspective_image_23_tb_body,
.dsm_perspective_image_24_tb_body,
.dsm_perspective_image_25_tb_body,
.dsm_perspective_image_26_tb_body,
.dsm_perspective_image_27_tb_body,
.dsm_perspective_image_28_tb_body,
.dsm_perspective_image_29_tb_body,
.dsm_perspective_image_30_tb_body,
.dsm_perspective_image_31_tb_body,
.dsm_perspective_image_32_tb_body,
.dsm_perspective_image_33_tb_body,
.dsm_perspective_image_34_tb_body,
.dsm_perspective_image_35_tb_body,
.et_pb_image_4_tb_body {
  text-align: center;
}

.dsm_perspective_image_0_tb_body .et_overlay:before,
.dsm_perspective_image_1_tb_body .et_overlay:before,
.dsm_perspective_image_2_tb_body .et_overlay:before,
.dsm_perspective_image_3_tb_body .et_overlay:before,
.dsm_perspective_image_4_tb_body .et_overlay:before,
.dsm_perspective_image_5_tb_body .et_overlay:before,
.dsm_perspective_image_6_tb_body .et_overlay:before,
.dsm_perspective_image_7_tb_body .et_overlay:before,
.dsm_perspective_image_8_tb_body .et_overlay:before,
.dsm_perspective_image_9_tb_body .et_overlay:before,
.dsm_perspective_image_10_tb_body .et_overlay:before,
.dsm_perspective_image_11_tb_body .et_overlay:before,
.dsm_perspective_image_12_tb_body .et_overlay:before,
.dsm_perspective_image_13_tb_body .et_overlay:before,
.dsm_perspective_image_14_tb_body .et_overlay:before,
.dsm_perspective_image_15_tb_body .et_overlay:before,
.dsm_perspective_image_16_tb_body .et_overlay:before,
.dsm_perspective_image_17_tb_body .et_overlay:before,
.dsm_perspective_image_18_tb_body .et_overlay:before,
.dsm_perspective_image_19_tb_body .et_overlay:before,
.dsm_perspective_image_20_tb_body .et_overlay:before,
.dsm_perspective_image_21_tb_body .et_overlay:before,
.dsm_perspective_image_22_tb_body .et_overlay:before,
.dsm_perspective_image_23_tb_body .et_overlay:before,
.dsm_perspective_image_24_tb_body .et_overlay:before,
.dsm_perspective_image_25_tb_body .et_overlay:before,
.dsm_perspective_image_26_tb_body .et_overlay:before,
.dsm_perspective_image_27_tb_body .et_overlay:before,
.dsm_perspective_image_28_tb_body .et_overlay:before,
.dsm_perspective_image_29_tb_body .et_overlay:before,
.dsm_perspective_image_30_tb_body .et_overlay:before,
.dsm_perspective_image_31_tb_body .et_overlay:before,
.dsm_perspective_image_32_tb_body .et_overlay:before,
.dsm_perspective_image_33_tb_body .et_overlay:before,
.dsm_perspective_image_34_tb_body .et_overlay:before,
.dsm_perspective_image_35_tb_body .et_overlay:before {
  color: #ffffff !important;
  font-family: ETmodules !important;
  font-weight: 400 !important;
}

.dsm_perspective_image_0_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_1_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_2_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_3_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_4_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_5_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_6_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_7_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_8_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_9_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_10_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_11_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_12_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_13_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_14_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_15_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_16_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_17_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_18_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_19_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_20_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_21_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_22_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_23_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_24_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_25_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_26_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_27_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_28_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_29_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_30_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_31_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_32_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_33_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_34_tb_body .dsm-perspective-image-wrapper,
.dsm_perspective_image_35_tb_body .dsm-perspective-image-wrapper {
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transition: transform 300ms ease 0ms;
}

.et_pb_row_10_tb_body.et_pb_row {
  padding-top: 14px !important;
  padding-bottom: 12px !important;
  padding-top: 14px;
  padding-bottom: 12px;
}

body #page-container .et_pb_section .et_pb_button_0_tb_body,
body #page-container .et_pb_section .et_pb_button_1_tb_body,
body #page-container .et_pb_section .et_pb_button_2_tb_body,
body #page-container .et_pb_section .et_pb_button_3_tb_body,
body #page-container .et_pb_section .et_pb_button_4_tb_body,
body #page-container .et_pb_section .et_pb_button_5_tb_body,
body #page-container .et_pb_section .et_pb_button_6_tb_body,
body #page-container .et_pb_section .et_pb_button_7_tb_body {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 40px;
  font-weight: 700 !important;
  background-color: #00CCFF;
}

body #page-container .et_pb_section .et_pb_button_0_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_1_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_2_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_3_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_4_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_5_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_6_tb_body:hover,
body #page-container .et_pb_section .et_pb_button_7_tb_body:hover {
  background-image: initial;
  background-color: #04a7cf;
}

.et_pb_button_0_tb_body,
.et_pb_button_0_tb_body:after,
.et_pb_button_1_tb_body,
.et_pb_button_1_tb_body:after,
.et_pb_button_2_tb_body,
.et_pb_button_2_tb_body:after,
.et_pb_button_3_tb_body,
.et_pb_button_3_tb_body:after,
.et_pb_button_4_tb_body,
.et_pb_button_4_tb_body:after,
.et_pb_button_5_tb_body,
.et_pb_button_5_tb_body:after,
.et_pb_button_6_tb_body,
.et_pb_button_6_tb_body:after,
.et_pb_button_7_tb_body,
.et_pb_button_7_tb_body:after {
  transition: all 300ms ease 0ms;
}

.et_pb_section_3_tb_body.et_pb_section {
  padding-top: 9px;
  background-color: #000 !important;
}

.et_pb_text_4_tb_body,
.et_pb_text_5_tb_body,
.et_pb_text_6_tb_body,
.et_pb_text_7_tb_body,
.et_pb_text_10_tb_body,
.et_pb_text_11_tb_body,
.et_pb_text_12_tb_body,
.et_pb_text_13_tb_body,
.et_pb_text_14_tb_body,
.et_pb_text_15_tb_body,
.et_pb_text_16_tb_body,
.et_pb_text_17_tb_body,
.et_pb_text_18_tb_body,
.et_pb_text_19_tb_body,
.et_pb_text_20_tb_body,
.et_pb_text_21_tb_body,
.et_pb_text_22_tb_body,
.et_pb_text_23_tb_body,
.et_pb_text_24_tb_body {
  line-height: 1.8em;
  font-size: 17px;
  line-height: 1.8em;
}

.et_pb_image_0_tb_body .et_pb_image_wrap,
.et_pb_image_1_tb_body .et_pb_image_wrap,
.et_pb_image_2_tb_body .et_pb_image_wrap,
.et_pb_image_3_tb_body .et_pb_image_wrap {
  border-radius: 7px 7px 7px 7px;
  overflow: hidden;
}

.et_pb_image_0_tb_body,
.et_pb_image_1_tb_body,
.et_pb_image_2_tb_body,
.et_pb_image_3_tb_body {
  text-align: left;
  margin-left: 0;
}

.et_pb_text_20_tb_body.et_pb_text a {
  color: #00CCFF !important;
}

.et_pb_section_4_tb_body.et_pb_section {
  background-color: #000 !important;
}

.dsm_faq_0_tb_body .dsm-faq-item-wrapper .dsm-faq-title {
  font-weight: 700;
  font-size: 20px;
  color: #00CCFF !important;
  line-height: 2em;
  padding-bottom: 0px !important;
}

.dsm_faq_0_tb_body
  .dsm-faq-item-wrapper:not(.dsm-faq-item-active)
  .dsm-faq-title {
  font-weight: 700;
  font-size: 20px;
  color: #00CCFF !important;
}

.dsm_faq_0_tb_body .dsm-faq-item-wrapper.dsm-faq-item-active {
  border-radius: 7px 7px 7px 7px;
  overflow: hidden;
  background: #ffffff;
}

.dsm_faq_0_tb_body .dsm-faq-item-wrapper:not(.dsm-faq-item-active) {
  border-radius: 7px 7px 7px 7px;
  overflow: hidden;
  background: #000;
}

.dsm_faq_0_tb_body
  .dsm-faq-container
  .dsm-faq-item-wrapper
  .dsm-title-inner-wrapper,
.dsm_faq_0_tb_body
  .dsm-faq-container
  .dsm-faq-item-wrapper
  .dsm-faq-item-inner-wrapper {
  display: flex;
  align-items: center;
}

.dsm_faq_0_tb_body
  .dsm-faq-container
  .dsm-faq-item-wrapper
  .dsm-title-wrapper
  .dsm-faq-title {
  margin-left: 10px;
}

.dsm_faq_0_tb_body .dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
  justify-content: space-between;
}

.dsm_faq_0_tb_body .dsm-faq-item-wrapper .dsm_open_icon,
.dsm_faq_0_tb_body .dsm-faq-item-wrapper .dsm_faq-item-open_icon {
  border-style: solid;
  font-size: 22px;
}

.dsm_faq_0_tb_body .dsm-faq-item-wrapper .dsm_close_icon,
.dsm_faq_0_tb_body .dsm-faq-item-wrapper .dsm_faq-item-close_icon {
  border-style: solid;
  font-size: 22px;
}

.dsm_faq_0_tb_body .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_image {
  border-style: solid;
  width: 32px;
  height: 32px;
}

.dsm_faq_0_tb_body
  .dsm-faq-item-wrapper:not(.dsm-faq-item-active)
  .dsm_close_image {
  border-style: solid;
  width: 32px;
  height: 32px;
}

.dsm_faq_0_tb_body .dsm_open_icon span,
.dsm_faq_0_tb_body .dsm_close_icon span {
  font-family: ETmodules !important;
  font-weight: 400 !important;
}

.dsm_faq_0_tb_body .dsm-faq-item-wrapper {
  margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header .header-content h1,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h2.et_pb_module_header,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h3.et_pb_module_header,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h4.et_pb_module_header,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h5.et_pb_module_header,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h6.et_pb_module_header {
    font-size: 49px;
  }

  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .et_pb_header_content_wrapper {
    font-size: 30px;
  }

  .et_pb_image_0_tb_body .et_pb_image_wrap img,
  .et_pb_image_1_tb_body .et_pb_image_wrap img,
  .et_pb_image_2_tb_body .et_pb_image_wrap img,
  .et_pb_image_3_tb_body .et_pb_image_wrap img,
  .et_pb_image_4_tb_body .et_pb_image_wrap img {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header .header-content h1,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h2.et_pb_module_header,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h3.et_pb_module_header,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h4.et_pb_module_header,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h5.et_pb_module_header,
  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .header-content
    h6.et_pb_module_header {
    font-size: 35px;
  }

  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .et_pb_header_content_wrapper {
    font-size: 22px;
  }

  .et_pb_fullwidth_header_0_tb_body.et_pb_fullwidth_header
    .et_pb_fullwidth_header_subhead {
    font-size: 18px;
  }

  .et_pb_image_0_tb_body .et_pb_image_wrap img,
  .et_pb_image_1_tb_body .et_pb_image_wrap img,
  .et_pb_image_2_tb_body .et_pb_image_wrap img,
  .et_pb_image_3_tb_body .et_pb_image_wrap img,
  .et_pb_image_4_tb_body .et_pb_image_wrap img {
    width: auto;
  }
}

.et_pb_section_0_tb_footer.et_pb_section {
  background-color: #171717 !important;
}

.et_pb_image_0_tb_footer,
.et_pb_image_1_tb_footer,
.et_pb_image_2_tb_footer,
.et_pb_image_3_tb_footer,
.et_pb_image_4_tb_footer,
.et_pb_image_5_tb_footer {
  text-align: left;
  margin-left: 0;
}

.et_pb_section_1_tb_footer.et_pb_section {
  padding-top: 0px;
  margin-top: 0px;
  background-color: #171717 !important;
}

.et_pb_text_0_tb_footer.et_pb_text,
.et_pb_text_0_tb_footer.et_pb_text a,
.et_pb_text_1_tb_footer.et_pb_text,
.et_pb_text_1_tb_footer.et_pb_text a,
.et_pb_text_2_tb_footer.et_pb_text,
.et_pb_text_2_tb_footer.et_pb_text a {
  color: #eceff3 !important;
}

.et_pb_section_2_tb_footer.et_pb_section {
  padding-top: 21px;
  padding-bottom: 23px;
  background-color: #171717 !important;
}

.et_pb_text_3_tb_footer.et_pb_text {
  color: #a6a6a6 !important;
}

.et_pb_text_3_tb_footer {
  font-size: 17px;
}

.et_pb_row_0_tb_footer.et_pb_row {
  margin-right: auto !important;
  margin-left: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (max-width: 980px) {
  .et_pb_image_0_tb_footer .et_pb_image_wrap img,
  .et_pb_image_1_tb_footer .et_pb_image_wrap img,
  .et_pb_image_2_tb_footer .et_pb_image_wrap img,
  .et_pb_image_3_tb_footer .et_pb_image_wrap img,
  .et_pb_image_4_tb_footer .et_pb_image_wrap img,
  .et_pb_image_5_tb_footer .et_pb_image_wrap img {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .et_pb_image_0_tb_footer .et_pb_image_wrap img,
  .et_pb_image_1_tb_footer .et_pb_image_wrap img,
  .et_pb_image_2_tb_footer .et_pb_image_wrap img,
  .et_pb_image_3_tb_footer .et_pb_image_wrap img,
  .et_pb_image_4_tb_footer .et_pb_image_wrap img,
  .et_pb_image_5_tb_footer .et_pb_image_wrap img {
    width: auto;
  }
}

.et_pb_with_border .et_pb_image_wrap {
  border: 0 solid #333;
}

.et_pb_image {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

.et_pb_image.aligncenter {
  text-align: center;
}

.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
  display: block;
  position: relative;
}

.et_pb_image {
  display: block;
}

.et_pb_image .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
  width: auto;
}

.et_pb_image img {
  position: relative;
}

.et_pb_image_sticky {
  margin-bottom: 0 !important;
  display: inherit;
}

.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay {
  z-index: 3;
  opacity: 1;
}

@media (min-width: 981px) {
  .et_pb_section_sticky,
  .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
  .et_pb_section_sticky .et_pb_column_single,
  .et_pb_section_sticky .et_pb_row.et-last-child,
  .et_pb_section_sticky .et_pb_row:last-child,
  .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
  .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 980px) {
  .et_pb_image_sticky_tablet {
    margin-bottom: 0 !important;
    display: inherit;
  }

  .et_pb_section_sticky_mobile,
  .et_pb_section_sticky_mobile.et_pb_bottom_divider
    .et_pb_row:nth-last-child(2),
  .et_pb_section_sticky_mobile .et_pb_column_single,
  .et_pb_section_sticky_mobile .et_pb_row.et-last-child,
  .et_pb_section_sticky_mobile .et_pb_row:last-child,
  .et_pb_section_sticky_mobile
    .et_pb_specialty_column
    .et_pb_row_inner.et-last-child,
  .et_pb_section_sticky_mobile
    .et_pb_specialty_column
    .et_pb_row_inner:last-child {
    padding-bottom: 0 !important;
  }

  .et_pb_section_sticky
    .et_pb_row.et-last-child
    .et_pb_column.et_pb_row_sticky.et-last-child,
  .et_pb_section_sticky
    .et_pb_row:last-child
    .et_pb_column.et_pb_row_sticky:last-child {
    margin-bottom: 0;
  }

  .et_pb_image_bottom_space_tablet {
    margin-bottom: 30px !important;
    display: block;
  }

  .et_always_center_on_mobile {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .et_pb_image_sticky_phone {
    margin-bottom: 0 !important;
    display: inherit;
  }

  .et_pb_image_bottom_space_phone {
    margin-bottom: 30px !important;
    display: block;
  }
}

.et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.et_overlay:before {
  color: #2ea3f2;
  content: "\E050";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.et_portfolio_image,
.et_shop_image {
  position: relative;
  display: block;
}

.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_shop_image:hover .et_overlay {
  z-index: 3;
  opacity: 1;
}

#ie7 .et_overlay,
#ie8 .et_overlay {
  display: none;
}

.et_pb_module.et_pb_has_overlay {
  position: relative;
}

.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
  border: none;
}
.dsm_flipbox_child.et_pb_module.et_pb_section_parallax,.et-db #et-boc .dsm_flipbox_child.et_pb_module,.et-db #et-boc .et-l #et-fb-app .dsm_flipbox_child.et_pb_module {
    position: absolute!important;
    height: 100%
}

.ios .dsm_flipbox,.safari .dsm_flipbox {
    -webkit-transform: translateZ(0)
}

.safari .dsm_flipbox_child .et_pb_section_video_bg,.uiwebview .dsm_flipbox_child .et_pb_section_video_bg {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.dsm_flipbox_child .et_pb_button[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon)
}

.et_pb_text_align_left {
    text-align: left
}

.et_pb_text_align_center {
    text-align: center
}

.et_pb_text_align_right {
    text-align: right
}

.et_pb_text_align_justified {
    text-align: justify
}

.dsm-flipbox {
    height: 200px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.dsm_flipbox_child.et_pb_module {
    margin-bottom: 0!important
}

.dsm-flipbox-3d .dsm_flipbox_child .et_pb_module_inner {
    -webkit-transform: translateZ(90px) scale(.91);
    transform: translateZ(90px) scale(.91)
}

.dsm-flipbox.dsm-flipbox-3d .dsm_flipbox_child {
    overflow: initial
}

.dsm-flipbox.dsm-flipbox-3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.et-db #et-boc .dsm-flipbox-3d .dsm_flipbox_child>div {
    -webkit-transform: translateZ(90px) scale(.91);
    transform: translateZ(90px) scale(.91)
}

.dsm_flipbox_child,.dsm_flipbox_child .et_pb_module_inner,.et-db #et-boc .dsm_flipbox_child>div {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dsm_flipbox_child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute!important;
    height: 100%;
    -webkit-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    border-style: solid;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.dsm_flipbox_child .et_pb_button {
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px
}

.dsm_flipbox_child.et_hover_enabled {
    -webkit-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

.dsm-flipbox-fade .dsm_flipbox_child {
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-fade .dsm_flipbox_child:first-child,.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2) {
    opacity: 1
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-fade .dsm_flipbox_child:first-child,.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:first-child {
    opacity: 0
}

.dsm-subtitle {
    display: block
}

.dsm-flipbox-zoom-in .dsm_flipbox_child {
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2) {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_flipbox .dsm-flipbox-zoom .dsm_flipbox_child {
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child,.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child,.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2) {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-up .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:first-child {
    -webkit-animation: dsm-animation-zoom-out-up .6s linear;
    animation: dsm-animation-zoom-out-up .6s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2) {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes dsm-animation-zoom-out-up {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(.8) translateY(-150%);
        transform: scale(.8) translateY(-150%);
        opacity: 0
    }
}

@keyframes dsm-animation-zoom-out-up {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(.8) translateY(-150%);
        transform: scale(.8) translateY(-150%);
        opacity: 0
    }
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-down .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:first-child {
    -webkit-animation: dsm-animation-zoom-out-down .6s linear;
    animation: dsm-animation-zoom-out-down .6s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2) {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes dsm-animation-zoom-out-down {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(.8) translateY(150%);
        transform: scale(.8) translateY(150%);
        opacity: 0
    }
}

@keyframes dsm-animation-zoom-out-down {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(.8) translateY(150%);
        transform: scale(.8) translateY(150%);
        opacity: 0
    }
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-right .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:first-child {
    -webkit-animation: dsm-animation-zoom-out-right .6s linear;
    animation: dsm-animation-zoom-out-right .6s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.dsm_flipbox:hover .dsm_flipbox_clicked.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2) {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes dsm-animation-zoom-out-right {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(.8) translateX(150%);
        transform: scale(.8) translateX(150%);
        opacity: 0
    }
}

@keyframes dsm-animation-zoom-out-right {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(.8) translateX(150%);
        transform: scale(.8) translateX(150%);
        opacity: 0
    }
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-left .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:first-child {
    -webkit-animation: dsm-animation-zoom-out-left .6s linear;
    animation: dsm-animation-zoom-out-left .6s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2) {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes dsm-animation-zoom-out-left {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(.8) translateX(-150%);
        transform: scale(.8) translateX(-150%);
        opacity: 0
    }
}

@keyframes dsm-animation-zoom-out-left {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(.8) translateX(-150%);
        transform: scale(.8) translateX(-150%);
        opacity: 0
    }
}

.dsm_flipbox [class*=" dsm-flipbox-slide-"],.dsm_flipbox [class^=dsm-flipbox-slide-] {
    overflow: hidden
}

.dsm_flipbox:hover [class*=" dsm-flipbox-slide-"].dsm_flipbox_hover .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover [class^=dsm-flipbox-slide-].dsm_flipbox_hover .dsm_flipbox_child:nth-child(2),.dsm_flipbox [class*=" dsm-flipbox-slide-"].dsm_flipbox_clicked .dsm_flipbox_child:nth-child(2),.dsm_flipbox [class^=dsm-flipbox-slide-].dsm_flipbox_clicked .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-up .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-up .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-down .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-down .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-left .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-left .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-right .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-right .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.dsm_flipbox_child .dsm_flipbox_child_image_wrap {
    display: block;
    margin: auto
}

.dsm_flipbox_child_image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 0
}

.dsm_flipbox_icon_position_left .dsm_flipbox_child_image,.dsm_flipbox_icon_position_right .dsm_flipbox_child_image {
    display: table-cell;
    width: 32px;
    line-height: 0
}

.dsm_flipbox_icon_position_left .dsm_flipbox_wrapper {
    padding-left: 15px
}

.dsm_flipbox_icon_position_left .dsm_flipbox_wrapper,.dsm_flipbox_icon_position_right .dsm_flipbox_wrapper {
    display: table-cell;
    vertical-align: top
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-right .dsm_flipbox_child:first-child,.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:first-child {
    z-index: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-right .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:first-child {
    -webkit-transform: rotateX(0deg) rotateY(180deg);
    transform: rotateX(0deg) rotateY(180deg)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(0deg) rotateY(-180deg);
    transform: rotateX(0deg) rotateY(-180deg)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-left .dsm_flipbox_child:first-child,.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:first-child {
    z-index: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-left .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:first-child {
    -webkit-transform: rotateX(0deg) rotateY(-180deg);
    transform: rotateX(0deg) rotateY(-180deg)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(0deg) rotateY(180deg);
    transform: rotateX(0deg) rotateY(180deg)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-up .dsm_flipbox_child:first-child,.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:first-child {
    z-index: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-up .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:first-child {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-down .dsm_flipbox_child:first-child,.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:first-child {
    z-index: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-down .dsm_flipbox_child:first-child,.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:first-child {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2),.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2),.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.dsm_perspective_image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 0;
    -webkit-transform: translateZ(0)
}

.dsm_perspective_image .dsm-perspective-image-wrapper {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px)
}

.dsm_perspective_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.dsm_perspective_image .et_overlay {
    border-width: 0
}

.dsm-perspective-image-icon-empty.et_overlay:before {
    display: none
}

.dsm_perspective_image .dsm-perspective-image-overlay-off .et_overlay {
    opacity: 1;
    z-index: 3
}

.dsm_perspective_image:hover .dsm-perspective-image-overlay-off .et_overlay {
    opacity: 0
}

.dsm_perspective_image img {
    position: relative
}

.dsm-lightbox-custom {
    max-width: 100%!important
}

.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,.dsm-lightbox-custom.mfp-image-holder .mfp-close {
    color: hsla(0,0%,100%,.2);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dsm_text_divider .dsm-text-divider-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto
}

.dsm-text-divider-after,.dsm-text-divider-before {
    font-size: 0;
    line-height: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #7ebec5
}

.dsm-text-divider-header {
    padding-bottom: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 10px
}

.dsm-text-divider-align-left .dsm-text-divider-before,.dsm-text-divider-align-right .dsm-text-divider-after {
    display: none
}

.dsm_icon_divider .dsm-icon-divider-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto
}

.dsm-icon-divider-image {
    display: inline-block;
    max-width: 50%;
    line-height: 0
}

.dsm-icon-divider-image-wrap {
    display: block;
    margin: auto;
    border-style: solid
}

.dsm-icon-divider-after,.dsm-icon-divider-before {
    font-size: 0;
    line-height: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #7ebec5
}

.dsm-divider {
    padding-bottom: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 10px
}

.dsm-icon-divider-align-left .dsm-icon-divider-before,.dsm-icon-divider-align-right .dsm-icon-divider-after {
    display: none
}

.dsm-gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.dsm-video-popup-wrap .mfp-iframe-holder .mfp-close {
    top: -60px
}

.dsm_button .et_pb_button_two {
    margin-left: 20px
}

.dsm_button .dsm-button-seperator .et_pb_button_two {
    margin-left: 0
}

.et_pb_button_module_wrappers>a {
    display: inline-block
}

.dsm-hidden {
    display: none
}

.dsm-tooltip {
    display: -ms-inline-flexbox;
    display: inline-flex
}

div[data-dsm-tooltip] {
    overflow: visible
}

[data-dsm-tooltip] {
    position: relative;
    cursor: pointer
}

[data-dsm-tooltip]:after {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
    font-size: 12px;
    background: hsla(0,0%,7%,.9);
    border-radius: .25rem;
    color: #fff;
    content: attr(data-dsm-tooltip);
    text-align: center;
    white-space: nowrap;
    line-height: 1.7em
}

[data-dsm-tooltip]:after,[data-dsm-tooltip]:before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .18s ease-out .18s;
    -o-transition: all .18s ease-out .18s;
    transition: all .18s ease-out .18s;
    position: absolute;
    z-index: 12
}

[data-dsm-tooltip]:before {
    background: transparent;
    border: 6px solid transparent;
    content: ""
}

[data-dsm-tooltip]:hover:after,[data-dsm-tooltip]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-visible]:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto
}

[data-dsm-tooltip].font-awesome:after {
    font-family: FontAwesome
}

[data-dsm-tooltip][data-dsm-tooltip-break]:after {
    white-space: pre
}

[data-dsm-tooltip][data-dsm-tooltip-blunt]:after,[data-dsm-tooltip][data-dsm-tooltip-blunt]:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top]:before {
    bottom: 100%;
    left: 50%;
    border-top-color: hsla(0,0%,7%,.9);
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top].dsm-tooltip-fade-in-direction:after,[data-dsm-tooltip][data-dsm-tooltip-placement=top].dsm-tooltip-fade-in-direction:before {
    -webkit-transform: translate(-50%,20px);
    transform: translate(-50%,20px)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top]:hover:after,[data-dsm-tooltip][data-dsm-tooltip-placement=top]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-placement=top][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-placement=top][data-dsm-tooltip-visible]:before {
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:after {
    bottom: 100%;
    left: 0;
    margin-bottom: 11px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform-origin: top;
    transform-origin: top
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:before {
    bottom: 100%;
    left: 5px;
    margin-bottom: 5px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform-origin: top;
    transform-origin: top
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:hover:after,[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-placement=top-left][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-placement=top-left][data-dsm-tooltip-visible]:before {
    -webkit-transform: translate(0);
    transform: translate(0)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:after {
    bottom: 100%;
    right: 0;
    margin-bottom: 11px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform-origin: top;
    transform-origin: top
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:before {
    bottom: 100%;
    right: 5px;
    margin-bottom: 5px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform-origin: top;
    transform-origin: top
}

[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:hover:after,[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-placement=top-right][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-placement=top-right][data-dsm-tooltip-visible]:before {
    -webkit-transform: translate(0);
    transform: translate(0)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:after {
    left: 50%;
    margin-top: 12px;
    top: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:before {
    border-bottom-color: hsla(0,0%,7%,.9);
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom].dsm-tooltip-fade-in-direction:after,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom].dsm-tooltip-fade-in-direction:before {
    -webkit-transform: translate(-50%,-20px);
    transform: translate(-50%,-20px)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:hover:after,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom][data-dsm-tooltip-visible]:before {
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:after {
    left: 0;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 5px;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:hover:after,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left][data-dsm-tooltip-visible]:before {
    -webkit-transform: translate(0);
    transform: translate(0)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:after {
    right: 0;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    right: 5px;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:hover:after,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right][data-dsm-tooltip-visible]:before {
    -webkit-transform: translate(0);
    transform: translate(0)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=left]:after {
    margin-right: 12px;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=left]:before {
    border-left-color: hsla(0,0%,7%,.9);
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=left].dsm-tooltip-fade-in-direction:after,[data-dsm-tooltip][data-dsm-tooltip-placement=left].dsm-tooltip-fade-in-direction:before {
    -webkit-transform: translate(20px,-50%);
    transform: translate(20px,-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=left]:hover:after,[data-dsm-tooltip][data-dsm-tooltip-placement=left]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-placement=left][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-placement=left][data-dsm-tooltip-visible]:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=right]:after {
    left: 100%;
    margin-left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=right]:before {
    border-right-color: hsla(0,0%,7%,.9);
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=right].dsm-tooltip-fade-in-direction:after,[data-dsm-tooltip][data-dsm-tooltip-placement=right].dsm-tooltip-fade-in-direction:before {
    -webkit-transform: translate(-20px,-50%);
    transform: translate(-20px,-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-placement=right]:hover:after,[data-dsm-tooltip][data-dsm-tooltip-placement=right]:hover:before,[data-dsm-tooltip][data-dsm-tooltip-placement=right][data-dsm-tooltip-visible]:after,[data-dsm-tooltip][data-dsm-tooltip-placement=right][data-dsm-tooltip-visible]:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-dsm-tooltip][data-dsm-tooltip-size=small]:after {
    white-space: nowrap;
    padding: .2rem .4rem
}

[data-dsm-tooltip][data-dsm-tooltip-size=regular]:after {
    white-space: nowrap;
    padding: .3rem .6rem
}

[data-dsm-tooltip][data-dsm-tooltip-size=large]:after {
    white-space: nowrap;
    padding: .4rem .8rem
}

[data-dsm-tooltip][data-dsm-tooltip-size=xlarge]:after {
    white-space: nowrap;
    width: 380px
}

@media screen and (max-width: 768px) {
    [data-dsm-tooltip][data-dsm-tooltip-size=xlarge]:after {
        white-space:normal;
        width: 90vw
    }
}

[data-dsm-tooltip][data-dsm-tooltip-size=fit]:after {
    white-space: normal;
    width: 100%
}

.et_pb_button_module_wrappers.et_pb_button_alignment_left {
    text-align: left
}

.et_pb_button_module_wrappers.et_pb_button_alignment_right {
    text-align: right
}

.et_pb_button_module_wrappers.et_pb_button_alignment_center {
    text-align: center
}

@media (max-width: 980px) {
    .et_pb_button_module_wrappers.et_pb_button_alignment_tablet_left {
        text-align:left
    }

    .et_pb_button_module_wrappers.et_pb_button_alignment_tablet_right {
        text-align: right
    }

    .et_pb_button_module_wrappers.et_pb_button_alignment_tablet_center {
        text-align: center
    }
}

@media (max-width: 767px) {
    .et_pb_button_module_wrappers.et_pb_button_alignment_phone_left {
        text-align:left
    }

    .et_pb_button_module_wrappers.et_pb_button_alignment_phone_right {
        text-align: right
    }

    .et_pb_button_module_wrappers.et_pb_button_alignment_phone_center {
        text-align: center
    }
}

@media (max-width: 768px) {
    .dsm-button-separator-remove .dsm-button-separator-text {
        display:none
    }

    .dsm_button .dsm-button-seperator.dsm-button-separator-remove .et_pb_button_two {
        margin-left: 20px
    }

    .dsm_button .et_pb_button_two {
        margin-top: 20px
    }

    .dsm-button-separator-fullwidth .dsm-button-separator-text {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .dsm-button-separator-fullwidth .et_pb_button_two {
        margin-top: 0
    }
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.dsm-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-grow:active,.dsm-grow:focus,.dsm-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.dsm-shrink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-shrink:active,.dsm-shrink:focus,.dsm-shrink:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

@-webkit-keyframes dsm-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes dsm-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.dsm-pulse {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-pulse:active,.dsm-pulse:focus,.dsm-pulse:hover {
    -webkit-animation-name: dsm-pulse;
    animation-name: dsm-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dsm-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes dsm-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.dsm-pulse-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-pulse-grow:active,.dsm-pulse-grow:focus,.dsm-pulse-grow:hover {
    -webkit-animation-name: dsm-pulse-grow;
    animation-name: dsm-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes dsm-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes dsm-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.dsm-pulse-shrink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-pulse-shrink:active,.dsm-pulse-shrink:focus,.dsm-pulse-shrink:hover {
    -webkit-animation-name: dsm-pulse-shrink;
    animation-name: dsm-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes dsm-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dsm-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.dsm-push {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-push:active,.dsm-push:focus,.dsm-push:hover {
    -webkit-animation-name: dsm-push;
    animation-name: dsm-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes dsm-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.dsm-pop {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-pop:active,.dsm-pop:focus,.dsm-pop:hover {
    -webkit-animation-name: dsm-pop;
    animation-name: dsm-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.dsm-bounce-in {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-in:active,.dsm-bounce-in:focus,.dsm-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    -o-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36)
}

.dsm-bounce-out {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-out:active,.dsm-bounce-out:focus,.dsm-bounce-out:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    -o-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36)
}

.dsm-rotate {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-rotate:active,.dsm-rotate:focus,.dsm-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.dsm-grow-rotate {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-grow-rotate:active,.dsm-grow-rotate:focus,.dsm-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.dsm-float {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-float:active,.dsm-float:focus,.dsm-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.dsm-sink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sink:active,.dsm-sink:focus,.dsm-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@-webkit-keyframes dsm-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes dsm-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes dsm-bob-float {
    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes dsm-bob-float {
    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.dsm-bob {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-bob:active,.dsm-bob:focus,.dsm-bob:hover {
    -webkit-animation-name: dsm-bob-float,dsm-bob;
    animation-name: dsm-bob-float,dsm-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

@-webkit-keyframes dsm-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes dsm-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes dsm-hang-sink {
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes dsm-hang-sink {
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.dsm-hang {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-hang:active,.dsm-hang:focus,.dsm-hang:hover {
    -webkit-animation-name: dsm-hang-sink,dsm-hang;
    animation-name: dsm-hang-sink,dsm-hang;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

.dsm-skew {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-skew:active,.dsm-skew:focus,.dsm-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.dsm-skew-forward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.dsm-skew-forward:active,.dsm-skew-forward:focus,.dsm-skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.dsm-skew-backward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.dsm-skew-backward:active,.dsm-skew-backward:focus,.dsm-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes dsm-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dsm-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.dsm-wobble-vertical {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-vertical:active,.dsm-wobble-vertical:focus,.dsm-wobble-vertical:hover {
    -webkit-animation-name: dsm-wobble-vertical;
    animation-name: dsm-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes dsm-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.dsm-wobble-horizontal {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-horizontal:active,.dsm-wobble-horizontal:focus,.dsm-wobble-horizontal:hover {
    -webkit-animation-name: dsm-wobble-horizontal;
    animation-name: dsm-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px,8px);
        transform: translate(8px,8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,-6px);
        transform: translate(-6px,-6px)
    }

    49.95% {
        -webkit-transform: translate(4px,4px);
        transform: translate(4px,4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,-2px);
        transform: translate(-2px,-2px)
    }

    83.25% {
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes dsm-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px,8px);
        transform: translate(8px,8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,-6px);
        transform: translate(-6px,-6px)
    }

    49.95% {
        -webkit-transform: translate(4px,4px);
        transform: translate(4px,4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,-2px);
        transform: translate(-2px,-2px)
    }

    83.25% {
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.dsm-wobble-to-bottom-right {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-to-bottom-right:active,.dsm-wobble-to-bottom-right:focus,.dsm-wobble-to-bottom-right:hover {
    -webkit-animation-name: dsm-wobble-to-bottom-right;
    animation-name: dsm-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px,-8px);
        transform: translate(8px,-8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,6px);
        transform: translate(-6px,6px)
    }

    49.95% {
        -webkit-transform: translate(4px,-4px);
        transform: translate(4px,-4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,2px);
        transform: translate(-2px,2px)
    }

    83.25% {
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes dsm-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px,-8px);
        transform: translate(8px,-8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,6px);
        transform: translate(-6px,6px)
    }

    49.95% {
        -webkit-transform: translate(4px,-4px);
        transform: translate(4px,-4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,2px);
        transform: translate(-2px,2px)
    }

    83.25% {
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.dsm-wobble-to-top-right {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-to-top-right:active,.dsm-wobble-to-top-right:focus,.dsm-wobble-to-top-right:hover {
    -webkit-animation-name: dsm-wobble-to-top-right;
    animation-name: dsm-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes dsm-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.dsm-wobble-top {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.dsm-wobble-top:active,.dsm-wobble-top:focus,.dsm-wobble-top:hover {
    -webkit-animation-name: dsm-wobble-top;
    animation-name: dsm-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes dsm-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.dsm-wobble-bottom {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.dsm-wobble-bottom:active,.dsm-wobble-bottom:focus,.dsm-wobble-bottom:hover {
    -webkit-animation-name: dsm-wobble-bottom;
    animation-name: dsm-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes dsm-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.dsm-wobble-skew {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-skew:active,.dsm-wobble-skew:focus,.dsm-wobble-skew:hover {
    -webkit-animation-name: dsm-wobble-skew;
    animation-name: dsm-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes dsm-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.dsm-buzz {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-buzz:active,.dsm-buzz:focus,.dsm-buzz:hover {
    -webkit-animation-name: dsm-buzz;
    animation-name: dsm-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dsm-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes dsm-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.dsm-buzz-out {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-buzz-out:active,.dsm-buzz-out:focus,.dsm-buzz-out:hover {
    -webkit-animation-name: dsm-buzz-out;
    animation-name: dsm-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.dsm-forward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-forward:active,.dsm-forward:focus,.dsm-forward:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.dsm-backward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-backward:active,.dsm-backward:focus,.dsm-backward:hover {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.dsm-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color
}

.dsm-fade:active,.dsm-fade:focus,.dsm-fade:hover {
    background-color: #2098d1;
    color: #fff
}

@-webkit-keyframes dsm-back-pulse {
    50% {
        background-color: rgba(32,152,209,.75)
    }
}

@keyframes dsm-back-pulse {
    50% {
        background-color: rgba(32,152,209,.75)
    }
}

.dsm-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color
}

.dsm-back-pulse:active,.dsm-back-pulse:focus,.dsm-back-pulse:hover {
    -webkit-animation-name: dsm-back-pulse;
    animation-name: dsm-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098d1;
    color: #fff
}

.dsm-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-sweep-to-right,.dsm-sweep-to-right:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sweep-to-right:active,.dsm-sweep-to-right:focus,.dsm-sweep-to-right:hover {
    color: #fff
}

.dsm-sweep-to-right:active:before,.dsm-sweep-to-right:focus:before,.dsm-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dsm-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-sweep-to-left,.dsm-sweep-to-left:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sweep-to-left:active,.dsm-sweep-to-left:focus,.dsm-sweep-to-left:hover {
    color: #fff
}

.dsm-sweep-to-left:active:before,.dsm-sweep-to-left:focus:before,.dsm-sweep-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dsm-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-sweep-to-bottom,.dsm-sweep-to-bottom:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sweep-to-bottom:active,.dsm-sweep-to-bottom:focus,.dsm-sweep-to-bottom:hover {
    color: #fff
}

.dsm-sweep-to-bottom:active:before,.dsm-sweep-to-bottom:focus:before,.dsm-sweep-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.dsm-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-sweep-to-top,.dsm-sweep-to-top:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sweep-to-top:active,.dsm-sweep-to-top:focus,.dsm-sweep-to-top:hover {
    color: #fff
}

.dsm-sweep-to-top:active:before,.dsm-sweep-to-top:focus:before,.dsm-sweep-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.dsm-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-bounce-to-right,.dsm-bounce-to-right:before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-bounce-to-right:active,.dsm-bounce-to-right:focus,.dsm-bounce-to-right:hover {
    color: #fff
}

.dsm-bounce-to-right:active:before,.dsm-bounce-to-right:focus:before,.dsm-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-bounce-to-left,.dsm-bounce-to-left:before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-bounce-to-left:active,.dsm-bounce-to-left:focus,.dsm-bounce-to-left:hover {
    color: #fff
}

.dsm-bounce-to-left:active:before,.dsm-bounce-to-left:focus:before,.dsm-bounce-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-bounce-to-bottom,.dsm-bounce-to-bottom:before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-bounce-to-bottom:active,.dsm-bounce-to-bottom:focus,.dsm-bounce-to-bottom:hover {
    color: #fff
}

.dsm-bounce-to-bottom:active:before,.dsm-bounce-to-bottom:focus:before,.dsm-bounce-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-bounce-to-top,.dsm-bounce-to-top:before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-bounce-to-top:active,.dsm-bounce-to-top:focus,.dsm-bounce-to-top:hover {
    color: #fff
}

.dsm-bounce-to-top:active:before,.dsm-bounce-to-top:focus:before,.dsm-bounce-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-radial-out,.dsm-radial-out:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-radial-out:active,.dsm-radial-out:focus,.dsm-radial-out:hover {
    color: #fff
}

.dsm-radial-out:active:before,.dsm-radial-out:focus:before,.dsm-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.dsm-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-radial-in,.dsm-radial-in:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-radial-in:active,.dsm-radial-in:focus,.dsm-radial-in:hover {
    color: #fff
}

.dsm-radial-in:active:before,.dsm-radial-in:focus:before,.dsm-radial-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.dsm-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-rectangle-in,.dsm-rectangle-in:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-rectangle-in:active,.dsm-rectangle-in:focus,.dsm-rectangle-in:hover {
    color: #fff
}

.dsm-rectangle-in:active:before,.dsm-rectangle-in:focus:before,.dsm-rectangle-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.dsm-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-rectangle-out,.dsm-rectangle-out:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-rectangle-out:active,.dsm-rectangle-out:focus,.dsm-rectangle-out:hover {
    color: #fff
}

.dsm-rectangle-out:active:before,.dsm-rectangle-out:focus:before,.dsm-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-shutter-in-horizontal,.dsm-shutter-in-horizontal:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-shutter-in-horizontal:active,.dsm-shutter-in-horizontal:focus,.dsm-shutter-in-horizontal:hover {
    color: #fff
}

.dsm-shutter-in-horizontal:active:before,.dsm-shutter-in-horizontal:focus:before,.dsm-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.dsm-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-shutter-out-horizontal,.dsm-shutter-out-horizontal:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-shutter-out-horizontal:active,.dsm-shutter-out-horizontal:focus,.dsm-shutter-out-horizontal:hover {
    color: #fff
}

.dsm-shutter-out-horizontal:active:before,.dsm-shutter-out-horizontal:focus:before,.dsm-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dsm-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-shutter-in-vertical,.dsm-shutter-in-vertical:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-shutter-in-vertical:active,.dsm-shutter-in-vertical:focus,.dsm-shutter-in-vertical:hover {
    color: #fff
}

.dsm-shutter-in-vertical:active:before,.dsm-shutter-in-vertical:focus:before,.dsm-shutter-in-vertical:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.dsm-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-shutter-out-vertical,.dsm-shutter-out-vertical:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-shutter-out-vertical:active,.dsm-shutter-out-vertical:focus,.dsm-shutter-out-vertical:hover {
    color: #fff
}

.dsm-shutter-out-vertical:active:before,.dsm-shutter-out-vertical:focus:before,.dsm-shutter-out-vertical:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.dsm-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow;
    -webkit-box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
    box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent
}

.dsm-border-fade:active,.dsm-border-fade:focus,.dsm-border-fade:hover {
    -webkit-box-shadow: inset 0 0 0 4px #2098d1,0 0 1px transparent;
    box-shadow: inset 0 0 0 4px #2098d1,0 0 1px transparent
}

.dsm-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
    box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent
}

.dsm-hollow:active,.dsm-hollow:focus,.dsm-hollow:hover {
    background: none
}

.dsm-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-trim:before {
    content: "";
    position: absolute;
    border: 4px solid #fff;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.dsm-trim:active:before,.dsm-trim:focus:before,.dsm-trim:hover:before {
    opacity: 1
}

@-webkit-keyframes dsm-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes dsm-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.dsm-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-ripple-out:before {
    content: "";
    position: absolute;
    border: 6px solid #e1e1e1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.dsm-ripple-out:active:before,.dsm-ripple-out:focus:before,.dsm-ripple-out:hover:before {
    -webkit-animation-name: dsm-ripple-out;
    animation-name: dsm-ripple-out
}

@-webkit-keyframes dsm-ripple-in {
    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes dsm-ripple-in {
    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

.dsm-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-ripple-in:before {
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.dsm-ripple-in:active:before,.dsm-ripple-in:focus:before,.dsm-ripple-in:hover:before {
    -webkit-animation-name: dsm-ripple-in;
    animation-name: dsm-ripple-in
}

.dsm-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-outline-out:before {
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top,right,bottom,left;
    -o-transition-property: top,right,bottom,left;
    transition-property: top,right,bottom,left
}

.dsm-outline-out:active:before,.dsm-outline-out:focus:before,.dsm-outline-out:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.dsm-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-outline-in:before {
    pointer-events: none;
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top,right,bottom,left;
    -o-transition-property: top,right,bottom,left;
    transition-property: top,right,bottom,left
}

.dsm-outline-in:active:before,.dsm-outline-in:focus:before,.dsm-outline-in:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.dsm-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    -o-transition-property: border-radius;
    transition-property: border-radius
}

.dsm-round-corners:active,.dsm-round-corners:focus,.dsm-round-corners:hover {
    border-radius: 1em
}

.dsm-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-underline-from-left:active:before,.dsm-underline-from-left:focus:before,.dsm-underline-from-left:hover:before {
    right: 0
}

.dsm-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left,right;
    -o-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-underline-from-center:active:before,.dsm-underline-from-center:focus:before,.dsm-underline-from-center:hover:before {
    left: 0;
    right: 0
}

.dsm-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-underline-from-right:active:before,.dsm-underline-from-right:focus:before,.dsm-underline-from-right:hover:before {
    left: 0
}

.dsm-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-overline-from-left:active:before,.dsm-overline-from-left:focus:before,.dsm-overline-from-left:hover:before {
    right: 0
}

.dsm-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left,right;
    -o-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-overline-from-center:active:before,.dsm-overline-from-center:focus:before,.dsm-overline-from-center:hover:before {
    left: 0;
    right: 0
}

.dsm-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-overline-from-right:active:before,.dsm-overline-from-right:focus:before,.dsm-overline-from-right:hover:before {
    left: 0
}

.dsm-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0 solid #2098d1;
    -webkit-transition-property: border-width;
    -o-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-reveal:active:before,.dsm-reveal:focus:before,.dsm-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px
}

.dsm-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-underline-reveal:active:before,.dsm-underline-reveal:focus:before,.dsm-underline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dsm-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-overline-reveal:active:before,.dsm-overline-reveal:focus:before,.dsm-overline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dsm-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow
}

.dsm-glow:active,.dsm-glow:focus,.dsm-glow:hover {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6)
}

.dsm-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow
}

.dsm-shadow:active,.dsm-shadow:focus,.dsm-shadow:hover {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5)
}

.dsm-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow,transform;
    -webkit-transition-property: -webkit-box-shadow,-webkit-transform;
    transition-property: -webkit-box-shadow,-webkit-transform;
    -o-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform;
    transition-property: box-shadow,transform,-webkit-box-shadow,-webkit-transform
}

.dsm-grow-shadow:active,.dsm-grow-shadow:focus,.dsm-grow-shadow:hover {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.dsm-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow
}

.dsm-box-shadow-outset:active,.dsm-box-shadow-outset:focus,.dsm-box-shadow-outset:hover {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.6);
    box-shadow: 2px 2px 2px rgba(0,0,0,.6)
}

.dsm-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.6),0 0 1px transparent;
    box-shadow: inset 0 0 0 rgba(0,0,0,.6),0 0 1px transparent
}

.dsm-box-shadow-inset:active,.dsm-box-shadow-inset:focus,.dsm-box-shadow-inset:hover {
    -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px transparent;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px transparent
}

.dsm-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-float-shadow,.dsm-float-shadow:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
    background: -o-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);
    -webkit-transition-property: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

.dsm-float-shadow:active,.dsm-float-shadow:focus,.dsm-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.dsm-float-shadow:active:before,.dsm-float-shadow:focus:before,.dsm-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.dsm-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-shadow-radial:after,.dsm-shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.dsm-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
    background: -o-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
    background: radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,transparent 80%)
}

.dsm-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
    background: -o-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
    background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,transparent 80%)
}

.dsm-shadow-radial:active:after,.dsm-shadow-radial:active:before,.dsm-shadow-radial:focus:after,.dsm-shadow-radial:focus:before,.dsm-shadow-radial:hover:after,.dsm-shadow-radial:hover:before {
    opacity: 1
}

.dsm-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    left: calc(50% - 10px);
    top: 0;
    border-color: transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0 10px 10px
}

.dsm-bubble-top:active:before,.dsm-bubble-top:focus:before,.dsm-bubble-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.dsm-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    top: calc(50% - 10px);
    right: 0;
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 10px 0 10px 10px
}

.dsm-bubble-right:active:before,.dsm-bubble-right:focus:before,.dsm-bubble-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.dsm-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-color: #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0
}

.dsm-bubble-bottom:active:before,.dsm-bubble-bottom:focus:before,.dsm-bubble-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.dsm-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    top: calc(50% - 10px);
    left: 0;
    border-color: transparent #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0
}

.dsm-bubble-left:active:before,.dsm-bubble-left:focus:before,.dsm-bubble-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.dsm-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-float-top,.dsm-bubble-float-top:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    top: 0;
    border-color: transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0 10px 10px
}

.dsm-bubble-float-top:active,.dsm-bubble-float-top:focus,.dsm-bubble-float-top:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.dsm-bubble-float-top:active:before,.dsm-bubble-float-top:focus:before,.dsm-bubble-float-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.dsm-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-float-right,.dsm-bubble-float-right:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: "";
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 10px 0 10px 10px
}

.dsm-bubble-float-right:active,.dsm-bubble-float-right:focus,.dsm-bubble-float-right:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.dsm-bubble-float-right:active:before,.dsm-bubble-float-right:focus:before,.dsm-bubble-float-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.dsm-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-float-bottom,.dsm-bubble-float-bottom:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    bottom: 0;
    border-color: #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0
}

.dsm-bubble-float-bottom:active,.dsm-bubble-float-bottom:focus,.dsm-bubble-float-bottom:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.dsm-bubble-float-bottom:active:before,.dsm-bubble-float-bottom:focus:before,.dsm-bubble-float-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.dsm-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-float-left,.dsm-bubble-float-left:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: calc(50% - 10px);
    left: 0;
    border-color: transparent #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0
}

.dsm-bubble-float-left:active,.dsm-bubble-float-left:focus,.dsm-bubble-float-left:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.dsm-bubble-float-left:active:before,.dsm-bubble-float-left:focus:before,.dsm-bubble-float-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.dsm-icon-back {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em
}

.dsm-icon-back,.dsm-icon-back:after,.dsm-icon-back:before {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.dsm-icon-back:after,.dsm-icon-back:before {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-back:active:after,.dsm-icon-back:active:before,.dsm-icon-back:focus:after,.dsm-icon-back:focus:before,.dsm-icon-back:hover:after,.dsm-icon-back:hover:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.dsm-icon-forward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-forward,.dsm-icon-forward:after,.dsm-icon-forward:before {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.dsm-icon-forward:after,.dsm-icon-forward:before {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-forward:active:after,.dsm-icon-forward:active:before,.dsm-icon-forward:focus:after,.dsm-icon-forward:focus:before,.dsm-icon-forward:hover:after,.dsm-icon-forward:hover:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

@-webkit-keyframes dsm-icon-down {
    0%,50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes dsm-icon-down {
    0%,50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.dsm-icon-down {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-down:after,.dsm-icon-down:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-down:active:after,.dsm-icon-down:active:before,.dsm-icon-down:focus:after,.dsm-icon-down:focus:before,.dsm-icon-down:hover:after,.dsm-icon-down:hover:before {
    -webkit-animation-name: dsm-icon-down;
    animation-name: dsm-icon-down;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes dsm-icon-up {
    0%,50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes dsm-icon-up {
    0%,50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.dsm-icon-up {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-up:after,.dsm-icon-up:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-up:active:after,.dsm-icon-up:active:before,.dsm-icon-up:focus:after,.dsm-icon-up:focus:before,.dsm-icon-up:hover:after,.dsm-icon-up:hover:before {
    -webkit-animation-name: dsm-icon-up;
    animation-name: dsm-icon-up;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.dsm-icon-spin {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-spin:after,.dsm-icon-spin:before {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.dsm-icon-spin:active:after,.dsm-icon-spin:active:before,.dsm-icon-spin:focus:after,.dsm-icon-spin:focus:before,.dsm-icon-spin:hover:after,.dsm-icon-spin:hover:before {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

@-webkit-keyframes dsm-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51%,to {
        opacity: 1
    }
}

@keyframes dsm-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51%,to {
        opacity: 1
    }
}

.dsm-icon-drop {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-drop:after,.dsm-icon-drop:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-drop:active:after,.dsm-icon-drop:active:before,.dsm-icon-drop:focus:after,.dsm-icon-drop:focus:before,.dsm-icon-drop:hover:after,.dsm-icon-drop:hover:before {
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation-name: dsm-icon-drop;
    animation-name: dsm-icon-drop;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(.52,1.64,.37,.66);
    animation-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-fade:before {
    content: "\F00C";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-icon-fade:active:before,.dsm-icon-fade:focus:before,.dsm-icon-fade:hover:before {
    color: #0f9e5e
}

@-webkit-keyframes dsm-icon-float-away {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

@keyframes dsm-icon-float-away {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

.dsm-icon-float-away {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-float-away:after,.dsm-icon-float-away:before {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm-icon-float-away:active:after,.dsm-icon-float-away:active:before,.dsm-icon-float-away:focus:after,.dsm-icon-float-away:focus:before,.dsm-icon-float-away:hover:after,.dsm-icon-float-away:hover:before {
    -webkit-animation-name: dsm-icon-float-away;
    animation-name: dsm-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes dsm-icon-sink-away {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

@keyframes dsm-icon-sink-away {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

.dsm-icon-sink-away {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-sink-away:after,.dsm-icon-sink-away:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm-icon-sink-away:active:after,.dsm-icon-sink-away:active:before,.dsm-icon-sink-away:focus:after,.dsm-icon-sink-away:focus:before,.dsm-icon-sink-away:hover:after,.dsm-icon-sink-away:hover:before {
    -webkit-animation-name: dsm-icon-sink-away;
    animation-name: dsm-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.dsm-icon-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-grow,.dsm-icon-grow:after,.dsm-icon-grow:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-grow:after,.dsm-icon-grow:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-grow:active:after,.dsm-icon-grow:active:before,.dsm-icon-grow:focus:after,.dsm-icon-grow:focus:before,.dsm-icon-grow:hover:after,.dsm-icon-grow:hover:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0)
}

.dsm-icon-shrink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-shrink,.dsm-icon-shrink:after,.dsm-icon-shrink:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-shrink:after,.dsm-icon-shrink:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-shrink:active:after,.dsm-icon-shrink:active:before,.dsm-icon-shrink:focus:after,.dsm-icon-shrink:focus:before,.dsm-icon-shrink:hover:after,.dsm-icon-shrink:hover:before {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@-webkit-keyframes dsm-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes dsm-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.dsm-icon-pulse {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-pulse:after,.dsm-icon-pulse:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-pulse:active:after,.dsm-icon-pulse:active:before,.dsm-icon-pulse:focus:after,.dsm-icon-pulse:focus:before,.dsm-icon-pulse:hover:after,.dsm-icon-pulse:hover:before {
    -webkit-animation-name: dsm-icon-pulse;
    animation-name: dsm-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dsm-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes dsm-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.dsm-icon-pulse-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-icon-pulse-grow:after,.dsm-icon-pulse-grow:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-pulse-grow:active:after,.dsm-icon-pulse-grow:active:before,.dsm-icon-pulse-grow:focus:after,.dsm-icon-pulse-grow:focus:before,.dsm-icon-pulse-grow:hover:after,.dsm-icon-pulse-grow:hover:before {
    -webkit-animation-name: dsm-icon-pulse-grow;
    animation-name: dsm-icon-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes dsm-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes dsm-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.dsm-icon-pulse-shrink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-pulse-shrink:after,.dsm-icon-pulse-shrink:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-pulse-shrink:active:after,.dsm-icon-pulse-shrink:active:before,.dsm-icon-pulse-shrink:focus:after,.dsm-icon-pulse-shrink:focus:before,.dsm-icon-pulse-shrink:hover:after,.dsm-icon-pulse-shrink:hover:before {
    -webkit-animation-name: dsm-icon-pulse-shrink;
    animation-name: dsm-icon-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes dsm-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes dsm-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.dsm-icon-push {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-push,.dsm-icon-push:after,.dsm-icon-push:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-push:after,.dsm-icon-push:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-push:active:after,.dsm-icon-push:active:before,.dsm-icon-push:focus:after,.dsm-icon-push:focus:before,.dsm-icon-push:hover:after,.dsm-icon-push:hover:before {
    -webkit-animation-name: dsm-icon-push;
    animation-name: dsm-icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes dsm-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.dsm-icon-pop {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-icon-pop,.dsm-icon-pop:after,.dsm-icon-pop:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-pop:after,.dsm-icon-pop:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-pop:active:after,.dsm-icon-pop:active:before,.dsm-icon-pop:focus:after,.dsm-icon-pop:focus:before,.dsm-icon-pop:hover:after,.dsm-icon-pop:hover:before {
    -webkit-animation-name: dsm-icon-pop;
    animation-name: dsm-icon-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.dsm-icon-bounce {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-bounce,.dsm-icon-bounce:after,.dsm-icon-bounce:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-bounce:after,.dsm-icon-bounce:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-bounce:active:after,.dsm-icon-bounce:active:before,.dsm-icon-bounce:focus:after,.dsm-icon-bounce:focus:before,.dsm-icon-bounce:hover:after,.dsm-icon-bounce:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    -o-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36)
}

.dsm-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-rotate,.dsm-icon-rotate:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-rotate:before {
    content: "\F0C6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-rotate:active:before,.dsm-icon-rotate:focus:before,.dsm-icon-rotate:hover:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.dsm-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-grow-rotate,.dsm-icon-grow-rotate:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-grow-rotate:before {
    content: "\F095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-grow-rotate:active:before,.dsm-icon-grow-rotate:focus:before,.dsm-icon-grow-rotate:hover:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg)
}

.dsm-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-float,.dsm-icon-float:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-float:before {
    content: "\F01B";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-float:active:before,.dsm-icon-float:focus:before,.dsm-icon-float:hover:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.dsm-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-sink,.dsm-icon-sink:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-sink:before {
    content: "\F01A";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-sink:active:before,.dsm-icon-sink:focus:before,.dsm-icon-sink:hover:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

@-webkit-keyframes dsm-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes dsm-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes dsm-icon-bob-float {
    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes dsm-icon-bob-float {
    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.dsm-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-bob:before {
    content: "\F077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-bob:active:before,.dsm-icon-bob:focus:before,.dsm-icon-bob:hover:before {
    -webkit-animation-name: dsm-icon-bob-float,dsm-icon-bob;
    animation-name: dsm-icon-bob-float,dsm-icon-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

@-webkit-keyframes dsm-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes dsm-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-webkit-keyframes dsm-icon-hang-sink {
    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes dsm-icon-hang-sink {
    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.dsm-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-hang:before {
    content: "\F078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-hang:active:before,.dsm-icon-hang:focus:before,.dsm-icon-hang:hover:before {
    -webkit-animation-name: dsm-icon-hang-sink,dsm-icon-hang;
    animation-name: dsm-icon-hang-sink,dsm-icon-hang;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

@-webkit-keyframes dsm-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes dsm-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.dsm-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-wobble-horizontal:before {
    content: "\F061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-wobble-horizontal:active:before,.dsm-icon-wobble-horizontal:focus:before,.dsm-icon-wobble-horizontal:hover:before {
    -webkit-animation-name: dsm-icon-wobble-horizontal;
    animation-name: dsm-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dsm-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.dsm-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-wobble-vertical:before {
    content: "\F062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-wobble-vertical:active:before,.dsm-icon-wobble-vertical:focus:before,.dsm-icon-wobble-vertical:hover:before {
    -webkit-animation-name: dsm-icon-wobble-vertical;
    animation-name: dsm-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes dsm-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.dsm-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-buzz:before {
    content: "\F017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-buzz:active:before,.dsm-icon-buzz:focus:before,.dsm-icon-buzz:hover:before {
    -webkit-animation-name: dsm-icon-buzz;
    animation-name: dsm-icon-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dsm-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes dsm-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.dsm-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-buzz-out:before {
    content: "\F023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-buzz-out:active:before,.dsm-icon-buzz-out:focus:before,.dsm-icon-buzz-out:hover:before {
    -webkit-animation-name: dsm-icon-buzz-out;
    animation-name: dsm-icon-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.dsm-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: -webkit-linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: -o-linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff",endColorstr="#000000");
    z-index: 1000;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    -o-transition-property: width,height;
    transition-property: width,height
}

.dsm-curl-top-left:active:before,.dsm-curl-top-left:focus:before,.dsm-curl-top-left:hover:before {
    width: 25px;
    height: 25px
}

.dsm-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    background: -webkit-linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: -o-linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,.4);
    box-shadow: -1px 1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    -o-transition-property: width,height;
    transition-property: width,height
}

.dsm-curl-top-right:active:before,.dsm-curl-top-right:focus:before,.dsm-curl-top-right:hover:before {
    width: 25px;
    height: 25px
}

.dsm-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: -webkit-linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: -o-linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    -webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.4);
    box-shadow: -1px -1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    -o-transition-property: width,height;
    transition-property: width,height
}

.dsm-curl-bottom-right:active:before,.dsm-curl-bottom-right:focus:before,.dsm-curl-bottom-right:hover:before {
    width: 25px;
    height: 25px
}

.dsm-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: -webkit-linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: -o-linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    -webkit-box-shadow: 1px -1px 1px rgba(0,0,0,.4);
    box-shadow: 1px -1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    -o-transition-property: width,height;
    transition-property: width,height
}

.dsm-curl-bottom-left:active:before,.dsm-curl-bottom-left:focus:before,.dsm-curl-bottom-left:hover:before {
    width: 25px;
    height: 25px
}

.dsm_facebook_like_button .fb_iframe_widget iframe {
    position: relative
}

.dsm_facebook_like_button .fb_iframe_widget,.dsm_facebook_like_button .fb_iframe_widget span,.dsm_facebook_like_button .fb_iframe_widget span iframe[style] {
    width: 100%!important
}

.dsm_contact_form_7 label {
    display: block
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-file {
    width: 100%
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-textarea {
    height: 240px
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    color: #2ea3f2
}

.dsm_contact_form_7 input.text,.dsm_contact_form_7 input.title,.dsm_contact_form_7 input[type=date],.dsm_contact_form_7 input[type=email],.dsm_contact_form_7 input[type=number],.dsm_contact_form_7 input[type=password],.dsm_contact_form_7 input[type=tel],.dsm_contact_form_7 input[type=text],.dsm_contact_form_7 input[type=url],.dsm_contact_form_7 select,.dsm_contact_form_7 textarea {
    width: 100%;
    padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 20px 16px 10px;
    border: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: solid
}

.dsm_contact_form_7 .dsm-contact-form-7-select:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: 3px;
    border: 6px solid;
    border-color: #666 transparent transparent;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.dsm_contact_form_7 .wpcf7-not-valid-tip,.dsm_contact_form_7 .wpcf7-validation-errors {
    border-style: solid
}

.dsm_contact_form_7 div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0
}

.dsm_embed_google_map {
    line-height: 0
}

.dsm_embed_google_map iframe {
    height: 320px;
    width: 100%
}

.dsm-text-badges {
    display: inline-block;
    padding-bottom: 0
}

.dsm-badges {
    display: inline-block;
    padding: .25em .4em;
    font-size: 65%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-style: solid;
    border-color: #333
}

.dsm-badges-before {
    margin-right: 7px
}

.dsm-badges-after {
    margin-left: 7px
}

ul.dsm-menu,ul.dsm-menu .sub-menu {
    list-style-type: disc;
    list-style-position: inside
}

.dsm-menu a {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.et_pb_bg_layout_dark ul.dsm-menu li a {
    color: #fff
}

#left-area ul.dsm-menu,.comment-content ul.dsm-menu,.entry-content ul.dsm-menu,.et-l--body ul.dsm-menu,.et-l--footer ul.dsm-menu,.et-l--header ul.dsm-menu,body.et-pb-preview #main-content .container ul.dsm-menu {
    padding-left: 0
}

ul.dsm-menu .menu-item-has-children {
    position: relative
}

ul.dsm-menu .menu-item-has-children .sub-menu {
    padding-bottom: 0;
    padding-left: 20px
}

.dsm-menu-animation li a span {
    position: relative;
    padding-bottom: 2px
}

.dsm-menu-animation-left-right li a span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dsm-menu-animation-left-right li a span:hover:after {
    visibility: visible;
    width: 100%
}

.dsm-menu-animation-right-left li a span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dsm-menu-animation-right-left li a span:hover:after {
    visibility: visible;
    width: 100%
}

.dsm-menu-animation-center-out li a span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dsm-menu-animation-center-out li a span:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dsm-menu-submenu-collapse .menu-item-has-children .sub-menu {
    display: none
}

.dsm-menu-submenu-collapse .menu-item-has-children .et-pb-icon {
    font-size: 16px;
    border-style: solid
}

.dsm-menu-submenu-collapse .menu-item-has-children>a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.dsm_floating_multi_images {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    will-change: opacity,transform
}

.dsm_floating_multi_images_container {
    height: 360px
}

.et-db #et-boc .dsm_floating_multi_images_child.et_pb_module,.et-db #et-boc .et-l #et-fb-app .dsm_floating_multi_images_child.et_pb_module,.et-db #et-boc .et_pb_module.dsm_floating_multi_images_child {
    position: absolute
}

.dsm_floating_multi_images_child,.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child {
    position: absolute;
    display: inline-block;
    line-height: 0;
    top: 0;
    left: 0;
    margin: 0;
    will-change: transform;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-animation: dsm-float-up-down 5s alternate infinite ease-in-out;
    animation: dsm-float-up-down 5s alternate infinite ease-in-out
}

.dsm_floating_multi_images_child a {
    line-height: 0;
    display: inline-block
}

.dsm_floating_multi_images_child img {
    border-style: solid;
    border-color: #333
}

.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child,.et_pb_module.dsm_floating_multi_images_child {
    max-width: 50%;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.dsm_floating_multi_images_child:first-child,.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:first-child {
    -webkit-animation-delay: -3s;
    animation-delay: -3s
}

.dsm_floating_multi_images_child:nth-child(2),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(2) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s
}

.dsm_floating_multi_images_child:nth-child(3),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(3) {
    -webkit-animation-delay: -7s;
    animation-delay: -7s
}

.dsm_floating_multi_images_child:nth-child(4),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(4) {
    -webkit-animation-delay: -9s;
    animation-delay: -9s
}

.dsm_floating_multi_images_child:nth-child(5),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(5) {
    -webkit-animation-delay: -11s;
    animation-delay: -11s
}

.dsm_floating_multi_images_child:nth-child(6),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(6) {
    -webkit-animation-delay: -13s;
    animation-delay: -13s
}

.dsm_floating_multi_images_child:nth-child(7),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(7) {
    -webkit-animation-delay: -15s;
    animation-delay: -15s
}

.dsm_floating_multi_images_child:nth-child(8),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(8) {
    -webkit-animation-delay: -17s;
    animation-delay: -17s
}

.dsm_floating_multi_images_child:nth-child(9),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(9) {
    -webkit-animation-delay: -19s;
    animation-delay: -19s
}

.dsm_floating_multi_images_child:nth-child(10),.et-db #et-boc .et-l .et_pb_module.dsm_floating_multi_images_child:nth-child(10) {
    -webkit-animation-delay: -21s;
    animation-delay: -21s
}

@-webkit-keyframes dsm-float-up-down {
    0% {
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0)
    }

    50% {
        transform: translatey(-20px);
        -webkit-transform: translatey(-20px);
        -moz-transform: translatey(-20px);
        -ms-transform: translatey(-20px);
        -o-transform: translatey(-20px)
    }

    to {
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0)
    }
}

@keyframes dsm-float-up-down {
    0% {
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0)
    }

    50% {
        transform: translatey(-20px);
        -webkit-transform: translatey(-20px);
        -moz-transform: translatey(-20px);
        -ms-transform: translatey(-20px);
        -o-transform: translatey(-20px)
    }

    to {
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0)
    }
}

@-webkit-keyframes dsm-float-left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0)
    }

    50% {
        transform: translatex(-20px);
        -webkit-transform: translatex(-20px);
        -moz-transform: translatex(-20px);
        -ms-transform: translatex(-20px);
        -o-transform: translatex(-20px)
    }

    to {
        transform: translatex(0);
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0)
    }
}

@keyframes dsm-float-left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0)
    }

    50% {
        transform: translatex(-20px);
        -webkit-transform: translatex(-20px);
        -moz-transform: translatex(-20px);
        -ms-transform: translatex(-20px);
        -o-transform: translatex(-20px)
    }

    to {
        transform: translatex(0);
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0)
    }
}

.dsm-glitch-text {
    position: relative
}

.dsm-glitch-text:after,.dsm-glitch-text:before {
    content: attr(data-dsm-glitch-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.dsm-glitch-effect-type-one:after {
    left: 2px;
    text-shadow: -1px 0 red;
    animation: dsm-glitch-anim-one-1 2s infinite linear alternate-reverse
}

.dsm-glitch-effect-type-one:before {
    left: -2px;
    text-shadow: 2px 0 blue;
    animation: dsm-glitch-anim-one-2 3s infinite linear alternate-reverse
}

.dsm-glitch-effect-type-two:after {
    left: 2px;
    text-shadow: -1px 0 purple;
    animation: dsm-glitch-anim-one-1 2s infinite linear alternate-reverse
}

.dsm-glitch-effect-type-two:before {
    left: -2px;
    text-shadow: 2px 0 green;
    animation: dsm-glitch-anim-two-2 3s infinite linear alternate-reverse
}

.dsm-glitch-effect-type-three:before {
    -webkit-animation: dsm-glitch-anim-three-1 2.5s infinite;
    animation: dsm-glitch-anim-three-1 2.5s infinite;
    color: inherit;
    z-index: 1
}

.dsm-glitch-effect-type-three>span {
    display: block;
    -webkit-animation: dsm-glitch-anim-three-2 2.5s infinite;
    animation: dsm-glitch-anim-three-2 2.5s infinite;
    color: red;
    z-index: -1
}

.dsm-glitch-effect-type-three:after {
    color: blue;
    -webkit-animation: dsm-glitch-anim-three-3 2.5s infinite;
    animation: dsm-glitch-anim-three-3 2.5s infinite;
    z-index: -1
}

@-webkit-keyframes dsm-glitch-anim-one-1 {
    0% {
        -webkit-clip-path: inset(82% 0 13% 0);
        clip-path: inset(82% 0 13% 0)
    }

    5.8823529412% {
        -webkit-clip-path: inset(17% 0 48% 0);
        clip-path: inset(17% 0 48% 0)
    }

    11.7647058824% {
        -webkit-clip-path: inset(11% 0 88% 0);
        clip-path: inset(11% 0 88% 0)
    }

    17.6470588235% {
        -webkit-clip-path: inset(2% 0 11% 0);
        clip-path: inset(2% 0 11% 0)
    }

    23.5294117647% {
        -webkit-clip-path: inset(48% 0 3% 0);
        clip-path: inset(48% 0 3% 0)
    }

    29.4117647059% {
        -webkit-clip-path: inset(34% 0 61% 0);
        clip-path: inset(34% 0 61% 0)
    }

    35.2941176471% {
        -webkit-clip-path: inset(10% 0 83% 0);
        clip-path: inset(10% 0 83% 0)
    }

    41.1764705882% {
        -webkit-clip-path: inset(83% 0 1% 0);
        clip-path: inset(83% 0 1% 0)
    }

    47.0588235294% {
        -webkit-clip-path: inset(36% 0 4% 0);
        clip-path: inset(36% 0 4% 0)
    }

    52.9411764706% {
        -webkit-clip-path: inset(52% 0 16% 0);
        clip-path: inset(52% 0 16% 0)
    }

    58.8235294118% {
        -webkit-clip-path: inset(86% 0 4% 0);
        clip-path: inset(86% 0 4% 0)
    }

    64.7058823529% {
        -webkit-clip-path: inset(49% 0 7% 0);
        clip-path: inset(49% 0 7% 0)
    }

    70.5882352941% {
        -webkit-clip-path: inset(35% 0 53% 0);
        clip-path: inset(35% 0 53% 0)
    }

    76.4705882353% {
        -webkit-clip-path: inset(3% 0 19% 0);
        clip-path: inset(3% 0 19% 0)
    }

    82.3529411765% {
        -webkit-clip-path: inset(28% 0 40% 0);
        clip-path: inset(28% 0 40% 0)
    }

    88.2352941176% {
        -webkit-clip-path: inset(62% 0 3% 0);
        clip-path: inset(62% 0 3% 0)
    }

    94.1176470588% {
        -webkit-clip-path: inset(42% 0 28% 0);
        clip-path: inset(42% 0 28% 0)
    }

    to {
        -webkit-clip-path: inset(17% 0 20% 0);
        clip-path: inset(17% 0 20% 0)
    }
}

@keyframes dsm-glitch-anim-one-1 {
    0% {
        -webkit-clip-path: inset(82% 0 13% 0);
        clip-path: inset(82% 0 13% 0)
    }

    5.8823529412% {
        -webkit-clip-path: inset(17% 0 48% 0);
        clip-path: inset(17% 0 48% 0)
    }

    11.7647058824% {
        -webkit-clip-path: inset(11% 0 88% 0);
        clip-path: inset(11% 0 88% 0)
    }

    17.6470588235% {
        -webkit-clip-path: inset(2% 0 11% 0);
        clip-path: inset(2% 0 11% 0)
    }

    23.5294117647% {
        -webkit-clip-path: inset(48% 0 3% 0);
        clip-path: inset(48% 0 3% 0)
    }

    29.4117647059% {
        -webkit-clip-path: inset(34% 0 61% 0);
        clip-path: inset(34% 0 61% 0)
    }

    35.2941176471% {
        -webkit-clip-path: inset(10% 0 83% 0);
        clip-path: inset(10% 0 83% 0)
    }

    41.1764705882% {
        -webkit-clip-path: inset(83% 0 1% 0);
        clip-path: inset(83% 0 1% 0)
    }

    47.0588235294% {
        -webkit-clip-path: inset(36% 0 4% 0);
        clip-path: inset(36% 0 4% 0)
    }

    52.9411764706% {
        -webkit-clip-path: inset(52% 0 16% 0);
        clip-path: inset(52% 0 16% 0)
    }

    58.8235294118% {
        -webkit-clip-path: inset(86% 0 4% 0);
        clip-path: inset(86% 0 4% 0)
    }

    64.7058823529% {
        -webkit-clip-path: inset(49% 0 7% 0);
        clip-path: inset(49% 0 7% 0)
    }

    70.5882352941% {
        -webkit-clip-path: inset(35% 0 53% 0);
        clip-path: inset(35% 0 53% 0)
    }

    76.4705882353% {
        -webkit-clip-path: inset(3% 0 19% 0);
        clip-path: inset(3% 0 19% 0)
    }

    82.3529411765% {
        -webkit-clip-path: inset(28% 0 40% 0);
        clip-path: inset(28% 0 40% 0)
    }

    88.2352941176% {
        -webkit-clip-path: inset(62% 0 3% 0);
        clip-path: inset(62% 0 3% 0)
    }

    94.1176470588% {
        -webkit-clip-path: inset(42% 0 28% 0);
        clip-path: inset(42% 0 28% 0)
    }

    to {
        -webkit-clip-path: inset(17% 0 20% 0);
        clip-path: inset(17% 0 20% 0)
    }
}

@-webkit-keyframes dsm-glitch-anim-one-2 {
    0% {
        -webkit-clip-path: inset(72% 0 6% 0);
        clip-path: inset(72% 0 6% 0)
    }

    5.8823529412% {
        -webkit-clip-path: inset(2% 0 87% 0);
        clip-path: inset(2% 0 87% 0)
    }

    11.7647058824% {
        -webkit-clip-path: inset(52% 0 49% 0);
        clip-path: inset(52% 0 49% 0)
    }

    17.6470588235% {
        -webkit-clip-path: inset(9% 0 10% 0);
        clip-path: inset(9% 0 10% 0)
    }

    23.5294117647% {
        -webkit-clip-path: inset(12% 0 65% 0);
        clip-path: inset(12% 0 65% 0)
    }

    29.4117647059% {
        -webkit-clip-path: inset(48% 0 45% 0);
        clip-path: inset(48% 0 45% 0)
    }

    35.2941176471% {
        -webkit-clip-path: inset(14% 0 41% 0);
        clip-path: inset(14% 0 41% 0)
    }

    41.1764705882% {
        -webkit-clip-path: inset(55% 0 4% 0);
        clip-path: inset(55% 0 4% 0)
    }

    47.0588235294% {
        -webkit-clip-path: inset(10% 0 3% 0);
        clip-path: inset(10% 0 3% 0)
    }

    52.9411764706% {
        -webkit-clip-path: inset(14% 0 45% 0);
        clip-path: inset(14% 0 45% 0)
    }

    58.8235294118% {
        -webkit-clip-path: inset(54% 0 18% 0);
        clip-path: inset(54% 0 18% 0)
    }

    64.7058823529% {
        -webkit-clip-path: inset(93% 0 7% 0);
        clip-path: inset(93% 0 7% 0)
    }

    70.5882352941% {
        -webkit-clip-path: inset(89% 0 12% 0);
        clip-path: inset(89% 0 12% 0)
    }

    76.4705882353% {
        -webkit-clip-path: inset(83% 0 17% 0);
        clip-path: inset(83% 0 17% 0)
    }

    82.3529411765% {
        -webkit-clip-path: inset(55% 0 13% 0);
        clip-path: inset(55% 0 13% 0)
    }

    88.2352941176% {
        -webkit-clip-path: inset(66% 0 5% 0);
        clip-path: inset(66% 0 5% 0)
    }

    94.1176470588% {
        -webkit-clip-path: inset(40% 0 49% 0);
        clip-path: inset(40% 0 49% 0)
    }

    to {
        -webkit-clip-path: inset(16% 0 42% 0);
        clip-path: inset(16% 0 42% 0)
    }
}

@keyframes dsm-glitch-anim-one-2 {
    0% {
        -webkit-clip-path: inset(72% 0 6% 0);
        clip-path: inset(72% 0 6% 0)
    }

    5.8823529412% {
        -webkit-clip-path: inset(2% 0 87% 0);
        clip-path: inset(2% 0 87% 0)
    }

    11.7647058824% {
        -webkit-clip-path: inset(52% 0 49% 0);
        clip-path: inset(52% 0 49% 0)
    }

    17.6470588235% {
        -webkit-clip-path: inset(9% 0 10% 0);
        clip-path: inset(9% 0 10% 0)
    }

    23.5294117647% {
        -webkit-clip-path: inset(12% 0 65% 0);
        clip-path: inset(12% 0 65% 0)
    }

    29.4117647059% {
        -webkit-clip-path: inset(48% 0 45% 0);
        clip-path: inset(48% 0 45% 0)
    }

    35.2941176471% {
        -webkit-clip-path: inset(14% 0 41% 0);
        clip-path: inset(14% 0 41% 0)
    }

    41.1764705882% {
        -webkit-clip-path: inset(55% 0 4% 0);
        clip-path: inset(55% 0 4% 0)
    }

    47.0588235294% {
        -webkit-clip-path: inset(10% 0 3% 0);
        clip-path: inset(10% 0 3% 0)
    }

    52.9411764706% {
        -webkit-clip-path: inset(14% 0 45% 0);
        clip-path: inset(14% 0 45% 0)
    }

    58.8235294118% {
        -webkit-clip-path: inset(54% 0 18% 0);
        clip-path: inset(54% 0 18% 0)
    }

    64.7058823529% {
        -webkit-clip-path: inset(93% 0 7% 0);
        clip-path: inset(93% 0 7% 0)
    }

    70.5882352941% {
        -webkit-clip-path: inset(89% 0 12% 0);
        clip-path: inset(89% 0 12% 0)
    }

    76.4705882353% {
        -webkit-clip-path: inset(83% 0 17% 0);
        clip-path: inset(83% 0 17% 0)
    }

    82.3529411765% {
        -webkit-clip-path: inset(55% 0 13% 0);
        clip-path: inset(55% 0 13% 0)
    }

    88.2352941176% {
        -webkit-clip-path: inset(66% 0 5% 0);
        clip-path: inset(66% 0 5% 0)
    }

    94.1176470588% {
        -webkit-clip-path: inset(40% 0 49% 0);
        clip-path: inset(40% 0 49% 0)
    }

    to {
        -webkit-clip-path: inset(16% 0 42% 0);
        clip-path: inset(16% 0 42% 0)
    }
}

@-webkit-keyframes dsm-glitch-anim-two-1 {
    0% {
        -webkit-clip-path: inset(4% 0 27% 0);
        clip-path: inset(4% 0 27% 0)
    }

    10% {
        -webkit-clip-path: inset(15% 0 57% 0);
        clip-path: inset(15% 0 57% 0)
    }

    20% {
        -webkit-clip-path: inset(79% 0 14% 0);
        clip-path: inset(79% 0 14% 0)
    }

    30% {
        -webkit-clip-path: inset(9% 0 43% 0);
        clip-path: inset(9% 0 43% 0)
    }

    40% {
        -webkit-clip-path: inset(47% 0 44% 0);
        clip-path: inset(47% 0 44% 0)
    }

    50% {
        -webkit-clip-path: inset(63% 0 26% 0);
        clip-path: inset(63% 0 26% 0)
    }

    60% {
        -webkit-clip-path: inset(44% 0 47% 0);
        clip-path: inset(44% 0 47% 0)
    }

    70% {
        -webkit-clip-path: inset(71% 0 22% 0);
        clip-path: inset(71% 0 22% 0)
    }

    80% {
        -webkit-clip-path: inset(48% 0 36% 0);
        clip-path: inset(48% 0 36% 0)
    }

    90% {
        -webkit-clip-path: inset(4% 0 24% 0);
        clip-path: inset(4% 0 24% 0)
    }

    to {
        -webkit-clip-path: inset(72% 0 12% 0);
        clip-path: inset(72% 0 12% 0)
    }
}

@keyframes dsm-glitch-anim-two-1 {
    0% {
        -webkit-clip-path: inset(4% 0 27% 0);
        clip-path: inset(4% 0 27% 0)
    }

    10% {
        -webkit-clip-path: inset(15% 0 57% 0);
        clip-path: inset(15% 0 57% 0)
    }

    20% {
        -webkit-clip-path: inset(79% 0 14% 0);
        clip-path: inset(79% 0 14% 0)
    }

    30% {
        -webkit-clip-path: inset(9% 0 43% 0);
        clip-path: inset(9% 0 43% 0)
    }

    40% {
        -webkit-clip-path: inset(47% 0 44% 0);
        clip-path: inset(47% 0 44% 0)
    }

    50% {
        -webkit-clip-path: inset(63% 0 26% 0);
        clip-path: inset(63% 0 26% 0)
    }

    60% {
        -webkit-clip-path: inset(44% 0 47% 0);
        clip-path: inset(44% 0 47% 0)
    }

    70% {
        -webkit-clip-path: inset(71% 0 22% 0);
        clip-path: inset(71% 0 22% 0)
    }

    80% {
        -webkit-clip-path: inset(48% 0 36% 0);
        clip-path: inset(48% 0 36% 0)
    }

    90% {
        -webkit-clip-path: inset(4% 0 24% 0);
        clip-path: inset(4% 0 24% 0)
    }

    to {
        -webkit-clip-path: inset(72% 0 12% 0);
        clip-path: inset(72% 0 12% 0)
    }
}

@-webkit-keyframes dsm-glitch-anim-two-2 {
    0% {
        -webkit-clip-path: inset(24% 0 29% 0);
        clip-path: inset(24% 0 29% 0)
    }

    10% {
        -webkit-clip-path: inset(54% 0 21% 0);
        clip-path: inset(54% 0 21% 0)
    }

    20% {
        -webkit-clip-path: inset(28% 0 28% 0);
        clip-path: inset(28% 0 28% 0)
    }

    30% {
        -webkit-clip-path: inset(27% 0 47% 0);
        clip-path: inset(27% 0 47% 0)
    }

    40% {
        -webkit-clip-path: inset(13% 0 55% 0);
        clip-path: inset(13% 0 55% 0)
    }

    50% {
        -webkit-clip-path: inset(9% 0 37% 0);
        clip-path: inset(9% 0 37% 0)
    }

    60% {
        -webkit-clip-path: inset(22% 0 73% 0);
        clip-path: inset(22% 0 73% 0)
    }

    70% {
        -webkit-clip-path: inset(4% 0 94% 0);
        clip-path: inset(4% 0 94% 0)
    }

    80% {
        -webkit-clip-path: inset(98% 0 1% 0);
        clip-path: inset(98% 0 1% 0)
    }

    90% {
        -webkit-clip-path: inset(74% 0 26% 0);
        clip-path: inset(74% 0 26% 0)
    }

    to {
        -webkit-clip-path: inset(54% 0 10% 0);
        clip-path: inset(54% 0 10% 0)
    }
}

@keyframes dsm-glitch-anim-two-2 {
    0% {
        -webkit-clip-path: inset(24% 0 29% 0);
        clip-path: inset(24% 0 29% 0)
    }

    10% {
        -webkit-clip-path: inset(54% 0 21% 0);
        clip-path: inset(54% 0 21% 0)
    }

    20% {
        -webkit-clip-path: inset(28% 0 28% 0);
        clip-path: inset(28% 0 28% 0)
    }

    30% {
        -webkit-clip-path: inset(27% 0 47% 0);
        clip-path: inset(27% 0 47% 0)
    }

    40% {
        -webkit-clip-path: inset(13% 0 55% 0);
        clip-path: inset(13% 0 55% 0)
    }

    50% {
        -webkit-clip-path: inset(9% 0 37% 0);
        clip-path: inset(9% 0 37% 0)
    }

    60% {
        -webkit-clip-path: inset(22% 0 73% 0);
        clip-path: inset(22% 0 73% 0)
    }

    70% {
        -webkit-clip-path: inset(4% 0 94% 0);
        clip-path: inset(4% 0 94% 0)
    }

    80% {
        -webkit-clip-path: inset(98% 0 1% 0);
        clip-path: inset(98% 0 1% 0)
    }

    90% {
        -webkit-clip-path: inset(74% 0 26% 0);
        clip-path: inset(74% 0 26% 0)
    }

    to {
        -webkit-clip-path: inset(54% 0 10% 0);
        clip-path: inset(54% 0 10% 0)
    }
}

@-webkit-keyframes dsm-glitch-anim-three-1 {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    7% {
        -webkit-transform: skew(-.5deg,-.9deg);
        transform: skew(-.5deg,-.9deg);
        opacity: .75
    }

    10% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    27% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    30% {
        -webkit-transform: skew(.8deg,-.1deg);
        transform: skew(.8deg,-.1deg);
        opacity: .75
    }

    35% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    52% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    55% {
        -webkit-transform: skew(-1deg,.2deg);
        transform: skew(-1deg,.2deg);
        opacity: .75
    }

    50% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    72% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    75% {
        -webkit-transform: skew(.4deg,1deg);
        transform: skew(.4deg,1deg);
        opacity: .75
    }

    80% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes dsm-glitch-anim-three-1 {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    7% {
        -webkit-transform: skew(-.5deg,-.9deg);
        transform: skew(-.5deg,-.9deg);
        opacity: .75
    }

    10% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    27% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    30% {
        -webkit-transform: skew(.8deg,-.1deg);
        transform: skew(.8deg,-.1deg);
        opacity: .75
    }

    35% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    52% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    55% {
        -webkit-transform: skew(-1deg,.2deg);
        transform: skew(-1deg,.2deg);
        opacity: .75
    }

    50% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    72% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    75% {
        -webkit-transform: skew(.4deg,1deg);
        transform: skew(.4deg,1deg);
        opacity: .75
    }

    80% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes dsm-glitch-anim-three-2 {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    7% {
        -webkit-transform: translate(-2px,-3px);
        transform: translate(-2px,-3px);
        opacity: .5
    }

    10% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    27% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    30% {
        -webkit-transform: translate(-5px,-2px);
        transform: translate(-5px,-2px);
        opacity: .5
    }

    35% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    52% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    55% {
        -webkit-transform: translate(-5px,-1px);
        transform: translate(-5px,-1px);
        opacity: .5
    }

    50% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    72% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    75% {
        -webkit-transform: translate(-2px,-6px);
        transform: translate(-2px,-6px);
        opacity: .5
    }

    80% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }
}

@keyframes dsm-glitch-anim-three-2 {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    7% {
        -webkit-transform: translate(-2px,-3px);
        transform: translate(-2px,-3px);
        opacity: .5
    }

    10% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    27% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    30% {
        -webkit-transform: translate(-5px,-2px);
        transform: translate(-5px,-2px);
        opacity: .5
    }

    35% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    52% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    55% {
        -webkit-transform: translate(-5px,-1px);
        transform: translate(-5px,-1px);
        opacity: .5
    }

    50% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    72% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    75% {
        -webkit-transform: translate(-2px,-6px);
        transform: translate(-2px,-6px);
        opacity: .5
    }

    80% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }
}

@-webkit-keyframes dsm-glitch-anim-three-3 {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    7% {
        -webkit-transform: translate(2px,3px);
        transform: translate(2px,3px);
        opacity: .5
    }

    10% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    27% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    30% {
        -webkit-transform: translate(5px,2px);
        transform: translate(5px,2px);
        opacity: .5
    }

    35% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    52% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    55% {
        -webkit-transform: translate(5px,1px);
        transform: translate(5px,1px);
        opacity: .5
    }

    50% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    72% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    75% {
        -webkit-transform: translate(2px,6px);
        transform: translate(2px,6px);
        opacity: .5
    }

    80% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }
}

@keyframes dsm-glitch-anim-three-3 {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    7% {
        -webkit-transform: translate(2px,3px);
        transform: translate(2px,3px);
        opacity: .5
    }

    10% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    27% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    30% {
        -webkit-transform: translate(5px,2px);
        transform: translate(5px,2px);
        opacity: .5
    }

    35% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    52% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    55% {
        -webkit-transform: translate(5px,1px);
        transform: translate(5px,1px);
        opacity: .5
    }

    50% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    72% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    75% {
        -webkit-transform: translate(2px,6px);
        transform: translate(2px,6px);
        opacity: .5
    }

    80% {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: .25
    }
}

.dsm-image-reveal-overlay {
    -webkit-transform-origin: right;
    transform-origin: right
}

.dsm-image-reveal {
    position: relative;
    display: block
}

.dsm-image-wrapper {
    text-align: left
}

.dsm-image-reveal-overlay {
    background-color: #1fe0ba;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: matrix(0,0,0,1,0,0);
    transform: matrix(0,0,0,1,0,0);
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    z-index: 1
}

.dsm-image-reveal-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 7px
}

.dsm_image_reveal.et_pb_text_align_left .dsm-image-reveal-text {
    text-align: left
}

.dsm_image_reveal.et_pb_text_align_center .dsm-image-reveal-text {
    text-align: center
}

.dsm_image_reveal.et_pb_text_align_right .dsm-image-reveal-text {
    text-align: right
}

.dsm_image_reveal.et_pb_text_align_justify .dsm-image-reveal-text {
    text-align: justify
}

.dsm-image-reveal-text {
    width: 100%;
    visibility: hidden
}

.dsm_image_reveal {
    line-height: 0
}

.dsm-image-reveal .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.dsm-image-reveal img {
    position: relative
}

.dsm_image_reveal .dsm-image-reveal-text .char {
    position: relative;
    visibility: hidden;
    display: inline-block;
    white-space: pre-wrap
}

.dsm-image-reveal-hover:hover .dsm-image-reveal-text .char {
    visibility: visible;
    -webkit-animation: fadeInDown .2s both;
    animation: fadeInDown .2s both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index))
}

.splitting .char,.splitting .word {
    display: inline-block
}

.splitting .char {
    position: relative
}

.splitting .char:after,.splitting .char:before {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2)
}

.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total))
}

.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)))
}

html.et_fb_preview_active--responsive_preview .dsm-image-reveal.et_always_center_on_mobile .dsm-image-wrapper {
    text-align: center
}

.dsm-image-reveal.et_always_center_on_mobile .dsm-image-wrapper {
    margin-right: auto!important;
    margin-left: auto!important;
    text-align: center!important
}

.splitting .char,.splitting .word {
    display: inline-block
}

.splitting .char {
    position: relative
}

.splitting .char:after,.splitting .char:before {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2)
}

.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total))
}

.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)))
}

.splitting.cells img {
    width: 100%;
    display: block
}

@supports (display: grid) {
    .splitting.cells {
        position:relative;
        overflow: hidden;
        background-size: cover;
        visibility: hidden
    }

    .splitting .cell-grid {
        background: inherit;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template: repeat(var(--row-total),1fr)/repeat(var(--col-total),1fr)
    }

    .splitting .cell {
        background: inherit;
        position: relative;
        overflow: hidden
    }

    .splitting .cell-inner {
        background: inherit;
        position: absolute;
        visibility: visible;
        width: calc(100% * var(--col-total));
        height: calc(100% * var(--row-total));
        left: calc(-100% * var(--col-index));
        top: calc(-100% * var(--row-index))
    }

    .splitting .cell {
        --center-x: calc((var(--col-total) - 1) / 2);
        --center-y: calc((var(--row-total) - 1) / 2);
        --offset-x: calc(var(--col-index) - var(--center-x));
        --offset-y: calc(var(--row-index) - var(--center-y));
        --distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x));
        --distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y))
    }
}

.dsm_image_hover_reveal {
    line-height: 0;
    overflow: initial!important
}

.dsm_image_hover_reveal .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
    width: 100%
}

.vert-slide-down:hover .cell {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.vert-slide-up:hover .cell {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.horiz-slide-right:hover .cell {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.horiz-slide-left:hover .cell {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.dsm_image_hover_reveal .dsm-image-reveal .splitting {
    height: 260px
}

.dsm_image_hover_reveal .dsm-image-wrapper {
    height: 100%
}

.dsm_image_hover_reveal .dsm-image-reveal-back {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0
}

.dsm_image_hover_reveal .dsm-image-reveal-back,.dsm_image_hover_reveal .splitting .cell,.dsm_image_hover_reveal .splitting .cell__inner,.dsm_image_hover_reveal .splitting img {
    transition: opacity 1s linear,-webkit-transform 1s cubic-bezier(.63,.01,.07,.99);
    -webkit-transition: opacity 1s linear,-webkit-transform 1s cubic-bezier(.63,.01,.07,.99);
    -o-transition: transform 1s cubic-bezier(.63,.01,.07,.99),opacity 1s linear;
    transition: transform 1s cubic-bezier(.63,.01,.07,.99),opacity 1s linear;
    transition: transform 1s cubic-bezier(.63,.01,.07,.99),opacity 1s linear,-webkit-transform 1s cubic-bezier(.63,.01,.07,.99);
    -webkit-transition-delay: calc(.1s * var(--cell-index));
    -o-transition-delay: calc(.1s * var(--cell-index));
    transition-delay: calc(.1s * var(--cell-index));
    -webkit-transition-delay: calc(.1s * (var(--cell-total) - var(--cell-index)));
    -o-transition-delay: calc(.1s * (var(--cell-total) - var(--cell-index)));
    transition-delay: calc(.1s * (var(--cell-total) - var(--cell-index)))
}

.dsm_image_hover_reveal .dsm-image-reveal-back,.dsm_image_hover_reveal .splitting img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
    opacity: 0
}

.dsm_image_hover_reveal:hover .splitting .cell,.dsm_image_hover_reveal:hover .splitting .cell__inner {
    -webkit-transition-delay: calc(.1s * var(--cell-index));
    -o-transition-delay: calc(.1s * var(--cell-index));
    transition-delay: calc(.1s * var(--cell-index))
}

.dsm_image_hover_reveal:hover .dsm-image-reveal-back,.dsm_image_hover_reveal:hover .splitting img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: calc(.1s * var(--cell-total));
    -o-transition-delay: calc(.1s * var(--cell-total));
    transition-delay: calc(.1s * var(--cell-total))
}

.dsm-star-rating {
    color: #f0ad4e;
    display: inline-block;
    line-height: 1
}

.dsm-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.dsm-star-rating i:before {
    content: "\2605";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.dsm-star-rating .dsm-star-0:before,.dsm-star-rating .dsm-star-empty:before {
    content: none
}

.dsm-star-rating .dsm-star-1:before {
    width: 10%
}

.dsm-star-rating .dsm-star-2:before {
    width: 20%
}

.dsm-star-rating .dsm-star-3:before {
    width: 30%
}

.dsm-star-rating .dsm-star-4:before {
    width: 40%
}

.dsm-star-rating .dsm-star-5:before {
    width: 50%
}

.dsm-star-rating .dsm-star-6:before {
    width: 60%
}

.dsm-star-rating .dsm-star-7:before {
    width: 70%
}

.dsm-star-rating .dsm-star-8:before {
    width: 51%
}

.dsm-star-rating .dsm-star-9:before {
    width: 90%
}

.dsm-star-display-type-inline-block .dsm-star-rating,.dsm-star-display-type-inline-block .dsm-star-rating-title {
    display: inline-block
}

.dsm-star-display-type-block .dsm-star-rating,.dsm-star-display-type-block .dsm-star-rating-title {
    display: block
}

.dsm-star-display-type-block.dsm-star-title-position-top .dsm-star-rating-title {
    margin-bottom: 7px
}

.dsm-star-display-type-block.dsm-star-title-position-bottom .dsm-star-rating-title {
    margin-top: 7px
}

.dsm-star-display-type-inline-block.dsm-star-title-position-left .dsm-star-rating-title {
    margin-right: 7px
}

.dsm-star-display-type-inline-block.dsm-star-title-position-right .dsm-star-rating-title {
    margin-left: 7px
}

.dsm-star-rating-title {
    padding: 0
}

.dsm-star-rating-text {
    color: #333
}

.dsm_tilt_image.et_pb_module.et_pb_text_align_center {
    text-align: unset
}

.dsm_tilt_image .et_pb_text_align_left {
    text-align: left
}

.dsm_tilt_image .et_pb_text_align_center {
    text-align: center
}

.dsm_tilt_image .et_pb_text_align_right {
    text-align: right
}

.dsm_tilt_image .et_pb_text_align_justified {
    text-align: justify
}

.dsm_tilt_image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 0
}

.dsm_tilt_image .dsm-tilt-image-wrapper,.dsm_tilt_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.dsm_tilt_image .dsm-tilt-image-wrapper {
    overflow: visible;
    -webkit-transform-style: inherit;
    transform-style: inherit
}

.dsm_tilt_image img {
    position: relative;
    border-style: solid
}

.dsm_tilt_image_link {
    width: 100%;
    line-height: 0;
    display: block;
    color: #fff
}

.dsm-tilt-image-wrapper.et_pb_has_overlay .et_overlay {
    border: none
}

.dsm_image_overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    border-style: solid
}

.dsm_overlay_on_hover .dsm_tilt_overlay {
    opacity: 0
}

.dsm_overlay_on_hover:hover .dsm_tilt_overlay {
    opacity: 1
}

.dsm_tilt_overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.dsm_tilt_overlay_wrapper {
    width: 100%;
    padding: 20px
}

.dsm_tilt_overlay .et-pb-icon {
    margin-bottom: 15px
}

.dsm_tilt_overlay_content {
    line-height: 1
}

.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title {
    position: relative
}

.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:after,.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:before {
    content: attr(data-overlay-title-hover)
}

.dsm_tilt_overlay_title_hover_on:hover .dsm_tilt_overlay_title>span {
    opacity: 0
}

.dsm_tilt_overlay_title_hover_on:hover .dsm_tilt_overlay_title:before {
    opacity: 1
}

.dsm-pricelist-header,.dsm_pricelist_child>div,.dsm_pricelist_item_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.dsm_pricelist .et_pb_module.dsm_pricelist_child,.et-db .dsm_pricelist .et_pb_module.dsm_pricelist_child {
    margin-bottom: 0
}

.dsm_pricelist_item_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.dsm_pricelist_child:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 0
}

.dsm-pricelist-header {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dsm-pricelist-title {
    padding-bottom: 0;
    font-size: 26px;
    line-height: 1em;
    color: #333
}

.dsm-pricelist-separator {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0
}

.dsm-pricelist-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.dsm-pricelist-price {
    font-size: 18px
}

.dsm-pricelist-image {
    max-width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    line-height: 0
}

.dsm-pricelist-image img {
    border-style: solid;
    border-color: #333
}

.dsm_flipbox_child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-style: solid
}

.dsm-after-shuffle-text,.dsm-before-shuffle-text,.dsm-shuffle-text {
    display: inline-block
}

.dsm-text-newline {
    width: 100%
}

.dsm_image_carousel .dsm_image_carousel_container:not(.dsm_image_carousel_slideshow) {
    margin-bottom: 60px
}

.swiper-container-multirow .dsm-blog-carousel-wrapper.swiper-wrapper {
    height: auto!important
}

.dsm_image_carousel .swiper-button-next,.dsm_image_carousel .swiper-button-prev {
    height: 40px;
    width: 40px;
    background-image: none;
    background-size: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -30px;
    border-style: solid
}

.dsm_image_carousel .swiper-button-prev {
    left: -40px
}

.dsm_image_carousel .swiper-button-next {
    right: -40px
}

.dsm_image_carousel_arrow_inside .swiper-button-prev {
    left: 0
}

.dsm_image_carousel_arrow_inside .swiper-button-next {
    right: 0
}

.dsm_image_carousel .swiper-button-next:before,.dsm_image_carousel .swiper-button-prev:before,.dsm_image_carousel .swiper-container-rtl .swiper-button-next:before,.dsm_image_carousel .swiper-container-rtl .swiper-button-prev:before {
    font-size: 40px;
    color: #666;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    margin: 0 auto
}

.dsm_image_carousel .swiper-button-next:after,.dsm_image_carousel .swiper-button-prev:after {
    display: none
}

.dsm_image_carousel .swiper-container-horizontal .swiper-pagination-bullets,.dsm_image_carousel .swiper-pagination-bullets,.dsm_image_carousel .swiper-pagination-custom,.dsm_image_carousel .swiper-pagination-fraction {
    bottom: -30px;
    left: 0;
    width: 100%
}

.dsm_image_carousel .swiper-pagination-bullets .swiper-pagination-bullet,.et-db #et-boc .et-l .dsm_image_carousel .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.dsm_image_carousel_pagination_outside .dsm_image_carousel_container {
    padding-bottom: 30px
}

.dsm_image_carousel_pagination_outside .swiper-container-horizontal .swiper-pagination-bullets,.dsm_image_carousel_pagination_outside .swiper-pagination-custom,.dsm_image_carousel_pagination_outside .swiper-pagination-fraction {
    bottom: 0
}

.dsm_image_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0,0,0,.75)
}

.dsm_image_carousel .dsm_image_carousel_container:not(.swiper-vertical-carousel) .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.dsm_image_carousel .dsm_image_carousel_container.swiper-vertical-carousel .swiper-slide {
    text-align: center
}

.dsm_image_carousel .swiper-slide img {
    width: auto;
    border-style: solid
}

.dsm_image_carousel .swiper-slide .dsm_image_carousel_link img {
    width: 1080px
}

.dsm_image_carousel .dsm_image_carousel_item a {
    width: 100%;
    display: inline-block
}

.dsm_image_carousel_infinite_scroll .swiper-wrapper,.dsm_image_carousel_infinite_scroll:hover .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.dsm_image_carousel_infinite_scroll .swiper-pagination {
    display: none
}

.swiper.dsm_image_gallery_thumbs {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.dsm_image_gallery_thumbs .swiper-slide .dsm_image_carousel_thumbs_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    aspect-ratio: 21/9
}

.dsm_image_carousel_slideshow {
    width: 100%
}

.dsm_image_carousel_slideshow .dsm_image_carousel_item .dsm_image_carousel_slideshow_bg {
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-style: solid;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out
}

.dsm_image_gallery_thumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px
}

.dsm_image_gallery_thumbs .swiper-slide {
    cursor: pointer;
    height: 100%;
    opacity: .4
}

.dsm_image_gallery_thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.dsm_image_gallery_thumbs .dsm_image_carousel_thumbs_image {
    border-style: solid;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out
}

@media only screen and (max-width: 768px) {
    .dsm_image_carousel .swiper-button-prev {
        left:-36px
    }

    .dsm_image_carousel .swiper-button-next {
        right: -36px
    }

    .dsm_image_carousel .swiper-button-next:before,.dsm_image_carousel .swiper-button-prev:before,.dsm_image_carousel .swiper-container-rtl .swiper-button-next:before,.swiper-container-rtl .swiper-button-prev:before {
        font-size: 36px
    }

    .dsm_image_carousel .swiper-button-next,.dsm_image_carousel .swiper-button-prev {
        height: 36px;
        width: 36px
    }

    .dsm_image_carousel_arrow_outside.dsm_image_carousel_arrow_mobile_inside .swiper-button-prev {
        left: 0
    }

    .dsm_image_carousel_arrow_outside.dsm_image_carousel_arrow_mobile_inside .swiper-button-next {
        right: 0
    }
}

.dsm_caldera_forms * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dsm_caldera_forms label {
    display: block
}

.dsm_caldera_forms .intl-tel-input,.dsm_caldera_forms .wpcf7-form-control.wpcf7-file {
    width: 100%
}

.dsm_caldera_forms textarea.form-control {
    height: auto;
    min-height: 150px
}

.dsm_caldera_forms .dsm-cf-html hr {
    border-style: solid
}

.dsm_caldera_forms .et_pb_button_module_wrapper {
    margin-top: 20px
}

.dsm_caldera_forms .et_pb_button {
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    color: #2ea3f2
}

.dsm_caldera_forms .et_pb_button:hover {
    background-color: rgba(0,0,0,.05)
}

.dsm_caldera_forms label {
    margin-bottom: 5px
}

.dsm_caldera_forms .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px
}

.dsm_caldera_forms.dsm_cf_description_label .form-group>div span.help-block,.dsm_caldera_forms.dsm_cf_error_label .has-error .help-block.caldera_ajax_error_block {
    padding: 7px 12px
}

.dsm_caldera_forms .form-group {
    margin-bottom: 15px
}

.dsm_caldera_forms .row:last-child .form-group:last-of-type {
    margin-bottom: 0
}

.dsm_caldera_forms input.text,.dsm_caldera_forms input.title,.dsm_caldera_forms input[type=date],.dsm_caldera_forms input[type=email],.dsm_caldera_forms input[type=number],.dsm_caldera_forms input[type=password],.dsm_caldera_forms input[type=phone],.dsm_caldera_forms input[type=tel],.dsm_caldera_forms input[type=text],.dsm_caldera_forms input[type=url],.dsm_caldera_forms select,.dsm_caldera_forms textarea {
    width: 100%;
    padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none
}

.dsm_caldera_forms select.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 20px 16px 10px;
    border: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: solid
}

.dsm_caldera_forms .dsm-caldera-forms-select {
    position: relative
}

.dsm_caldera_forms .dsm-caldera-forms-select:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: 3px;
    border: 6px solid;
    border-color: #666 transparent transparent;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.dsm_caldera_forms.dsm_cf_custom_checkbox .checkbox,.dsm_caldera_forms.dsm_cf_custom_radio .radio {
    display: block;
    position: relative;
    vertical-align: middle
}

.dsm_caldera_forms.dsm_cf_custom_checkbox .checkbox-inline,.dsm_caldera_forms.dsm_cf_custom_radio .radio-inline {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px
}

.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-checkbox [data-label],.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio [data-label] {
    display: inline-block;
    position: relative;
    line-height: 1em;
    cursor: pointer
}

.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-checkbox input[type=checkbox],.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio input[type=radio] {
    position: absolute;
    display: none;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio .dsm-cf-radio {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-color: #eee;
    font-style: normal;
    vertical-align: middle;
    content: "";
    border-radius: 50%
}

.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio input[type=radio]:checked~.dsm-cf-radio {
    background-color: #eee
}

.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio input[type=radio]:checked~.dsm-cf-radio:after {
    display: block
}

.dsm_caldera_forms.dsm_cf_custom_radio .dsm-cf-radio:after {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2ea3f2
}

.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-checkbox .dsm-cf-checkbox {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-color: #eee;
    font-style: normal;
    vertical-align: middle;
    content: ""
}

.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-checkbox input[type=checkbox]:checked~.dsm-cf-checkbox:after {
    width: 17px;
    height: 17px;
    color: #2ea3f2;
    font-family: dashicons;
    font-size: 17px;
    line-height: 17px;
    content: "\F147"
}

.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-cf-checkbox:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.dsm_caldera_forms .alert.alert-success,.dsm_caldera_forms .help-block.caldera_ajax_error_block {
    border-style: solid;
    border-color: #333
}

.dsm_caldera_forms .row:last-child {
    padding-bottom: 0
}

.dsm_caldera_forms .row:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ""
}

@media (min-width: 981px) {
    .dsm_caldera_forms .col-sm-11 {
        width:90%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-10 {
        width: 82.834%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-9 {
        width: 64.833%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-8 {
        width: 65.667%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-7 {
        width: 57.8%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-6 {
        width: 48.5%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-5 {
        width: 36.7%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-4 {
        width: 31.333%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-3 {
        width: 22.75%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-2 {
        width: 14.1667%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-1 {
        width: 7%;
        float: left;
        position: relative
    }

    .dsm_caldera_forms .col-sm-1,.dsm_caldera_forms .col-sm-2,.dsm_caldera_forms .col-sm-3,.dsm_caldera_forms .col-sm-4,.dsm_caldera_forms .col-sm-5,.dsm_caldera_forms .col-sm-6,.dsm_caldera_forms .col-sm-7,.dsm_caldera_forms .col-sm-8,.dsm_caldera_forms .col-sm-9,.dsm_caldera_forms .col-sm-10,.dsm_caldera_forms .col-sm-11 {
        margin-right: 3%
    }

    .dsm_caldera_forms .col-sm-1:last-child,.dsm_caldera_forms .col-sm-2:last-child,.dsm_caldera_forms .col-sm-3:last-child,.dsm_caldera_forms .col-sm-4:last-child,.dsm_caldera_forms .col-sm-5:last-child .dsm_caldera_forms .col-sm-6:last-child,.dsm_caldera_forms .col-sm-7:last-child,.dsm_caldera_forms .col-sm-8:last-child,.dsm_caldera_forms .col-sm-9:last-child,.dsm_caldera_forms .col-sm-10:last-child,.dsm_caldera_forms .col-sm-11:last-child,.dsm_caldera_forms .last_col,.dsm_caldera_forms .last_col:last-child {
        margin-right: 0
    }
}

@media (max-width: 479px) {
    .dsm_caldera_forms [class*=col-sm] {
        width:100%
    }
}

.dsm-business-hours-description,.dsm-business-hours-header,.dsm_business_hours_child>div,.dsm_business_hours_item_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.dsm_business_hours_item_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.dsm-business-hours-header {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dsm-business-hours-title {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1em;
    color: #333
}

.dsm-business-hours-separator {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: none;
    border-bottom-width: 2px;
    height: 0
}

.dsm-business-hours-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.dsm-business-hours-price {
    font-size: 14px
}

.dsm-business-hours-image {
    max-width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    line-height: 0
}

.dsm-business-hours-image img {
    border-style: solid;
    border-color: #333
}

.et_pb_column .dsm_business_hours_child.et_pb_module {
    margin-bottom: 0!important
}

#left-area ul.dsm_icon_list_items,.comment-content ul.dsm_icon_list_items,.dsm_icon_list .dsm_icon_list_items,.entry-content ul.dsm_icon_list_items,.et-l--body ul.dsm_icon_list_items,.et-l--footer ul.dsm_icon_list_items,.et-l--header ul.dsm_icon_list_items,body.et-pb-preview #main-content .container ul.dsm_icon_list_items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 26px
}

.dsm_icon_list .dsm_icon_list_items.dsm_icon_list_layout_horizontal .dsm_icon_list_child {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.dsm_icon_list .dsm_icon_list_child,.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_tooltip,.dsm_icon_list .dsm_icon_list_child a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative
}

.dsm_icon_list_text {
    line-height: 1.7em
}

.dsm_icon_list .dsm_icon_list_ltr_direction .dsm_icon_list_child .dsm_icon_list_text {
    padding-left: 5px
}

.dsm_icon_list .dsm_icon_list_rtl_direction .dsm_icon_list_child .dsm_icon_list_text {
    padding-right: 5px
}

.dsm_icon_list .dsm_icon_list_child {
    border-style: solid;
    border-color: #333
}

.dsm_icon_list .dsm_icon_list_wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0
}

.dsm_icon_list .dsm_icon_list_icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ETmodules;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none
}

.dsm_icon_list .dsm_icon_list_icon,.dsm_icon_list .dsm_icon_list_image {
    display: inline-block;
    border-style: solid;
    border-color: #333;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.dsm_icon_list .dsm_icon_list_image img {
    width: 24px
}

.dsm_icon_list_tooltip:hover {
    cursor: pointer
}

.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper {
    pointer-events: auto!important;
    line-height: 1.4em;
    word-wrap: break-word;
    color: #fff;
    font-size: 13px;
    overflow: visible!important
}

.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper .tippy-arrow:after {
    content: "";
    position: absolute;
    top: -6px;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.dsm_icon_list_column_fix {
    z-index: 1
}

.et-db #et-boc .et-l #et-fb-app .dsm_icon_list_child.et_pb_module,.et-fb .dsm_icon_list .dsm_icon_list_child.et-fb-module--short,.et-fb .dsm_icon_list_child.et_pb_module {
    margin-bottom: 0
}

.et-fb .dsm_icon_list .dsm_icon_list_child>div,.et-fb .dsm_icon_list .dsm_icon_list_child>div .dsm_icon_list_tooltip,.et-fb .dsm_icon_list .dsm_icon_list_child>div a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative
}

.et-fb .dsm_icon_list .dsm_icon_list_child>div,.et-fb .dsm_icon_list_child .et_pb_module_inner {
    width: 100%
}

.dsm-dual-heading-main>span {
    border-style: solid;
    border-color: #333;
    display: inline-block;
    vertical-align: middle;
    white-space: pre-wrap
}

.et-db #et-boc .et-l #et-fb-app .et_pb_module.dsm_image_hotspots_child {
    position: absolute;
    margin-bottom: 0
}

.dsm_image_hotspots_img_wrap,.dsm_image_hotspots_wrap {
    position: relative;
    line-height: 0
}

.dsm_image_hotspots_child.et_pb_with_border,.et-db #et-boc .et-l .dsm_image_hotspots_child.et_pb_with_border {
    position: absolute
}

.dsm_image_hotspots_child {
    position: absolute;
    display: block;
    top: 40%;
    left: 40%;
    border-radius: 50px;
    cursor: pointer;
    z-index: 2
}

.dsm_image_hotspots_child .dsm_image_hotspots_wrapper {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    min-width: 14px;
    min-height: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 0;
    padding: 8px;
    border-radius: 50px;
    background-size: cover
}

.dsm_image_hotspot_img {
    border-style: solid
}

.dsm_image_hotspots_text {
    display: inline-block
}

.dsm_image_hotspots_icon,.dsm_image_hotspots_text,.et-db #et-boc .et-l .et-pb-icon.dsm_image_hotspots_icon {
    font-size: 14px;
    line-height: 1;
    color: #fff
}

.dsm_image_tooltip_title {
    padding-bottom: 0;
    line-height: 1;
    color: #fff
}

.dsm_image_hotspot_tooltip_wrapper {
    pointer-events: auto!important;
    line-height: 1.4em;
    word-wrap: break-word;
    color: #fff;
    font-size: 13px;
    overflow: visible!important
}

.dsm_image_hotspot_tooltip_wrapper .tippy-content {
    padding: 8px 10px;
    border-radius: 3px;
    max-width: 180px
}

.dsm_image_hotspot_tooltip_wrapper .tippy-tooltip {
    border-radius: 3px
}

.dsm_image_hotspot_tooltip_wrapper.tippy-tooltip ul {
    padding: 0 0 10px 1em;
    line-height: 26px;
    list-style-type: disc
}

.dsm_image_hotspot_tooltip_wrapper.tippy-tooltip ol {
    padding: 0 0 10px;
    line-height: 26px;
    list-style-position: inside;
    list-style-type: decimal
}

.dsm_image_hotspot_tooltip_wrapper .et_pb_button_wrapper {
    margin-top: 15px
}

.dsm_image_hotspot_pulse:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    pointer-events: none;
    -webkit-animation: pulse-grow 1.5s ease-in-out;
    animation: pulse-grow 1.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-style: solid;
    border-width: 0
}

@-webkit-keyframes pulse-grow {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-grow {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.tippy-box[data-animation=scale][data-placement^=top] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
    -webkit-transform-origin: top;
    transform-origin: top
}

.tippy-box[data-animation=scale][data-placement^=left] {
    -webkit-transform-origin: right;
    transform-origin: right
}

.tippy-box[data-animation=scale][data-placement^=right] {
    -webkit-transform-origin: left;
    transform-origin: left
}

.tippy-box[data-animation=scale][data-state=hidden] {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
    opacity: 0
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-box[data-animation=shift-toward][data-state=hidden] {
    opacity: 0
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-box[data-animation=perspective][data-placement^=top] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
    -webkit-transform: perspective(700px);
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
    -webkit-transform: perspective(700px) translateY(8px) rotateX(60deg);
    transform: perspective(700px) translateY(8px) rotateX(60deg)
}

.tippy-box[data-animation=perspective][data-placement^=bottom] {
    -webkit-transform-origin: top;
    transform-origin: top
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
    -webkit-transform: perspective(700px);
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
    -webkit-transform: perspective(700px) translateY(-8px) rotateX(-60deg);
    transform: perspective(700px) translateY(-8px) rotateX(-60deg)
}

.tippy-box[data-animation=perspective][data-placement^=left] {
    -webkit-transform-origin: right;
    transform-origin: right
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
    -webkit-transform: perspective(700px);
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
    -webkit-transform: perspective(700px) translateX(8px) rotateY(-60deg);
    transform: perspective(700px) translateX(8px) rotateY(-60deg)
}

.tippy-box[data-animation=perspective][data-placement^=right] {
    -webkit-transform-origin: left;
    transform-origin: left
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
    -webkit-transform: perspective(700px);
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
    -webkit-transform: perspective(700px) translateX(-8px) rotateY(60deg);
    transform: perspective(700px) translateX(-8px) rotateY(60deg)
}

.tippy-box[data-animation=perspective][data-state=hidden] {
    opacity: 0
}

.dsm-animated-gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300%;
    color: transparent
}

@-webkit-keyframes dsm-animated-gradient-flow {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes dsm-animated-gradient-flow {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.dsm-mask-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.dsm_scroll_image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 0
}

.dsm-scroll-image-wrapper {
    position: relative;
    height: 320px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    -o-transition: .3s all cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1)
}

.dsm_scroll_image .et_pb_image_wrap {
    width: 100%
}

.dsm_scroll_image .et_pb_image_wrap,.dsm_scroll_image a,.dsm_scroll_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    -o-transition: all 10s;
    transition: all 10s;
    -webkit-transition: all 10s
}

.dsm_scroll_image .et_overlay {
    border-width: 0
}

.dsm-scroll-image-icon-empty.et_overlay:before {
    display: none
}

.dsm_scroll_image .dsm-scroll-image-overlay-off .et_overlay {
    opacity: 1;
    z-index: 3
}

.dsm_scroll_image:hover .dsm-scroll-image-overlay-off .et_overlay {
    opacity: 0
}

.dsm_scroll_image .dsm-scroll-direction-vertical img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    max-width: 100%
}

.dsm_scroll_image .dsm-scroll-direction-vertical.dsm-scroll-reverse-direction img,.dsm_scroll_image:hover .dsm-scroll-direction-vertical img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: 320px
}

.dsm_scroll_image:hover .dsm-scroll-direction-vertical.dsm-scroll-reverse-direction img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0
}

.dsm_scroll_image .dsm-scroll-direction-horizontal .et_pb_image_wrap {
    height: 100%
}

.dsm_scroll_image .dsm-scroll-direction-horizontal img {
    max-width: none;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.dsm_scroll_image:hover .dsm-scroll-direction-horizontal img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.dsm_scroll_image .dsm-scroll-direction-horizontal.dsm-scroll-reverse-direction img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: 320px
}

.dsm_scroll_image:hover .dsm-scroll-direction-horizontal.dsm-scroll-reverse-direction img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: 0
}

.dsm-lightbox-custom {
    max-width: 100%!important
}

.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,.dsm-lightbox-custom.mfp-image-holder .mfp-close {
    color: hsla(0,0%,100%,.2);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dsm_card .et_pb_module_inner {
    width: 100%
}

.et_pb_equal_columns .dsm_card,.et_pb_equal_columns .dsm_card_vb_outer_wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.et_pb_equal_columns .dsm_card_wrapper {
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 240px);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.dsm_card_layout_inline,.dsm_card_layout_inline .et_pb_module_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.dsm_card_layout_inline .dsm_card_image_wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.dsm_card_wrapper {
    padding: 20px
}

.dsm_card_icon {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%
}

.dsm_card_icon_wrap {
    display: block;
    margin: auto;
    overflow: hidden
}

.dsm_card_image_wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    line-height: 0;
    border-style: solid;
    border-width: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: flex
}

.dsm_card_badge_text {
    position: absolute;
    padding: 7px 15px;
    max-width: 100%;
    border-radius: 50px;
    background-color: #fff;
    font-size: 12px;
    border-style: solid;
    border-width: 0;
    line-height: 1em;
    z-index: 3
}

.dsm_badge_icon_wrap {
    padding-right: 5px;
    font-size: 12px
}

.dsm_card_badge_top_right .dsm_card_badge_text {
    top: 1rem;
    right: 1rem
}

.dsm_card_badge_top_left .dsm_card_badge_text {
    top: 1rem;
    left: 1rem
}

.dsm_card_badge_top_center .dsm_card_badge_text {
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm_card_badge_bottom_right .dsm_card_badge_text {
    bottom: 1rem;
    right: 1rem
}

.dsm_card_badge_bottom_left .dsm_card_badge_text {
    bottom: 1rem;
    left: 1rem
}

.dsm_card_badge_bottom_center .dsm_card_badge_text {
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm_card_badge_center .dsm_card_badge_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.dsm_card_badge_center_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center
}

.dsm_card_badge_center_left .dsm_card_badge_text {
    left: 1rem
}

.dsm_card_badge_center_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: right;
    justify-content: right;
    -ms-flex-align: center;
    align-items: center
}

.dsm_card_badge_center_right .dsm_card_badge_text {
    right: 1rem
}

.dsm_card_image_background {
    position: absolute;
    width: 100%;
    height: 100%
}

.dsm_card_img {
    display: block;
    -ms-flex-item-align: center;
    align-self: center
}

.dsm_card_image_stretch {
    width: 100%
}

.dsm_card .et_overlay {
    border-width: 0
}

.dsm_card_image_wrapper .dsm-card-icon-empty.et_overlay:before {
    display: none
}

.dsm-card-overlay-off .et_overlay {
    opacity: 1;
    z-index: 0
}

.dsm-card-overlay-off:hover .et_overlay {
    opacity: 0
}

.dsm_card_image_wrapper .et_overlay {
    display: -ms-flexbox;
    display: flex
}

.dsm_card_image_wrapper .et_overlay:before {
    margin: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.dsm_card .et_pb_button[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon)
}

.dsm_card_image_animation .dsm_card_image_wrapper {
    overflow: hidden
}

.dsm_card_image_animation_zoom_in:hover .dsm_card_image_background,.dsm_card_image_animation_zoom_out .dsm_card_image_background {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.dsm_card_image_animation_zoom_out:hover .dsm_card_image_background {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_card_image_animation_zoom_in_n_rotate:hover .dsm_card_image_background,.dsm_card_image_animation_zoom_out_n_rotate .dsm_card_image_background {
    -webkit-transform: scale(1.5) rotate(25deg);
    transform: scale(1.5) rotate(25deg)
}

.dsm_card_image_animation_zoom_out_n_rotate:hover .dsm_card_image_background {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

@media only screen and (max-width: 980px) {
    .dsm_card_layout_inline.dsm_card_tablet_layout_stacked .et_pb_module_inner,.dsm_card_tablet_layout_stacked .et_pb_module_inner {
        display:initial
    }

    .dsm_card_tablet_layout_inline .et_pb_module_inner {
        display: -ms-flexbox;
        display: flex
    }

    .dsm_card_tablet_layout_inline .dsm_card_image_wrapper {
        -ms-flex-order: 0;
        order: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 767px) {
    .dsm_card_layout_inline.dsm_card_phone_layout_stacked .et_pb_module_inner,.dsm_card_phone_layout_stacked .et_pb_module_inner {
        display:initial
    }

    .dsm_card_phone_layout_inline .et_pb_module_inner {
        display: -ms-flexbox;
        display: flex
    }

    .dsm_card_phone_layout_inline .dsm_card_image_wrapper {
        -ms-flex-order: 0;
        order: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.dsm_card_carousel .et_pb_button[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon)
}

.dsm_card_carousel {
    margin-bottom: 60px
}

.dsm_card_carousel .dsm_card_carousel_arrow {
    border-style: solid
}

.dsm_card_carousel .swiper-button-next,.dsm_card_carousel .swiper-button-prev {
    height: 60px;
    width: 60px;
    background-image: none;
    background-size: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -30px
}

.dsm_card_carousel_arrow_outside .swiper-button-prev {
    left: -60px
}

.dsm_card_carousel_arrow_outside .swiper-button-next {
    right: -60px
}

.dsm_card_carousel_arrow_inside .swiper-button-prev {
    left: 0
}

.dsm_card_carousel_arrow_inside .swiper-button-next {
    right: 0
}

.dsm_card_carousel .swiper-button-next:after,.dsm_card_carousel .swiper-button-prev:after {
    display: none
}

.dsm_card_carousel img.swiper-lazy {
    opacity: 1
}

.dsm_card_carousel_equal_height .dsm_card_carousel_wrapper .dsm_card_carousel_child:not(.dsm_card_carousel_child_vb_outer_wrapper),.dsm_card_carousel_equal_height .dsm_card_carousel_wrapper .swiper-slide:not(.dsm_card_carousel_child_vb_outer_wrapper),.et_pb_equal_columns .dsm_card_carousel_wrapper .dsm_card_carousel_child:not(.dsm_card_carousel_child_vb_outer_wrapper),.et_pb_equal_columns .dsm_card_carousel_wrapper .swiper-slide:not(.dsm_card_carousel_child_vb_outer_wrapper) {
    height: auto!important
}

.dsm_card_carousel_equal_height .dsm_card_carousel_child_vb_outer_wrapper,.dsm_card_carousel_equal_height .dsm_card_carousel_child_vb_outer_wrapper>div:first-of-type,.dsm_card_carousel_equal_height .swiper-slide>div:first-of-type,.et_pb_equal_columns .dsm_card_carousel_child_vb_outer_wrapper,.et_pb_equal_columns .dsm_card_carousel_child_vb_outer_wrapper>div:first-of-type {
    height: 100%
}

.dsm-card-button-alignment .dsm_card_carousel_child>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.dsm-card-button-alignment .dsm_card_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1;
    flex: 1 1
}

.dsm-card-button-alignment-bottom .et_pb_button_wrapper {
    margin-top: auto!important
}

.dsm-card-button-alignment-top .et_pb_button_wrapper {
    margin-bottom: auto
}

.dsm-card-button-alignment-center .et_pb_button_wrapper {
    margin-bottom: auto;
    margin-top: auto!important
}

.dsm_card_carousel .swiper-button-next:before,.dsm_card_carousel .swiper-button-prev:before,.dsm_card_carousel .swiper-container-rtl .swiper-button-next:before,.dsm_card_carousel .swiper-container-rtl .swiper-button-prev:before {
    font-size: 40px;
    color: #666;
    text-shadow: 0 0;
    font-family: ETmodules;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    margin: 0 auto
}

.dsm_card_carousel_layout_inline .dsm_card_carousel_child,.dsm_card_carousel_layout_inline .dsm_card_carousel_child .et_pb_module_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.dsm-card-button-alignment.dsm_card_carousel_layout_inline .dsm_card_carousel_child>div {
    -ms-flex-direction: initial;
    flex-direction: row
}

.dsm-card-button-alignment.dsm_card_carousel_layout_inline .dsm_card_wrapper {
    height: 100%
}

.dsm_card_carousel_layout_inline .dsm_card_carousel_child_image_wrapper {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.dsm_card_carousel .swiper-container-horizontal .swiper-pagination-bullets,.dsm_card_carousel .swiper-pagination-custom,.dsm_card_carousel .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.dsm_card_carousel .swiper-pagination-bullets {
    bottom: -30px;
    left: 0;
    width: 100%
}

.dsm_card_carousel .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.dsm_card_carousel_pagination_outside .dsm_card_carousel_container {
    padding-bottom: 30px
}

.dsm_card_carousel_pagination_outside .swiper-container-horizontal .swiper-pagination-bullets,.dsm_card_carousel_pagination_outside .swiper-pagination-custom,.dsm_card_carousel_pagination_outside .swiper-pagination-fraction {
    bottom: 0
}

.dsm_card_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0,0,0,.75)
}

.dsm-card-image-lightbox,.dsm-card-video-lightbox,.dsm-image-lightbox,.dsm-video-lightbox {
    cursor: pointer
}

.dsm_card_carousel_badge_hover .dsm_card_carousel_child .dsm_card_carousel_child_badge_text {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.dsm_card_carousel_badge_hover .dsm_card_carousel_child:hover .dsm_card_carousel_child_badge_text {
    opacity: 1
}

.dsm_card_carousel_infinite_scroll .swiper-wrapper,.dsm_card_carousel_infinite_scroll:hover .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.dsm_card_carousel_infinite_scroll .swiper-pagination {
    display: none
}

@media only screen and (max-width: 980px) {
    .dsm_card_carousel_tablet_layout_stacked .dsm_card_carousel_child>div:first-of-type {
        display:initial
    }

    .dsm_card_carousel_tablet_layout_inline .dsm_card_carousel_child>div:first-of-type {
        display: -ms-flexbox;
        display: flex
    }

    .dsm_card_carousel_tablet_layout_inline .dsm_card_carousel_child_image_wrapper {
        -ms-flex-order: 0;
        order: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 767px) {
    .dsm_card_carousel_phone_layout_stacked .dsm_card_carousel_child>div:first-of-type {
        display:initial
    }

    .dsm_card_carousel_phone_layout_inline .dsm_card_carousel_child>div:first-of-type {
        display: -ms-flexbox;
        display: flex
    }

    .dsm_card_carousel_phone_layout_inline .dsm_card_carousel_child_image_wrapper {
        -ms-flex-order: 0;
        order: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .dsm_card_carousel .swiper-button-prev {
        left: -36px
    }

    .dsm_card_carousel .swiper-button-next {
        right: -36px
    }

    .dsm_card_carousel .swiper-button-next:before,.dsm_card_carousel .swiper-button-prev:before,.swiper-container-rtl .swiper-button-prev:before {
        font-size: 36px
    }

    .dsm_card_carousel .swiper-button-next,.dsm_card_carousel .swiper-button-prev {
        height: 36px;
        width: 36px
    }

    .dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev {
        left: 0
    }

    .dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next {
        right: 0
    }
}

.dsm_card_carousel_child_wrapper {
    padding: 20px
}

.dsm_card_carousel_child_image_wrapper {
    padding: 0;
    position: relative;
    width: 100%;
    line-height: 0;
    border-style: solid;
    border-width: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: flex
}

.dsm_card_carousel_child_img {
    display: block;
    -ms-flex-item-align: center;
    align-self: center
}

.dsm_card_carousel_image_stretch {
    width: 100%
}

.dsm_card_carousel_child>div:first-of-type {
    border-style: solid;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.dsm_card_carousel_child_badge_text {
    position: absolute;
    padding: 7px 15px;
    max-width: 100%;
    border-radius: 50px;
    background-color: #fff;
    font-size: 12px;
    border-style: solid;
    border-width: 0;
    line-height: 1em;
    z-index: 3
}

.dsm_card_carousel_child_badge_top_right .dsm_card_carousel_child_badge_text {
    top: 1rem;
    right: 1rem
}

.dsm_card_carousel_child_badge_top_left .dsm_card_carousel_child_badge_text {
    top: 1rem;
    left: 1rem
}

.dsm_card_carousel_child_badge_top_center .dsm_card_carousel_child_badge_text {
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm_card_carousel_child_badge_bottom_right .dsm_card_carousel_child_badge_text {
    bottom: 1rem;
    right: 1rem
}

.dsm_card_carousel_child_badge_bottom_left .dsm_card_carousel_child_badge_text {
    bottom: 1rem;
    left: 1rem
}

.dsm_card_carousel_child_badge_bottom_center .dsm_card_carousel_child_badge_text {
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm_card_carousel_child_badge_center .dsm_card_carousel_child_badge_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.dsm_card_carousel_child_badge_center_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center
}

.dsm_card_carousel_child_badge_center_left .dsm_card_carousel_child_badge_text {
    left: 1rem
}

.dsm_card_carousel_child_badge_center_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: right;
    justify-content: right;
    -ms-flex-align: center;
    align-items: center
}

.dsm_card_carousel_child_badge_center_right .dsm_card_carousel_child_badge_text {
    right: 1rem
}

.dsm_card_carousel_child_image_background {
    position: absolute;
    width: 100%;
    height: 100%
}

.dsm_card_carousel_child .et_overlay {
    border-width: 0
}

.dsm_card_carousel_child_image_wrapper .dsm-card-icon-empty.et_overlay:before {
    display: none
}

.dsm-card-overlay-off .et_overlay {
    opacity: 1;
    z-index: 0
}

.dsm-card-overlay-off:hover .et_overlay {
    opacity: 0
}

.dsm_card_carousel_child_image_wrapper .et_overlay {
    display: -ms-flexbox;
    display: flex
}

.dsm_card_carousel_child_image_wrapper .et_overlay:before {
    margin: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.dsm_card_carousel_child_image_animation .dsm_card_carousel_child_image_wrapper {
    overflow: hidden
}

.dsm_card_carousel_child_image_animation_zoom_in:hover .dsm_card_carousel_child_image_background,.dsm_card_carousel_child_image_animation_zoom_out .dsm_card_carousel_child_image_background {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.dsm_card_carousel_child_image_animation_zoom_out:hover .dsm_card_carousel_child_image_background {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_card_carousel_child_image_animation_zoom_in_n_rotate:hover .dsm_card_carousel_child_image_background,.dsm_card_carousel_child_image_animation_zoom_out_n_rotate .dsm_card_carousel_child_image_background {
    -webkit-transform: scale(1.5) rotate(25deg);
    transform: scale(1.5) rotate(25deg)
}

.dsm_card_carousel_child_image_animation_zoom_out_n_rotate:hover .dsm_card_carousel_child_image_background {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.dsm_shapes {
    display: inline-block
}

.dsm_shapes_square {
    width: 80px;
    height: 80px
}

.dsm_shapes_circle {
    border-radius: 50%
}

.dsm_shapes_rectangle {
    width: 80px;
    height: 40px
}

.dsm_shapes_triangle {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 80px solid #000
}

.dsm_shapes_oval {
    width: 80px;
    height: 40px;
    border-radius: 50%
}

.dsm_shapes_trapezoid {
    width: 80px;
    height: 0;
    border-bottom-width: 32px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent
}

.dsm_shapes_parallelogram {
    width: 80px;
    height: 40px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg)
}

.dsm_shapes_diamond_square {
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dsm_shapes_hexagon {
    position: relative
}

.dsm_shapes_hexagon:after,.dsm_shapes_hexagon:before {
    content: "";
    position: absolute;
    width: 0
}

.dsm_shapes_hexagon:before {
    bottom: 100%
}

.dsm_shapes_hexagon:after {
    top: 100%
}

.dsm_shapes_blob_one {
    border-radius: 71% 29% 41% 59%/59% 43% 57% 41%
}

.dsm_shapes_blob_two {
    border-radius: 72% 28% 70% 30%/36% 50% 50% 64%
}

.dsm_shapes_blob_three {
    border-radius: 40% 60% 27% 73%/60% 75% 25% 40%
}

.dsm_shapes_blob_four {
    border-radius: 40% 60% 72% 28%/65% 29% 71% 35%
}

.dsm_shapes_blob_five {
    border-radius: 45% 55% 37% 63%/63% 73% 27% 37%
}

.dsm_shapes_blob_six {
    border-radius: 47% 53% 47% 53%/38% 75% 25% 62%
}

.dsm_shapes_blob_seven {
    border-radius: 50% 50% 42% 58%/38% 68% 32% 62%
}

.dsm_shapes_blob_eight {
    border-radius: 31% 69% 57% 43%/27% 48% 52% 73%
}

.dsm_shapes_wrapper {
    border-style: solid;
    border-color: #333
}

.dsm-rotate-word {
    visibility: hidden;
    opacity: 0;
    display: none
}

.dsm-rotate-text>.animated {
    display: inline-block;
    visibility: visible
}

.dsm-rotate-text-main {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    -webkit-transform: translate(0);
    transform: translate(0);
    line-height: 1em
}

.dsm-rotate-text-main>.dsm-rotate-text,.dsm-rotate-text-main>.dsm-rotate-text-after,.dsm-rotate-text-main>.dsm-rotate-text-before {
    border-style: solid;
    border-color: #333;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: pre-wrap;
    line-height: 1em
}

.dsm_block_reveal_image {
    display: block;
    line-height: 0
}

.dsm_block_reveal_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden
}

.dsm_block_reveal_image .et_overlay {
    border-width: 0
}

.dsm_block_reveal_image_icon_empty.et_overlay:before {
    display: none
}

.dsm_block_reveal_image .dsm_block_reveal_image_overlay_off .et_overlay {
    opacity: 1;
    z-index: 3
}

.dsm_block_reveal_image:hover .dsm_block_reveal_image_overlay_off .et_overlay {
    opacity: 0
}

.dsm_block_reveal_image img {
    position: relative
}

.dsm-lightbox-custom {
    max-width: 100%!important
}

.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,.dsm-lightbox-custom.mfp-image-holder .mfp-close {
    color: hsla(0,0%,100%,.2);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dsm_block_image_reveal_bt img,.dsm_block_image_reveal_lr img,.dsm_block_image_reveal_rl img,.dsm_block_image_reveal_tb img,.dsm_block_reveal_image .et_pb_image_wrap img {
    opacity: 0;
    animation: fadeInImg .25s linear forwards;
    -webkit-animation: fadeInImg .25s linear forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.dsm_block_image_reveal_lr .dsm_block_image_reveal {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: blockRevealLR .25s 0s,blockRevealOutLR .5s .5s;
    animation: blockRevealLR .25s 0s,blockRevealOutLR .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_block_image_reveal_rl .dsm_block_image_reveal {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: blockRevealRL .25s 0s,blockRevealOutRL .5s .5s;
    animation: blockRevealRL .25s 0s,blockRevealOutRL .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_block_image_reveal_tb .dsm_block_image_reveal {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: blockRevealTB .25s 0s,blockRevealOutTB .5s .5s;
    animation: blockRevealTB .25s 0s,blockRevealOutTB .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_block_image_reveal_bt .dsm_block_image_reveal {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: blockRevealBT .25s 0s,blockRevealOutBT .5s .5s;
    animation: blockRevealBT .25s 0s,blockRevealOutBT .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_block_image_reveal_content {
    opacity: 0
}

.dsm_block_image_reveal,.dsm_block_image_reveal_front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.dsm_block_image_reveal_front {
    opacity: 0
}

@-webkit-keyframes fadeInImg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInImg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes blockRevealLR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes blockRevealLR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes blockRevealOutLR {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

@keyframes blockRevealOutLR {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

@keyframes blockRevealRL {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes blockRevealRL {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes blockRevealOutRL {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }
}

@-webkit-keyframes blockRevealOutRL {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }
}

@keyframes blockRevealTB {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes blockRevealTB {
    00% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes blockRevealOutTB {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(101%);
        transform: translateY(101%)
    }
}

@-webkit-keyframes blockRevealOutTB {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(101%);
        transform: translateY(101%)
    }
}

@keyframes blockRevealBT {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes blockRevealBT {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes blockRevealOutBT {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%)
    }
}

@-webkit-keyframes blockRevealOutBT {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%)
    }
}

.dsm_block_reveal_text_header {
    padding-bottom: 0
}

.dsm_block_reveal_text_wrapper {
    position: relative;
    overflow: hidden;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.dsm_block_text_reveal_lr .dsm_block_text_reveal {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: blockRevealLR .25s 0s,blockRevealOutLR .5s .5s;
    animation: blockRevealLR .25s 0s,blockRevealOutLR .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_block_text_reveal_rl .dsm_block_text_reveal {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: blockRevealRL .25s 0s,blockRevealOutRL .5s .5s;
    animation: blockRevealRL .25s 0s,blockRevealOutRL .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_block_text_reveal_tb .dsm_block_text_reveal {
    -webkit-transform: ttranslateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: blockRevealTB .25s 0s,blockRevealOutTB .5s .5s;
    animation: blockRevealTB .25s 0s,blockRevealOutTB .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_block_text_reveal_bt .dsm_block_text_reveal {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: blockRevealBT .25s 0s,blockRevealOutBT .5s .5s;
    animation: blockRevealBT .25s 0s,blockRevealOutBT .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm_block_text_reveal_content {
    opacity: 0
}

.dsm_block_image_reveal_front,.dsm_block_text_reveal,.dsm_block_text_reveal_front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.dsm_block_text_reveal_front {
    opacity: 0
}

@-webkit-keyframes fadeInImg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInImg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes blockRevealLR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes blockRevealLR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes blockRevealOutLR {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

@keyframes blockRevealOutLR {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

@keyframes blockRevealRL {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes blockRevealRL {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes blockRevealOutRL {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }
}

@-webkit-keyframes blockRevealOutRL {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }
}

@keyframes blockRevealTB {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes blockRevealTB {
    00% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes blockRevealOutTB {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(101%);
        transform: translateY(101%)
    }
}

@-webkit-keyframes blockRevealOutTB {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(101%);
        transform: translateY(101%)
    }
}

@keyframes blockRevealBT {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes blockRevealBT {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes blockRevealOutBT {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%)
    }
}

@-webkit-keyframes blockRevealOutBT {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%)
    }
}

.dsm_before_after_image img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-handle:after,.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-handle:before,.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-handle:after,.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-handle:before {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0 0 12px rgba(51,51,51,.5);
    box-shadow: 0 0 12px rgba(51,51,51,.5)
}

.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-handle:after,.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-handle:after,.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-handle:before {
    width: 9999px;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dsm-before-after-image-slider-after-label,.dsm-before-after-image-slider-before-label,.dsm-before-after-image-slider-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-before-after-image-slider-after-label,.dsm-before-after-image-slider-before-label {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.dsm-before-after-image-slider-after-label:before,.dsm-before-after-image-slider-before-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    position: absolute;
    background: hsla(0,0%,100%,.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px
}

.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-after-label:before,.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-before-label:before {
    top: 50%;
    margin-top: -19px
}

.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-after-label:before,.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-before-label:before {
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm-before-after-image-slider-down-arrow,.dsm-before-after-image-slider-left-arrow,.dsm-before-after-image-slider-right-arrow,.dsm-before-after-image-slider-up-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.dsm-before-after-image-slider-left-arrow,.dsm-before-after-image-slider-right-arrow {
    top: 50%;
    margin-top: -6px
}

.dsm-before-after-image-slider-down-arrow,.dsm-before-after-image-slider-up-arrow {
    left: 50%;
    margin-left: -6px
}

.dsm-before-after-image-slider-container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.dsm-before-after-image-slider-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.dsm-before-after-image-slider-container.active .dsm-before-after-image-slider-overlay,.dsm-before-after-image-slider-container.active:hover.dsm-before-after-image-slider-overlay {
    background: transparent
}

.dsm-before-after-image-slider-container.active .dsm-before-after-image-slider-overlay .dsm-before-after-image-slider-after-label,.dsm-before-after-image-slider-container.active .dsm-before-after-image-slider-overlay .dsm-before-after-image-slider-before-label,.dsm-before-after-image-slider-container.active:hover.dsm-before-after-image-slider-overlay .dsm-before-after-image-slider-after-label,.dsm-before-after-image-slider-container.active:hover.dsm-before-after-image-slider-overlay .dsm-before-after-image-slider-before-label {
    opacity: 0
}

.dsm-before-after-image-slider-container * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.dsm-before-after-image-show-labels .dsm-before-after-image-slider-after-label,.dsm-before-after-image-show-labels .dsm-before-after-image-slider-before-label {
    opacity: 1
}

.dsm-before-after-image-slider-before-label {
    opacity: 0
}

.dsm-before-after-image-slider-before-label:before {
    content: attr(data-content)
}

.dsm-before-after-image-slider-after-label {
    opacity: 0
}

.dsm-before-after-image-slider-after-label:before {
    content: attr(data-content)
}

.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-before-label:before {
    left: 10px
}

.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-after-label:before {
    right: 10px
}

.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-before-label:before {
    top: 10px
}

.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-after-label:before {
    bottom: 10px
}

.dsm-before-after-image-slider-overlay {
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: transparent;
    z-index: 25
}

.dsm-before-after-image-slider-overlay:hover {
    background: rgba(0,0,0,.5)
}

.dsm-before-after-image-slider-overlay:hover .dsm-before-after-image-slider-after-label,.dsm-before-after-image-slider-overlay:hover .dsm-before-after-image-slider-before-label {
    opacity: 1
}

.dsm-before-after-image-slider-before {
    z-index: 20
}

.dsm-before-after-image-slider-after {
    z-index: 10
}

.dsm-before-after-image-slider-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 12px rgba(51,51,51,.5);
    box-shadow: 0 0 12px rgba(51,51,51,.5);
    z-index: 40;
    cursor: pointer;
    overflow: visible!important
}

.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #fff,0 0 12px rgba(51,51,51,.5);
    box-shadow: 0 3px 0 #fff,0 0 12px rgba(51,51,51,.5)
}

.dsm-before-after-image-slider-horizontal .dsm-before-after-image-slider-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 #fff,0 0 12px rgba(51,51,51,.5);
    box-shadow: 0 -3px 0 #fff,0 0 12px rgba(51,51,51,.5)
}

.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 #fff,0 0 12px rgba(51,51,51,.5);
    box-shadow: 3px 0 0 #fff,0 0 12px rgba(51,51,51,.5)
}

.dsm-before-after-image-slider-vertical .dsm-before-after-image-slider-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 #fff,0 0 12px rgba(51,51,51,.5);
    box-shadow: -3px 0 0 #fff,0 0 12px rgba(51,51,51,.5)
}

.dsm-before-after-image-slider-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px
}

.dsm-before-after-image-slider-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px
}

.dsm-before-after-image-slider-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px
}

.dsm-before-after-image-slider-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px
}

.dsm_lottie {
    line-height: 0
}

.dsm-text-notation-main>span {
    border-style: solid;
    border-color: #333;
    display: inline-block;
    vertical-align: middle;
    white-space: pre-wrap
}

.dsm_masonry_gallery,.dsm_masonry_gallery .grid-item {
    border-style: solid;
    line-height: 0
}

.dsm_masonry_gallery .grid-item a {
    display: inline-block;
    line-height: 0
}

.dsm_masonry_gallery .grid-item img {
    display: block;
    max-width: 100%
}

.dsm_masonry_gallery .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
    line-height: 0;
    overflow: hidden
}

.dsm_masonry_gallery_svg img {
    width: 100%
}

.dsm_masonry_gallery .dsm-overlay:before,.et-db #et-boc .et-l .dsm_masonry_gallery .dsm-overlay:before {
    content: none
}

.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.dsm_masonry_gallery .grid-item .dsm-overlay,.et-db #et-boc .et-l .dsm_masonry_gallery .grid-item .dsm-overlay {
    border: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-caption,.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-desc,.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-title,.dsm_masonry_gallery .grid-item a {
    color: #fff
}

.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-caption,.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-desc {
    line-height: 1.7em;
    padding: 0
}

.dsm_masonry_gallery .grid-item:hover .dsm-overlay,.et-db #et-boc .et-l .dsm_masonry_gallery .grid-item:hover .dsm-overlay {
    opacity: 1;
    z-index: 1
}

.dsm_masonry_zoom_hover .grid-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.dsm_masonry_zoom_hover .grid-item:hover img,.dsm_masonry_zoom_hover .grid-item img {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out
}

.et_overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}

.et_overlay:before {
    color: #2ea3f2;
    content: "\E050";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 32px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.dsm_breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

#left-area ul.dsm_breadcrumbs,.comment-content ul.dsm_breadcrumbs,.entry-content ul.dsm_breadcrumbs,.et-l--body ul.dsm_breadcrumbs,.et-l--footer ul.dsm_breadcrumbs,.et-l--header ul.dsm_breadcrumbs,body.et-pb-preview #main-content .container ul.dsm_breadcrumbs {
    padding: 0;
    list-style-type: none
}

.dsm_breadcrumbs a,.dsm_breadcrumbs strong {
    display: inline-block
}

.dsm_breadcrumbs .dsm_home_text_wrapper,.dsm_breadcrumbs>li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.dsm_breadcrumbs>li {
    margin-left: 10px;
    border-style: solid
}

.dsm_breadcrumbs>li:first-child {
    margin-left: 0
}

.dsm_home_item .dsm_home_icon,.et-db #et-boc .et-l .dsm_home_icon {
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px
}

.dsm_breadcrumbs_separator {
    width: auto
}

.dsm_breadcrumbs_separator .dsm_separator_icon,.et-db #et-boc .et-l .dsm_separator_icon {
    font-size: 18px;
    font-weight: 700
}

.dsm-toggle label {
    cursor: pointer
}

.dsm-toggle {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.dsm-toggle-left {
    margin-right: 2%
}

.dsm-toggle-left,.dsm-toggle-right {
    cursor: pointer
}

.dsm-toggle-head-one {
    margin: 0;
    padding: 0
}

.dsm-toggle-btn {
    -ms-flex-align: center;
    align-items: center
}

.dsm-switch-label {
    position: relative;
    display: inline-block;
    width: 4.5em;
    height: 2.3em;
    vertical-align: middle
}

.dsm-switch-label .dsm-toggle-switch {
    display: none
}

.dsm-switch-inner {
    border-radius: 1.5em;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.dsm-switch-inner:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 1.8em;
    width: 1.8em;
    left: .25em;
    bottom: .25em;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.dsm-toggle-right {
    margin-left: 2%
}

.dsm-toggle-head-two {
    margin: 0;
    padding: 0
}

.dsm-toggle-switch:checked+.dsm-switch-inner:before {
    -webkit-transform: translateX(2.1em);
    transform: translateX(2.1em)
}

.dsm-content-toggle-body .et-waypoint:not(.et_pb_counters) {
    opacity: 1!important
}

.dsm-content-force-fullwidth .et_pb_section>.et_pb_row {
    width: 100%
}

.dsm-content-toggle-back,.dsm-content-toggle-front {
    margin-top: 25px;
    border-style: solid
}

.dsm-blog-carousel .swiper-container-cube .swiper-slide:not(.swiper-slide-active) {
    z-index: 0
}

.dsm-blog-carousel-item {
    border: 0 solid
}

.dsm-entry-wrapper {
    padding: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dsm-entry-content {
    padding-top: 6px
}

.dsm-bottom-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

.dsm-bottom-meta img {
    width: 60px;
    height: auto
}

.dsm-bottom-meta .dsm-bottom-meta-image {
    margin-right: 10px;
    line-height: 0;
    border-style: solid
}

.dsm-bottom-meta-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

.dsm_blog_carousel .dsm-entry-image {
    position: relative;
    overflow: hidden;
    border-style: solid
}

.dsm-entry-title {
    font-size: 18px;
    line-height: 1.3em
}

.dsm-entry-thumbnail {
    line-height: 0
}

.dsm-entry-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dsm-entry-thumbnail a {
    display: inline
}

.dsm-entry-overlay {
    z-index: 2;
    transition: opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1)
}

.dsm-entry-overlay,.dsm-entry-overlay>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dsm-entry-overlay>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dsm-entry-overlay.fade-in {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dsm-entry-image:hover .dsm-entry-overlay.fade-in {
    visibility: visible;
    opacity: 1
}

.dsm_blog_carousel .swiper-pagination {
    text-align: center;
    width: 100%
}

.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullets {
    bottom: -40px;
    left: 0;
    width: 100%
}

.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px
}

.dsm_blog_carousel .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.dsm_blog_carousel .swiper-button-next,.dsm_blog_carousel .swiper-button-prev {
    background-image: none!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px!important;
    height: 50px!important;
    font-size: 50px!important;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-style: solid
}

.dsm_blog_carousel .swiper-button-next:after,.dsm_blog_carousel .swiper-button-prev:after {
    content: attr(data-icon);
    display: block;
    font-family: ETmodules;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dsm_blog_carousel .swiper-button-prev {
    left: -50px
}

.dsm_blog_carousel .swiper-button-next {
    right: -50px
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    pointer-events: all
}

.dsm-readmore-button-alignment .dsm-grid-post-holder-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.dsm-readmore-button-alignment .dsm-entry-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1;
    flex: 1 1
}

.dsm-readmore-button-alignment-bottom .dsm-readmore-wrap {
    margin-top: auto!important
}

.dsm-readmore-button-alignment-top .dsm-readmore-wrap {
    margin-bottom: auto
}

.dsm-readmore-button-alignment-center .dsm-readmore-wrap {
    margin-bottom: auto;
    margin-top: auto!important
}

.dsm-readmore-btn {
    display: inline-block
}

.swiper-container-autoheight .dsm-blog-carousel-item.swiper-slide {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (max-width: 767px) {
    .dsm_blog_carousel .swiper-button-prev {
        left:-25px
    }

    .dsm_blog_carousel .swiper-button-next {
        right: -25px
    }
}

.et-db #et-boc .et-l .dsm_image_accordion_child>.et_pb_module_inner {
    position: absolute
}

.dsm_image_accordion_child .et_pb_button[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon)
}

.dsm_image_accordion_wrapper {
    width: 100%;
    position: relative;
    height: 380px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.dsm_image_accordion_child {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    text-decoration: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0!important;
    overflow: hidden;
    -webkit-transition-duration: .48s;
    -o-transition-duration: .48s;
    transition-duration: .48s
}

.dsm_image_accordion_child:not(.et-animated--vb)>div:before,.dsm_image_accordion_child_content_vb:before {
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.dsm_image_accordion_child:not(.et-animated--vb)>div:before,.dsm_image_accordion_child_content_vb:before,.dsm_image_accordion_child_image_vb {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dsm_image_accordion_child_image_vb {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    text-decoration: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 0!important;
    overflow: hidden;
    -webkit-transition-duration: .48s;
    -o-transition-duration: .48s;
    transition-duration: .48s
}

.dsm_image_accordion_click_item .dsm_image_accordion_child {
    cursor: pointer
}

.dsm_image_accordion_child.dsm_image_accordion_active_item {
    -ms-flex: 5 0 auto;
    flex: 5 0 auto
}

.dsm_image_accordion_child_content {
    z-index: 0
}

.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
    z-index: 1
}

.dsm_image_accordion_active_item .dsm_image_accordion_overylay_content {
    z-index: 0
}

.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
    opacity: 0;
    position: relative;
    -webkit-transition-duration: .38s;
    -o-transition-duration: .38s;
    transition-duration: .38s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
    opacity: 1;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .38s;
    -o-transition-delay: .38s;
    transition-delay: .38s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
    opacity: 0
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
    opacity: 1
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
    opacity: 0;
    -webkit-transform: translateY(18%);
    transform: translateY(18%)
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
    opacity: 0;
    -webkit-transform: translateX(-18%);
    transform: translateX(-18%)
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
    opacity: 0;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%)
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
    opacity: 0;
    -webkit-transform: translateX(18%);
    transform: translateX(18%)
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dsm_image_accordion_button_wrapper,.dsm_image_accordion_description,.dsm_image_accordion_image_icon_wrapper,.dsm_image_accordion_title {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
    opacity: 0
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
    opacity: 0
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
    opacity: 1;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
    opacity: 0
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
    opacity: 1;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
    opacity: 0
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
    opacity: 1;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
    opacity: 0;
    -webkit-transform: translateY(18%);
    transform: translateY(18%)
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
    opacity: 0;
    -webkit-transform: translateY(18%);
    transform: translateY(18%)
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
    opacity: 0;
    -webkit-transform: translateY(18%);
    transform: translateY(18%)
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
    opacity: 0;
    -webkit-transform: translateY(18%);
    transform: translateY(18%)
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
    opacity: 0;
    -webkit-transform: translateX(-18%);
    transform: translateX(-18%)
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
    opacity: 0;
    -webkit-transform: translateX(-18%);
    transform: translateX(-18%)
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
    opacity: 0;
    -webkit-transform: translateX(-18%);
    transform: translateX(-18%)
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
    opacity: 0;
    -webkit-transform: translateX(-18%);
    transform: translateX(-18%)
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
    opacity: 0;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%)
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
    opacity: 0;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%)
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
    opacity: 0;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%)
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
    opacity: 0;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%)
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
    opacity: 0;
    -webkit-transform: translateX(18%);
    transform: translateX(18%)
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
    opacity: 0;
    -webkit-transform: translateX(18%);
    transform: translateX(18%)
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
    opacity: 0;
    -webkit-transform: translateX(18%);
    transform: translateX(18%)
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
    opacity: 0;
    -webkit-transform: translateX(18%);
    transform: translateX(18%)
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.dsm_image_accordion_child>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.et-pb-icon.dsm_image_accordion_icon {
    font-size: 40px
}

.dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
    margin-bottom: 15px
}

.dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper>img {
    border-style: solid;
    height: auto
}

.dsm_image_accordion_child .dsm_image_accordion_title {
    font-size: 22px;
    padding-bottom: 10px;
    line-height: 1em
}

.dsm_image_accordion_child .dsm_image_accordion_description,.dsm_image_accordion_child .dsm_image_accordion_title {
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dsm_image_accordion_child .dsm_image_accordion_description {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px
}

.dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dsm_image_accordion_child>div,.dsm_image_accordion_child_content_vb_wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 20
}

.dsm_image_accordion_overylay_content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.dsm_image_accordion_child .dsm_image_accordion_overylay_title {
    font-size: 22px;
    color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-duration: .48s;
    -o-transition-duration: .48s;
    transition-duration: .48s;
    opacity: 1
}

.dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_overylay_title {
    opacity: 0
}

.dsm_image_accordion_horizontal_left>div {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dsm_image_accordion_horizontal_center>div {
    -ms-flex-pack: center;
    justify-content: center
}

.dsm_image_accordion_horizontal_right>div {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dsm_image_accordion_horizontal_left>div {
    text-align: left
}

.dsm_image_accordion_horizontal_center>div {
    text-align: center
}

.dsm_image_accordion_horizontal_right>div {
    text-align: right
}

@media (max-width: 980px) {
    .dsm_image_accordion_horizontal_tablet_left>div {
        -ms-flex-pack:start;
        justify-content: flex-start
    }

    .dsm_image_accordion_horizontal_tablet_center>div {
        -ms-flex-pack: center;
        justify-content: center
    }

    .dsm_image_accordion_horizontal_tablet_right>div {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .dsm_image_accordion_horizontal_tablet_left .dsm_image_accordion_child_content {
        text-align: left
    }

    .dsm_image_accordion_horizontal_tablet_center .dsm_image_accordion_child_content {
        text-align: center
    }

    .dsm_image_accordion_horizontal_tablet_right .dsm_image_accordion_child_content {
        text-align: right
    }
}

@media (max-width: 767px) {
    .dsm_image_accordion_horizontal_phone_left>div {
        -ms-flex-pack:start;
        justify-content: flex-start
    }

    .dsm_image_accordion_horizontal_phone_center>div {
        -ms-flex-pack: center;
        justify-content: center
    }

    .dsm_image_accordion_horizontal_phone_right>div {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .dsm_image_accordion_horizontal_phone_left .dsm_image_accordion_child_content {
        text-align: left
    }

    .dsm_image_accordion_horizontal_phone_center .dsm_image_accordion_child_content {
        text-align: center
    }

    .dsm_image_accordion_horizontal_phone_right .dsm_image_accordion_child_content {
        text-align: right
    }
}

.dsm_image_accordion_vertical_top>div {
    -ms-flex-align: start;
    align-items: flex-start
}

.dsm_image_accordion_vertical_center>div {
    -ms-flex-align: center;
    align-items: center
}

.dsm_image_accordion_vertical_bottom>div {
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 980px) {
    .dsm_image_accordion_vertical_tablet_top>div {
        -ms-flex-align:start;
        align-items: flex-start
    }

    .dsm_image_accordion_vertical_tablet_center>div {
        -ms-flex-align: center;
        align-items: center
    }

    .dsm_image_accordion_vertical_tablet_bottom>div {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .dsm_image_accordion_vertical_phone_top>div {
        -ms-flex-align:start;
        align-items: flex-start
    }

    .dsm_image_accordion_vertical_phone_center>div {
        -ms-flex-align: center;
        align-items: center
    }

    .dsm_image_accordion_vertical_phone_bottom>div {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.dsm-post-carousel .swiper-container-cube .swiper-slide:not(.swiper-slide-active) {
    z-index: 0
}

.dsm-post-carousel-item {
    border: 0 solid
}

.dsm-bottom-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

.dsm-bottom-meta img {
    width: 60px;
    height: auto
}

.dsm-bottom-meta .dsm-bottom-meta-image {
    margin-right: 10px;
    line-height: 0;
    border-style: solid
}

.dsm-bottom-meta-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

.dsm-entry-title {
    font-size: 18px;
    line-height: 1.3em
}

.dsm_post_carousel .dsm-entry-image {
    position: relative;
    overflow: hidden;
    border-style: solid
}

.dsm_post_carousel .swiper-pagination {
    text-align: center;
    width: 100%
}

.dsm_post_carousel .swiper-pagination .swiper-pagination-bullets {
    bottom: -40px;
    left: 0;
    width: 100%
}

.dsm_post_carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px
}

.dsm_post_carousel .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.dsm_post_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.dsm_post_carousel .swiper-button-next,.dsm_post_carousel .swiper-button-prev {
    background-image: none!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-style: solid
}

.dsm_post_carousel .swiper-button-next:after,.dsm_post_carousel .swiper-button-prev:after {
    content: attr(data-icon);
    display: block;
    font-family: ETmodules;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dsm_post_carousel .swiper-button-prev {
    left: -50px
}

.dsm_post_carousel .swiper-button-next {
    right: -50px
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    pointer-events: all
}

.dsm-readmore-btn {
    display: inline-block
}

@media (max-width: 767px) {
    .dsm_post_carousel .swiper-button-prev {
        left:-25px
    }

    .dsm_post_carousel .swiper-button-next {
        right: -25px
    }
}

.dsm_blob_image_img {
    width: 100%;
    height: 100%
}

.dsm_blob_image_wrap {
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-style: solid;
    display: block
}

.dsm_blob_image_overlay .dsm_blob_image_img {
    -o-object-fit: cover;
    object-fit: cover;
    background-blend-mode: overlay;
    mix-blend-mode: overlay
}

.dsm_blob_overlay_wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dsm_blob_overlay_text {
    width: 100%
}

.dsm_blob_description,.dsm_blob_title {
    text-align: center;
    padding-bottom: 20px
}

.dsm_blob_title {
    line-height: 1em;
    color: #fff
}

.dsm_blob_description {
    line-height: 1.7em;
    color: #fff
}

.dsm_blob_image_content_hover .dsm_blob_overlay_text {
    opacity: 0;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.dsm_blob_image_content_hover:hover .dsm_blob_overlay_text {
    opacity: 1
}

.dsm_blob_image_button_wrapper {
    text-align: center
}

.dsm_blob_image_one {
    border-radius: 71% 29% 41% 59%/59% 43% 57% 41%
}

.dsm_blob_image_two {
    border-radius: 72% 28% 70% 30%/36% 50% 50% 64%
}

.dsm_blob_image_three {
    border-radius: 40% 60% 27% 73%/60% 75% 25% 40%
}

.dsm_blob_image_four {
    border-radius: 40% 60% 72% 28%/65% 29% 71% 35%
}

.dsm_blob_image_five {
    border-radius: 45% 55% 37% 63%/63% 73% 27% 37%
}

.dsm_blob_image_six {
    border-radius: 47% 53% 47% 53%/38% 75% 25% 62%
}

.dsm_blob_image_seven {
    border-radius: 50% 50% 42% 58%/38% 68% 32% 62%
}

.dsm_blob_image_eight {
    border-radius: 31% 69% 57% 43%/27% 48% 52% 73%
}

.dsm_blob_image_nine {
    border-radius: 46% 54% 17% 83%/30% 24% 76% 70%
}

.dsm_blob_image_ten {
    border-radius: 72% 28% 83% 17%/46% 28% 72% 54%
}

.dsm_blob_image_eleven {
    border-radius: 66% 34% 83% 17%/22% 65% 35% 78%
}

.dsm_blob_image_twelve {
    border-radius: 18% 82% 51% 49%/61% 68% 32% 39%
}

.dsm_blob_image_thirdteen {
    border-radius: 59% 41% 41% 59%/29% 48% 52% 71%
}

.dsm-content-timeline-content-wrapper,.dsm-content-timeline-content-wrapper:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.dsm-content-timeline-items-wrapper .dsm-icon-wrapper {
    line-height: 1
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-image {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 0
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-icon {
    margin-bottom: 10px
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-timeline-content .et_pb_button {
    display: inline-block;
    margin-top: 15px
}

.dsm-content-timeline-items-wrapper .dsm-icon,.dsm-content-timeline-items-wrapper .dsm-pointer-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    line-height: 1;
    font-size: 20px;
    font-style: normal;
    direction: ltr
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-mobile {
    margin-bottom: 10px
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 60px;
    width: 100%;
    will-change: transform;
    overflow: visible!important
}

.dsm-content-timeline-items-wrapper.dsm-left .dsm-content-timeline-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    direction: ltr!important;
    position: relative
}

.dsm-content-timeline-items-wrapper.dsm-left .dsm-content-timeline-tree {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm-content-timeline-items-wrapper.dsm-left .dsm-pointer-wrapper {
    padding: 10px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1
}

.dsm-content-timeline-items-wrapper.dsm-left .dsm-content-timeline-content-wrapper {
    margin-left: 6.5%!important
}

.dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1
}

.dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(2n) .dsm-content-timeline-date {
    right: auto;
    left: auto
}

.dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-date.dsm-desktop {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%
}

.dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(2n) .dsm-content-timeline-date.dsm-opposite-wrapper {
    right: 55%;
    left: auto
}

.dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
    width: calc(50% - 54px)!important
}

.dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(2n) .dsm-content-timeline-content-wrapper {
    position: relative;
    left: 55%;
    top: 0
}

.dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    direction: ltr!important
}

.dsm-content-timeline-items-wrapper.dsm-right .dsm-content-timeline-date.dsm-desktop {
    width: 10%;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 5px
}

.dsm-content-timeline-items-wrapper.dsm-right .dsm-content-timeline-content-wrapper {
    margin-right: 6.5%!important
}

.dsm-content-timeline-items-wrapper.dsm-right .dsm-content-timeline-tree {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm-content-timeline-items-wrapper.dsm-right .dsm-pointer-wrapper {
    padding: 10px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1
}

.dsm-content-timeline-items-wrapper.dsm-right .dsm-content-timeline-item-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    direction: ltr!important;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dsm-content-timeline-items-wrapper .et_pb_module {
    margin-bottom: 0!important
}

@media (max-width: 767px) {
    .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
        display:none!important
    }

    .dsm-content-timeline-items-wrapper.dsm-left .dsm-content-timeline-content-wrapper {
        margin-left: 50px!important
    }

    .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree,.dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
        left: 4%
    }

    .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
        margin-left: 50px!important
    }

    .dsm-content-timeline-items-wrapper.dsm-right .dsm-content-timeline-tree,.dsm-content-timeline-items-wrapper.dsm-right .dsm-pointer-wrapper {
        left: 94%
    }

    .dsm-content-timeline-items-wrapper.dsm-right .dsm-content-timeline-content-wrapper {
        margin-right: 50px!important
    }

    .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper,.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper {
        width: 100%!important
    }

    .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(2n) .dsm-content-timeline-content-wrapper {
        left: 0!important
    }

    .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(2n) .dsm-content-timeline-date {
        text-align: left
    }
}

@media (min-width: 768px) {
    .dsm-visibility .date {
        display:none
    }
}

.dsm-text-path-container.dsm-rtl text {
    direction: rtl
}

.dsm-text-path-container svg text {
    direction: ltr
}

.dsm-text-path-container svg path {
    fill: transparent;
    stroke: transparent
}

.dsm-text-path-container svg {
    max-width: 100%;
    height: auto;
    overflow: visible
}

.dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper {
    cursor: pointer;
    word-spacing: normal;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.dsm_custom_image_icon {
    max-width: 18px
}

.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-flat .dsm-social-share-button-inner-wrapper,.dsm-social-share-buttons-container.dsm-gradient .dsm-social-share-button-inner-wrapper,.dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
    color: #fff
}

.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text,.dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text {
    color: #000
}

.dsm-social-share-buttons-container .dsm-social-button-wrapper .dsm-social-share-button-icon {
    line-height: 1
}

.dsm-social-share-buttons-container.dsm-flat .dsm-facebook,.dsm-social-share-buttons-container.dsm-gradient .dsm-facebook {
    background: #3b5998
}

.dsm-social-share-buttons-container.dsm-flat .dsm-twitter,.dsm-social-share-buttons-container.dsm-gradient .dsm-twitter {
    background: #1da1f2
}

.dsm-social-share-buttons-container.dsm-flat .dsm-linkedin,.dsm-social-share-buttons-container.dsm-gradient .dsm-linkedin {
    background: #0077b5
}

.dsm-social-share-buttons-container.dsm-flat .dsm-pinterest,.dsm-social-share-buttons-container.dsm-gradient .dsm-pinterest {
    background: #bd081c
}

.dsm-social-share-buttons-container.dsm-flat .dsm-reddit,.dsm-social-share-buttons-container.dsm-gradient .dsm-reddit {
    background: #ff4500
}

.dsm-social-share-buttons-container.dsm-flat .dsm-vk,.dsm-social-share-buttons-container.dsm-gradient .dsm-vk {
    background: #45668e
}

.dsm-social-share-buttons-container.dsm-flat .dsm-tumbler,.dsm-social-share-buttons-container.dsm-gradient .dsm-tumbler {
    background: #35465c
}

.dsm-social-share-buttons-container.dsm-flat .dsm-digg,.dsm-social-share-buttons-container.dsm-gradient .dsm-digg {
    background: #005be2
}

.dsm-social-share-buttons-container.dsm-flat .dsm-skype,.dsm-social-share-buttons-container.dsm-gradient .dsm-skype {
    background: #00aff0
}

.dsm-social-share-buttons-container.dsm-flat .dsm-stumbleupon,.dsm-social-share-buttons-container.dsm-gradient .dsm-stumbleupon {
    background: #eb4924
}

.dsm-social-share-buttons-container.dsm-flat .dsm-mix,.dsm-social-share-buttons-container.dsm-gradient .dsm-mix {
    background: #f3782b
}

.dsm-social-share-buttons-container.dsm-flat .dsm-telegram,.dsm-social-share-buttons-container.dsm-gradient .dsm-telegram {
    background: #2ca5e0
}

.dsm-social-share-buttons-container.dsm-flat .dsm-xing,.dsm-social-share-buttons-container.dsm-gradient .dsm-xing {
    background: #026466
}

.dsm-social-share-buttons-container.dsm-flat .dsm-whatsapp,.dsm-social-share-buttons-container.dsm-gradient .dsm-whatsapp {
    background: #25d366
}

.dsm-social-share-buttons-container.dsm-flat .dsm-email,.dsm-social-share-buttons-container.dsm-gradient .dsm-email {
    background: #ea4335
}

.dsm-social-share-buttons-container.dsm-flat .dsm-print,.dsm-social-share-buttons-container.dsm-gradient .dsm-print {
    background: #aaa
}

.dsm-social-share-buttons-container.dsm-flat .dsm-pocket,.dsm-social-share-buttons-container.dsm-gradient .dsm-pocket {
    background: #ef3f56
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-facebook .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-facebook,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-facebook .dsm-social-share-button-icon {
    background: #3b5998
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-twitter .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-twitter,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-twitter .dsm-social-share-button-icon {
    background: #1da1f2
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-linkedin .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-linkedin,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-linkedin .dsm-social-share-button-icon {
    background: #0077b5
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pinterest .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-pinterest,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-pinterest .dsm-social-share-button-icon {
    background: #bd081c
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-reddit .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-reddit,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-reddit .dsm-social-share-button-icon {
    background: #ff4500
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-vk .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-vk,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-vk .dsm-social-share-button-icon {
    background: #45668e
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-tumbler .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-tumbler,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-tumbler .dsm-social-share-button-icon {
    background: #35465c
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-digg .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-digg,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-digg .dsm-social-share-button-icon {
    background: #005be2
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-skype .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-skype,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-skype .dsm-social-share-button-icon {
    background: #00aff0
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-stumbleupon .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-stumbleupon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-stumbleupon .dsm-social-share-button-icon {
    background: #eb4924
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-mix .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-mix,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-mix .dsm-social-share-button-icon {
    background: #f3782b
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-telegram .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-telegram,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-telegram .dsm-social-share-button-icon {
    background: #2ca5e0
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-xing .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-xing,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-xing .dsm-social-share-button-icon {
    background: #026466
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-whatsapp .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-whatsapp,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-whatsapp .dsm-social-share-button-icon {
    background: #25d366
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-email .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-email,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-email .dsm-social-share-button-icon {
    background: #ea4335
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-print .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-print,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-print .dsm-social-share-button-icon {
    background: #aaa
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pocket .dsm-social-share-button-icon,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-pocket,.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-pocket .dsm-social-share-button-icon {
    background: #ef3f56
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-facebook,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-facebook,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-facebook .dsm-social-share-button-text {
    color: #3b5998
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-facebook {
    background: #3b5998
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-twitter,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-twitter,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-twitter .dsm-social-share-button-text {
    color: #1da1f2
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-twitter {
    background: #1da1f2
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-linkedin,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-linkedin,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-linkedin .dsm-social-share-button-text {
    color: #0077b5
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-linkedin {
    background: #0077b5
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pinterest,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pinterest,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pinterest .dsm-social-share-button-text {
    color: #bd081c
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-pinterest {
    background: #bd081c
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-reddit,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-reddit,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-reddit .dsm-social-share-button-text {
    color: #ff4500
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-reddit {
    background: #ff4500
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-vk,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-vk,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-vk .dsm-social-share-button-text {
    color: #45668e
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-vk {
    background: #45668e
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-tumbler,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-tumbler,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-tumbler .dsm-social-share-button-text {
    color: #35465c
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-tumbler {
    background: #35465c
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-digg,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-digg,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-digg .dsm-social-share-button-text {
    color: #005be2
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-digg {
    background: #005be2
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-skype,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-skype,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-skype .dsm-social-share-button-text {
    color: #00aff0
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-skype {
    background: #00aff0
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-stumbleupon,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-stumbleupon,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-stumbleupon .dsm-social-share-button-text {
    color: #eb4924
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-stumbleupon {
    background: #eb4924
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-mix,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-mix,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-mix .dsm-social-share-button-text {
    color: #f3782b
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-mix {
    background: #f3782b
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-telegram,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-telegram,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-telegram .dsm-social-share-button-text {
    color: #2ca5e0
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-telegram {
    background: #2ca5e0
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-xing,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-xing,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-xing .dsm-social-share-button-text {
    color: #026466
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-xing {
    background: #026466
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-whatsapp,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-whatsapp,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-whatsapp .dsm-social-share-button-text {
    color: #25d366
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-whatsapp {
    background: #25d366
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-email,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-email,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-email .dsm-social-share-button-text {
    color: #ea4335
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-email {
    background: #ea4335
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-print,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-print,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-print .dsm-social-share-button-text {
    color: #aaa
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-print {
    background: #aaa
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pocket,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pocket,.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pocket .dsm-social-share-button-text {
    color: #ef3f56
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-pocket {
    background: #ef3f56
}

.dsm-social-share-buttons-container.dsm-framed .dsm-facebook {
    color: #3b5998
}

.dsm-social-share-buttons-container.dsm-framed .dsm-twitter {
    color: #1da1f2
}

.dsm-social-share-buttons-container.dsm-framed .dsm-linkedin {
    color: #0077b5
}

.dsm-social-share-buttons-container.dsm-framed .dsm-pinterest {
    color: #bd081c
}

.dsm-social-share-buttons-container.dsm-framed .dsm-reddit {
    color: #ff4500
}

.dsm-social-share-buttons-container.dsm-framed .dsm-vk {
    color: #45668e
}

.dsm-social-share-buttons-container.dsm-framed .dsm-tumbler {
    color: #35465c
}

.dsm-social-share-buttons-container.dsm-framed .dsm-digg {
    color: #005be2
}

.dsm-social-share-buttons-container.dsm-framed .dsm-skype {
    color: #00aff0
}

.dsm-social-share-buttons-container.dsm-framed .dsm-stumbleupon {
    color: #eb4924
}

.dsm-social-share-buttons-container.dsm-framed .dsm-mix {
    color: #f3782b
}

.dsm-social-share-buttons-container.dsm-framed .dsm-telegram {
    color: #2ca5e0
}

.dsm-social-share-buttons-container.dsm-framed .dsm-xing {
    color: #026466
}

.dsm-social-share-buttons-container.dsm-framed .dsm-whatsapp {
    color: #25d366
}

.dsm-social-share-buttons-container.dsm-framed .dsm-email {
    color: #ea4335
}

.dsm-social-share-buttons-container.dsm-framed .dsm-print {
    color: #aaa
}

.dsm-social-share-buttons-container.dsm-framed .dsm-pocket {
    color: #ef3f56
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.dsm-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-grow:active,.dsm-grow:focus,.dsm-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.dsm-shrink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-shrink:active,.dsm-shrink:focus,.dsm-shrink:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

@-webkit-keyframes dsm-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes dsm-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.dsm-pulse {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-pulse:active,.dsm-pulse:focus,.dsm-pulse:hover {
    -webkit-animation-name: dsm-pulse;
    animation-name: dsm-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dsm-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes dsm-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.dsm-pulse-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-pulse-grow:active,.dsm-pulse-grow:focus,.dsm-pulse-grow:hover {
    -webkit-animation-name: dsm-pulse-grow;
    animation-name: dsm-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes dsm-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes dsm-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.dsm-pulse-shrink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-pulse-shrink:active,.dsm-pulse-shrink:focus,.dsm-pulse-shrink:hover {
    -webkit-animation-name: dsm-pulse-shrink;
    animation-name: dsm-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes dsm-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dsm-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.dsm-push {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-push:active,.dsm-push:focus,.dsm-push:hover {
    -webkit-animation-name: dsm-push;
    animation-name: dsm-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes dsm-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.dsm-pop {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-pop:active,.dsm-pop:focus,.dsm-pop:hover {
    -webkit-animation-name: dsm-pop;
    animation-name: dsm-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.dsm-bounce-in {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-in:active,.dsm-bounce-in:focus,.dsm-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    -o-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36)
}

.dsm-bounce-out {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-out:active,.dsm-bounce-out:focus,.dsm-bounce-out:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    -o-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36)
}

.dsm-rotate {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-rotate:active,.dsm-rotate:focus,.dsm-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.dsm-grow-rotate {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-grow-rotate:active,.dsm-grow-rotate:focus,.dsm-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.dsm-float {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-float:active,.dsm-float:focus,.dsm-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.dsm-sink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sink:active,.dsm-sink:focus,.dsm-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@-webkit-keyframes dsm-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes dsm-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes dsm-bob-float {
    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes dsm-bob-float {
    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.dsm-bob {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-bob:active,.dsm-bob:focus,.dsm-bob:hover {
    -webkit-animation-name: dsm-bob-float,dsm-bob;
    animation-name: dsm-bob-float,dsm-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

@-webkit-keyframes dsm-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes dsm-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes dsm-hang-sink {
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes dsm-hang-sink {
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.dsm-hang {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-hang:active,.dsm-hang:focus,.dsm-hang:hover {
    -webkit-animation-name: dsm-hang-sink,dsm-hang;
    animation-name: dsm-hang-sink,dsm-hang;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

.dsm-skew {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-skew:active,.dsm-skew:focus,.dsm-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.dsm-skew-forward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.dsm-skew-forward:active,.dsm-skew-forward:focus,.dsm-skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.dsm-skew-backward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.dsm-skew-backward:active,.dsm-skew-backward:focus,.dsm-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes dsm-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dsm-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.dsm-wobble-vertical {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-vertical:active,.dsm-wobble-vertical:focus,.dsm-wobble-vertical:hover {
    -webkit-animation-name: dsm-wobble-vertical;
    animation-name: dsm-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes dsm-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.dsm-wobble-horizontal {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-horizontal:active,.dsm-wobble-horizontal:focus,.dsm-wobble-horizontal:hover {
    -webkit-animation-name: dsm-wobble-horizontal;
    animation-name: dsm-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px,8px);
        transform: translate(8px,8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,-6px);
        transform: translate(-6px,-6px)
    }

    49.95% {
        -webkit-transform: translate(4px,4px);
        transform: translate(4px,4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,-2px);
        transform: translate(-2px,-2px)
    }

    83.25% {
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes dsm-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px,8px);
        transform: translate(8px,8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,-6px);
        transform: translate(-6px,-6px)
    }

    49.95% {
        -webkit-transform: translate(4px,4px);
        transform: translate(4px,4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,-2px);
        transform: translate(-2px,-2px)
    }

    83.25% {
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.dsm-wobble-to-bottom-right {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-to-bottom-right:active,.dsm-wobble-to-bottom-right:focus,.dsm-wobble-to-bottom-right:hover {
    -webkit-animation-name: dsm-wobble-to-bottom-right;
    animation-name: dsm-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px,-8px);
        transform: translate(8px,-8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,6px);
        transform: translate(-6px,6px)
    }

    49.95% {
        -webkit-transform: translate(4px,-4px);
        transform: translate(4px,-4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,2px);
        transform: translate(-2px,2px)
    }

    83.25% {
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes dsm-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px,-8px);
        transform: translate(8px,-8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,6px);
        transform: translate(-6px,6px)
    }

    49.95% {
        -webkit-transform: translate(4px,-4px);
        transform: translate(4px,-4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,2px);
        transform: translate(-2px,2px)
    }

    83.25% {
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.dsm-wobble-to-top-right {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-to-top-right:active,.dsm-wobble-to-top-right:focus,.dsm-wobble-to-top-right:hover {
    -webkit-animation-name: dsm-wobble-to-top-right;
    animation-name: dsm-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes dsm-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.dsm-wobble-top {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.dsm-wobble-top:active,.dsm-wobble-top:focus,.dsm-wobble-top:hover {
    -webkit-animation-name: dsm-wobble-top;
    animation-name: dsm-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes dsm-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.dsm-wobble-bottom {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.dsm-wobble-bottom:active,.dsm-wobble-bottom:focus,.dsm-wobble-bottom:hover {
    -webkit-animation-name: dsm-wobble-bottom;
    animation-name: dsm-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes dsm-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.dsm-wobble-skew {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-wobble-skew:active,.dsm-wobble-skew:focus,.dsm-wobble-skew:hover {
    -webkit-animation-name: dsm-wobble-skew;
    animation-name: dsm-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes dsm-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.dsm-buzz {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-buzz:active,.dsm-buzz:focus,.dsm-buzz:hover {
    -webkit-animation-name: dsm-buzz;
    animation-name: dsm-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dsm-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes dsm-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.dsm-buzz-out {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.dsm-buzz-out:active,.dsm-buzz-out:focus,.dsm-buzz-out:hover {
    -webkit-animation-name: dsm-buzz-out;
    animation-name: dsm-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.dsm-forward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-forward:active,.dsm-forward:focus,.dsm-forward:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.dsm-backward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-backward:active,.dsm-backward:focus,.dsm-backward:hover {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.dsm-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color
}

.dsm-fade:active,.dsm-fade:focus,.dsm-fade:hover {
    background-color: #2098d1;
    color: #fff
}

@-webkit-keyframes dsm-back-pulse {
    50% {
        background-color: rgba(32,152,209,.75)
    }
}

@keyframes dsm-back-pulse {
    50% {
        background-color: rgba(32,152,209,.75)
    }
}

.dsm-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color
}

.dsm-back-pulse:active,.dsm-back-pulse:focus,.dsm-back-pulse:hover {
    -webkit-animation-name: dsm-back-pulse;
    animation-name: dsm-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098d1;
    color: #fff
}

.dsm-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-sweep-to-right,.dsm-sweep-to-right:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sweep-to-right:active,.dsm-sweep-to-right:focus,.dsm-sweep-to-right:hover {
    color: #fff
}

.dsm-sweep-to-right:active:before,.dsm-sweep-to-right:focus:before,.dsm-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dsm-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-sweep-to-left,.dsm-sweep-to-left:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sweep-to-left:active,.dsm-sweep-to-left:focus,.dsm-sweep-to-left:hover {
    color: #fff
}

.dsm-sweep-to-left:active:before,.dsm-sweep-to-left:focus:before,.dsm-sweep-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dsm-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-sweep-to-bottom,.dsm-sweep-to-bottom:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sweep-to-bottom:active,.dsm-sweep-to-bottom:focus,.dsm-sweep-to-bottom:hover {
    color: #fff
}

.dsm-sweep-to-bottom:active:before,.dsm-sweep-to-bottom:focus:before,.dsm-sweep-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.dsm-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-sweep-to-top,.dsm-sweep-to-top:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-sweep-to-top:active,.dsm-sweep-to-top:focus,.dsm-sweep-to-top:hover {
    color: #fff
}

.dsm-sweep-to-top:active:before,.dsm-sweep-to-top:focus:before,.dsm-sweep-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.dsm-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-bounce-to-right,.dsm-bounce-to-right:before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-bounce-to-right:active,.dsm-bounce-to-right:focus,.dsm-bounce-to-right:hover {
    color: #fff
}

.dsm-bounce-to-right:active:before,.dsm-bounce-to-right:focus:before,.dsm-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-bounce-to-left,.dsm-bounce-to-left:before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-bounce-to-left:active,.dsm-bounce-to-left:focus,.dsm-bounce-to-left:hover {
    color: #fff
}

.dsm-bounce-to-left:active:before,.dsm-bounce-to-left:focus:before,.dsm-bounce-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-bounce-to-bottom,.dsm-bounce-to-bottom:before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-bounce-to-bottom:active,.dsm-bounce-to-bottom:focus,.dsm-bounce-to-bottom:hover {
    color: #fff
}

.dsm-bounce-to-bottom:active:before,.dsm-bounce-to-bottom:focus:before,.dsm-bounce-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-bounce-to-top,.dsm-bounce-to-top:before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.dsm-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-bounce-to-top:active,.dsm-bounce-to-top:focus,.dsm-bounce-to-top:hover {
    color: #fff
}

.dsm-bounce-to-top:active:before,.dsm-bounce-to-top:focus:before,.dsm-bounce-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -o-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-radial-out,.dsm-radial-out:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-radial-out:active,.dsm-radial-out:focus,.dsm-radial-out:hover {
    color: #fff
}

.dsm-radial-out:active:before,.dsm-radial-out:focus:before,.dsm-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.dsm-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-radial-in,.dsm-radial-in:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-radial-in:active,.dsm-radial-in:focus,.dsm-radial-in:hover {
    color: #fff
}

.dsm-radial-in:active:before,.dsm-radial-in:focus:before,.dsm-radial-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.dsm-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-rectangle-in,.dsm-rectangle-in:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-rectangle-in:active,.dsm-rectangle-in:focus,.dsm-rectangle-in:hover {
    color: #fff
}

.dsm-rectangle-in:active:before,.dsm-rectangle-in:focus:before,.dsm-rectangle-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.dsm-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-rectangle-out,.dsm-rectangle-out:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-rectangle-out:active,.dsm-rectangle-out:focus,.dsm-rectangle-out:hover {
    color: #fff
}

.dsm-rectangle-out:active:before,.dsm-rectangle-out:focus:before,.dsm-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-shutter-in-horizontal,.dsm-shutter-in-horizontal:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-shutter-in-horizontal:active,.dsm-shutter-in-horizontal:focus,.dsm-shutter-in-horizontal:hover {
    color: #fff
}

.dsm-shutter-in-horizontal:active:before,.dsm-shutter-in-horizontal:focus:before,.dsm-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.dsm-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-shutter-out-horizontal,.dsm-shutter-out-horizontal:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-shutter-out-horizontal:active,.dsm-shutter-out-horizontal:focus,.dsm-shutter-out-horizontal:hover {
    color: #fff
}

.dsm-shutter-out-horizontal:active:before,.dsm-shutter-out-horizontal:focus:before,.dsm-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dsm-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-shutter-in-vertical,.dsm-shutter-in-vertical:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-shutter-in-vertical:active,.dsm-shutter-in-vertical:focus,.dsm-shutter-in-vertical:hover {
    color: #fff
}

.dsm-shutter-in-vertical:active:before,.dsm-shutter-in-vertical:focus:before,.dsm-shutter-in-vertical:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.dsm-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-shutter-out-vertical,.dsm-shutter-out-vertical:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-shutter-out-vertical:active,.dsm-shutter-out-vertical:focus,.dsm-shutter-out-vertical:hover {
    color: #fff
}

.dsm-shutter-out-vertical:active:before,.dsm-shutter-out-vertical:focus:before,.dsm-shutter-out-vertical:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.dsm-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow;
    -webkit-box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
    box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent
}

.dsm-border-fade:active,.dsm-border-fade:focus,.dsm-border-fade:hover {
    -webkit-box-shadow: inset 0 0 0 4px #2098d1,0 0 1px transparent;
    box-shadow: inset 0 0 0 4px #2098d1,0 0 1px transparent
}

.dsm-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
    box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent
}

.dsm-hollow:active,.dsm-hollow:focus,.dsm-hollow:hover {
    background: none
}

.dsm-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-trim:before {
    content: "";
    position: absolute;
    border: 4px solid #fff;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.dsm-trim:active:before,.dsm-trim:focus:before,.dsm-trim:hover:before {
    opacity: 1
}

@-webkit-keyframes dsm-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes dsm-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.dsm-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-ripple-out:before {
    content: "";
    position: absolute;
    border: 6px solid #e1e1e1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.dsm-ripple-out:active:before,.dsm-ripple-out:focus:before,.dsm-ripple-out:hover:before {
    -webkit-animation-name: dsm-ripple-out;
    animation-name: dsm-ripple-out
}

@-webkit-keyframes dsm-ripple-in {
    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes dsm-ripple-in {
    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

.dsm-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-ripple-in:before {
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.dsm-ripple-in:active:before,.dsm-ripple-in:focus:before,.dsm-ripple-in:hover:before {
    -webkit-animation-name: dsm-ripple-in;
    animation-name: dsm-ripple-in
}

.dsm-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-outline-out:before {
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top,right,bottom,left;
    -o-transition-property: top,right,bottom,left;
    transition-property: top,right,bottom,left
}

.dsm-outline-out:active:before,.dsm-outline-out:focus:before,.dsm-outline-out:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.dsm-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-outline-in:before {
    pointer-events: none;
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top,right,bottom,left;
    -o-transition-property: top,right,bottom,left;
    transition-property: top,right,bottom,left
}

.dsm-outline-in:active:before,.dsm-outline-in:focus:before,.dsm-outline-in:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.dsm-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    -o-transition-property: border-radius;
    transition-property: border-radius
}

.dsm-round-corners:active,.dsm-round-corners:focus,.dsm-round-corners:hover {
    border-radius: 1em
}

.dsm-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-underline-from-left:active:before,.dsm-underline-from-left:focus:before,.dsm-underline-from-left:hover:before {
    right: 0
}

.dsm-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left,right;
    -o-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-underline-from-center:active:before,.dsm-underline-from-center:focus:before,.dsm-underline-from-center:hover:before {
    left: 0;
    right: 0
}

.dsm-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-underline-from-right:active:before,.dsm-underline-from-right:focus:before,.dsm-underline-from-right:hover:before {
    left: 0
}

.dsm-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-overline-from-left:active:before,.dsm-overline-from-left:focus:before,.dsm-overline-from-left:hover:before {
    right: 0
}

.dsm-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left,right;
    -o-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-overline-from-center:active:before,.dsm-overline-from-center:focus:before,.dsm-overline-from-center:hover:before {
    left: 0;
    right: 0
}

.dsm-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-overline-from-right:active:before,.dsm-overline-from-right:focus:before,.dsm-overline-from-right:hover:before {
    left: 0
}

.dsm-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0 solid #2098d1;
    -webkit-transition-property: border-width;
    -o-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-reveal:active:before,.dsm-reveal:focus:before,.dsm-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px
}

.dsm-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-underline-reveal:active:before,.dsm-underline-reveal:focus:before,.dsm-underline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dsm-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.dsm-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-overline-reveal:active:before,.dsm-overline-reveal:focus:before,.dsm-overline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dsm-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow
}

.dsm-glow:active,.dsm-glow:focus,.dsm-glow:hover {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6)
}

.dsm-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow
}

.dsm-shadow:active,.dsm-shadow:focus,.dsm-shadow:hover {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5)
}

.dsm-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow,transform;
    -webkit-transition-property: -webkit-box-shadow,-webkit-transform;
    transition-property: -webkit-box-shadow,-webkit-transform;
    -o-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform;
    transition-property: box-shadow,transform,-webkit-box-shadow,-webkit-transform
}

.dsm-grow-shadow:active,.dsm-grow-shadow:focus,.dsm-grow-shadow:hover {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.dsm-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow
}

.dsm-box-shadow-outset:active,.dsm-box-shadow-outset:focus,.dsm-box-shadow-outset:hover {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.6);
    box-shadow: 2px 2px 2px rgba(0,0,0,.6)
}

.dsm-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.6),0 0 1px transparent;
    box-shadow: inset 0 0 0 rgba(0,0,0,.6),0 0 1px transparent
}

.dsm-box-shadow-inset:active,.dsm-box-shadow-inset:focus,.dsm-box-shadow-inset:hover {
    -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px transparent;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px transparent
}

.dsm-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-float-shadow,.dsm-float-shadow:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
    background: -o-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);
    -webkit-transition-property: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

.dsm-float-shadow:active,.dsm-float-shadow:focus,.dsm-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.dsm-float-shadow:active:before,.dsm-float-shadow:focus:before,.dsm-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.dsm-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-shadow-radial:after,.dsm-shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.dsm-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
    background: -o-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
    background: radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,transparent 80%)
}

.dsm-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
    background: -o-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
    background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,transparent 80%)
}

.dsm-shadow-radial:active:after,.dsm-shadow-radial:active:before,.dsm-shadow-radial:focus:after,.dsm-shadow-radial:focus:before,.dsm-shadow-radial:hover:after,.dsm-shadow-radial:hover:before {
    opacity: 1
}

.dsm-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    left: calc(50% - 10px);
    top: 0;
    border-color: transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0 10px 10px
}

.dsm-bubble-top:active:before,.dsm-bubble-top:focus:before,.dsm-bubble-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.dsm-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    top: calc(50% - 10px);
    right: 0;
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 10px 0 10px 10px
}

.dsm-bubble-right:active:before,.dsm-bubble-right:focus:before,.dsm-bubble-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.dsm-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-color: #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0
}

.dsm-bubble-bottom:active:before,.dsm-bubble-bottom:focus:before,.dsm-bubble-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.dsm-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    top: calc(50% - 10px);
    left: 0;
    border-color: transparent #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0
}

.dsm-bubble-left:active:before,.dsm-bubble-left:focus:before,.dsm-bubble-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.dsm-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-float-top,.dsm-bubble-float-top:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    top: 0;
    border-color: transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0 10px 10px
}

.dsm-bubble-float-top:active,.dsm-bubble-float-top:focus,.dsm-bubble-float-top:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.dsm-bubble-float-top:active:before,.dsm-bubble-float-top:focus:before,.dsm-bubble-float-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.dsm-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-float-right,.dsm-bubble-float-right:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: "";
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 10px 0 10px 10px
}

.dsm-bubble-float-right:active,.dsm-bubble-float-right:focus,.dsm-bubble-float-right:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.dsm-bubble-float-right:active:before,.dsm-bubble-float-right:focus:before,.dsm-bubble-float-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.dsm-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-float-bottom,.dsm-bubble-float-bottom:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    bottom: 0;
    border-color: #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0
}

.dsm-bubble-float-bottom:active,.dsm-bubble-float-bottom:focus,.dsm-bubble-float-bottom:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.dsm-bubble-float-bottom:active:before,.dsm-bubble-float-bottom:focus:before,.dsm-bubble-float-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.dsm-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-bubble-float-left,.dsm-bubble-float-left:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.dsm-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: calc(50% - 10px);
    left: 0;
    border-color: transparent #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0
}

.dsm-bubble-float-left:active,.dsm-bubble-float-left:focus,.dsm-bubble-float-left:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.dsm-bubble-float-left:active:before,.dsm-bubble-float-left:focus:before,.dsm-bubble-float-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.dsm-icon-back {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em
}

.dsm-icon-back,.dsm-icon-back:after,.dsm-icon-back:before {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.dsm-icon-back:after,.dsm-icon-back:before {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-back:active:after,.dsm-icon-back:active:before,.dsm-icon-back:focus:after,.dsm-icon-back:focus:before,.dsm-icon-back:hover:after,.dsm-icon-back:hover:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.dsm-icon-forward {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-forward,.dsm-icon-forward:after,.dsm-icon-forward:before {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.dsm-icon-forward:after,.dsm-icon-forward:before {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-forward:active:after,.dsm-icon-forward:active:before,.dsm-icon-forward:focus:after,.dsm-icon-forward:focus:before,.dsm-icon-forward:hover:after,.dsm-icon-forward:hover:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

@-webkit-keyframes dsm-icon-down {
    0%,50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes dsm-icon-down {
    0%,50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.dsm-icon-down {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-down:after,.dsm-icon-down:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-down:active:after,.dsm-icon-down:active:before,.dsm-icon-down:focus:after,.dsm-icon-down:focus:before,.dsm-icon-down:hover:after,.dsm-icon-down:hover:before {
    -webkit-animation-name: dsm-icon-down;
    animation-name: dsm-icon-down;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes dsm-icon-up {
    0%,50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes dsm-icon-up {
    0%,50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.dsm-icon-up {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-up:after,.dsm-icon-up:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-up:active:after,.dsm-icon-up:active:before,.dsm-icon-up:focus:after,.dsm-icon-up:focus:before,.dsm-icon-up:hover:after,.dsm-icon-up:hover:before {
    -webkit-animation-name: dsm-icon-up;
    animation-name: dsm-icon-up;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.dsm-icon-spin {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-spin:after,.dsm-icon-spin:before {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.dsm-icon-spin:active:after,.dsm-icon-spin:active:before,.dsm-icon-spin:focus:after,.dsm-icon-spin:focus:before,.dsm-icon-spin:hover:after,.dsm-icon-spin:hover:before {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

@-webkit-keyframes dsm-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51%,to {
        opacity: 1
    }
}

@keyframes dsm-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51%,to {
        opacity: 1
    }
}

.dsm-icon-drop {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-drop:after,.dsm-icon-drop:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-drop:active:after,.dsm-icon-drop:active:before,.dsm-icon-drop:focus:after,.dsm-icon-drop:focus:before,.dsm-icon-drop:hover:after,.dsm-icon-drop:hover:before {
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation-name: dsm-icon-drop;
    animation-name: dsm-icon-drop;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(.52,1.64,.37,.66);
    animation-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.dsm-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-fade:before {
    content: "\F00C";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

.dsm-icon-fade:active:before,.dsm-icon-fade:focus:before,.dsm-icon-fade:hover:before {
    color: #0f9e5e
}

@-webkit-keyframes dsm-icon-float-away {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

@keyframes dsm-icon-float-away {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

.dsm-icon-float-away {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-float-away:after,.dsm-icon-float-away:before {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm-icon-float-away:active:after,.dsm-icon-float-away:active:before,.dsm-icon-float-away:focus:after,.dsm-icon-float-away:focus:before,.dsm-icon-float-away:hover:after,.dsm-icon-float-away:hover:before {
    -webkit-animation-name: dsm-icon-float-away;
    animation-name: dsm-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes dsm-icon-sink-away {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

@keyframes dsm-icon-sink-away {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

.dsm-icon-sink-away {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-sink-away:after,.dsm-icon-sink-away:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dsm-icon-sink-away:active:after,.dsm-icon-sink-away:active:before,.dsm-icon-sink-away:focus:after,.dsm-icon-sink-away:focus:before,.dsm-icon-sink-away:hover:after,.dsm-icon-sink-away:hover:before {
    -webkit-animation-name: dsm-icon-sink-away;
    animation-name: dsm-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.dsm-icon-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-grow,.dsm-icon-grow:after,.dsm-icon-grow:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-grow:after,.dsm-icon-grow:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-grow:active:after,.dsm-icon-grow:active:before,.dsm-icon-grow:focus:after,.dsm-icon-grow:focus:before,.dsm-icon-grow:hover:after,.dsm-icon-grow:hover:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0)
}

.dsm-icon-shrink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-shrink,.dsm-icon-shrink:after,.dsm-icon-shrink:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-shrink:after,.dsm-icon-shrink:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-shrink:active:after,.dsm-icon-shrink:active:before,.dsm-icon-shrink:focus:after,.dsm-icon-shrink:focus:before,.dsm-icon-shrink:hover:after,.dsm-icon-shrink:hover:before {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@-webkit-keyframes dsm-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes dsm-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.dsm-icon-pulse {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-pulse:after,.dsm-icon-pulse:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-pulse:active:after,.dsm-icon-pulse:active:before,.dsm-icon-pulse:focus:after,.dsm-icon-pulse:focus:before,.dsm-icon-pulse:hover:after,.dsm-icon-pulse:hover:before {
    -webkit-animation-name: dsm-icon-pulse;
    animation-name: dsm-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dsm-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes dsm-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.dsm-icon-pulse-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-icon-pulse-grow:after,.dsm-icon-pulse-grow:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-pulse-grow:active:after,.dsm-icon-pulse-grow:active:before,.dsm-icon-pulse-grow:focus:after,.dsm-icon-pulse-grow:focus:before,.dsm-icon-pulse-grow:hover:after,.dsm-icon-pulse-grow:hover:before {
    -webkit-animation-name: dsm-icon-pulse-grow;
    animation-name: dsm-icon-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes dsm-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes dsm-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.dsm-icon-pulse-shrink {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-pulse-shrink:after,.dsm-icon-pulse-shrink:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-pulse-shrink:active:after,.dsm-icon-pulse-shrink:active:before,.dsm-icon-pulse-shrink:focus:after,.dsm-icon-pulse-shrink:focus:before,.dsm-icon-pulse-shrink:hover:after,.dsm-icon-pulse-shrink:hover:before {
    -webkit-animation-name: dsm-icon-pulse-shrink;
    animation-name: dsm-icon-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes dsm-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes dsm-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.dsm-icon-push {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-push,.dsm-icon-push:after,.dsm-icon-push:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-push:after,.dsm-icon-push:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-push:active:after,.dsm-icon-push:active:before,.dsm-icon-push:focus:after,.dsm-icon-push:focus:before,.dsm-icon-push:hover:after,.dsm-icon-push:hover:before {
    -webkit-animation-name: dsm-icon-push;
    animation-name: dsm-icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes dsm-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.dsm-icon-pop {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-icon-pop,.dsm-icon-pop:after,.dsm-icon-pop:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-pop:after,.dsm-icon-pop:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-pop:active:after,.dsm-icon-pop:active:before,.dsm-icon-pop:focus:after,.dsm-icon-pop:focus:before,.dsm-icon-pop:hover:after,.dsm-icon-pop:hover:before {
    -webkit-animation-name: dsm-icon-pop;
    animation-name: dsm-icon-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.dsm-icon-bounce {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-bounce,.dsm-icon-bounce:after,.dsm-icon-bounce:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-bounce:after,.dsm-icon-bounce:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-bounce:active:after,.dsm-icon-bounce:active:before,.dsm-icon-bounce:focus:after,.dsm-icon-bounce:focus:before,.dsm-icon-bounce:hover:after,.dsm-icon-bounce:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    -o-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36)
}

.dsm-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-rotate,.dsm-icon-rotate:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-rotate:before {
    content: "\F0C6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-rotate:active:before,.dsm-icon-rotate:focus:before,.dsm-icon-rotate:hover:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.dsm-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-grow-rotate,.dsm-icon-grow-rotate:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-grow-rotate:before {
    content: "\F095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-grow-rotate:active:before,.dsm-icon-grow-rotate:focus:before,.dsm-icon-grow-rotate:hover:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg)
}

.dsm-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-float,.dsm-icon-float:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-float:before {
    content: "\F01B";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-float:active:before,.dsm-icon-float:focus:before,.dsm-icon-float:hover:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.dsm-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.dsm-icon-sink,.dsm-icon-sink:before {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-sink:before {
    content: "\F01A";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dsm-icon-sink:active:before,.dsm-icon-sink:focus:before,.dsm-icon-sink:hover:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

@-webkit-keyframes dsm-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes dsm-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes dsm-icon-bob-float {
    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes dsm-icon-bob-float {
    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.dsm-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-bob:before {
    content: "\F077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-bob:active:before,.dsm-icon-bob:focus:before,.dsm-icon-bob:hover:before {
    -webkit-animation-name: dsm-icon-bob-float,dsm-icon-bob;
    animation-name: dsm-icon-bob-float,dsm-icon-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

@-webkit-keyframes dsm-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes dsm-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-webkit-keyframes dsm-icon-hang-sink {
    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes dsm-icon-hang-sink {
    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.dsm-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-hang:before {
    content: "\F078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-hang:active:before,.dsm-icon-hang:focus:before,.dsm-icon-hang:hover:before {
    -webkit-animation-name: dsm-icon-hang-sink,dsm-icon-hang;
    animation-name: dsm-icon-hang-sink,dsm-icon-hang;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

@-webkit-keyframes dsm-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes dsm-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.dsm-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-wobble-horizontal:before {
    content: "\F061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-wobble-horizontal:active:before,.dsm-icon-wobble-horizontal:focus:before,.dsm-icon-wobble-horizontal:hover:before {
    -webkit-animation-name: dsm-icon-wobble-horizontal;
    animation-name: dsm-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dsm-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.dsm-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-wobble-vertical:before {
    content: "\F062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-wobble-vertical:active:before,.dsm-icon-wobble-vertical:focus:before,.dsm-icon-wobble-vertical:hover:before {
    -webkit-animation-name: dsm-icon-wobble-vertical;
    animation-name: dsm-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes dsm-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes dsm-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.dsm-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-buzz:before {
    content: "\F017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-buzz:active:before,.dsm-icon-buzz:focus:before,.dsm-icon-buzz:hover:before {
    -webkit-animation-name: dsm-icon-buzz;
    animation-name: dsm-icon-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dsm-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes dsm-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.dsm-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.dsm-icon-buzz-out:before {
    content: "\F023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dsm-icon-buzz-out:active:before,.dsm-icon-buzz-out:focus:before,.dsm-icon-buzz-out:hover:before {
    -webkit-animation-name: dsm-icon-buzz-out;
    animation-name: dsm-icon-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.dsm-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: -webkit-linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: -o-linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff",endColorstr="#000000");
    z-index: 1000;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    -o-transition-property: width,height;
    transition-property: width,height
}

.dsm-curl-top-left:active:before,.dsm-curl-top-left:focus:before,.dsm-curl-top-left:hover:before {
    width: 25px;
    height: 25px
}

.dsm-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    background: -webkit-linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: -o-linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,.4);
    box-shadow: -1px 1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    -o-transition-property: width,height;
    transition-property: width,height
}

.dsm-curl-top-right:active:before,.dsm-curl-top-right:focus:before,.dsm-curl-top-right:hover:before {
    width: 25px;
    height: 25px
}

.dsm-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: -webkit-linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: -o-linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    -webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.4);
    box-shadow: -1px -1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    -o-transition-property: width,height;
    transition-property: width,height
}

.dsm-curl-bottom-right:active:before,.dsm-curl-bottom-right:focus:before,.dsm-curl-bottom-right:hover:before {
    width: 25px;
    height: 25px
}

.dsm-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dsm-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: -webkit-linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: -o-linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    -webkit-box-shadow: 1px -1px 1px rgba(0,0,0,.4);
    box-shadow: 1px -1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    -o-transition-property: width,height;
    transition-property: width,height
}

.dsm-curl-bottom-left:active:before,.dsm-curl-bottom-left:focus:before,.dsm-curl-bottom-left:hover:before {
    width: 25px;
    height: 25px
}

.dsm-advanced-tabs-container .dsm_advanced_tabs_child.et_pb_module {
    margin-bottom: 0!important
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab {
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-image {
    line-height: 0
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm_icon {
    display: block;
    line-height: 1.3em
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content {
    padding-bottom: 15px
}

.dsm_advanced_tabs .dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper {
    display: none
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper.dsm-active {
    display: -ms-flexbox;
    display: flex
}

.dsm-tab-active-state.dsm-active>div:first-child,.dsm-tab-active-state:not(dsm-active)>div:nth-child(2) {
    display: none
}

.dsm-tab-active-state.dsm-active>div:nth-child(2) {
    display: block
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content,.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content-wrapper {
    width: 100%
}

.dsm_progress_bar .dsm-progress-bar-tracker-horizontal {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20px;
    -ms-flex-align: center;
    align-items: center;
    background: #eee
}

.dsm_progress_bar .dsm-progress-bar-tracker-horizontal .dsm-current-progress {
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 80.72%
}

.dsm_progress_bar .dsm-progress-bar-tracker-horizontal .dsm-current-progress-percentage {
    inset-inline-end: .5em;
    inset-inline-start: auto;
    position: absolute
}

.circle {
    fill: transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.current-progress {
    fill: transparent;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: block
}

.dsm-faq-container .dsm-faq-item-wrapper {
    border: 1px solid #d9d9d9;
    padding: 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
    position: relative;
    cursor: pointer
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon,.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon span,.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon span {
    opacity: 0;
    position: absolute;
    line-height: 1em
}

.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-open_icon,.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-open_icon span,.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon,.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon span,.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon,.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon span,.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon,.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon span {
    opacity: 1;
    position: relative;
    line-height: 1em
}

.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon,.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon span,.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-close_icon,.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-close_icon span {
    opacity: 0;
    position: absolute;
    line-height: 1em
}

.dsm-faq-container.dsm-front .dsm-faq-item-wrapper {
    overflow: hidden
}

.dsm-faq-container .dsm-faq-item-wrapper {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_image,.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_image {
    display: none
}

.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_image,.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_image {
    display: block;
    line-height: 1em
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon,.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon,.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon,.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.dsm-step-flow-container .dsm-steps-image-icon-wrapper {
    display: inline-block;
    position: relative
}

.dsm-step-flow-container .dsm_icon {
    line-height: 1em;
    display: inline-block;
    overflow: visible!important
}

.dsm-step-flow-container .dsm-step-badge {
    position: absolute;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1em
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-inner-container {
    overflow: visible!important
}

.dsm-filterable-gallery-container .dsm-filterable-category-container {
    cursor: pointer;
    list-style-type: none;
    padding: 0 0 23px!important
}

.dsm-filterable-category-container .dsm-filterable-gallery-filter-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.dsm-filterable-category-container .dsm-filterable-gallery-filter-item:last-child {
    margin-right: 0!important
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-image-wrapper {
    line-height: 0
}

.dsm-filterable-gallery-container .dsm-gallery-loadmore-container,.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container {
    margin-top: 30px
}

.dsm-filterable-gallery-container .dsm-gallery-loadmore-container span,.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container .dsm-gallery-number-pagination {
    cursor: pointer
}

.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-loadmore-container,.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-next-dot,.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-number-pagination[data-pagination=next],.dsm-filterable-gallery-container[data-hasprevpage=false] .dsm-gallery-number-pagination[data-pagination=prev],.dsm-filterable-gallery-container[data-hasprevpage=false] .dsm-gallery-previous-dot {
    display: none
}

.dsm-gallery-next-dot,.dsm-gallery-previous-dot {
    letter-spacing: 2px;
    font-weight: 900;
    font-size: medium;
    margin-left: 8px;
    margin-right: 8px
}

.dsm-filterable-gallery-container {
    position: relative
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-item img {
    height: 100%;
    width: 100%
}

.dsm-filterable-gallery-container .dsm-gallery-loadmore-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-filter-item,.dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item,.dsm-filterable-gallery-container .dsm-gallery-loadmore-container span,.dsm-filterable-gallery-container .dsm-gallery-number-pagination {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    -ms-flex-pack: center;
    justify-content: center
}

.dsm-filterable-gallery-item {
    overflow: hidden
}

.dsm-filterable-gallery-inner-item {
    border-style: solid
}

.dsm-image-hover .dsm-filterable-gallery-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.dsm-image-hover .dsm-filterable-gallery-item:hover img,.dsm-image-hover .dsm-filterable-gallery-item img {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out
}

.dsm-circle-info-container {
    margin: auto;
    position: relative
}

.dsm-circle-info-container .dsm-circle-info-content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative
}

.dsm-circle-info-container .dsm-circle-info-content .dsm-circle-info-content-wrapper {
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 80%;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    position: absolute!important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.dsm-circle-info-container .dsm-circle-info-content .dsm-circle-info-content-wrapper.dsm-circle-info-item-active {
    opacity: 1;
    visibility: visible
}

.dsm-circle-info-button-wrapper {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-style: solid
}

.dsm-circle-info-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.dsm_circle_info_image {
    max-width: 30%;
    border-style: solid
}

.dsm-circle-info-container .dsm-circle-info-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.dsm-circle-info-container .dsm-circle-info-content-wrapper .et_pb_button_wrapper {
    margin-top: 15px
}

.et-db #et-boc .et-l #et-fb-app .dsm_circle_info_child {
    display: none
}

.dsm_random_image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 0
}

.dsm_random_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.dsm_random_image .et_overlay {
    border-width: 0
}

.dsm_random_image .et_pb_has_overlay.dsm_random_image_overlay_off .et_overlay {
    z-index: 0;
    opacity: 1
}

.dsm_random_image .et_pb_has_overlay.dsm_random_image_overlay_off:hover .et_overlay {
    opacity: 0
}

.dsm-image-lightbox .dsm-image-lightbox {
    display: block;
    position: relative
}

.dsm_random_image .dsm_random_image_svg.et_pb_image_wrap {
    display: block
}

.dsm_card .et_pb_module_inner,.dsm_card>div {
    width: 100%
}

.et_pb_equal_columns .dsm_card {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.et_pb_equal_columns .dsm_card_vb_outer_wrapper {
    height: 100%
}

.et_pb_equal_columns .dsm_card_wrapper {
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 240px);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.dsm_card_layout_inline,.dsm_card_layout_inline .et_pb_module_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.dsm_card_layout_inline .dsm_card_image_wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.dsm_card_wrapper {
    padding: 20px
}

.dsm_card_image_wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    line-height: 0;
    border-style: solid;
    border-width: 0
}

.dsm_card_badge_text {
    position: absolute;
    padding: 7px 15px;
    max-width: 100%;
    border-radius: 50px;
    background-color: #fff;
    font-size: 12px;
    border-style: solid;
    border-width: 0;
    line-height: 1em;
    z-index: 3
}

.dsm_card_badge_top_right .dsm_card_badge_text {
    top: 1rem;
    right: 1rem
}

.dsm_card_badge_top_left .dsm_card_badge_text {
    top: 1rem;
    left: 1rem
}

.dsm_card_badge_top_center .dsm_card_badge_text {
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm_card_badge_bottom_right .dsm_card_badge_text {
    bottom: 1rem;
    right: 1rem
}

.dsm_card_badge_bottom_left .dsm_card_badge_text {
    bottom: 1rem;
    left: 1rem
}

.dsm_card_badge_bottom_center .dsm_card_badge_text {
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsm_card_badge_center {
    -ms-flex-pack: center;
    justify-content: center
}

.dsm_card_badge_center,.dsm_card_badge_center_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.dsm_card_badge_center_left {
    -ms-flex-pack: left;
    justify-content: left
}

.dsm_card_badge_center_left .dsm_card_badge_text {
    left: 1rem
}

.dsm_card_badge_center_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: right;
    justify-content: right;
    -ms-flex-align: center;
    align-items: center
}

.dsm_card_badge_center_right .dsm_card_badge_text {
    right: 1rem
}

.dsm_card_image_background {
    position: absolute;
    width: 100%;
    height: 100%
}

.dsm_card .et_overlay {
    border-width: 0
}

.dsm-card-icon-empty.et_overlay:before {
    display: none
}

.dsm-card-overlay-off .et_overlay {
    opacity: 1;
    z-index: 0
}

.dsm-card-overlay-off:hover .et_overlay {
    opacity: 0
}

.dsm_card_image_animation .dsm_card_image_wrapper {
    overflow: hidden
}

.dsm_card_image_animation_zoom_in:hover .dsm_card_image_background,.dsm_card_image_animation_zoom_out .dsm_card_image_background {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.dsm_card_image_animation_zoom_out:hover .dsm_card_image_background {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dsm_card_image_animation_zoom_in_n_rotate:hover .dsm_card_image_background,.dsm_card_image_animation_zoom_out_n_rotate .dsm_card_image_background {
    -webkit-transform: scale(1.5) rotate(25deg);
    transform: scale(1.5) rotate(25deg)
}

.dsm_card_image_animation_zoom_out_n_rotate:hover .dsm_card_image_background {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.dsm_slider .dsm_slider_slide_item {
    height: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.dsm_slider .dsm_slider_slide_item .et_pb_module_inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.dsm_slider_subhead {
    display: block
}

.dsm_slider .swiper-button-next,.dsm_slider .swiper-button-prev {
    height: 40px;
    width: 40px;
    background-image: none;
    background-size: initial
}

.dsm_slider .swiper-button-prev {
    left: 10px
}

.dsm_slider .swiper-button-next {
    right: 10px
}

.dsm_image_carousel_arrow_inside .swiper-button-prev {
    left: 0
}

.dsm_image_carousel_arrow_inside .swiper-button-next {
    right: 0
}

.et_pb_bg_layout_dark .swiper-button-next:before,.et_pb_bg_layout_dark .swiper-button-prev:before {
    color: #fff
}

.et_pb_bg_layout_light .swiper-button-next:before,.et_pb_bg_layout_light .swiper-button-prev:before {
    color: #666
}

.dsm_slider .swiper-button-next:before,.dsm_slider .swiper-button-prev:before,.dsm_slider .swiper-container-rtl .swiper-button-next:before,.dsm_slider .swiper-container-rtl .swiper-button-prev:before {
    font-size: 40px;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none
}

.dsm_slider .swiper-button-prev:before {
    content: "4"
}

.dsm_slider .swiper-button-next:before {
    content: "5"
}

.dsm_image_carousel .swiper-container-horizontal .swiper-pagination-bullets,.dsm_image_carousel .swiper-pagination-custom,.dsm_image_carousel .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.dsm_image_carousel_pagination_outside .dsm_image_carousel_container {
    padding-bottom: 30px
}

.dsm_image_carousel_pagination_outside .swiper-container-horizontal .swiper-pagination-bullets,.dsm_image_carousel_pagination_outside .swiper-pagination-custom,.dsm_image_carousel_pagination_outside .swiper-pagination-fraction {
    bottom: 0
}

.dsm_image_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0,0,0,.75)
}

.et_pb_bg_layout_dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.et_pb_bg_layout_dark .swiper-pagination-bullet {
    background: hsla(0,0%,100%,.5)
}

.et_pb_bg_layout_light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #333
}

.et_pb_bg_layout_light .swiper-pagination-bullet {
    background: rgba(0,0,0,.3)
}

.dsm_image_carousel .swiper-slide img {
    width: auto;
    border-style: solid
}

@media (max-width: 768px) {
    .dsm_image_carousel .swiper-button-prev {
        left:-36px
    }

    .dsm_image_carousel .swiper-button-next {
        right: -36px
    }

    .dsm_image_carousel .swiper-button-next:before,.dsm_image_carousel .swiper-button-prev:before,.dsm_image_carousel .swiper-container-rtl .swiper-button-next:before,.swiper-container-rtl .swiper-button-prev:before {
        font-size: 36px
    }

    .dsm_image_carousel .swiper-button-next,.dsm_image_carousel .swiper-button-prev {
        height: 36px;
        width: 36px
    }

    .dsm_image_carousel_arrow_outside.dsm_image_carousel_arrow_mobile_inside .swiper-button-prev {
        left: 0
    }

    .dsm_image_carousel_arrow_outside.dsm_image_carousel_arrow_mobile_inside .swiper-button-next {
        right: 0
    }
}

.dsm-after-typing-effect,.dsm-before-typing-effect,.dsm-typing-effect {
    display: inline-block
}

.dsm-after-typing-effect,.dsm-before-typing-effect,.dsm-typing-wrapper {
    border-style: solid
}

.dsm-typing-strings {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
    text-indent: -9999px;
    white-space: nowrap
}

.item-text {
  margin: 0 0 30px 0;
}

.item-text p {
  color: #fff;
  font-size: 17px;
  line-height: 1.8em;
}
.table {
  margin: 20px 0;
}
.table table {
  width: 100%;
}

.table table td {
  color: #fff;
  font-size: 17px;
  line-height: 1.8em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
}

.anchor__menu {
  display: block;
  padding: 0;
  margin: 10px 0 0;
}
.anchor__menu li {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
}
.anchor__menu li a {
  color: #fff;
  font-size: 17px;
  line-height: 1.8em;
  transition: all 400ms ease;
}
.anchor__menu li a:hover {
  opacity: 0.7;
}
.et_pb_row_11_tb_body h1 {
  font-weight: 700;
  font-size: 40px;
  color: #00CCFF !important;
  line-height: 54px;
}
.et_pb_row_11_tb_body p {
    color: #fff;
  font-size: 17px;
  line-height: 1.8em;
}
@media (max-width: 980px) {
  .table table td {
    word-break: break-word;
  }
}
.et_pb_row_11_tb_body ol {
   color: #fff;
  font-size: 17px;
  line-height: 1.8em;
}

.error-page {
  margin: 100px 0;
  text-align: center;
}