@charset "UTF-8";
@font-face {
  font-family: 'DINPro';
  src: url('../fontDin/DINPro-Medium.woff2') format('woff2'),
    url('../fontDin/DINPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINPro';
  src: url('../fontDin/DINPro-Bold.woff2') format('woff2'),
    url('../fontDin/DINPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINPro';
  src: url('../fontDin/DINPro-Light.woff2') format('woff2'),
    url('../fontDin/DINPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINPro';
  src: url('../fontDin/DINPro-Regular.woff2') format('woff2'),
    url('../fontDin/DINPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* -------------------------------------------------------
                     mixins
-------------------------------------------------------- */
.post-full-content.single-post>*:not(.gallery),
.post-full-content.single-post>*:not(.wp-block-quote)>p,
.widget_text.single-post>*:not(.gallery),
.widget_text.single-post>*:not(.wp-block-quote)>p {
  margin-bottom: 30px;
}

.post-full-content.single-post>*:not(.gallery).justified-gallery,
.post-full-content.single-post>*:not(.wp-block-quote)>p.justified-gallery,
.widget_text.single-post>*:not(.gallery).justified-gallery,
.widget_text.single-post>*:not(.wp-block-quote)>p.justified-gallery {
  margin-bottom: 15px;
}

.post-full-content.single-post>*:not(.gallery):last-child,
.post-full-content.single-post>*:not(.wp-block-quote)>p:last-child,
.widget_text.single-post>*:not(.gallery):last-child,
.widget_text.single-post>*:not(.wp-block-quote)>p:last-child {
  margin-bottom: 0;
}

.post-full-content.single-post>*:not(.gallery):last-child.justified-gallery,
.post-full-content.single-post>*:not(.wp-block-quote)>p:last-child.justified-gallery,
.widget_text.single-post>*:not(.gallery):last-child.justified-gallery,
.widget_text.single-post>*:not(.wp-block-quote)>p:last-child.justified-gallery {
  margin-bottom: -30px;
}

.post-full-content.single-post>*:not(.gallery):last-child.wp-block-gallery,
.post-full-content.single-post>*:not(.wp-block-quote)>p:last-child.wp-block-gallery,
.widget_text.single-post>*:not(.gallery):last-child.wp-block-gallery,
.widget_text.single-post>*:not(.wp-block-quote)>p:last-child.wp-block-gallery {
  margin-bottom: -15px;
}

.post-full-content.single-post>*:not(.gallery).section-padding,
.post-full-content.single-post>*:not(.wp-block-quote)>p.section-padding,
.widget_text.single-post>*:not(.gallery).section-padding,
.widget_text.single-post>*:not(.wp-block-quote)>p.section-padding {
  padding-top: 30;
  padding-bottom: 30;
  margin: 0;
}

.post-full-content.single-post>*:not(.gallery).section-padding.dsn-normalize-block,
.post-full-content.single-post>*:not(.wp-block-quote)>p.section-padding.dsn-normalize-block,
.widget_text.single-post>*:not(.gallery).section-padding.dsn-normalize-block,
.widget_text.single-post>*:not(.wp-block-quote)>p.section-padding.dsn-normalize-block {
  padding-top: 0;
  padding-bottom: 0;
  margin: 30 0;
}

.post-full-content.single-post>*:not(.gallery).section-padding:not(.dsn-normalize-block),
.post-full-content.single-post>*:not(.wp-block-quote)>p.section-padding:not(.dsn-normalize-block),
.widget_text.single-post>*:not(.gallery).section-padding:not(.dsn-normalize-block),
.widget_text.single-post>*:not(.wp-block-quote)>p.section-padding:not(.dsn-normalize-block) {
  padding-top: 0;
}

.post-full-content.single-post>*:not(.gallery):first-child.section-padding,
.post-full-content.single-post>*:not(.wp-block-quote)>p:first-child.section-padding,
.widget_text.single-post>*:not(.gallery):first-child.section-padding,
.widget_text.single-post>*:not(.wp-block-quote)>p:first-child.section-padding {
  padding-top: 0;
  background-color: inherit;
}

.post-full-content.single-post>*:not(.gallery).wp-block-gallery,
.post-full-content.single-post>*:not(.wp-block-quote)>p.wp-block-gallery,
.widget_text.single-post>*:not(.gallery).wp-block-gallery,
.widget_text.single-post>*:not(.wp-block-quote)>p.wp-block-gallery {
  margin-bottom: 14px;
}

.post-full-content.single-post>*:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
.post-full-content.single-post>*:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child,
.post-full-content.single-post>*:not(.wp-block-quote)>p.wp-block-gallery .blocks-gallery-image:last-child,
.post-full-content.single-post>*:not(.wp-block-quote)>p.wp-block-gallery .blocks-gallery-item:last-child,
.widget_text.single-post>*:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
.widget_text.single-post>*:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child,
.widget_text.single-post>*:not(.wp-block-quote)>p.wp-block-gallery .blocks-gallery-image:last-child,
.widget_text.single-post>*:not(.wp-block-quote)>p.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.post-full-content.single-post>*:not(.gallery)>*:first-child,
.post-full-content.single-post>*:not(.gallery):first-child,
.post-full-content.single-post>*:not(.wp-block-quote)>p>*:first-child,
.post-full-content.single-post>*:not(.wp-block-quote)>p:first-child,
.widget_text.single-post>*:not(.gallery)>*:first-child,
.widget_text.single-post>*:not(.gallery):first-child,
.widget_text.single-post>*:not(.wp-block-quote)>p>*:first-child,
.widget_text.single-post>*:not(.wp-block-quote)>p:first-child {
  margin-top: 0;
}

.post-full-content.single-post>*:not(.gallery)>*:last-child,
.post-full-content.single-post>*:not(.gallery):last-child,
.post-full-content.single-post>*:not(.wp-block-quote)>p>*:last-child,
.post-full-content.single-post>*:not(.wp-block-quote)>p:last-child,
.widget_text.single-post>*:not(.gallery)>*:last-child,
.widget_text.single-post>*:not(.gallery):last-child,
.widget_text.single-post>*:not(.wp-block-quote)>p>*:last-child,
.widget_text.single-post>*:not(.wp-block-quote)>p:last-child {
  margin-bottom: 0;
}

.post-full-content.single-project>*:not(.gallery),
.post-full-content.single-project>*:not(.wp-block-quote)>p,
.widget_text.single-project>*:not(.gallery),
.widget_text.single-project>*:not(.wp-block-quote)>p {
  margin-bottom: 110px;
}

.post-full-content.single-project>*:not(.gallery).justified-gallery,
.post-full-content.single-project>*:not(.wp-block-quote)>p.justified-gallery,
.widget_text.single-project>*:not(.gallery).justified-gallery,
.widget_text.single-project>*:not(.wp-block-quote)>p.justified-gallery {
  margin-bottom: 95px;
}

.post-full-content.single-project>*:not(.gallery):last-child,
.post-full-content.single-project>*:not(.wp-block-quote)>p:last-child,
.widget_text.single-project>*:not(.gallery):last-child,
.widget_text.single-project>*:not(.wp-block-quote)>p:last-child {
  margin-bottom: 0;
}

.post-full-content.single-project>*:not(.gallery):last-child.justified-gallery,
.post-full-content.single-project>*:not(.wp-block-quote)>p:last-child.justified-gallery,
.widget_text.single-project>*:not(.gallery):last-child.justified-gallery,
.widget_text.single-project>*:not(.wp-block-quote)>p:last-child.justified-gallery {
  margin-bottom: -30px;
}

.post-full-content.single-project>*:not(.gallery):last-child.wp-block-gallery,
.post-full-content.single-project>*:not(.wp-block-quote)>p:last-child.wp-block-gallery,
.widget_text.single-project>*:not(.gallery):last-child.wp-block-gallery,
.widget_text.single-project>*:not(.wp-block-quote)>p:last-child.wp-block-gallery {
  margin-bottom: -15px;
}

.post-full-content.single-project>*:not(.gallery).section-padding,
.post-full-content.single-project>*:not(.wp-block-quote)>p.section-padding,
.widget_text.single-project>*:not(.gallery).section-padding,
.widget_text.single-project>*:not(.wp-block-quote)>p.section-padding {
  padding-top: 110;
  padding-bottom: 110;
  margin: 0;
}

.post-full-content.single-project>*:not(.gallery).section-padding.dsn-normalize-block,
.post-full-content.single-project>*:not(.wp-block-quote)>p.section-padding.dsn-normalize-block,
.widget_text.single-project>*:not(.gallery).section-padding.dsn-normalize-block,
.widget_text.single-project>*:not(.wp-block-quote)>p.section-padding.dsn-normalize-block {
  padding-top: 0;
  padding-bottom: 0;
  margin: 110 0;
}

.post-full-content.single-project>*:not(.gallery).section-padding:not(.dsn-normalize-block),
.post-full-content.single-project>*:not(.wp-block-quote)>p.section-padding:not(.dsn-normalize-block),
.widget_text.single-project>*:not(.gallery).section-padding:not(.dsn-normalize-block),
.widget_text.single-project>*:not(.wp-block-quote)>p.section-padding:not(.dsn-normalize-block) {
  padding-top: 0;
}

.post-full-content.single-project>*:not(.gallery):first-child.section-padding,
.post-full-content.single-project>*:not(.wp-block-quote)>p:first-child.section-padding,
.widget_text.single-project>*:not(.gallery):first-child.section-padding,
.widget_text.single-project>*:not(.wp-block-quote)>p:first-child.section-padding {
  padding-top: 0;
  background-color: inherit;
}

.post-full-content.single-project>*:not(.gallery).wp-block-gallery,
.post-full-content.single-project>*:not(.wp-block-quote)>p.wp-block-gallery,
.widget_text.single-project>*:not(.gallery).wp-block-gallery,
.widget_text.single-project>*:not(.wp-block-quote)>p.wp-block-gallery {
  margin-bottom: 94px;
}

.post-full-content.single-project>*:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
.post-full-content.single-project>*:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child,
.post-full-content.single-project>*:not(.wp-block-quote)>p.wp-block-gallery .blocks-gallery-image:last-child,
.post-full-content.single-project>*:not(.wp-block-quote)>p.wp-block-gallery .blocks-gallery-item:last-child,
.widget_text.single-project>*:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
.widget_text.single-project>*:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child,
.widget_text.single-project>*:not(.wp-block-quote)>p.wp-block-gallery .blocks-gallery-image:last-child,
.widget_text.single-project>*:not(.wp-block-quote)>p.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.post-full-content.single-project>*:not(.gallery)>*:first-child,
.post-full-content.single-project>*:not(.gallery):first-child,
.post-full-content.single-project>*:not(.wp-block-quote)>p>*:first-child,
.post-full-content.single-project>*:not(.wp-block-quote)>p:first-child,
.widget_text.single-project>*:not(.gallery)>*:first-child,
.widget_text.single-project>*:not(.gallery):first-child,
.widget_text.single-project>*:not(.wp-block-quote)>p>*:first-child,
.widget_text.single-project>*:not(.wp-block-quote)>p:first-child {
  margin-top: 0;
}

.post-full-content.single-project>*:not(.gallery)>*:last-child,
.post-full-content.single-project>*:not(.gallery):last-child,
.post-full-content.single-project>*:not(.wp-block-quote)>p>*:last-child,
.post-full-content.single-project>*:not(.wp-block-quote)>p:last-child,
.widget_text.single-project>*:not(.gallery)>*:last-child,
.widget_text.single-project>*:not(.gallery):last-child,
.widget_text.single-project>*:not(.wp-block-quote)>p>*:last-child,
.widget_text.single-project>*:not(.wp-block-quote)>p:last-child {
  margin-bottom: 0;
}

[data-overlay]:before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

[data-overlay="0"]:before {
  opacity: 0;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-dsn-size="1"] {
  width: 10%;
}

[data-dsn-size="2"] {
  width: 20%;
}

[data-dsn-size="3"] {
  width: 30%;
}

[data-dsn-size="4"] {
  width: 40%;
}

[data-dsn-size="5"] {
  width: 50%;
}

[data-dsn-size="6"] {
  width: 60%;
}

[data-dsn-size="7"] {
  width: 70%;
}

[data-dsn-size="8"] {
  width: 80%;
}

[data-dsn-size="9"] {
  width: 90%;
}

[data-dsn-size="10"] {
  width: 100%;
}

.cover-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.v-middle {
  position: absolute;
  top: 50%;
  left: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

p:last-child {
  margin: 0;
}

p {
  margin-bottom: 15px;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  border: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: inherit;
  border: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -------------------------------------------------------
                     helpers
-------------------------------------------------------- */
.display-table-cell {
  display: table-cell !important;
}

.vertical-align-middle {
  vertical-align: middle;
}

.line-height-5 {
  line-height: 1.5 !important;
}

.line-height-6 {
  line-height: 1.6 !important;
}

.line-height-7 {
  line-height: 1.7 !important;
}

.line-height-8 {
  line-height: 1.8 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.nott {
  text-transform: none !important;
}

.fright {
  float: right !important;
}

.fleft {
  float: left !important;
}

.fnone {
  float: none !important;
}

.center {
  text-align: center !important;
}

.nobg {
  background: none !important;
}

.nobgcolor {
  background-color: transparent !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.mpl-0 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.mpr-0 {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.no-margin {
  margin: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mbl-0 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.mbr-0 {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
           Custom Margin Bottom
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*-------------------------------------------------------
           Custom Padding Top
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*-------------------------------------------------------
           Custom Padding bottom
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.b-shadow {
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.t-shadow-1 {
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.1);
}

.t-shadow-2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100%;
}

.color-white {
  color: #fff !important;
}

.noheight {
  height: 0 !important;
}

.nolineheight {
  line-height: 0 !important;
}

.ohidden {
  position: relative;
  overflow: hidden !important;
}

.no-padding {
  padding: 0 !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.hidden {
  display: none !important;
}

.nothidden {
  display: block !important;
}

.inline-block {
  float: none !important;
  display: inline-block !important;
}

.o-hidden {
  overflow: hidden !important;
}

.p-op {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.l-auto {
  left: auto !important;
}

.r-auto {
  right: auto !important;
}

.b-auto {
  bottom: auto !important;
}

.dsn-video {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -20 !important;
  width: 100%;
  height: 100%;
}

[data-dsn="video"] {
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

html {
  font-size: 15px;
}

.fz20 {
  font-size: 20px !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  line-height: 1.2;
  color: rgba(255, 255, 255, 1);
  font-family: 'DINPro Light';
  font-weight: 400;
  margin: 0;
  text-rendering: optimizeLegibility;
}

.v-light body {
  color: #0009;
}

button,
input,
select,
optgroup,
textarea {
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'DINPro';
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.v-light h1,
.v-light h2,
.v-light h3,
.v-light h4,
.v-light h5,
.v-light h6 {
  color: #000;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 18px;
}

h4 {
  font-weight: 400;
}

div#patrol-kit {
  padding-top: 40px;
  padding-bottom: 40px;
}

#mobility {
  background: rgb(177 190 175);
  padding: 40px 0;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  font-size: 17px;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

span,
a {
  display: inline-block;
  color: inherit;
}

blockquote cite {
  font-style: normal;
  font-family: 'DINPro';
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

/* -------------------------------------------------------
                   Core
-------------------------------------------------------- */
body {
  background-color: #000;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body.dsn-mobile {
  overflow-y: auto;
}

body.v-light {
  background-color: #f9f9f9;
  color: #0009;
}

.v-light body {
  background-color: #f9f9f9;
}

body>* {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.main-root {
  background: inherit;
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}



.grant .blog.blog-style--1 .content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 3;
  opacity: 0;
}

.grant .blog.blog-style--1:hover .content {
  bottom: 85px;
  opacity: 1;
}

.grant .blog.blog-style--1 .content::before {
  position: relative;
}

.grant .blog.blog-style--1 {
  min-height: 236px;
}

@media only screen and (max-width: 575px) {
  .grant .blog.blog-style--1 {
    min-height: 245px !important;
    padding-bottom: 20px;
  }

  .section-title h2.title {
    font-size: 25px !important;
  }

  .grant .blog.blog-style--1 .content {
    position: relative !important;
    bottom: 0px !IMPORTANT;
    width: 100%;
    padding: 0px 0px !important;
    z-index: 3;
    opacity: 1;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.main-root:before,
.gallery-col .box-im:before,
.box-gallery-vertical .mask-bg:before,
.dsn-all-work:before,
.dsn-all-work .content:before,
.nav .inner:before,
.nav-content .inner:before,
.nav-content .inner-content:before {
  content: "";
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}


.nav .inner:before,
.nav-content .inner:before,
.nav-content .inner-content:before {
  z-index: 1;
}

.gallery-col .box-im:before,
.box-gallery-vertical .mask-bg:before,
.nav .inner:before,
.nav-content .inner:before,
.nav-content .inner-content:before {
  opacity: 0.2;
}

.wrapper {
  position: relative;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .section-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.m-section {
  margin-top: 120px;
}

@media only screen and (max-width: 991px) {
  .m-section {
    margin-top: 80px;
  }
}

.mb-section {
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .mb-section {
    margin-bottom: 80px;
  }
}

.section-top {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .section-top {
    padding-top: 80px;
  }
}

.section-bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .section-bottom {
    padding-bottom: 80px;
  }
}

.box-title {
  margin-top: 30px;
  padding-top: 90px;
  position: relative;
}

.box-title h2 {
  color: rgba(148, 148, 148, 0.07);
  -webkit-font-smoothing: antialiased;
  font-size: 3vw;
  letter-spacing: 0.6rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.subtitle {
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .subtitle {
    margin-bottom: 15px;
  }
}

.one-title {
  /*  width: 620px;*/
  /*  margin-bottom: 70px;*/
  margin-top: -103px;
}

@media only screen and (max-width: 991px) {
  .one-title {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .one-title {
    width: 100%;
  }
}

.one-title .title-sub-container {
  padding-left: 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .one-title .title-sub-container {
    padding-left: 0;
  }
}

.one-title .title-sub-container .title-sub {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 80px;
}

.one-title .title-sub-container .title-sub:before,
.one-title .title-sub-container .title-sub:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.one-title .title-sub-container .title-sub:before {
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.v-light .one-title .title-sub-container .title-sub:before {
  background-color: #000;
}

.one-title .title-sub-container .title-sub:after {
  left: 15px;
  height: 1px;
  width: 52px;
  background: rgba(233, 233, 233, 0.1);
}

.v-light .one-title .title-sub-container .title-sub:after {
  background-color: #bebebe;
}

.one-title .title-main {
  font-size: 35px;
  margin-top: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  position: relative;
  top: 0;
  text-align: left;
  color: rgb(52, 66, 70);
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .one-title .title-main {
    color: #fff;
  }
}

.bg-white a {
  color: #4fae31;
  font-size: 17px;
  font-weight: 100;
  font-family: "DINPro", sans-serif !important;
  text-decoration: underline;
  padding-bottom: 6px;
}

.bg-white {
  padding: 19px 13px;
  text-align: left;
}

.container {
  max-width: 1200px;
}

@media only screen and (max-width: 767px) {
  .one-title .title-main {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .one-title .title-main {
    font-size: 28px;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.title-text {
  position: relative;
}

.title-text h4 {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 80px;
  font-weight: 300;
  position: relative;
  border-bottom: 0.02em solid #fff;
}

.small-title {
  position: relative;
}

.small-title .counter {
  position: absolute;
  bottom: -3px;
  font-size: 63px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
  color: rgba(148, 148, 148, 0.07);
  -webkit-font-smoothing: antialiased;
}

.small-title h5 {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.small-title h5:before {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: -50px;
  right: auto;
  width: 150px;
  top: 50%;
}

.item-descr h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.item-descr h3 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  margin-top: 20px;
}

.item-descr h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: rgba(106, 106, 106, 0.18);
}

.item-descr h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: rgba(106, 106, 106, 0.18);
}

.item-descr p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.item-descr .main-link {
  position: relative;
  display: inline-block;
  padding: 0 0px 0px 40px;
  margin-top: 15px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
  -webkit-transition: color 0.35s ease-out;
}

.item-descr .main-link i {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  height: 6px;
  width: 39px;
  overflow: hidden;
}

.item-descr .main-link i:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.17);
  height: 1px;
}

.item-descr .main-link i:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 10px;
  height: 5px;
  background: rgba(255, 255, 255, 0.97);
  -o-transition: left 0.35s ease-out;
  transition: left 0.35s ease-out;
  -webkit-transition: left 0.35s ease-out;
}

.item-descr .main-link span {
  position: relative;
  z-index: 1;
  padding: 0px 10px;
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}

.item-descr .main-link span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: #fff;
  -o-transition: width 0.35s ease-out;
  transition: width 0.35s ease-out;
  -webkit-transition: width 0.35s ease-out;
}

.item-descr .main-link:hover i:after {
  left: 100%;
}

.item-descr .main-link:hover span {
  color: #000;
}

.item-descr .main-link:hover span:before {
  width: 100%;
}

.name-title {
  position: relative;
}

.name-title h3 {
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
}

.name-title span {
  position: absolute;
  top: 8px;
  left: 102%;
  font-size: 20px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
}

[data-dsn-grid="move-up"] {
  height: 80vh;
  overflow: hidden;
}

[data-dsn-grid="move-up"] .cover-bg {
  height: 120%;
}

[data-dsn-grid="progress-circle"] {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 52px;
  height: 52px;
  z-index: 99999999;
}

[data-dsn-grid="progress-circle"] svg {
  stroke-width: 2px;
}

[data-dsn-grid="progress-circle"] .dsn-grid-parallax svg {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-dsn-grid="progress-circle"] .dsn-grid-parallax svg .circle {
  stroke-width: 1px;
  stroke-dashoffset: 113.113px;
  stroke-dasharray: 113.113px;
  stroke-width: 0px;
  opacity: 0;
  fill: #fff;
}

[data-dsn-grid="progress-circle"] .dsn-grid-parallax svg .path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.8px;
  -webkit-transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
  -o-transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
  transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}

[data-dsn-grid="progress-circle"] .icon__fixed {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 19px;
  padding-left: 22px;
  cursor: pointer;
  -webkit-transition: all 900ms cubic-bezier(0.4, 0.8, 0.74, 1);
  -o-transition: all 900ms cubic-bezier(0.4, 0.8, 0.74, 1);
  transition: all 900ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

[data-dsn-grid="progress-circle"] .icon__fixed i {
  color: #fff;
}

.overlay-bottom {
  position: fixed;
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 20vh;
  bottom: -10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: -webkit-linear-gradient(rgba(15, 15, 15, 0), #0f0f0f);
  background: -o-linear-gradient(rgba(15, 15, 15, 0), #0f0f0f);
  background: linear-gradient(rgba(15, 15, 15, 0), #0f0f0f);
}

.wait-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  width: 100%;
  z-index: 999;
  display: none;
}

.dsn-ajax-effect .wait-loader {
  display: block;
}

.wait-loader .loader-inner {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 35px;
  bottom: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wait-loader .loader-inner .loader-circle,
.wait-loader .loader-inner .loader-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.wait-loader .loader-inner .loader-circle .loader-layer,
.wait-loader .loader-inner .loader-layer .loader-layer {
  border-radius: 50%;
  border: 2px solid #fff;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.dsn-ajax-effect .wait-loader .loader-inner .loader-circle {
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-moz-keyframes loading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.day-night {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.day-night .night,
.day-night .moon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  border-radius: 100%;
  opacity: 0;
}

.day-night .night svg,
.day-night .moon svg {
  width: 100%;
  height: 100%;
}

.day-night .night {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #fff;
}

.day-night .night svg {
  fill: #000;
  width: 100%;
  height: 100%;
}

.day-night .moon {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #000;
}

.day-night .moon svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  fill: #f0f0f0;
}

.day-night .active {
  opacity: 1;
}

.dsn-word-wrapper {
  display: inline-block;
}

.dsn-word-wrapper .dsn-chars-wrapper {
  display: inline-block;
}

.cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  z-index: 999999;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(0.3) translate(-50%, -50%);
  -ms-transform: scale(0.3) translate(-50%, -50%);
  transform: scale(0.3) translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.cursor.cursor-view {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.cursor.cursor-view .cursor-view span {
  line-height: 76px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity .35s ease .25s;
  -o-transition: opacity .35s ease .25s;
  transition: opacity .35s ease .25s;
  opacity: 1;
  visibility: visible;
  mix-blend-mode: normal;
}

.cursor.cursor-close {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.cursor.cursor-close .cursor-close span {
  line-height: 76px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity .35s ease .25s;
  -o-transition: opacity .35s ease .25s;
  transition: opacity .35s ease .25s;
  opacity: 1;
  visibility: visible;
  mix-blend-mode: normal;
}

.cursor.cursor-link {
  -webkit-transform: scale(1.2) translate(-50%, -50%);
  -moz-transform: scale(1.2) translate(-50%, -50%);
  -ms-transform: scale(1.2) translate(-50%, -50%);
  -o-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%);
}

.cursor.cursor-link .cursor-link span {
  line-height: 76px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity .35s ease .25s;
  -o-transition: opacity .35s ease .25s;
  transition: opacity .35s ease .25s;
  opacity: 1;
  visibility: visible;
  mix-blend-mode: normal;
}

@media only screen and (max-width: 991px) {
  .cursor {
    display: none;
  }
}

.cursor .cursor-helper {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  text-align: center;
}

.cursor .cursor-helper span {
  opacity: 0;
  visibility: hidden;
  text-shadow: 20px 20px 20px #000;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.preloader .preloader-before,
.preloader .preloader-after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #049658;
}

.preloader .preloader-before {
  top: 0;
}

.preloader .preloader-after {
  bottom: 0;
}

.preloader .preloader-block {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.preloader .preloader-block .title {
  position: absolute;
  left: 0;
  bottom: calc(50% + 16px);
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
}

.preloader .preloader-block .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 700;
  letter-spacing: 8px;
  font-size: 24vw;
  color: rgba(54, 54, 53, 0.1);
  z-index: 1;
}

.preloader .preloader-block .loading {
  position: absolute;
  top: calc(50% + 16px);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
  -webkit-animation: blink-animation 2.2s linear infinite;
}

.preloader .preloader-bar {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  background: #1d1d1d;
}

.preloader .preloader-bar .preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  width: 0;
  background: #fff;
}

@-webkit-keyframes blink-animation {
  0% {
    opacity: 0;
  }
}

@-moz-keyframes blink-animation {
  0% {
    opacity: 0;
  }
}

@keyframes blink-animation {
  0% {
    opacity: 0;
  }
}

.view-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100vh;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .view-demo {
    display: block;
  }
}

.view-demo .half-left,
.view-demo .half-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-demo .half-left a,
.view-demo .half-right a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.view-demo .half-left a img,
.view-demo .half-right a img {
  margin: auto;
  width: 70%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 4px;
}

.view-demo .half-left a:hover img,
.view-demo .half-right a:hover img {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.view-demo .half-left h4,
.view-demo .half-right h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}

.view-demo .half-left h4.text-dark,
.view-demo .half-right h4.text-dark {
  color: #333;
}

@media only screen and (max-width: 991px) {

  .view-demo .half-left h4.text-dark,
  .view-demo .half-right h4.text-dark {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {

  .view-demo .half-left,
  .view-demo .half-right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 60px 15px;
  }

  .view-demo .half-left a img,
  .view-demo .half-right a img {
    -webkit-box-shadow: 0 0 0 1px #161515;
    box-shadow: 0 0 0 1px #161515;
  }
}

.view-demo .overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .view-demo .overlay-bg {
    display: none;
  }
}

.view-demo .overlay-bg div {
  width: 50%;
  height: 100%;
}

.view-demo .overlay-bg .black {
  background-color: #110f10;
}

.view-demo .overlay-bg .white {
  background-color: #fff;
}

input,
textarea,
.form-control,
.form-box input,
.form-box textarea {
  background-color: transparent;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.69);
}

.v-light input,
.v-light textarea,
.v-light .form-control,
.v-light .form-box input,
.v-light .form-box textarea {
  color: #0009;
}

@media only screen and (max-width: 767px) {

  input,
  textarea,
  .form-control,
  .form-box input,
  .form-box textarea {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: block;
    width: 100%;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-box input::-webkit-input-placeholder,
.form-box textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.69);
  font-weight: 400;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-box input:-ms-input-placeholder,
.form-box textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.69);
  font-weight: 400;
  font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-box input::-ms-input-placeholder,
.form-box textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.69);
  font-weight: 400;
  font-size: 14px;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder,
.form-box input::placeholder,
.form-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.69);
  font-weight: 400;
  font-size: 14px;
}

.v-light input::-webkit-input-placeholder,
.v-light textarea::-webkit-input-placeholder,
.v-light .form-control::-webkit-input-placeholder,
.v-light .form-box input::-webkit-input-placeholder,
.v-light .form-box textarea::-webkit-input-placeholder {
  color: #0009;
}

.v-light input:-ms-input-placeholder,
.v-light textarea:-ms-input-placeholder,
.v-light .form-control:-ms-input-placeholder,
.v-light .form-box input:-ms-input-placeholder,
.v-light .form-box textarea:-ms-input-placeholder {
  color: #0009;
}

.v-light input::-ms-input-placeholder,
.v-light textarea::-ms-input-placeholder,
.v-light .form-control::-ms-input-placeholder,
.v-light .form-box input::-ms-input-placeholder,
.v-light .form-box textarea::-ms-input-placeholder {
  color: #0009;
}

.v-light input::placeholder,
.v-light textarea::placeholder,
.v-light .form-control::placeholder,
.v-light .form-box input::placeholder,
.v-light .form-box textarea::placeholder {
  color: #0009;
}

/*
input:focus,
textarea:focus,
.form-control:focus,
.form-box input:focus,
.form-box textarea:focus {
  background: inherit;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*/

textarea,
.form-control,
.form-box textarea {
  /*  min-height: 120px;*/
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

button.owl-dot {
  width: 12px;
  height: 12px;
  background: #9a9696 !important;
  border-radius: 50%;
  margin: 0 8px;
  transition: all 0.5s ease;
  /*    border: 1.2px solid #fff !important;*/
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
  margin-top: 27px;
}

button.owl-dot.active {
  background: #fff;
  width: 10px;
  border-radius: 10px;
  transform: scale(1.5);
  background: #fff !important;
  height: 10px;
}

/*
.button:before,
button:not([data-filter]):not(.mfp-arrow):before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
  content: "";
  background-color: rgba(54, 54, 54, 0.2);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
}
*/

.v-light .button,
.v-light button:not([data-filter]):not(.mfp-arrow),
.v-light input[type="button"],
.v-light input[type="reset"],
.v-light input[type="submit"] {
  color: #fff;
}

.button:hover::before,
button:not([data-filter]):not(.mfp-arrow):hover::before,
input[type="button"]:hover::before,
input[type="reset"]:hover::before,
input[type="submit"]:hover::before {
  -webkit-animation: hover-btn 0.8s cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: hover-btn 0.8s cubic-bezier(0.77, 0, 0.175, 1) both;
  width: 100%;
}

@-webkit-keyframes hover-btn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes hover-btn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.link-custom {
  margin-top: 30px;
}

.link-custom a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgb(112 112 112);
  border-radius: 40px;
  padding-right: 25px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.link-custom a:hover {
  background: #fff;
  color: #000;
}

.link-custom a:hover:before {
  background: #222;
  color: #fff;
}

.v-light .link-custom a {
  color: #000;
  border: 1px solid #bebebe;
}

.link-custom a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  height: 30px;
  width: 30px;
  line-height: 33px;
  text-align: center;
  margin: 12px 20px;
  background-color: #fff;
  color: #000;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}

.v-light .link-custom a:before {
  background-color: #000;
  color: #fff;
}

.link-custom a span {
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  font-family: 'DINPro';
  letter-spacing: 4px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.site-header {
  display: block;
  position: fixed;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 9000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .site-header {
    display: none;
  }
}

.admin-bar .site-header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.site-header.header-stickytop {
  height: auto !important;
}

.site-header .extend-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 0 50px;
  max-width: none;
  margin: 0 auto;
}

.site-header .extend-container .inner-header {
  position: relative;
  margin: 0 auto;
}

.site-header .extend-container .inner-header .main-logo {
  width: 96px;
  padding-top: 4px;
  position: relative;
  z-index: 9999;
  -webkit-transition: width .5s ease-in-out 0s;
  -o-transition: width .5s ease-in-out 0s;
  transition: width .5s ease-in-out 0s;
}

.site-header .extend-container .main-navigation {
  position: relative;
  background: transparent !important;
  height: 0%;
  width: 90%;
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start;
  -webkit-transition: background-color .5s ease-in-out .5s, height .5s ease-in-out .5s;
  -o-transition: background-color .5s ease-in-out .5s, height .5s ease-in-out .5s;
  transition: background-color .5s ease-in-out .5s, height .5s ease-in-out .5s;
}

.site-header .extend-container .main-navigation ul {
  width: 100%;
  max-width: none;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.site-header .extend-container .main-navigation ul li {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding-right: 25px;
  padding-top: 12px;
  position: relative;
  text-align: center;
}

.v-light.menu-light .site-header .extend-container .main-navigation ul li {
  color: #000;
}

.site-header .extend-container .main-navigation ul li:last-child {
  padding-bottom: 5px;
}

.site-header .extend-container .main-navigation ul li a {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 10px 0;
  margin-top: -10px;
  -webkit-animation: shine 1s infinite;
  animation: shine 1s infinite;
  line-height: 15px;
}

.site-header .extend-container .main-navigation ul li a:hover {
  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 1s infinite;
  animation: shine 1s infinite;
  color: inherit;
}

.site-header .extend-container .main-navigation ul li ul {
  -webkit-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
  display: block;
  opacity: 0;
  min-width: 200px;
  position: absolute;
  width: 100%;
  left: -20px;
  height: inherit;
  overflow: visible;
  visibility: hidden;
  top: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #090909;
  border-radius: 3px;
  -webkit-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.site-header .extend-container .main-navigation ul li ul li {
  overflow: visible;
  position: relative;
  list-style: none;
  text-align: left;
  float: left;
  display: block;
  padding-left: 20px;
  width: 100%;
}

.v-light.menu-light .site-header .extend-container .main-navigation ul li ul li {
  color: #fff;
}

.site-header .extend-container .main-navigation ul li ul li a {
  line-height: 20px;
}

.site-header .extend-container .main-navigation ul.extend-container>li {
  padding-right: 30px;
  font-weight: 600;
}

.site-header .extend-container .main-navigation ul.extend-container>li:last-child {
  padding-right: 0;
}

.site-header .extend-container .main-navigation .custom-drop-down:hover ul {
  opacity: 1;
  visibility: visible;
  top: 15px;
}

.site-header ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 3px;
  background-color: #212121;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 991px) {
  .nav-mobile {
    visibility: hidden;
  }
}

.main-logo .dark-logo {
  display: none;
}

.v-light.menu-light .main-logo .dark-logo {
  display: block;
}

.main-logo .light-logo {
  display: block;
}

.v-light.menu-light .main-logo .light-logo {
  display: none;
}

body.hamburger-menu .site-header {
  display: none;
}

body.hamburger-menu .header-top {
  display: block;
}

table.project-table td {
  vertical-align: top;
}

/* -------------------------------------------------------
                   Menu
-------------------------------------------------------- */
/* -------------------------------------------------------
                   Navbar primary
-------------------------------------------------------- */
/* -------------------------------------------------------
                   Navbar Overlay
-------------------------------------------------------- */
.dsn-nav-bar {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.admin-bar .header-top {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .header-top {
    top: 32px;
  }
}

.header-top .nav-lang {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 30px;
  right: 165px;
  z-index: 16;
}

.header-top .nav-lang img {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.header-top .nav-lang .nav-lang-button {
  position: relative;
  width: 100%;
  height: 28px;
  cursor: pointer;
  padding: 6px 10px;
  background: #100f0f;
  -webkit-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  border-radius: 12px;
  z-index: 2;
}

.header-top .nav-lang .nav-lang-button .nav-lang-item span {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.header-top .nav-lang .nav-lang-lang {
  position: absolute;
  top: -5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  background: rgba(16, 15, 15, 0.9);
  -webkit-transition: all .7s ease-in-out, background .1s ease-in-out;
  -o-transition: all .7s ease-in-out, background .1s ease-in-out;
  transition: all .7s ease-in-out, background .1s ease-in-out;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.header-top .nav-lang .nav-lang-lang ul {
  padding: 15px 0 0;
}

.header-top .nav-lang .nav-lang-lang ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 29px;
  padding: 6px 10px;
  line-height: 15px;
  border-radius: 12px;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.header-top .nav-lang .nav-lang-lang ul li a:hover {
  background: #100f0f;
}

.header-top .nav-lang .nav-lang-lang ul li a span {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 6px 0 9px;
}

.header-top .nav-lang:hover .nav-lang-lang {
  top: 15px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .header-top {
    display: block;
  }
}

.header-top.header-stickytop {
  z-index: 999;
}

/*
.header-top .header-container {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    padding: 22px 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
*/
.header-top .header-container {
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding: 22px 0px;
  margin: 0 auto;
}

.header-wrapper {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1080px) {
  .header-wrapper {
    width: auto;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-top .header-container {
    padding: 20px 30px;
  }

  .header-wrapper {
    width: auto;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .header-top .header-container {
    padding: 20px 15px;
  }
}

.header-top .header-container .logo {
  position: relative;
  display: table;
  pointer-events: auto;
  float: left;
  z-index: 99999;
  top: 5px;
}

.header-top .header-container .logo.dark_logo {
  display: none;
}

.header-top .header-container .logo img {
  width: 170px;
  border-radius: 0px;
  transition: all 0.5s ease;
}

.header-top .header-container .menu-icon {
  position: relative;
  z-index: 999;
  float: right;
  top: 14px;
  cursor: pointer;
  margin-right: 50px;
}

.header-top .header-container .menu-icon .icon-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
  margin-top: -23px;
  margin-left: -26px;
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.v-light.menu-light .header-top .header-container .menu-icon .icon-circle {
  border: 2px solid #000;
}

.header-top .header-container .menu-icon:hover .icon-circle {
  opacity: 0.2;
  visibility: visible;
}

.header-top .header-container .menu-icon .text-menu {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-family: 'DINPro';
  font-weight: 600;
  top: -21px;
  color: #fff;
  text-transform: uppercase;
  /* opacity: 0.9; */
}

.v-light.menu-light .header-top .header-container .menu-icon .text-menu {
  color: #000;
}

.header-top .header-container .menu-icon .text-menu>div {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-wrapper {
  margin-right: 7px;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-wrapper:last-child {
  margin-right: 0;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper {
  will-change: transform;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(0) {
  -webkit-transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  -o-transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(1) {
  -webkit-transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  -o-transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(2) {
  -webkit-transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  -o-transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(3) {
  -webkit-transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  -o-transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
}

.header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(4) {
  -webkit-transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  -o-transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
}

.header-top .header-container .menu-icon .text-menu .text-open .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.header-top .header-container .menu-icon .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.header-top .header-container .menu-icon .text-menu .text-close .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.header-top .header-container .menu-icon .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.inner-banner .container {
  position: relative;
  height: 100%
}

.box-nnp .fig img {
  height: 212px;
  width: 100%;
  object-fit: cover;
}

.box-nnp .photo-caption {
  position: static !important;
  right: 34px;
  bottom: -60px;
  width: 350px;
  padding: 20px 20px 20px;
  border-radius: 5px;
}

.box-nnp .photo-caption a {
  line-height: 24px;
}

.header-top .header-container .menu-icon .icon-m {
  position: relative;
  width: 22px;
  display: inline-block;
  height: 18px;
}

.header-top .header-container .menu-icon .menu-icon-close {
  position: absolute;
  font-size: 20px;
  text-align: center;
  top: 0;
  color: #fff;
}

.v-light.menu-light .header-top .header-container .menu-icon .menu-icon-close {
  color: #000;
}

.header-top .header-container .menu-icon__line {
  height: 2px;
  width: 22px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 4px;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}

.v-light.menu-light .header-top .header-container .menu-icon__line {
  background-color: #000;
}

.header-top .header-container .menu-icon:hover .menu-icon__line-left {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.header-top .header-container .menu-icon:hover .menu-icon__line-right {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.header-top .header-container .menu-icon__line-left {
  width: 11px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out !important;
  transition: -webkit-transform 0.5s ease-in-out !important;
  -o-transition: transform 0.5s ease-in-out !important;
  transition: transform 0.5s ease-in-out !important;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out !important;
}

.header-top .header-container .menu-icon__line-right {
  width: 11px;
  position: absolute;
  right: 2px;
}

.header-top .header-container .menu-icon:hover .text-menu .text-button .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.header-top .header-container .menu-icon:hover .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-wrapper {
  margin-right: 7px;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-wrapper:last-child {
  margin-right: 0;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-word-wrapper {
  will-change: transform;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(0) {
  -webkit-transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  -o-transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(1) {
  -webkit-transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  -o-transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(2) {
  -webkit-transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  -o-transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(3) {
  -webkit-transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  -o-transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
}

.header-top .header-container .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(4) {
  -webkit-transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  -o-transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
}

body.nav-active .header-top .header-container .menu-icon .text-menu {
  top: -17px;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-wrapper {
  margin-right: 7px;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-wrapper:last-child {
  margin-right: 0;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper {
  will-change: transform;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(0) {
  -webkit-transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  -o-transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(1) {
  -webkit-transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  -o-transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(2) {
  -webkit-transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  -o-transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(3) {
  -webkit-transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  -o-transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(4) {
  -webkit-transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  -o-transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-open .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

body.nav-active .header-top .header-container .menu-icon .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-button .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-wrapper {
  margin-right: 7px;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-wrapper:last-child {
  margin-right: 0;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-word-wrapper {
  will-change: transform;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(0) {
  -webkit-transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  -o-transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(1) {
  -webkit-transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  -o-transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(2) {
  -webkit-transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  -o-transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(3) {
  -webkit-transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  -o-transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
}

body.nav-active .header-top .header-container .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(4) {
  -webkit-transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  -o-transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
}

.nav,
.nav-content {
  position: absolute;
  width: 60%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 1s ease-in-out 0.8s;
  -o-transition: all 1s ease-in-out 0.8s;
  transition: all 1s ease-in-out 0.8s;
  z-index: 15;
}

.nav:before,
.nav-content:before,
.nav:after,
.nav-content:after {
  content: "";
  position: fixed;
  width: 60%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(33, 33, 33, 0.5);
  /* z-index: -1; */
  z-index: 9;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -o-transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transform: translateX(-100%) translateY(0%);
  -ms-transform: translateX(-100%) translateY(0%);
  transform: translateX(-100%) translateY(0%);
}

@media only screen and (max-width: 767px) {

  .nav,
  .nav-content,
  .nav:before,
  .nav-content:before,
  .nav:after,
  .nav-content:after {
    width: 100%;
  }

  .nav .nav__list-item a,
  .nav-content .nav__list-item a {
    width: 100% !important;
    padding-left: 0;
    padding-bottom: 5px;
    text-align: center;
  }
}

.nav:after,
.nav-content:after {
  background: #212121;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.nav:before,
.nav-content:before {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.nav .inner,
.nav-content .inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 100vh;
}

.admin-bar .nav .inner,
.admin-bar .nav-content .inner {
  top: 46px;
  height: calc(100vh - 46px);
}

@media screen and (min-width: 783px) {

  .admin-bar .nav .inner,
  .admin-bar .nav-content .inner {
    top: 32px;
    height: calc(100vh - 32px);
  }
}

.nav .inner .logo,
.nav-content .inner .logo {
  position: absolute;
  top: 9px;
  left: 78px;
  pointer-events: auto;
  padding-top: 18px;
}

.nav .inner .logo img,
.nav-content .inner .logo img {
  width: 80px;
  height: 50px;
}

/* .nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: left;
} */

.nav__content {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: left;
  display: block;
  top: 25%;
  position: relative;
}


.nav__list {
  width: 100%;
  overflow: auto;
  padding-top: 50px;
  z-index: 99;
}

.nav__list-item {
  position: relative;
  display: block;
  font-family: 'DINPro';
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}

.nav__list-item.active {
  color: #fff;
}

.nav__list-item a {
  position: relative;
  display: block;
  padding-left: 20%;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(-10px) scale(0.8) rotate(1deg);
  -ms-transform: translateX(-10px) scale(0.8) rotate(1deg);
  transform: translateX(-10px) scale(0.8) rotate(1deg);
  opacity: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.nav__list-item a:hover {
  color: #fff;
  -webkit-transition: color 0.5s ease-in-out 0s;
  -o-transition: color 0.5s ease-in-out 0s;
  transition: color 0.5s ease-in-out 0s;
}

.nav__list-item ul {
  display: none;
  margin-top: 15px;
}

.nav__list-item ul li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.nav-content {
  width: 40%;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .nav-content {
    display: none;
  }
}

.nav-content .inner-content {
  width: 100%;
  height: 100%;
}

.nav-content:before,
.nav-content:after {
  content: "";
  position: fixed;
  width: 40%;
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%) translateY(0%);
  -ms-transform: translateX(100%) translateY(0%);
  transform: translateX(100%) translateY(0%);
}

.nav-content address {
  overflow: hidden;
  will-change: transform;
}

.nav-content address span {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.nav-content address {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  overflow: inherit;
  color: #fff;
  width: 100%;
  text-align: left;
}

.nav-content address span {
  display: block;
}

body.nav-active {
  overflow: hidden !important;
}

/*body.nav-active main.main-root {
  -webkit-transform: scale(0.5, 1) translateX(30%);
  -ms-transform: scale(0.5, 1) translateX(30%);
  transform: scale(0.5, 1) translateX(30%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media only screen and (max-width: 767px) {
  body.nav-active main.main-root {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}*/

body.nav-active .header-top .header-container .menu-icon .icon-circle {
  border: 2px solid #fff0;
}

body.nav-active .header-top .header-container .menu-icon .menu-icon-close {
  display: block;
  width: 22px;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}

body.nav-active .nav,
body.nav-active .nav-content {
  visibility: visible;
  opacity: 0.96;
  -webkit-transition: all 0.1s ease-in-out 0.2s;
  -o-transition: all 0.1s ease-in-out 0.2s;
  transition: all 0.1s ease-in-out 0.2s;
}

body.nav-active .nav:before,
body.nav-active .nav-content:before,
body.nav-active .nav:after,
body.nav-active .nav-content:after {
  -webkit-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after,
body.nav-active .nav-content:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

body.nav-active .nav:before,
body.nav-active .nav-content:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

body.nav-active .nav .inner,
body.nav-active .nav-content .inner {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 999;
}

body.nav-active .nav__content {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

body.nav-active .nav__list-item {
  margin-bottom: 15px;
}

body.nav-active .nav__list-item:nth-child(0) a {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(1) a {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(2) a {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(3) a {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(4) a {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(5) a {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(6) a {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(7) a {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(8) a {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(9) a {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(10) a {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(11) a {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(12) a {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(13) a {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(14) a {
  -webkit-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
  transition-delay: 3.1s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(15) a {
  -webkit-transition-delay: 3.25s;
  -o-transition-delay: 3.25s;
  transition-delay: 3.25s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(16) a {
  -webkit-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(17) a {
  -webkit-transition-delay: 3.55s;
  -o-transition-delay: 3.55s;
  transition-delay: 3.55s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(18) a {
  -webkit-transition-delay: 3.7s;
  -o-transition-delay: 3.7s;
  transition-delay: 3.7s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(19) a {
  -webkit-transition-delay: 3.85s;
  -o-transition-delay: 3.85s;
  transition-delay: 3.85s;
  z-index: 999;
}

body.nav-active .nav__list-item:nth-child(20) a {
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
  z-index: 999;
}

body.nav-active .nav__list-item a {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  -o-transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}


body.nav-active .nav__list-item a {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, -webkit-transform 0.5s;
  -o-transition: opacity 1s, transform 0.5s;
  transition: opacity 1s, transform 0.5s;
  transition: opacity 1s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 25px;
}

li.nav__list-dropdown.nav__list-item ul li a {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  body.nav-active .nav__list-item a {
    font-size: 18px;
  }

  li.nav__list-dropdown.nav__list-item ul li a {
    font-size: 12px;
  }
}

body.nav-active .nav .dsn-wrapper,
body.nav-active .nav-content .dsn-wrapper {
  margin-right: 7px;
}

body.nav-active .nav .dsn-wrapper:last-child,
body.nav-active .nav-content .dsn-wrapper:last-child {
  margin-right: 0;
}

body.nav-active .nav address,
body.nav-active .nav-content address {
  will-change: transform;
}

body.nav-active .nav address span,
body.nav-active .nav-content address span {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36), -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
}

body.nav-active .nav address:nth-of-type(0) span,
body.nav-active .nav-content address:nth-of-type(0) span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1700ms, visibility 0.3s 1500ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1500ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1700ms, visibility 0.3s 1500ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1500ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1500ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1700ms, visibility 0.3s 1500ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1500ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1700ms, visibility 0.3s 1500ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1500ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1700ms, visibility 0.3s 1500ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1500ms;
}

body.nav-active .nav address:nth-of-type(1) span,
body.nav-active .nav-content address:nth-of-type(1) span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2000ms, visibility 0.3s 1545ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1800ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2000ms, visibility 0.3s 1545ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1800ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1800ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2000ms, visibility 0.3s 1545ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1800ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2000ms, visibility 0.3s 1545ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1800ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2000ms, visibility 0.3s 1545ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1800ms;
}

body.nav-active .nav address:nth-of-type(2) span,
body.nav-active .nav-content address:nth-of-type(2) span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms, visibility 0.3s 1590ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2100ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms, visibility 0.3s 1590ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2100ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2100ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms, visibility 0.3s 1590ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2100ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms, visibility 0.3s 1590ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2100ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms, visibility 0.3s 1590ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2100ms;
}

body.nav-active .nav address:nth-of-type(3) span,
body.nav-active .nav-content address:nth-of-type(3) span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2600ms, visibility 0.3s 1635ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2400ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2600ms, visibility 0.3s 1635ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2400ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2400ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2600ms, visibility 0.3s 1635ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2400ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2600ms, visibility 0.3s 1635ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2400ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2600ms, visibility 0.3s 1635ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2400ms;
}

body.nav-active .nav address:nth-of-type(4) span,
body.nav-active .nav-content address:nth-of-type(4) span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2900ms, visibility 0.3s 1680ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2700ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2900ms, visibility 0.3s 1680ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2700ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2700ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2900ms, visibility 0.3s 1680ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2700ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2900ms, visibility 0.3s 1680ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2700ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2900ms, visibility 0.3s 1680ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2700ms;
}

body.nav-active .nav address:nth-of-type(5) span,
body.nav-active .nav-content address:nth-of-type(5) span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms, visibility 0.3s 1725ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3000ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms, visibility 0.3s 1725ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3000ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3000ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms, visibility 0.3s 1725ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3000ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms, visibility 0.3s 1725ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3000ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms, visibility 0.3s 1725ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3000ms;
}

/* -------------------------------------------------------
                   Navbar Fixed Top
-------------------------------------------------------- */
.header-stickytops {
  position: fixed;
  top: 0;
  background: #151515;
  padding: 10px 0 16px 0;
}

.header-stickytops .header-bg {
  background: #151515;
}

.header-stickytops .header-bg img.header-bg-img {
  top: 0;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  opacity: 0;
}

.custom-logo-link h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.dsn-nav-bar .icon-m {
  overflow: hidden;
  will-change: transform;
}

.dsn-nav-bar .icon-m .menu-icon-close {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.dsn-nav-bar .dsn-wrapper {
  margin-right: 7px;
}

.dsn-nav-bar .dsn-wrapper:last-child {
  margin-right: 0;
}

.dsn-nav-bar .icon-m {
  will-change: transform;
}

.dsn-nav-bar .icon-m .menu-icon__line {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36), -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
}

.dsn-nav-bar .icon-m:nth-of-type(0) .menu-icon__line {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 0ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 0ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 0ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 0ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 0ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 0ms;
}

.dsn-nav-bar .icon-m:nth-of-type(1) .menu-icon__line {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 209ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 9ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 209ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 9ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 9ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 209ms, visibility 0.3s 45ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 9ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 209ms, visibility 0.3s 45ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 9ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 209ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 9ms;
}

.dsn-nav-bar .icon-m:nth-of-type(2) .menu-icon__line {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 218ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 18ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 218ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 18ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 18ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 218ms, visibility 0.3s 90ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 18ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 218ms, visibility 0.3s 90ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 18ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 218ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 18ms;
}

.dsn-nav-bar .icon-m:nth-of-type(3) .menu-icon__line {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 227ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 27ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 227ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 27ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 27ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 227ms, visibility 0.3s 135ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 27ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 227ms, visibility 0.3s 135ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 27ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 227ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 27ms;
}

body.nav-active .dsn-nav-bar .dsn-wrapper {
  margin-right: 7px;
}

body.nav-active .dsn-nav-bar .dsn-wrapper:last-child {
  margin-right: 0;
}

body.nav-active .dsn-nav-bar .icon-m {
  will-change: transform;
}

body.nav-active .dsn-nav-bar .icon-m .menu-icon-close {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36), -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
}

body.nav-active .dsn-nav-bar .icon-m:nth-of-type(0) .menu-icon-close {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1200ms, visibility 0.3s 1000ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1000ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1200ms, visibility 0.3s 1000ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1000ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1000ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1200ms, visibility 0.3s 1000ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1000ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1200ms, visibility 0.3s 1000ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1000ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1200ms, visibility 0.3s 1000ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1000ms;
}

body.nav-active .dsn-nav-bar .icon-m:nth-of-type(1) .menu-icon-close {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1209ms, visibility 0.3s 1045ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1009ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1209ms, visibility 0.3s 1045ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1009ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1009ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1209ms, visibility 0.3s 1045ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1009ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1209ms, visibility 0.3s 1045ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1009ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1209ms, visibility 0.3s 1045ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1009ms;
}

body.nav-active .dsn-nav-bar .icon-m {
  overflow: hidden;
  will-change: transform;
}

body.nav-active .dsn-nav-bar .icon-m .menu-icon__line {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.v-light.nav-active .nav__list-item a {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .v-light.nav-active .nav__list-item a {
    color: #333;
  }
}

.v-light.menu-light.nav-active .header-top .header-container .menu-icon .menu-icon-close,
.v-light.menu-light.nav-active .header-top .header-container .menu-icon .text-menu {
  color: #fff;
}

.nav-active.v-light.menu-light .main-logo .dark-logo {
  display: none;
}

.nav-active.v-light.menu-light .main-logo .light-logo {
  display: block;
}

/* Social menu */
/** === Footer menu === */
.footer-navigation {
  display: inline;
}

.footer-navigation>div {
  display: inline;
}

.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}

.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next Project */
.next-project {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

.next-project+footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 99;
}

.next-project+footer a,
.next-project+footer p {
  color: #fff;
}

.v-light .next-project+footer a,
.v-light .next-project+footer p {
  color: #fff;
}

.next-project.next-project-image {
  position: fixed;
  bottom: 0;
}

.next-project .bg {
  position: absolute;
  right: 0;
  top: -30%;
  width: 80%;
  height: 100%;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

@media only screen and (max-width: 767px) {
  .next-project .bg {
    width: 100%;
  }
}

.next-project .bg .bg-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.next-project .project-title {
  position: absolute;
  width: 100%;
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  z-index: 2;
}

.next-project .project-title#dsn-next-parallax-title {
  top: 10%;
  opacity: 0;
}

.next-project .project-title .title-text-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-direction: normal;
  padding-left: 7.5vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.next-project .project-title .title-text-header .title-text-header-inner {
  font-family: 'DINPro';
  color: #fff;
}

.next-project .project-title .title-text-header .title-text-header-inner span {
  display: block;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.75em;
  margin: 30px 0;
}

@media only screen and (max-width: 767px) {
  .next-project .project-title .title-text-header .title-text-header-inner span {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .next-project .project-title .title-text-header .title-text-header-inner span {
    font-size: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .next-project .project-title .title-text-header .title-text-header-inner span {
    font-size: 38px;
  }
}

.next-project .project-title .sub-text-header {
  padding-left: 7.5vw;
  letter-spacing: 2px;
}

.next-project .project-title .sub-text-header h5 {
  font-weight: 400;
  color: #fff;
}

/* Next/Previous navigation Blog */
/* Next/Previous Page */
.contact-up {
  position: relative;
  background-color: #090909;
  overflow: hidden;
}

.v-light .contact-up {
  background-color: #e6e6e6;
}

.contact-up::before {
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  content: "";
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.v-light .contact-up::before {
  background-color: #f9f9f9;
}

.contact-up .c-wapp {
  width: 100%;
  display: table;
}

.contact-up .c-wapp a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.contact-up .c-wapp a .hiring {
  width: 50%;
  position: relative;
  display: block;
  text-align: left;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.v-light .contact-up .c-wapp a .hiring {
  -webkit-text-stroke: 1px #000;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a .hiring {
    display: block;
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 400px) {
  .contact-up .c-wapp a .hiring {
    font-size: 28px;
  }
}

.contact-up .c-wapp a .career {
  color: #fff;
  width: 50%;
  position: relative;
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.v-light .contact-up .c-wapp a .career {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a .career {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.contact-up:hover::before {
  width: 100%;
}

.contact-up:hover a .hiring {
  color: #fff;
}

.v-light .contact-up:hover a .hiring {
  color: #000;
}

.dsn-pagination {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .dsn-pagination {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.dsn-pagination .page-numbers {
  position: relative;
  font-size: 64px;
  font-weight: bold;
  margin-right: 30px;
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .page-numbers {
    font-size: 30px;
    margin-right: 20px;
  }
}

.dsn-pagination .page-numbers.current {
  color: #fff;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.v-light .dsn-pagination .page-numbers.current {
  color: #000;
}

.dsn-pagination .page-numbers:hover {
  color: #fff;
}

.v-light .dsn-pagination .page-numbers:hover {
  color: #000;
}

.dsn-pagination .next .button-m {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 90px;
  margin-left: 10px;
  top: -68px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m {
    width: 65px;
    height: 65px;
    top: -45px;
  }
}

.dsn-pagination .next .button-m:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  background: #090909;
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.dsn-pagination .next .button-m svg {
  position: absolute;
  top: 0;
  left: -10%;
  fill: #fff;
  z-index: 1;
  width: 30px;
  height: 100%;
  opacity: 1;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m svg {
    left: -35%;
  }
}

.dsn-pagination .next .button-m span {
  top: 38px;
  position: relative;
  display: block;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transform: translateX(9%);
  -ms-transform: translateX(9%);
  transform: translateX(9%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m span {
    top: 25px;
    left: -5px;
  }
}

.dsn-pagination .next .button-m:hover:before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.dsn-pagination .next .button-m:hover svg {
  opacity: 0;
  -webkit-transform: translateX(20%) !important;
  -ms-transform: translateX(20%) !important;
  transform: translateX(20%) !important;
}

.dsn-pagination .next .button-m:hover span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.root-project.root-project-full {
  width: 100% !important;
}

.custom-text {
  background-color: #090909;
  color: rgba(255, 255, 255, 0.9);
  padding: 4px;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 2px;
  display: unset;
}

.intro-project {
  position: relative;
}

.intro-project .intro-text {
  position: relative;
}

.intro-project .title-cover {
  position: absolute;
  width: 100%;
  font-family: 'DINPro';
  font-size: 10vw;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
  text-transform: uppercase;
  word-break: break-all;
  pointer-events: none;
}

.intro-project h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .intro-project h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-project h2 {
    font-size: 28px;
  }
}

.intro-project.section-p h2 {
  max-width: 750px;
  letter-spacing: inherit;
  font-size: 25px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}

.intro-project.section-p h2.title {
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  .intro-project.section-p h2.title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-project.section-p h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}

.intro-project .inner>p {
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .intro-project .inner>p {
    font-size: 14px;
  }
}

.intro-project .inner ul {
  margin-top: 20px;
  color: #fff;
}

.v-light .intro-project .inner ul {
  color: #000;
}

.intro-project .inner ul li {
  line-height: 25px;
}

.intro-project p.dsn-active>.dsn-wrapper {
  margin-right: 5px;
}

.intro-project .meta-project {
  position: relative;
}

.intro-project .meta-project ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.intro-project .meta-project ul li::after {
  content: "/";
  padding: 0 5px;
  font-size: 8px;
  display: inline-block;
}

.intro-project .meta-project ul li:last-child::after {
  display: none;
}

.intro-project .intro-title {
  position: relative;
  overflow: hidden;
}

.intro-project .intro-title .part-tilte {
  position: relative;
  text-align: center;
}

.intro-project .intro-title .part-tilte h2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 30px;
}

.intro-project .intro-title .part-tilte p {
  font-size: 18px;
  letter-spacing: 2px;
}

.intro-project .intro-title .dsn-cat {
  text-align: center;
  margin-top: 30px;
}

.intro-project .intro-title .dsn-link {
  text-align: center;
  margin-top: 50px;
}

.intro-project .intro-title .dsn-link a {
  display: inline-block;
  padding: 0 4px;
  border-bottom: 3px solid #fff;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 600;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition: 0.4s ease-out;
}

.v-light .intro-project .intro-title .dsn-link a {
  color: #000;
  border-bottom: 3px solid #bebebe;
}

.intro-project .intro-title .dsn-link a:hover {
  border-bottom: 0 solid #fff;
}

.v-light .intro-project .intro-title .dsn-link a:hover {
  border-bottom: 0px solid #bebebe;
}

.intro-project .bottom-link {
  position: relative;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 34px;
  margin-top: 30px;
}

.intro-project .bottom-link p {
  margin: 0;
  max-width: 100%;
}

.v-light .intro-project .bottom-link {
  color: #000;
}

.intro-project .bottom-link span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.14, 0.7, 0.3, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.14, 0.7, 0.3, 1) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.14, 0.7, 0.3, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.14, 0.7, 0.3, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.14, 0.7, 0.3, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.7, 0.3, 1) 0s;
}

.v-light .intro-project .bottom-link span {
  background-color: #e6e6e6;
}

.intro-project .bottom-link span:nth-child(1) {
  top: 0;
}

.intro-project .bottom-link span:nth-child(2) {
  top: 100%;
}

.intro-project .bottom-link .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro-project .bottom-link .content .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro-project .bottom-link .content .inner p {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
}

.intro-project .bottom-link:hover span:nth-child(1) {
  -webkit-transform: translate3d(0, 0.4vh, 0);
  transform: translate3d(0, 0.4vh, 0);
}

.intro-project .bottom-link:hover span:nth-child(2) {
  -webkit-transform: translate3d(0, -0.4vh, 0);
  transform: translate3d(0, -0.4vh, 0);
}

.intro-project .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.intro-project .flex-wrapper .client-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  height: 100%;
  text-transform: uppercase;
  max-width: 300px;
  min-width: 300px;
}

.intro-project .flex-wrapper .info-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.intro-project .flex-wrapper .info-container .services-box {
  text-transform: uppercase;
  margin: 0 0 60px;
}

.intro-project .flex-wrapper .story-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  letter-spacing: 0.1em;
  line-height: 20px;
  width: 50%;
}

.intro-project .flex-wrapper h5 {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.intro-desc {
  position: relative;
}

.intro-desc .intro-text {
  position: relative;
  width: 614px;
}

.intro-desc .intro-text h2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  font-size: 42px;
}

.intro-desc .intro-text p {
  display: block;
  margin: 0 20%;
  width: 60%;
}

.img-box-small {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.img-fullscreen {
  position: relative;
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: 90vh;
}

.img-fullscreen .cover-bg {
  width: 100%;
  height: 150%;
}

.gallery-col {
  position: relative;
  overflow: hidden;
  background-color: rgb(186 199 184);
}

.gallery-col p {
  color: #222
}

.v-light .gallery-col {
  background-color: #e6e6e6;
}

.gallery-col .box-im {
  position: relative;
  /*
  padding-left: 20px;
  padding-right: 20px;
*/
  margin: 25px 0;
}

@media only screen and (max-width: 991px) {
  .gallery-col .box-im {
    padding: 20px 10px 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-col .box-im {
    padding: 80px;
  }

  .gallery-col .box-im .caption {
    left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-col .box-im .caption {
    left: -20px;
  }
}

.gallery-col .box-im:nth-child(even) {
  /*  background-color: #2c393c;*/
}

.v-light .gallery-col .box-im:nth-child(even) {
  background-color: #f9f9f9;
}

.gallery-col .box-im .image-zoom {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  text-align: center;
}

.gallery-col .box-im .image-zoom img {
  max-width: 100%;
  -webkit-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  height: 165px;
  object-fit: cover;
}

.slider-project {
  position: relative;
  width: calc(100% - 150px);
  left: 75px;
}

@media only screen and (max-width: 767px) {
  .slider-project {
    width: calc(100% - 130px);
  }
}

@media only screen and (max-width: 767px) {
  .slider-project {
    width: calc(100% - 70px);
    left: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-project {
    width: calc(100% - 55px);
    left: 27.5px;
  }
}

.slider-project .swiper-container {
  width: 100%;
  height: 100%;
}

.slider-project .swiper-slide {
  width: 80%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .slider-project .swiper-slide {
    width: 100%;
  }
}

.slider-project .slider-button-next,
.slider-project .slider-button-prev {
  display: inline-block;
  cursor: pointer;
  position: absolute;
}

.slider-project .slider-button-next div,
.slider-project .slider-button-prev div {
  display: inline-block;
}

.slider-project .slider-button-next div svg,
.slider-project .slider-button-prev div svg {
  height: 40px;
  width: 40px;
}

.slider-project .slider-button-next div svg .path,
.slider-project .slider-button-prev div svg .path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.8px;
  -webkit-transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
  -o-transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
  transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}

.v-light .slider-project .slider-button-next div svg .path,
.v-light .slider-project .slider-button-prev div svg .path {
  stroke: #000;
}

.slider-project .slider-button-prev {
  top: -15px;
  left: -60px;
}

.slider-project .slider-button-next {
  top: 50px;
  left: -60px;
}

.slider-project .slider-button-next::after {
  content: "/";
  position: absolute;
  top: -20px;
  left: 20px;
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .slider-project .slider-button-next::after {
    display: none;
  }
}

.slider-project .swiper-pagination-fraction {
  position: absolute;
  bottom: 26px;
  left: -65px;
  width: 60px;
  font-size: 14px;
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}

.slider-project .swiper-pagination-current,
.slider-project .swiper-pagination-total {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 60px;
  opacity: 1;
  -webkit-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  transform: rotate(-75deg);
}

.v-light .slider-project .swiper-pagination-current,
.v-light .slider-project .swiper-pagination-total {
  color: #000;
}

.slider-project .swiper-pagination-current {
  left: -30px;
  top: -10px;
}

.slider-project .swiper-pagination-total {
  left: 30px;
  bottom: -10px;
}

.project-image-collage {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 575px) {
  .project-image-collage {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.box-gallery-vertical {
  position: relative;
}

.box-gallery-vertical.box-gallery-vertical-order .mask-bg {
  left: 0;
  right: auto;
}

.box-gallery-vertical.box-gallery-vertical-order .row .col-lg-6:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.box-gallery-vertical.box-gallery-vertical-order .box-info {
  padding-right: 50px;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-vertical-order .box-info {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .box-gallery-vertical.box-gallery-vertical-order .box-info {
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.box-gallery-vertical.box-gallery-vertical-order .box-info .vertical-title::before {
  display: none;
}

.box-gallery-vertical [data-dsn-grid="moveUp"] {
  height: 100vh;
}

.box-gallery-vertical .vertical-title {
  position: relative;
}

.box-gallery-vertical .vertical-title::before {
  content: "";
  height: 1px;
  background: transparent !important;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: -25px;
  right: auto;
  width: 100px;
  top: 50%;
}

.v-light .box-gallery-vertical .vertical-title::before {
  background-color: #000;
}

.box-gallery-vertical .vertical-title h2 {
  font-size: 42px;
  line-height: 1.33;
  margin-bottom: 30px;
}

.box-gallery-vertical .box-info {
  padding-left: 40px;
}

.box-gallery-vertical h6 {
  font-family: 'DINPro';
  margin-bottom: 30px;
  line-height: 1.6;
}

.box-gallery-vertical .back_stage__subtitle {
  color: #fff;
  max-width: 270px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical {
    padding: 0;
  }

  .box-gallery-vertical .mask-bg {
    display: none;
  }

  .box-gallery-vertical [data-dsn-grid="moveUp"] {
    height: 80vh;
  }

  .box-gallery-vertical .box-info {
    padding: 30px;
    padding-bottom: 0;
  }

  .box-gallery-vertical .box-info .vertical-title:before {
    display: none;
  }

  .box-gallery-vertical .box-info .vertical-title h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: inherit;
  }

  .box-gallery-vertical .box-info .vertical-title p {
    font-size: 14px;
  }

  .box-gallery-vertical h6 {
    margin-bottom: 10px;
    font-weight: 600;
  }

  .box-gallery-vertical .link-custom {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .box-gallery-vertical .box-im {
    margin: 0;
  }

  .box-gallery-vertical .box-info {
    margin-bottom: 0;
    padding: 30px 0 0 0;
  }

  .box-gallery-vertical .box-info .vertical-title h2 {
    font-size: 25px;
  }

  .box-gallery-vertical .box-info .vertical-title h6 {
    font-size: 16px;
  }

  .box-gallery-vertical .box-info .vertical-title p {
    font-weight: 400;
  }

  .box-gallery-vertical .link-custom {
    margin-top: 20px;
  }
}

.mask-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(70% + 20px);
  height: 100%;
  background-color: #f1eeee;
  z-index: -1;
}

.v-light .mask-bg {
  background-color: #e6e6e6;
}

.intro-about {
  position: relative;
}

.intro-about .box-im div {
  width: 100%;
  height: 80vh;
}

.intro-about .content h5 {
  font-size: 12px;
  letter-spacing: 1.83px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 300;
}

.intro-about .content h3 {
  font-size: 22px;
  line-height: 33px;
  margin-top: 20px;
}

.intro-about .content p {
  margin-top: 50px;
}

.our-services {
  position: relative;
}

.our-services .row>*:nth-of-type(n + 3) .services-item {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .our-services .row>*:nth-of-type(n + 2) .services-item {
    margin-top: 25px;
  }
}

.our-services .services-item {
  position: relative;
}

.our-services .services-item .line-before {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 25px;
  opacity: 0.5;
}

.v-light .our-services .services-item .line-before {
  background-color: #bebebe;
}

.our-services .services-item p {
  max-width: 447px;
}

.our-client {
  position: relative;
}

.our-client .client-curs {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.our-client .client-curs .client-item {
  position: relative;
  margin-bottom: 40px;
}

.our-client .client-curs .client-item div {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  .our-client .client-curs .client-item div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.our-client .client-curs .client-item div:before,
.our-client .client-curs .client-item div:after {
  font-size: 130px;
  position: absolute;
  line-height: 1;
  height: 40px;
  background-color: rgba(148, 148, 148, 0.07);
  opacity: 0.1;
}

.our-client .client-curs .client-item div:before {
  content: "\201C";
  -ms-flex-item-align: start;
  align-self: flex-start;
  left: 0;
  top: -20px;
}

.our-client .client-curs .client-item div:after {
  content: "\201D";
  -ms-flex-item-align: end;
  align-self: flex-end;
  right: 0;
  bottom: 0;
}

.our-client .client-curs .client-item h5 {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.our-client .client-curs .client-item span {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.our-client .client-curs .client-item p {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .our-client .client-curs .client-item p {
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 1.6;
  }
}

.our-client .client-curs .slick-arrow {
  bottom: -20px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 2;
}

.our-client .client-curs .slick-arrow.fa-angle-right {
  left: 120px;
}

@media only screen and (max-width: 767px) {
  .our-client .client-curs .slick-arrow.fa-angle-right {
    left: 70px;
  }
}

.our-client .client-curs .slick-arrow.fa-angle-left {
  left: 45px;
}

@media only screen and (max-width: 767px) {
  .our-client .client-curs .slick-arrow.fa-angle-left {
    left: 10px;
  }
}

.our-client .client-curs .slick-arrow:before {
  line-height: 50px;
  text-align: center;
}

.brand-client {
  position: relative;
}

.brand-client .wapper-client {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-client .wapper-client .logo-box {
  position: relative;
  background-color: #090909;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(33.33333% - 2px);
  padding: 15px;
  min-height: 240px;
  margin-right: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}

.v-light .brand-client .wapper-client .logo-box {
  background-color: #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .brand-client .wapper-client .logo-box {
    width: calc(50% - 2px);
  }
}

@media only screen and (max-width: 400px) {
  .brand-client .wapper-client .logo-box {
    width: 100%;
  }
}

.brand-client .wapper-client .logo-box img {
  max-width: 180px;
  margin: auto;
}

.brand-client .wapper-client .logo-box .info {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.brand-client .wapper-client .logo-box .info .content {
  border-radius: 0 20px 0 0;
  bottom: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  background: #000;
}

.v-light .brand-client .wapper-client .logo-box .info .content {
  background-color: #f9f9f9;
}

.brand-client .wapper-client .logo-box .info .content .icon {
  color: #fff;
  font-size: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.v-light .brand-client .wapper-client .logo-box .info .content .icon {
  color: #000;
}

.brand-client .wapper-client .logo-box .info .content .entry {
  padding: 10%;
  position: absolute;
  left: -100%;
  opacity: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-client .wapper-client .logo-box .info .content .entry div {
  width: 100%;
}

.brand-client .wapper-client .logo-box .info .content .entry div h5 {
  margin-bottom: 20px;
}

.brand-client .wapper-client .logo-box .info .content .entry div a {
  letter-spacing: 2px;
  font-weight: 600;
}

.brand-client .wapper-client .logo-box .info .content:hover {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.brand-client .wapper-client .logo-box .info .content:hover .icon {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.brand-client .wapper-client .logo-box .info .content:hover .entry {
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-dsn-grid="move-up"],
[data-dsn-grid="moveUp"] {
  position: relative;
  margin: 0 auto;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3;
  overflow: hidden;
  height: 80vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

[data-dsn-grid="move-up"].dsn-parallax-full,
[data-dsn-grid="moveUp"].dsn-parallax-full {
  height: 100vh;
}

[data-dsn-grid="move-up"] img,
[data-dsn-grid="moveUp"] img {
  position: relative;
  width: 100%;
  top: -20%;
  height: 120%;
  will-change: scroll-position;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-dsn-grid="move-up"] img[data-dsn-scale="1"],
[data-dsn-grid="moveUp"] img[data-dsn-scale="1"] {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.box-seat {
  position: relative;
  /* video */
}

.box-seat .inner-img {
  height: 100vh;
  overflow: hidden;
}

.box-seat .inner-img img {
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.box-seat .pro-text {
  position: absolute;
  background-color: #0d0d0d;
  max-width: 600px;
  padding: 80px;
  right: 80px;
  bottom: -80px;
}

.v-light .box-seat .pro-text {
  background-color: #e6e6e6;
}

.v-light .box-seat .pro-text h3 {
  color: #000;
}

.box-seat .pro-text p {
  margin-left: 0px;
  margin-top: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 31px;
  font-family: 'DINPro';
}

@media screen and (max-width: 767px) {
  .box-seat .pro-text p {
    font-size: 16px;
  }
}

.v-light .box-seat .pro-text p {
  color: #0009;
}

.box-seat .pro-text p.dsn-active>.dsn-wrapper {
  margin-right: 5px;
}

.box-seat.box-seat-full .pro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(13, 13, 13, 0.7);
  height: 100%;
  top: 0;
}

.v-light .box-seat.box-seat-full .pro-text {
  background-color: rgba(0, 0, 0, 0.42);
}

@media only screen and (max-width: 991px) {
  .v-light .box-seat.box-seat-full .pro-text {
    background-color: black;
  }
}

.v-light .box-seat.box-seat-full .pro-text h3 {
  color: #fff;
}

.v-light .box-seat.box-seat-full .pro-text .link-custom a {
  color: #fff;
}

.v-light .box-seat.box-seat-full .pro-text .link-custom a:before {
  color: #000;
  background-color: #fff;
}

.v-light .box-seat.box-seat-full .pro-text p {
  color: rgba(255, 255, 255, 0.69);
}

.box-seat.box-seat-bottom {
  margin-bottom: 0;
}

.v-light .box-seat.box-seat-bottom .pro-text {
  background-color: #e6e6e6;
}

.v-light .box-seat.box-seat-bottom .pro-text h3 {
  color: #000;
}

.v-light .box-seat.box-seat-bottom .pro-text p {
  color: #0009;
}

.box-seat.box-seat-bottom .pro-text {
  position: relative;
  bottom: 150px;
  max-width: inherit;
  width: 80%;
  text-align: center;
  right: auto;
  margin: 0 auto;
  margin-bottom: -150px;
  border-radius: 3px 3px 0 0;
}

.box-seat.box-seat-qute .pro-text:after {
  content: "\201D";
  position: absolute;
  line-height: 1;
  height: 40px;
  opacity: 0.03;
  font-size: 24vw;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box-seat.box-seat-under-header {
  overflow: hidden;
  margin-top: -10vh;
}

.box-seat.box-seat-under-header .custom-container {
  width: 120%;
}

.box-seat.box-seat-under-header .inner-img {
  height: 80vh;
}

@media only screen and (max-width: 991px) {

  .box-seat .pro-text,
  .box-seat.box-seat-full .pro-text,
  .box-seat.box-seat-bottom .pro-text {
    position: relative;
    width: auto;
    max-width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 50px;
    margin: 0 20px -60px 20px;
    background-color: #0d0d0d;
    text-align: center;
  }

  .box-seat .pro-text p,
  .box-seat.box-seat-full .pro-text p,
  .box-seat.box-seat-bottom .pro-text p {
    padding-left: 0;
    max-width: 100%;
    margin: auto;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {

  .box-seat .pro-text,
  .box-seat.box-seat-full .pro-text,
  .box-seat.box-seat-bottom .pro-text {
    padding: 50px 15px;
  }

  .box-seat .pro-text h3,
  .box-seat.box-seat-full .pro-text h3,
  .box-seat.box-seat-bottom .pro-text h3 {
    font-size: 25px;
    line-height: 1.3;
  }

  .box-seat .pro-text h3.dsn-active>.dsn-wrapper,
  .box-seat.box-seat-full .pro-text h3.dsn-active>.dsn-wrapper,
  .box-seat.box-seat-bottom .pro-text h3.dsn-active>.dsn-wrapper {
    margin-right: 6px;
  }

  .box-seat .pro-text p.dsn-active>.dsn-wrapper,
  .box-seat.box-seat-full .pro-text p.dsn-active>.dsn-wrapper,
  .box-seat.box-seat-bottom .pro-text p.dsn-active>.dsn-wrapper {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 400px) {

  .box-seat .pro-text,
  .box-seat.box-seat-full .pro-text,
  .box-seat.box-seat-bottom .pro-text {
    bottom: 0;
    padding: 30px 20px;
    margin: 0;
  }

  .box-seat .pro-text p,
  .box-seat.box-seat-full .pro-text p,
  .box-seat.box-seat-bottom .pro-text p {
    max-width: 100%;
    padding-top: 15px;
    text-align: center;
  }
}

.box-seat .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
}

.box-seat .play-button i {
  color: #fff;
  font-size: 28px;
  line-height: 80px;
}

.box-seat .dsn-video {
  position: relative;
  overflow: hidden;
}

.box-seat .box-middle-text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.box-seat .box-middle-text h3 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .box-seat .box-middle-text h3 {
    font-size: 25px;
  }
}

.box-seat .box-middle-text p {
  color: #fff;
  margin: 0 auto 25px;
  max-width: 460px;
}

.box-seat .box-middle-text .play-button {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  top: auto;
  margin: auto;
}

.box-seat .box-middle-text .play-button i {
  width: 100%;
}

.box-seat .box-middle-text .play-button i:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}

.box-seat .dsn-v-text {
  position: relative;
  overflow: hidden;
}

.v-light .box-seat .dsn-v-text h2 {
  color: #fff;
}

.intro-about {
  position: relative;
}

.intro-about .background-mask {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: calc(50% + 50px);
  z-index: -1;
}

.intro-about .background-mask .background-mask-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #090909;
}

.v-light .intro-about .background-mask .background-mask-bg {
  background-color: #e6e6e6;
}

.intro-about .intro-content-text h2 {
  text-align: right;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.intro-about .intro-content-text h2.dsn-move-section:not([data-dsn-responsive]) {
  position: relative;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0.2;
}

.intro-about .intro-content-text h2 div {
  display: block;
  text-align: right;
  position: relative;
}

.intro-about .intro-content-text h6 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 80px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.intro-about .intro-content-text h6:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  height: 1px;
  width: 52px;
  background: rgba(233, 233, 233, 0.1);
}

.v-light .intro-about .intro-content-text h6:after {
  background-color: #0009;
}

.intro-about .intro-content-text h6:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.v-light .intro-about .intro-content-text h6:before {
  background-color: #000;
}

.intro-about .intro-content-text small {
  display: block;
  font-size: 14px;
  opacity: 0.7;
}

.intro-about .intro-content-text p {
  max-width: 370px;
  margin-bottom: 30px;
  letter-spacing: 0.4px;
}

.intro-about .intro-content-text p[data-dsn-animate="animate"]>span {
  margin-right: 5px;
}

.intro-about .intro-content-text .exper {
  overflow: hidden;
}

.intro-about .intro-content-text .exper .numb-ex>span {
  font-size: 120px;
  line-height: 1.2;
  float: left;
  font-weight: bold;
  margin-right: 20px;
  color: #fff;
}

.v-light .intro-about .intro-content-text .exper .numb-ex>span {
  color: #000;
}

.intro-about .intro-content-text .exper h4 {
  font-size: 18px;
  margin-top: 40px;
}

.intro-about .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px;
}

.intro-about .img-box img {
  width: 100%;
  border: 0;
}

.intro-about .img-box .img-cent {
  position: relative;
  width: 100%;
  height: 100%;
}

.intro-about .img-box .img-cent .img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.intro-about .img-box .img-cent .img-container img {
  width: 100%;
  border: 0;
}

@media only screen and (max-width: 991px) {
  .intro-about .intro-content-text h2 {
    text-align: left;
    margin-bottom: 30px;
  }

  .intro-about .intro-content-text p {
    min-width: 100%;
  }

  .intro-about .background-mask {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    bottom: auto;
  }

  .intro-about .img-box {
    padding: 80px 50px;
  }

  .intro-about .img-box .img-cent {
    height: 80vh;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro-about .intro-content-text {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-about .intro-content-text h2 {
    font-size: 32px;
  }

  .intro-about .intro-content-text .exper .numb-ex>span {
    font-size: 80px;
  }

  .intro-about .intro-content-text .exper h4 {
    margin-top: 20px;
  }

  .intro-about .background-mask {
    background-color: transparent;
  }

  .intro-about .img-box {
    padding: 0;
  }

  .intro-about .img-box .img-cent {
    height: 80vh;
    margin: 30px 0 0 0;
  }
}

.our-services-2 {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.our-services-2 .col-md-4 {
  padding: 0;
}

.our-services-2 .col-md-4:nth-of-type(even) .services-item {
  background: #090909;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}

.v-light .our-services-2 .col-md-4:nth-of-type(even) .services-item {
  background: #e6e6e6;
  -webkit-box-shadow: 15px 15px 30px rgba(225, 225, 225, 0.46);
  box-shadow: 15px 15px 30px rgba(225, 225, 225, 0.46);
}

@media only screen and (max-width: 767px) {
  .our-services-2 .col-md-4 .services-item {
    background: #090909;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
  }

  .v-light .our-services-2 .col-md-4 .services-item {
    background: #f9f9f9;
    -webkit-box-shadow: 15px 15px 30px rgba(225, 225, 225, 0.46);
    box-shadow: 15px 15px 30px rgba(225, 225, 225, 0.46);
  }
}

@media only screen and (max-width: 767px) {
  .our-services-2 .col-md-4:last-child .services-item {
    margin-bottom: 0;
  }
}

.our-services-2 .services-item {
  position: relative;
  text-align: center;
  padding: 50px 45px;
}

@media only screen and (max-width: 991px) {
  .our-services-2 .services-item {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .our-services-2 .services-item {
    margin: 0 15px 25px;
  }
}

.our-services-2 .services-item .corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #090909;
}

.v-light .our-services-2 .services-item .corner {
  border-color: #bebebe;
  display: none;
}

.our-services-2 .services-item .corner.corner-top {
  top: 0;
  left: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
}

.our-services-2 .services-item .corner.corner-bottom {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  right: 0;
  bottom: 0;
}

.our-services-2 .services-item .icon {
  position: relative;
  font-size: 75px;
  line-height: 1;
  margin-bottom: 20px;
}

.our-services-2 .services-item .icon img {
  height: 75px;
}

@media only screen and (max-width: 991px) {
  .our-services-2 .services-item .icon {
    font-size: 50px;
  }

  .our-services-2 .services-item .icon img {
    height: 50px;
  }
}

.our-services-2 .services-item .services-header {
  position: relative;
}

.our-services-2 .services-item .services-header h3 {
  letter-spacing: 2.5px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .our-services-2 .services-item .services-header h3 {
    font-size: 18px;
  }
}

.our-services-2 .services-item p {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .our-services-2 .services-item p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .our-services-2 .services-item p {
    max-width: 500px;
    margin: 0 auto;
  }
}

.our-services-2.services-under-header {
  margin-top: -120px;
  padding: 0 50px;
}

@media only screen and (max-width: 991px) {
  .our-services-2.services-under-header {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .our-services-2.services-under-header {
    margin-top: 80px;
  }
}

.our-services-2.services-under-header .services-item {
  background: #000;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .our-services-2.services-under-header .services-item {
    background: #090909;
  }
}

.v-light .our-services-2.services-under-header .services-item {
  background: #f9f9f9;
  -webkit-box-shadow: 15px 15px 30px rgba(225, 225, 225, 0.46);
  box-shadow: 15px 15px 30px rgba(225, 225, 225, 0.46);
}

.our-services-2.services-under-header .services-item.selected {
  background: #090909;
}

.work-under-header {
  position: relative;
  overflow: hidden;
}

.work-under-header[data-dsn-col="2"] {
  margin-top: -20vh;
}

@media only screen and (max-width: 991px) {
  .work-under-header[data-dsn-col="2"] {
    margin-top: 80px;
  }
}

.work-under-header .custom-container {
  width: 120%;
}

.work-under-header .slick-list {
  padding: 0 10% 0 0;
}

.work-under-header .work-item {
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
  height: 50vh;
}

.work-under-header .work-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-under-header .work-item a {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.work-under-header .work-item a[data-dsn-grid="moveUp"] img {
  height: 120%;
}

.work-under-header .work-item:hover a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.work-under-header .work-item .item-border {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition: transform 0.6s, background-color 0.6s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.6s;
  z-index: 1;
}

.work-under-header .work-item .item-info {
  position: absolute;
  left: 50%;
  padding: 25px 15px 30px;
  width: 270px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  -o-transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  z-index: 2;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.work-under-header .work-item .item-info .cat {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'DINPro';
  opacity: 0.9;
}

.v-light .work-under-header .work-item .item-info .cat {
  color: rgba(255, 255, 255, 0.69);
}

.work-under-header .work-item .item-info h4 {
  position: relative;
  color: #fff;
  font-size: 25px;
  -webkit-transition: margin-bottom 0.5s ease;
  -o-transition: margin-bottom 0.5s ease;
  transition: margin-bottom 0.5s ease;
  z-index: 3;
  font-weight: 600;
}

.work-under-header .work-item .item-info span {
  color: #fff;
  opacity: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  position: relative;
}

.work-under-header .work-item:hover .item-border {
  background-color: rgba(0, 0, 0, 0.8);
}

.work-under-header .work-item:hover .item-info {
  -webkit-transform: translate(-50%, -50px);
  -ms-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
}

.work-under-header .work-item:hover .item-info h4 {
  margin-bottom: 10px;
}

.work-under-header .work-item:hover .item-info span {
  opacity: 1;
}

.our-work .custom-container {
  width: 100%;
}

.our-work .container-fluid {
  padding: 0;
}

.our-work .slick-list {
  padding: 0;
}

.our-work .slick-dots {
  margin: auto;
  text-align: center;
  margin-top: 15px;
}

.our-work .slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0.5;
}

.our-work .slick-dots li.slick-active {
  height: 2px;
  opacity: 1;
}

.our-work .slick-dots li.slick-active button {
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
}

.our-work .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.our-work .col-lg-9 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
}

.our-work .offset-lg-3 {
  margin-left: 0;
}

.our-work .work-item {
  height: 70vh;
  margin: 0 15px;
}

.client-see {
  position: relative;
}

.client-see .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.client-see .inner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #090909;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.v-light .client-see .inner .bg {
  background-color: #e6e6e6;
}

.client-see .inner .bg:after {
  content: "”";
  right: 30px;
  bottom: -40px;
  position: absolute;
  font-size: 150px;
  font-weight: bold;
  color: #fff;
}

.v-light .client-see .inner .bg:after {
  color: #000;
}

.client-see .inner .left {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .client-see .inner .left {
    width: 100%;
  }
}

.client-see .inner .left .title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 35px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .client-see .inner .left .title {
    opacity: 1;
    font-size: 32px;
    font-weight: 700;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .client-see .inner .left .title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .client-see .inner .left .title {
    padding-left: 15px;
  }
}

.client-see .inner .left .text {
  position: relative;
  display: inline-block;
}

.client-see .inner .items {
  padding: 60px 20px;
  padding-right: 35px;
  line-height: 100%;
  overflow: hidden;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .client-see .inner .items {
    width: 100%;
    padding: 20px 35px 60px 35px;
  }
}

@media only screen and (max-width: 575px) {
  .client-see .inner .items {
    padding-left: 15px;
  }
}

.client-see .inner .items .item {
  position: relative;
  width: 100%;
}

.client-see .inner .items .quote p {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.client-see .inner .items .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client-see .inner .items .bottom .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .client-see .inner .items .bottom .avatar {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .client-see .inner .items .bottom .avatar {
    display: none;
  }
}

.client-see .inner .items .bottom .avatar img {
  border-radius: 50%;
}

.client-see .inner .items .bottom .avatar+.label {
  margin-left: 20px;
}

.client-see .inner .items .bottom .label {
  font-size: 17px;
  color: #fff;
  letter-spacing: 2px;
}

.v-light .client-see .inner .items .bottom .label {
  color: #000;
}

@media only screen and (max-width: 991px) {
  .client-see .inner .items .bottom .label {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .client-see .inner .items .bottom .label {
    margin-left: 0 !important;
  }
}

.client-see .slick-dots {
  margin: auto;
  text-align: center;
  margin-top: 15px;
}

.client-see .slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0.5;
}

.client-see .slick-dots li.slick-active {
  height: 2px;
  opacity: 1;
}

.client-see .slick-dots li.slick-active button {
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
}

.client-see .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.v-light .client-see .slick-dots li button {
  background: #000;
}

.our-news {
  position: relative;
  overflow: hidden;
}

.our-news .custom-container {
  /*  width: 120%;*/
}

@media only screen and (max-width: 400px) {
  .our-news .custom-container {
    width: 100%;
  }
}

.our-news .slick-list {
  padding: 0 20% 0 0;
}

@media only screen and (max-width: 400px) {
  .our-news .slick-list {
    padding: 0;
  }
}

.our-news .item-new {
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
}

@media only screen and (max-width: 991px) {
  .our-news .item-new {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .our-news .item-new {
    margin-right: 0;
  }
}

.our-news .item-new .image {
  position: relative;
  overflow: hidden;
}

.our-news .item-new .image .title {
  position: absolute;
  bottom: 50px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  padding: 40px 40px 40px 60px;
}

.v-light .our-news .item-new .image .title {
  background: #000;
}

.our-news .item-new .image .title h3 {
  font-size: 24px;
  font-weight: 700;
}

.our-news .item-new .content {
  position: relative;
  bottom: 50px;
  margin-left: 50px;
  padding: 40px;
  z-index: 1;
  margin-bottom: -50px;
}

@media only screen and (max-width: 767px) {
  .our-news .item-new .content {
    margin-left: 30px;
  }
}

.our-news .item-new .content .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2d2d2d;
  z-index: -1;
}

.v-light .our-news .item-new .content .background {
  background: #e6e6e6;
}

.our-news .item-new .content h5 {
  color: #fff;
  position: relative;
  font-weight: 400;
  margin-bottom: 10px;
}

.v-light .our-news .item-new .content h5 {
  color: #000;
}

.our-news .item-new .content p {
  margin-top: 20px;
}

.our-news .item-new .content .cta {
  position: relative;
  z-index: 2;
}

.our-news .item-new .content .cta a {
  color: #fff;
  font-size: 22px;
  font-family: 'DINPro';
  font-weight: 600;
}

.v-light .our-news .item-new .content .cta a {
  color: #000;
}

.our-team {
  position: relative;
  overflow: hidden;
  background-color: #090909;
}

.v-light .our-team {
  background-color: #e6e6e6;
}

.our-team.our-team-not-bg {
  background-color: transparent;
  padding: 0;
}

.our-team .custom-container {
  width: 120%;
}

.our-team .slick-list {
  padding: 0 20% 0 0;
}

.our-team .team-item {
  position: relative;
  width: 33.3333%;
  margin-right: 50px;
}

.our-team .team-item .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.our-team .team-item .box-img img {
  -webkit-transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
  transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
  -webkit-transform: scale(1.095);
  -ms-transform: scale(1.095);
  transform: scale(1.095);
}

.our-team .team-item .box-content {
  position: relative;
  z-index: 1;
}

.our-team .team-item .box-content h4 {
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  word-spacing: 8px;
  -webkit-transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
  transition: 1s cubic-bezier(0.645, 0, 0.355, 1);
}

.our-team .team-item .box-content p {
  letter-spacing: 1.5px;
  font-size: 14px;
  -webkit-transition: 1.2s cubic-bezier(0.645, 0, 0.355, 1);
  -o-transition: 1.2s cubic-bezier(0.645, 0, 0.355, 1);
  transition: 1.2s cubic-bezier(0.645, 0, 0.355, 1);
}

.our-team .team-item:hover .box-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.our-team .team-item:hover .box-content h4 {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.our-team .team-item:hover .box-content p {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

[data-dsn-animate="animate"] .dsn-wrapper {
  overflow: hidden;
  will-change: transform;
}

[data-dsn-animate="animate"] .dsn-wrapper .dsn-word-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

[data-dsn-animate="animate"] .dsn-word-wrapper {
  -webkit-transform: translateY(50%) rotate(15deg) !important;
  -ms-transform: translateY(50%) rotate(15deg) !important;
  transform: translateY(50%) rotate(15deg) !important;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper {
  margin-right: 7px;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:last-child {
  margin-right: 0;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper {
  will-change: transform;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper .dsn-word-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(0) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(1) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 236ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 36ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 236ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 36ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 36ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 236ms, visibility 0.3s 45ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 36ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 236ms, visibility 0.3s 45ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 36ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 236ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 36ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(2) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 272ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 72ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 272ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 72ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 72ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 272ms, visibility 0.3s 90ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 72ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 272ms, visibility 0.3s 90ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 72ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 272ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 72ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(3) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 308ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 108ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 308ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 108ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 108ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 308ms, visibility 0.3s 135ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 108ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 308ms, visibility 0.3s 135ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 108ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 308ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 108ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(4) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 344ms, visibility 0.3s 180ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 144ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 344ms, visibility 0.3s 180ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 144ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 144ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 344ms, visibility 0.3s 180ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 144ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 344ms, visibility 0.3s 180ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 144ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 344ms, visibility 0.3s 180ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 144ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(5) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 225ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 225ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 225ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 225ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 225ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(6) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 416ms, visibility 0.3s 270ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 216ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 416ms, visibility 0.3s 270ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 216ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 216ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 416ms, visibility 0.3s 270ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 216ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 416ms, visibility 0.3s 270ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 216ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 416ms, visibility 0.3s 270ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 216ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(7) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 452ms, visibility 0.3s 315ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 252ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 452ms, visibility 0.3s 315ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 252ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 252ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 452ms, visibility 0.3s 315ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 252ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 452ms, visibility 0.3s 315ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 252ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 452ms, visibility 0.3s 315ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 252ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(8) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 488ms, visibility 0.3s 360ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 288ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 488ms, visibility 0.3s 360ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 288ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 288ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 488ms, visibility 0.3s 360ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 288ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 488ms, visibility 0.3s 360ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 288ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 488ms, visibility 0.3s 360ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 288ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(9) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 524ms, visibility 0.3s 405ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 324ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 524ms, visibility 0.3s 405ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 324ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 324ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 524ms, visibility 0.3s 405ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 324ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 524ms, visibility 0.3s 405ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 324ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 524ms, visibility 0.3s 405ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 324ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(10) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 450ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 450ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 450ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 450ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 450ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(11) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 596ms, visibility 0.3s 495ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 396ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 596ms, visibility 0.3s 495ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 396ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 396ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 596ms, visibility 0.3s 495ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 396ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 596ms, visibility 0.3s 495ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 396ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 596ms, visibility 0.3s 495ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 396ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(12) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 632ms, visibility 0.3s 540ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 432ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 632ms, visibility 0.3s 540ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 432ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 432ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 632ms, visibility 0.3s 540ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 432ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 632ms, visibility 0.3s 540ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 432ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 632ms, visibility 0.3s 540ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 432ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(13) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 668ms, visibility 0.3s 585ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 468ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 668ms, visibility 0.3s 585ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 468ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 468ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 668ms, visibility 0.3s 585ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 468ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 668ms, visibility 0.3s 585ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 468ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 668ms, visibility 0.3s 585ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 468ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(14) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 704ms, visibility 0.3s 630ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 504ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 704ms, visibility 0.3s 630ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 504ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 504ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 704ms, visibility 0.3s 630ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 504ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 704ms, visibility 0.3s 630ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 504ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 704ms, visibility 0.3s 630ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 504ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(15) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 675ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 675ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 675ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 675ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 675ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(16) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 776ms, visibility 0.3s 720ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 576ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 776ms, visibility 0.3s 720ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 576ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 576ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 776ms, visibility 0.3s 720ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 576ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 776ms, visibility 0.3s 720ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 576ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 776ms, visibility 0.3s 720ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 576ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(17) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 812ms, visibility 0.3s 765ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 612ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 812ms, visibility 0.3s 765ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 612ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 612ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 812ms, visibility 0.3s 765ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 612ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 812ms, visibility 0.3s 765ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 612ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 812ms, visibility 0.3s 765ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 612ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(18) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 848ms, visibility 0.3s 810ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 648ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 848ms, visibility 0.3s 810ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 648ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 648ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 848ms, visibility 0.3s 810ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 648ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 848ms, visibility 0.3s 810ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 648ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 848ms, visibility 0.3s 810ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 648ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(19) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 884ms, visibility 0.3s 855ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 684ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 884ms, visibility 0.3s 855ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 684ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 684ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 884ms, visibility 0.3s 855ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 684ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 884ms, visibility 0.3s 855ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 684ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 884ms, visibility 0.3s 855ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 684ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(20) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 920ms, visibility 0.3s 900ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 720ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 920ms, visibility 0.3s 900ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 720ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 720ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 920ms, visibility 0.3s 900ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 720ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 920ms, visibility 0.3s 900ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 720ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 920ms, visibility 0.3s 900ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 720ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(21) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 956ms, visibility 0.3s 945ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 756ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 956ms, visibility 0.3s 945ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 756ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 756ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 956ms, visibility 0.3s 945ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 756ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 956ms, visibility 0.3s 945ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 756ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 956ms, visibility 0.3s 945ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 756ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(22) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 992ms, visibility 0.3s 990ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 792ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 992ms, visibility 0.3s 990ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 792ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 792ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 992ms, visibility 0.3s 990ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 792ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 992ms, visibility 0.3s 990ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 792ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 992ms, visibility 0.3s 990ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 792ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(23) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1028ms, visibility 0.3s 1035ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 828ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1028ms, visibility 0.3s 1035ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 828ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 828ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1028ms, visibility 0.3s 1035ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 828ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1028ms, visibility 0.3s 1035ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 828ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1028ms, visibility 0.3s 1035ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 828ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(24) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1064ms, visibility 0.3s 1080ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 864ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1064ms, visibility 0.3s 1080ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 864ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 864ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1064ms, visibility 0.3s 1080ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 864ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1064ms, visibility 0.3s 1080ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 864ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1064ms, visibility 0.3s 1080ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 864ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(25) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1100ms, visibility 0.3s 1125ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 900ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1100ms, visibility 0.3s 1125ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 900ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 900ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1100ms, visibility 0.3s 1125ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 900ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1100ms, visibility 0.3s 1125ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 900ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1100ms, visibility 0.3s 1125ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 900ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(26) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1136ms, visibility 0.3s 1170ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 936ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1136ms, visibility 0.3s 1170ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 936ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 936ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1136ms, visibility 0.3s 1170ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 936ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1136ms, visibility 0.3s 1170ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 936ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1136ms, visibility 0.3s 1170ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 936ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(27) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1172ms, visibility 0.3s 1215ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 972ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1172ms, visibility 0.3s 1215ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 972ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 972ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1172ms, visibility 0.3s 1215ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 972ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1172ms, visibility 0.3s 1215ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 972ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1172ms, visibility 0.3s 1215ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 972ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(28) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1208ms, visibility 0.3s 1260ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1008ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1208ms, visibility 0.3s 1260ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1008ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1008ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1208ms, visibility 0.3s 1260ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1008ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1208ms, visibility 0.3s 1260ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1008ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1208ms, visibility 0.3s 1260ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1008ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(29) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1244ms, visibility 0.3s 1305ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1044ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1244ms, visibility 0.3s 1305ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1044ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1044ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1244ms, visibility 0.3s 1305ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1044ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1244ms, visibility 0.3s 1305ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1044ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1244ms, visibility 0.3s 1305ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1044ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(30) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1280ms, visibility 0.3s 1350ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1080ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1280ms, visibility 0.3s 1350ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1080ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1080ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1280ms, visibility 0.3s 1350ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1080ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1280ms, visibility 0.3s 1350ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1080ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1280ms, visibility 0.3s 1350ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1080ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(31) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1316ms, visibility 0.3s 1395ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1116ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1316ms, visibility 0.3s 1395ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1116ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1116ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1316ms, visibility 0.3s 1395ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1116ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1316ms, visibility 0.3s 1395ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1116ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1316ms, visibility 0.3s 1395ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1116ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(32) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1352ms, visibility 0.3s 1440ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1152ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1352ms, visibility 0.3s 1440ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1152ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1152ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1352ms, visibility 0.3s 1440ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1152ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1352ms, visibility 0.3s 1440ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1152ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1352ms, visibility 0.3s 1440ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1152ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(33) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1388ms, visibility 0.3s 1485ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1188ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1388ms, visibility 0.3s 1485ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1188ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1188ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1388ms, visibility 0.3s 1485ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1188ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1388ms, visibility 0.3s 1485ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1188ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1388ms, visibility 0.3s 1485ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1188ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(34) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1424ms, visibility 0.3s 1530ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1224ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1424ms, visibility 0.3s 1530ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1224ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1224ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1424ms, visibility 0.3s 1530ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1224ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1424ms, visibility 0.3s 1530ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1224ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1424ms, visibility 0.3s 1530ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1224ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(35) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1460ms, visibility 0.3s 1575ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1260ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1460ms, visibility 0.3s 1575ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1260ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1260ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1460ms, visibility 0.3s 1575ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1260ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1460ms, visibility 0.3s 1575ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1260ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1460ms, visibility 0.3s 1575ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1260ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(36) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1496ms, visibility 0.3s 1620ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1296ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1496ms, visibility 0.3s 1620ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1296ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1296ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1496ms, visibility 0.3s 1620ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1296ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1496ms, visibility 0.3s 1620ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1296ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1496ms, visibility 0.3s 1620ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1296ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(37) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1532ms, visibility 0.3s 1665ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1332ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1532ms, visibility 0.3s 1665ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1332ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1332ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1532ms, visibility 0.3s 1665ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1332ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1532ms, visibility 0.3s 1665ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1332ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1532ms, visibility 0.3s 1665ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1332ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(38) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1568ms, visibility 0.3s 1710ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1368ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1568ms, visibility 0.3s 1710ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1368ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1368ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1568ms, visibility 0.3s 1710ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1368ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1568ms, visibility 0.3s 1710ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1368ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1568ms, visibility 0.3s 1710ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1368ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(39) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1604ms, visibility 0.3s 1755ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1404ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1604ms, visibility 0.3s 1755ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1404ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1404ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1604ms, visibility 0.3s 1755ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1404ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1604ms, visibility 0.3s 1755ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1404ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1604ms, visibility 0.3s 1755ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1404ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(40) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1640ms, visibility 0.3s 1800ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1440ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1640ms, visibility 0.3s 1800ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1440ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1440ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1640ms, visibility 0.3s 1800ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1440ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1640ms, visibility 0.3s 1800ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1440ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1640ms, visibility 0.3s 1800ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1440ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(41) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1676ms, visibility 0.3s 1845ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1476ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1676ms, visibility 0.3s 1845ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1476ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1476ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1676ms, visibility 0.3s 1845ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1476ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1676ms, visibility 0.3s 1845ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1476ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1676ms, visibility 0.3s 1845ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1476ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(42) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1712ms, visibility 0.3s 1890ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1512ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1712ms, visibility 0.3s 1890ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1512ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1512ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1712ms, visibility 0.3s 1890ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1512ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1712ms, visibility 0.3s 1890ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1512ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1712ms, visibility 0.3s 1890ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1512ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(43) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1748ms, visibility 0.3s 1935ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1548ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1748ms, visibility 0.3s 1935ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1548ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1548ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1748ms, visibility 0.3s 1935ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1548ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1748ms, visibility 0.3s 1935ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1548ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1748ms, visibility 0.3s 1935ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1548ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(44) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1784ms, visibility 0.3s 1980ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1584ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1784ms, visibility 0.3s 1980ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1584ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1584ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1784ms, visibility 0.3s 1980ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1584ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1784ms, visibility 0.3s 1980ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1584ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1784ms, visibility 0.3s 1980ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1584ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(45) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1820ms, visibility 0.3s 2025ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1620ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1820ms, visibility 0.3s 2025ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1620ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1620ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1820ms, visibility 0.3s 2025ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1620ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1820ms, visibility 0.3s 2025ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1620ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1820ms, visibility 0.3s 2025ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1620ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(46) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1856ms, visibility 0.3s 2070ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1656ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1856ms, visibility 0.3s 2070ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1656ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1656ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1856ms, visibility 0.3s 2070ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1656ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1856ms, visibility 0.3s 2070ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1656ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1856ms, visibility 0.3s 2070ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1656ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(47) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1892ms, visibility 0.3s 2115ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1692ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1892ms, visibility 0.3s 2115ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1692ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1692ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1892ms, visibility 0.3s 2115ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1692ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1892ms, visibility 0.3s 2115ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1692ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1892ms, visibility 0.3s 2115ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1692ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(48) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1928ms, visibility 0.3s 2160ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1728ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1928ms, visibility 0.3s 2160ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1728ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1728ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1928ms, visibility 0.3s 2160ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1728ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1928ms, visibility 0.3s 2160ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1728ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1928ms, visibility 0.3s 2160ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1728ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(49) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1964ms, visibility 0.3s 2205ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1764ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1964ms, visibility 0.3s 2205ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1764ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1764ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1964ms, visibility 0.3s 2205ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1764ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1964ms, visibility 0.3s 2205ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1764ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1964ms, visibility 0.3s 2205ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1764ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(50) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2000ms, visibility 0.3s 2250ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1800ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2000ms, visibility 0.3s 2250ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1800ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1800ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2000ms, visibility 0.3s 2250ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1800ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2000ms, visibility 0.3s 2250ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1800ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2000ms, visibility 0.3s 2250ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1800ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(51) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2036ms, visibility 0.3s 2295ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1836ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2036ms, visibility 0.3s 2295ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1836ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1836ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2036ms, visibility 0.3s 2295ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1836ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2036ms, visibility 0.3s 2295ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1836ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2036ms, visibility 0.3s 2295ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1836ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(52) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2072ms, visibility 0.3s 2340ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1872ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2072ms, visibility 0.3s 2340ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1872ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1872ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2072ms, visibility 0.3s 2340ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1872ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2072ms, visibility 0.3s 2340ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1872ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2072ms, visibility 0.3s 2340ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1872ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(53) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2108ms, visibility 0.3s 2385ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1908ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2108ms, visibility 0.3s 2385ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1908ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1908ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2108ms, visibility 0.3s 2385ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1908ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2108ms, visibility 0.3s 2385ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1908ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2108ms, visibility 0.3s 2385ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1908ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(54) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2144ms, visibility 0.3s 2430ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1944ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2144ms, visibility 0.3s 2430ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1944ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1944ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2144ms, visibility 0.3s 2430ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1944ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2144ms, visibility 0.3s 2430ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1944ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2144ms, visibility 0.3s 2430ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1944ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(55) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2180ms, visibility 0.3s 2475ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1980ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2180ms, visibility 0.3s 2475ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1980ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1980ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2180ms, visibility 0.3s 2475ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1980ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2180ms, visibility 0.3s 2475ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1980ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2180ms, visibility 0.3s 2475ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1980ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(56) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2216ms, visibility 0.3s 2520ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2016ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2216ms, visibility 0.3s 2520ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2016ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2016ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2216ms, visibility 0.3s 2520ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2016ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2216ms, visibility 0.3s 2520ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2016ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2216ms, visibility 0.3s 2520ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2016ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(57) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2252ms, visibility 0.3s 2565ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2052ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2252ms, visibility 0.3s 2565ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2052ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2052ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2252ms, visibility 0.3s 2565ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2052ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2252ms, visibility 0.3s 2565ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2052ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2252ms, visibility 0.3s 2565ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2052ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(58) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2288ms, visibility 0.3s 2610ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2088ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2288ms, visibility 0.3s 2610ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2088ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2088ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2288ms, visibility 0.3s 2610ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2088ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2288ms, visibility 0.3s 2610ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2088ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2288ms, visibility 0.3s 2610ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2088ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(59) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2324ms, visibility 0.3s 2655ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2124ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2324ms, visibility 0.3s 2655ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2124ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2124ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2324ms, visibility 0.3s 2655ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2124ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2324ms, visibility 0.3s 2655ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2124ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2324ms, visibility 0.3s 2655ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2124ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(60) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2360ms, visibility 0.3s 2700ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2160ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2360ms, visibility 0.3s 2700ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2160ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2160ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2360ms, visibility 0.3s 2700ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2160ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2360ms, visibility 0.3s 2700ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2160ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2360ms, visibility 0.3s 2700ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2160ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(61) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2396ms, visibility 0.3s 2745ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2196ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2396ms, visibility 0.3s 2745ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2196ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2196ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2396ms, visibility 0.3s 2745ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2196ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2396ms, visibility 0.3s 2745ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2196ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2396ms, visibility 0.3s 2745ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2196ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(62) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2432ms, visibility 0.3s 2790ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2232ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2432ms, visibility 0.3s 2790ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2232ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2232ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2432ms, visibility 0.3s 2790ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2232ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2432ms, visibility 0.3s 2790ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2232ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2432ms, visibility 0.3s 2790ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2232ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(63) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2468ms, visibility 0.3s 2835ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2268ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2468ms, visibility 0.3s 2835ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2268ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2268ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2468ms, visibility 0.3s 2835ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2268ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2468ms, visibility 0.3s 2835ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2268ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2468ms, visibility 0.3s 2835ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2268ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(64) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2504ms, visibility 0.3s 2880ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2304ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2504ms, visibility 0.3s 2880ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2304ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2304ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2504ms, visibility 0.3s 2880ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2304ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2504ms, visibility 0.3s 2880ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2304ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2504ms, visibility 0.3s 2880ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2304ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(65) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2540ms, visibility 0.3s 2925ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2340ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2540ms, visibility 0.3s 2925ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2340ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2340ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2540ms, visibility 0.3s 2925ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2340ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2540ms, visibility 0.3s 2925ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2340ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2540ms, visibility 0.3s 2925ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2340ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(66) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2576ms, visibility 0.3s 2970ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2376ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2576ms, visibility 0.3s 2970ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2376ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2376ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2576ms, visibility 0.3s 2970ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2376ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2576ms, visibility 0.3s 2970ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2376ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2576ms, visibility 0.3s 2970ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2376ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(67) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2612ms, visibility 0.3s 3015ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2412ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2612ms, visibility 0.3s 3015ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2412ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2412ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2612ms, visibility 0.3s 3015ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2412ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2612ms, visibility 0.3s 3015ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2412ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2612ms, visibility 0.3s 3015ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2412ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(68) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2648ms, visibility 0.3s 3060ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2448ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2648ms, visibility 0.3s 3060ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2448ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2448ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2648ms, visibility 0.3s 3060ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2448ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2648ms, visibility 0.3s 3060ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2448ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2648ms, visibility 0.3s 3060ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2448ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(69) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2684ms, visibility 0.3s 3105ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2484ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2684ms, visibility 0.3s 3105ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2484ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2484ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2684ms, visibility 0.3s 3105ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2484ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2684ms, visibility 0.3s 3105ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2484ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2684ms, visibility 0.3s 3105ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2484ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(70) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2720ms, visibility 0.3s 3150ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2520ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2720ms, visibility 0.3s 3150ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2520ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2520ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2720ms, visibility 0.3s 3150ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2520ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2720ms, visibility 0.3s 3150ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2520ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2720ms, visibility 0.3s 3150ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2520ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(71) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2756ms, visibility 0.3s 3195ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2556ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2756ms, visibility 0.3s 3195ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2556ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2556ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2756ms, visibility 0.3s 3195ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2556ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2756ms, visibility 0.3s 3195ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2556ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2756ms, visibility 0.3s 3195ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2556ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(72) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2792ms, visibility 0.3s 3240ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2592ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2792ms, visibility 0.3s 3240ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2592ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2592ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2792ms, visibility 0.3s 3240ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2592ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2792ms, visibility 0.3s 3240ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2592ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2792ms, visibility 0.3s 3240ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2592ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(73) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2828ms, visibility 0.3s 3285ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2628ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2828ms, visibility 0.3s 3285ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2628ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2628ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2828ms, visibility 0.3s 3285ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2628ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2828ms, visibility 0.3s 3285ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2628ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2828ms, visibility 0.3s 3285ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2628ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(74) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2864ms, visibility 0.3s 3330ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2664ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2864ms, visibility 0.3s 3330ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2664ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2664ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2864ms, visibility 0.3s 3330ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2664ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2864ms, visibility 0.3s 3330ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2664ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2864ms, visibility 0.3s 3330ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2664ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(75) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2900ms, visibility 0.3s 3375ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2700ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2900ms, visibility 0.3s 3375ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2700ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2700ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2900ms, visibility 0.3s 3375ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2700ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2900ms, visibility 0.3s 3375ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2700ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2900ms, visibility 0.3s 3375ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2700ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(76) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2936ms, visibility 0.3s 3420ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2736ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2936ms, visibility 0.3s 3420ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2736ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2736ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2936ms, visibility 0.3s 3420ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2736ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2936ms, visibility 0.3s 3420ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2736ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2936ms, visibility 0.3s 3420ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2736ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(77) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2972ms, visibility 0.3s 3465ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2772ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2972ms, visibility 0.3s 3465ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2772ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2772ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2972ms, visibility 0.3s 3465ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2772ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2972ms, visibility 0.3s 3465ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2772ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2972ms, visibility 0.3s 3465ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2772ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(78) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3008ms, visibility 0.3s 3510ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2808ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3008ms, visibility 0.3s 3510ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2808ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2808ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3008ms, visibility 0.3s 3510ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2808ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3008ms, visibility 0.3s 3510ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2808ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3008ms, visibility 0.3s 3510ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2808ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(79) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3044ms, visibility 0.3s 3555ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2844ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3044ms, visibility 0.3s 3555ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2844ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2844ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3044ms, visibility 0.3s 3555ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2844ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3044ms, visibility 0.3s 3555ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2844ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3044ms, visibility 0.3s 3555ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2844ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(80) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3080ms, visibility 0.3s 3600ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2880ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3080ms, visibility 0.3s 3600ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2880ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2880ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3080ms, visibility 0.3s 3600ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2880ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3080ms, visibility 0.3s 3600ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2880ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3080ms, visibility 0.3s 3600ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2880ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(81) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3116ms, visibility 0.3s 3645ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2916ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3116ms, visibility 0.3s 3645ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2916ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2916ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3116ms, visibility 0.3s 3645ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2916ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3116ms, visibility 0.3s 3645ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2916ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3116ms, visibility 0.3s 3645ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2916ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(82) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3152ms, visibility 0.3s 3690ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2952ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3152ms, visibility 0.3s 3690ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2952ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2952ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3152ms, visibility 0.3s 3690ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2952ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3152ms, visibility 0.3s 3690ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2952ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3152ms, visibility 0.3s 3690ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2952ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(83) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3188ms, visibility 0.3s 3735ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2988ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3188ms, visibility 0.3s 3735ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2988ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2988ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3188ms, visibility 0.3s 3735ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2988ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3188ms, visibility 0.3s 3735ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2988ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3188ms, visibility 0.3s 3735ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2988ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(84) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3224ms, visibility 0.3s 3780ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3024ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3224ms, visibility 0.3s 3780ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3024ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3024ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3224ms, visibility 0.3s 3780ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3024ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3224ms, visibility 0.3s 3780ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3024ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3224ms, visibility 0.3s 3780ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3024ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(85) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3260ms, visibility 0.3s 3825ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3060ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3260ms, visibility 0.3s 3825ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3060ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3060ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3260ms, visibility 0.3s 3825ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3060ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3260ms, visibility 0.3s 3825ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3060ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3260ms, visibility 0.3s 3825ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3060ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(86) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3296ms, visibility 0.3s 3870ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3096ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3296ms, visibility 0.3s 3870ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3096ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3096ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3296ms, visibility 0.3s 3870ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3096ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3296ms, visibility 0.3s 3870ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3096ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3296ms, visibility 0.3s 3870ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3096ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(87) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3332ms, visibility 0.3s 3915ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3132ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3332ms, visibility 0.3s 3915ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3132ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3132ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3332ms, visibility 0.3s 3915ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3132ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3332ms, visibility 0.3s 3915ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3132ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3332ms, visibility 0.3s 3915ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3132ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(88) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3368ms, visibility 0.3s 3960ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3168ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3368ms, visibility 0.3s 3960ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3168ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3168ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3368ms, visibility 0.3s 3960ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3168ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3368ms, visibility 0.3s 3960ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3168ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3368ms, visibility 0.3s 3960ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3168ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(89) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3404ms, visibility 0.3s 4005ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3204ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3404ms, visibility 0.3s 4005ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3204ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3204ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3404ms, visibility 0.3s 4005ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3204ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3404ms, visibility 0.3s 4005ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3204ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3404ms, visibility 0.3s 4005ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3204ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(90) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3440ms, visibility 0.3s 4050ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3240ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3440ms, visibility 0.3s 4050ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3240ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3240ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3440ms, visibility 0.3s 4050ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3240ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3440ms, visibility 0.3s 4050ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3240ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3440ms, visibility 0.3s 4050ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3240ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(91) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3476ms, visibility 0.3s 4095ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3276ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3476ms, visibility 0.3s 4095ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3276ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3276ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3476ms, visibility 0.3s 4095ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3276ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3476ms, visibility 0.3s 4095ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3276ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3476ms, visibility 0.3s 4095ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3276ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(92) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3512ms, visibility 0.3s 4140ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3312ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3512ms, visibility 0.3s 4140ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3312ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3312ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3512ms, visibility 0.3s 4140ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3312ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3512ms, visibility 0.3s 4140ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3312ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3512ms, visibility 0.3s 4140ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3312ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(93) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3548ms, visibility 0.3s 4185ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3348ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3548ms, visibility 0.3s 4185ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3348ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3348ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3548ms, visibility 0.3s 4185ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3348ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3548ms, visibility 0.3s 4185ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3348ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3548ms, visibility 0.3s 4185ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3348ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(94) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3584ms, visibility 0.3s 4230ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3384ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3584ms, visibility 0.3s 4230ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3384ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3384ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3584ms, visibility 0.3s 4230ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3384ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3584ms, visibility 0.3s 4230ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3384ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3584ms, visibility 0.3s 4230ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3384ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(95) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3620ms, visibility 0.3s 4275ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3420ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3620ms, visibility 0.3s 4275ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3420ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3420ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3620ms, visibility 0.3s 4275ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3420ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3620ms, visibility 0.3s 4275ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3420ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3620ms, visibility 0.3s 4275ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3420ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(96) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3656ms, visibility 0.3s 4320ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3456ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3656ms, visibility 0.3s 4320ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3456ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3456ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3656ms, visibility 0.3s 4320ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3456ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3656ms, visibility 0.3s 4320ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3456ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3656ms, visibility 0.3s 4320ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3456ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(97) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3692ms, visibility 0.3s 4365ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3492ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3692ms, visibility 0.3s 4365ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3492ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3492ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3692ms, visibility 0.3s 4365ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3492ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3692ms, visibility 0.3s 4365ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3492ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3692ms, visibility 0.3s 4365ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3492ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(98) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3728ms, visibility 0.3s 4410ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3528ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3728ms, visibility 0.3s 4410ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3528ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3528ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3728ms, visibility 0.3s 4410ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3528ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3728ms, visibility 0.3s 4410ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3528ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3728ms, visibility 0.3s 4410ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3528ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(99) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3764ms, visibility 0.3s 4455ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3564ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3764ms, visibility 0.3s 4455ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3564ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3564ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3764ms, visibility 0.3s 4455ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3564ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3764ms, visibility 0.3s 4455ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3564ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3764ms, visibility 0.3s 4455ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3564ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-wrapper:nth-of-type(100) .dsn-word-wrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3800ms, visibility 0.3s 4500ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3600ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3800ms, visibility 0.3s 4500ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3600ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3600ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3800ms, visibility 0.3s 4500ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3600ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3800ms, visibility 0.3s 4500ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3600ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3800ms, visibility 0.3s 4500ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3600ms;
}

.dsn-active[data-dsn-animate="animate"] .dsn-word-wrapper {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

[data-dsn-animate="up"] {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.dsn-active[data-dsn-animate="up"] {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 400px) {

  .our-team .team-item,
  .work-under-header .work-item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {

  .our-news .slick-slider .slick-list,
  .our-team .slick-slider .slick-list,
  [data-dsn-col="2"] .slick-slider .slick-list {
    padding: 0;
  }
}

.our-news .slick-slider .slick-dots,
.our-team .slick-slider .slick-dots,
[data-dsn-col="2"] .slick-slider .slick-dots {
  margin: auto;
  text-align: center;
  margin-top: 15px;
}

.our-news .slick-slider .slick-dots li,
.our-team .slick-slider .slick-dots li,
[data-dsn-col="2"] .slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0.5;
}

.our-news .slick-slider .slick-dots li.slick-active,
.our-team .slick-slider .slick-dots li.slick-active,
[data-dsn-col="2"] .slick-slider .slick-dots li.slick-active {
  height: 2px;
  opacity: 1;
}

.our-news .slick-slider .slick-dots li.slick-active button,
.our-team .slick-slider .slick-dots li.slick-active button,
[data-dsn-col="2"] .slick-slider .slick-dots li.slick-active button {
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
}

.our-news .slick-slider .slick-dots li button,
.our-team .slick-slider .slick-dots li button,
[data-dsn-col="2"] .slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.v-light .our-news .slick-slider .slick-dots li button,
.v-light .our-team .slick-slider .slick-dots li button,
.v-light [data-dsn-col="2"] .slick-slider .slick-dots li button {
  background: #000;
}

@media only screen and (max-width: 991px) {

  .work-under-header .custom-container,
  .our-team .custom-container,
  .our-news .custom-container {
    width: 100%;
  }
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar,
.sidebar-single,
.dsn-work-scrollbar {
  overflow: hidden;
  height: 100vh;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track,
.sidebar-single .scrollbar-track,
.dsn-work-scrollbar .scrollbar-track {
  background: none;
  width: 5px;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb,
.sidebar-single .scrollbar-track .scrollbar-thumb,
.dsn-work-scrollbar .scrollbar-track .scrollbar-thumb {
  background: #424242;
  width: 5px;
}

.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar,
.sidebar-single,
.dsn-work-scrollbar {
  height: calc(100vh - 46px);
}

@media screen and (min-width: 783px) {

  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar,
  .sidebar-single,
  .dsn-work-scrollbar {
    height: calc(100vh - 32px);
  }
}

.locked-scroll #dsn-scrollbar {
  background-color: #000;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   Header
-------------------------------------------------------- */
/* -------------------------------------------------------
                   09 - Slider
-------------------------------------------------------- */
.fullscreen-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

.fullscreen-slider .descover-holder {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  color: #3c3c40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 4;
}

.fullscreen-slider .descover-holder .scroll-down__line {
  position: relative;
  height: 65px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}

.fullscreen-slider .descover-holder .scroll-down__line span {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: height 2s infinite cubic-bezier(0.17, 0.67, 0.59, 0.85);
  animation: height 2s infinite cubic-bezier(0.17, 0.67, 0.59, 0.85);
  background-color: #fff;
}

@-webkit-keyframes height {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 0.5;
  }
}

@keyframes height {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 0.5;
  }
}

.fullscreen-slider .descover-holder .letter {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 10px;
  color: #fff;
  margin-bottom: 10px;
}

.fullscreen-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.fullscreen-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullscreen-slider .slider-item {
  width: 100%;
  height: 100%;
}

.fullscreen-slider .slider-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-slider .slider-item .bg .bg-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.fullscreen-slider .slider-item .bg .bg-image:after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.fullscreen-slider .slider-item .content-inner {
  position: relative;
  margin: auto;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fullscreen-slider .slider-item .content-inner .content {
  overflow: hidden;
}

.fullscreen-slider .slider-item .content-inner .slider-header {
  position: relative;
}

.fullscreen-slider .slider-item .content-inner .slider-header h1 {
  font-size: 65px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .fullscreen-slider .slider-item .content-inner .slider-header h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .fullscreen-slider .slider-item .content-inner .slider-header h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .fullscreen-slider .slider-item .content-inner .slider-header h1 {
    font-size: 38px;
  }
}

.fullscreen-slider .slider-item .content-inner .cat {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.v-light .fullscreen-slider .slider-item .content-inner .cat {
  color: #fff;
}

.fullscreen-slider .slider-item .content-inner .slider-descr h5 {
  position: relative;
  letter-spacing: 1px;
  margin-top: 15px;
  font-weight: 500;
}

.v-light .fullscreen-slider .slider-item .content-inner .slider-descr h5 {
  color: #fff;
}

.fullscreen-slider .slider-item .content-inner .slider-descr h5 strong {
  font-size: 16px;
  font-weight: 700;
}

.slider-header {
  position: relative;
  height: 40px;
  overflow: hidden;
  z-index: 3;
}

.slider-header h1 {
  -webkit-transform: scale3d(1, 1.15, 1.15);
  transform: scale3d(1, 1.15, 1.15);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 65px;
  font-weight: 700;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

@media only screen and (max-width: 767px) {
  .slider-header h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-header h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .slider-header h1 {
    font-size: 38px;
  }
}

.slider-header.slider-header-top h1 {
  position: relative;
  top: -4px;
}

.slider-header.slider-header-bottom {
  z-index: 2;
}

.slider-header.slider-header-bottom h1 {
  position: relative;
  top: -44px;
  color: #fff;
}

.headefr-fexid {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.headefr-fexid .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .headefr-fexid .bg {
    width: 100%;
  }
}

.headefr-fexid .bg .bg-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.headefr-fexid .bg .bg-image:after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.headefr-fexid .scroll {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 1px;
  height: 30px;
}

.headefr-fexid .scroll .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(218, 218, 218, 0.24);
  -webkit-animation: background 5s infinite;
  animation: background 5s infinite;
}

@-webkit-keyframes background {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  50% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  75% {
    -webkit-transform: translateY(30px) scaleY(0);
    transform: translateY(30px) scaleY(0);
  }

  76% {
    -webkit-transform: translateY(-20px) scaleY(0);
    transform: translateY(-20px) scaleY(0);
  }

  93% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }
}

@keyframes background {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  50% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  75% {
    -webkit-transform: translateY(30px) scaleY(0);
    transform: translateY(30px) scaleY(0);
  }

  76% {
    -webkit-transform: translateY(-20px) scaleY(0);
    transform: translateY(-20px) scaleY(0);
  }

  93% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }
}

.headefr-fexid .scroll .triangle {
  display: block;
  position: absolute;
  top: 100%;
  left: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(218, 218, 218, 0.24);
  -webkit-animation: triangle 5s infinite;
  animation: triangle 5s infinite;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

@-webkit-keyframes triangle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  90% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes triangle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  90% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.headefr-fexid .project-title {
  position: absolute;
  width: 100%;
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  z-index: 2;
}

.headefr-fexid .project-title .title-text-header {
  position: relative;
  padding-left: 7.5vw;
}

.headefr-fexid .project-title .title-text-header .cat {
  display: block;
  position: relative;
  padding-left: 60px;
}

.headefr-fexid .project-title .title-text-header .cat:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background: rgba(163, 163, 163, 0.24);
}

.headefr-fexid .project-title .title-text-header .cat span {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.v-light .headefr-fexid .project-title .title-text-header .cat span {
  color: #fff;
}

.headefr-fexid .project-title .title-text-header .cat span:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: rgba(163, 163, 163, 0.24);
  margin: 0 7px;
  margin-top: -1px;
  vertical-align: middle;
}

.headefr-fexid .project-title .title-text-header .cat span:last-child:after {
  display: none;
}

.headefr-fexid .project-title .title-text-header .title-text-header-inner {
  font-family: 'DINPro';
  color: #fff;
}

.headefr-fexid .project-title .title-text-header .title-text-header-inner span {
  display: block;
  line-height: 50px;
  margin: 30px 0;
  font-size: 65px;
  font-size: 65px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
    font-size: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .headefr-fexid .project-title .title-text-header .title-text-header-inner span {
    font-size: 38px;
  }
}

.headefr-fexid .project-title .sub-text-header {
  padding-left: 7.5vw;
}

.headefr-fexid .project-title .sub-text-header h5 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 24px;
  display: inline-block;
}

.v-light .headefr-fexid .project-title .sub-text-header h5 {
  color: #fff;
}

.v-light .headefr-fexid .project-title .sub-text-header span {
  color: #fff;
}

.headefr-fexid .project-page__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
}

@media only screen and (max-width: 767px) {
  .headefr-fexid .project-page__inner {
    padding: 0 15px;
  }
}

.headefr-fexid .project-page__inner .link {
  position: relative;
  z-index: 3;
  line-height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}

.headefr-fexid .project-page__inner .link:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(218, 218, 218, 0.24);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.headefr-fexid .project-page__inner .link a {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: capitalize;
}

.headefr-fexid .project-page__inner .link:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.headefr-fexid-onepage .bg {
  width: 100%;
  left: 0;
}

.headefr-fexid-onepage.under-head .project-title {
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .headefr-fexid-onepage.under-head .project-title {
    margin-bottom: 0;
  }
}

.headefr-fexid-onepage .project-title {
  text-align: center;
  display: block;
  position: relative;
  height: auto;
}

.headefr-fexid-onepage .project-title .title-text-header {
  padding-left: 0;
}

.headefr-fexid-onepage .project-title .sub-text-header {
  padding-left: 0;
}

.headefr-fexid-onepage .project-title .cat {
  padding-left: 0 !important;
}

.headefr-fexid-onepage .project-title .cat:after {
  display: none;
}

.v-light .headefr-fexid-onepage .project-title .cat {
  color: #fff;
}

/* -------------------------------------------------------
                   
-------------------------------------------------------- */
.header-hero {
  position: relative;
}

.header-hero .contenet-hero {
  position: relative;
  width: 100%;
  padding: 150px 0 120px 0;
}

.header-hero h5 {
  position: relative;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.header-hero h5:before {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: -50px;
  right: auto;
  width: 150px;
  top: 50%;
}

.v-light .header-hero h5:before {
  background: #000;
}

.header-hero h1 {
  margin-top: 5px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 65px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .header-hero h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .header-hero h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .header-hero h1 {
    font-size: 38px;
  }
}

.header-hero.header-hero-2 {
  background-color: #090909;
  padding-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.v-light .header-hero.header-hero-2 {
  background-color: #e6e6e6;
}

.header-hero.header-hero-2 .contenet-hero {
  padding: 150px 0;
}

.header-hero.header-hero-2 .bg-circle-dotted {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30vw;
  background-image: url(../img/circle-dotted.png);
  background-size: contain;
  opacity: .02;
  background-repeat: no-repeat;
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}

.header-hero.header-hero-2 h1 {
  max-width: 950px;
  line-height: 1.2;
  margin-top: 0;
  font-size: 65px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .header-hero.header-hero-2 h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .header-hero.header-hero-2 h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .header-hero.header-hero-2 h1 {
    font-size: 38px;
  }
}

.header-hero.header-hero-2 p {
  max-width: 570px;
  letter-spacing: 1.2px;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .header-hero.header-hero-2 p {
    margin-top: 20px;
  }
}

.header-hero.header-hero-2 .view-case {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 15px;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .header-hero.header-hero-2 .view-case {
    margin-top: 20px;
  }
}

.v-light .header-hero.header-hero-2 .view-case {
  color: #000;
}

.header-hero.header-hero-2 .view-case img {
  width: 40px;
  margin-left: 8px;
}

.header-hero.header-hero-2 .view-case.scroll-down img {
  width: 14px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.headefr-fexid-onepage .bg {
  z-index: 1;
}

/* -------------------------------------------------------
                   
-------------------------------------------------------- */
.header-single-post {
  position: relative;
}

.page-template-page-works .header-single-post {
  margin-bottom: 120px;
}

.header-single-post .inner-box {
  margin-bottom: 80px;
}

.header-single-post .inner-box .post-info .dsn-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 2px;
}

.header-single-post .inner-box .post-info .blog-post-date {
  padding-right: 20px;
  padding-bottom: 8px;
}

.header-single-post .inner-box .post-info .blog-post-cat a {
  padding-right: 8px;
  padding-bottom: 8px;
}

.header-single-post .inner-box .title-box {
  max-width: 950px;
  line-height: 1.2;
  font-size: 42px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .header-single-post .inner-box .title-box {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .header-single-post .inner-box .title-box {
    font-size: 28px;
  }
}

.header-single-post .post-parallax-wrapper {
  position: relative;
  height: 80vh;
  overflow: hidden;
  text-align: center;
}

.header-single-post .post-parallax-wrapper:before {
  z-index: 1;
}

.header-single-post .post-parallax-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------------------------------------------------------
## pages
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   09 - Slider
-------------------------------------------------------- */
.dsn-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgb(52, 66, 70);
  /*  Responsive */
}

.v-light .dsn-slider {
  background-color: #090909;
}

.dsn-slider .dsn-root-slider {
  position: relative;
  width: 80%;
  height: 100%;
  left: 20%;
  overflow: hidden;
}

.dsn-slider.demo2 .dsn-root-slider {
  width: 70%;
  height: 60%;
  left: 20%;
  top: 20%;
}

.dsn-slider.demo3 .dsn-root-slider {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.dsn-slider .link-custom {
  margin-top: 30px;
}

.v-light .dsn-slider .link-custom a {
  color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.1);
}

.v-light .dsn-slider .link-custom a:before {
  background-color: #fff;
  color: #000;
}

.dsn-slider .slide-inner {
  position: relative;
  height: 100%;
}

.dsn-slider .slide-inner .slick-list,
.dsn-slider .slide-inner .slick-track {
  width: 100%;
  height: 100%;
}

.dsn-slider .slide-inner .slide-item {
  overflow: hidden;
}

.dsn-slider .slide-inner .slide-item .image-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dsn-slider .slide-inner .slide-item .image-container .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dsn-slider .slide-inner .slide-item .image-container .image-bg img {
  display: none;
}

.dsn-slider .slide-inner .slide-item .image-container .image-bg:after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.dsn-slider .footer-slid {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 103;
}

.dsn-slider .footer-slid .control-num {
  position: absolute;
  bottom: 70px;
  right: 100px;
  z-index: 3;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .dsn-slider .footer-slid .control-num {
    right: 35px;
  }
}

.dsn-slider .footer-slid .control-num [data-dsn-header="project"].dsn-slider .footer-slid .control-num {
  right: 40px;
}

.dsn-slider .footer-slid .control-num span {
  /*  font-size: 11vw;*/
  color: rgba(255, 255, 255, 0.03);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.11);
  -webkit-transform: scale3d(1, 1.15, 1.15);
  transform: scale3d(1, 1.15, 1.15);
}

span.swiper-pagination-bullet {
  background: #ccc;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}

.dsn-slider[data-dsn-header="project"] .footer-slid .control-num {
  right: 40px;
  width: calc(100% - 310px);
}

.dsn-slider .footer-slid .control-num {
  position: absolute;
  bottom: 15px;
  right: 100px;
  z-index: 3;
  line-height: 1.1;
}

span.sup.active.swiper-pagination-clickable.swiper-pagination-bullets {
  width: 100%;
  text-align: center;
}

.dsn-slider .footer-slid .control-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  padding-left: 0px;
  display: none !important;
}

.dsn-slider .footer-slid .control-num span {
  /* font-size: 11vw; */
  color: rgb(255 255 255);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.11);
  -webkit-transform: scale3d(1, 1.15, 1.15);
  transform: scale3d(1, 1.15, 1.15);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #049658;
  transform: scale(1.3) !important;
  height: 11px;
}

span.swiper-pagination-bullet:hover {
  background: #049658;
}

span.swiper-pagination-bullet {
  background: #ccc;
  width: 13px;
  height: 10px;
  margin: 0 6px;
  opacity: 1;
  padding: 0 !important;
}

.dsn-slider .footer-slid .control-nav svg {
  height: 40px;
  width: 40px;
}

.dsn-slider[data-dsn-header="project"] .footer-slid .control-num {
  right: 40px;
  width: calc(100% - 310px);
}

.dsn-slider .footer-slid .control-nav svg .circle {
  stroke-dashoffset: 113.113px;
  stroke-dasharray: 113.113px;
  stroke-width: 0;
  opacity: 0;
  fill: #fff;
}

.dsn-slider .footer-slid .control-nav svg .path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.8px;
  -webkit-transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
  -o-transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
  transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}

.dsn-slider .footer-slid .control-nav .prev-container,
.dsn-slider .footer-slid .control-nav .next-container {
  display: inline-block;
  cursor: pointer;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dsn-slider .footer-slid .control-nav .prev-container .icon-circle,
.dsn-slider .footer-slid .control-nav .next-container .icon-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  top: 1px;
  left: 3px;
  opacity: 0;
}

.dsn-slider .footer-slid .control-nav .prev-container:hover .icon-circle,
.dsn-slider .footer-slid .control-nav .next-container:hover .icon-circle {
  opacity: 1;
}

.dsn-slider .footer-slid .control-nav .next-container svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.dsn-slider .footer-slid .control-nav .prev-container {
  margin-right: 15px;
}

.dsn-slider .footer-slid .control-nav .prev-container svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dsn-slider .footer-slid .social-btn,
.dsn-slider .footer-slid a.cop-icon {
  width: 16px;
  height: 12px;
  cursor: pointer;
}

.dsn-slider .footer-slid .social-btn .svg-wrapper,
.dsn-slider .footer-slid a.cop-icon .svg-wrapper {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%;
}

.dsn-slider .footer-slid .social-btn .svg-wrapper svg,
.dsn-slider .footer-slid a.cop-icon .svg-wrapper svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dsn-slider .footer-slid .social-btn .svg-wrapper svg path,
.dsn-slider .footer-slid a.cop-icon .svg-wrapper svg path {
  fill: #fff;
}

.dsn-slider .footer-slid .main-social {
  position: relative;
  bottom: 30px;
  left: 50px;
  display: inline-block;
  height: 40px;
}

@media only screen and (max-width: 575px) {
  .dsn-slider .footer-slid .main-social {
    left: 20px;
  }
}

.dsn-slider .footer-slid .main-social>* {
  position: relative;
  display: inline-block;
}

.dsn-slider .footer-slid .main-social .social-icon {
  height: 20px;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.dsn-slider .footer-slid .main-social .social-icon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  top: 8px;
  left: 27px;
  -webkit-transition: width 0.5s 0.3s;
  -o-transition: width 0.5s 0.3s;
  transition: width 0.5s 0.3s;
}

.dsn-slider .footer-slid .main-social .social-network {
  overflow: hidden;
  will-change: transform;
}

.dsn-slider .footer-slid .main-social .social-network li {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.dsn-slider .footer-slid .main-social:hover .dsn-wrapper {
  margin-right: 7px;
}

.dsn-slider .footer-slid .main-social:hover .dsn-wrapper:last-child {
  margin-right: 0;
}

.dsn-slider .footer-slid .main-social:hover .social-network {
  will-change: transform;
}

.dsn-slider .footer-slid .main-social:hover .social-network li {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(0) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(1) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 260ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 60ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 260ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 60ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 60ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 260ms, visibility 0.3s 45ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 60ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 260ms, visibility 0.3s 45ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 60ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 260ms, visibility 0.3s 45ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 60ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(2) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 320ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 120ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 320ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 120ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 120ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 320ms, visibility 0.3s 90ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 120ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 320ms, visibility 0.3s 90ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 120ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 320ms, visibility 0.3s 90ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 120ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(3) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 135ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 135ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 380ms, visibility 0.3s 135ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 180ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(4) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 440ms, visibility 0.3s 180ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 240ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 440ms, visibility 0.3s 180ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 240ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 240ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 440ms, visibility 0.3s 180ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 240ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 440ms, visibility 0.3s 180ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 240ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 440ms, visibility 0.3s 180ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 240ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(5) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 500ms, visibility 0.3s 225ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 500ms, visibility 0.3s 225ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 500ms, visibility 0.3s 225ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 500ms, visibility 0.3s 225ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 500ms, visibility 0.3s 225ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(6) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 270ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 270ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 270ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 270ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 560ms, visibility 0.3s 270ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 360ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(7) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 620ms, visibility 0.3s 315ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 420ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 620ms, visibility 0.3s 315ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 420ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 420ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 620ms, visibility 0.3s 315ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 420ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 620ms, visibility 0.3s 315ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 420ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 620ms, visibility 0.3s 315ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 420ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(8) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 680ms, visibility 0.3s 360ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 480ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 680ms, visibility 0.3s 360ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 480ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 480ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 680ms, visibility 0.3s 360ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 480ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 680ms, visibility 0.3s 360ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 480ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 680ms, visibility 0.3s 360ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 480ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(9) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 405ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 405ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 405ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 405ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 740ms, visibility 0.3s 405ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 540ms;
}

.dsn-slider .footer-slid .main-social:hover .social-network li:nth-of-type(10) {
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 800ms, visibility 0.3s 450ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 600ms;
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 800ms, visibility 0.3s 450ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 600ms;
  -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 600ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 800ms, visibility 0.3s 450ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 600ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 800ms, visibility 0.3s 450ms;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 600ms, opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 800ms, visibility 0.3s 450ms, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 600ms;
}

.dsn-slider .footer-slid .main-social:hover .social-icon:after {
  width: 40px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.dsn-slider .footer-slid .main-social .social-network {
  margin-left: 60px;
}

.dsn-slider .footer-slid .main-social .social-network li {
  display: inline-block;
  line-height: 30px;
  margin-right: 30px;
  font-size: 16px;
}

.dsn-slider .footer-slid .main-social .social-network li:last-child {
  margin-right: 0;
}

.dsn-slider .footer-slid .main-social .social-network li:hover i {
  color: #fff;
}

.dsn-slider[data-dsn-header="project"] .footer-slid .control-num {
  right: 40px;
}

.dsn-slider .nav-slider {
  position: absolute;
  width: 8%;
  height: 30%;
  top: 35%;
  z-index: 3;
  overflow: hidden;
}

.dsn-slider .nav-slider .swiper-slide .image-container {
  width: 20%;
  height: 100%;
  padding: 5px 0;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.dsn-slider .nav-slider .swiper-slide .image-container:hover {
  width: 100%;
}

.dsn-slider .nav-slider .swiper-slide .image-container .image-bg {
  width: 100%;
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.dsn-slider .nav-slider .swiper-slide .image-container .image-bg:before {
  visibility: hidden;
}

.dsn-slider .nav-slider .swiper-slide .image-container .image-bg img {
  display: none;
}

.dsn-slider .nav-slider .swiper-slide .content {
  position: absolute;
  right: 0;
  top: -12px;
  z-index: 1;
  opacity: 0;
}

.dsn-slider .nav-slider .swiper-slide .content p {
  font-family: 'DINPro';
  font-size: 22px;
  opacity: 0.8;
}

.dsn-slider .nav-slider .swiper-slide.swiper-slide-active .image-container {
  width: 100%;
}

.dsn-slider .nav-slider .swiper-slide.swiper-slide-active .image-container .image-bg:before {
  visibility: visible;
}

.dsn-slider .nav-slider .swiper-slide.swiper-slide-active .content {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .dsn-slider.demo2 .dsn-root-slider {
    width: 80%;
    height: 100%;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {

  .dsn-slider .dsn-root-slider,
  .dsn-slider.demo2 .dsn-root-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .dsn-slider .dsn-slider-content .slide-content {
    width: 100%;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner p {
    max-width: 100%;
  }

  .dsn-slider .nav-slider {
    display: none;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner .title-text-header .title-text-header-inner {
    font-size: 55px;
  }

  .dsn-slider .footer-slid .main-social,
  .dsn-slider .footer-slid .control-nav {
    bottom: 20px;
    right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner .title-text-header .title-text-header-inner {
    font-size: 45px;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner p {
    margin-top: 20px;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner .project-metas .project-meta-box {
    margin-bottom: 20px;
  }

  .dsn-slider .link-custom {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner {
    padding-left: 20px;
  }
}

.dsn-slider-content .slide-content {
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* position: absolute;
  top: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2; */
  pointer-events: none;
}

.dsn-slider-content .slide-content .slide-content-inner {
  /* padding-left: 5.5vw; */
}

.dsn-slider-content .slide-content .slide-content-inner .title-text-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-direction: normal;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.dsn-slider-content .slide-content .slide-content-inner .title-text-header .title-text-header-inner {
  /* font-family: 'DINPro';
  color: #fff;
  z-index: 0;
  font-size: 65px;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  font-family: 'DINPro';
  color: #fff;
  z-index: 0;
  font-size: 50px;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60%;
}

.dsn-slider-content .slide-content .slide-content-inner .title-text-header .title-text-header-inner span {
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.75em;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dsn-slider-content .slide-content .slide-content-inner p {
  max-width: 470px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 24px;
  margin-top: 30px;
}

.dsn-slider-content .slide-content .slide-content-inner .project-metas .cat {
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .dsn-slider-content .slide-content .slide-content-inner .project-metas .cat {
    padding-left: 0px;
  }
}

.dsn-slider-content .slide-content .slide-content-inner .project-metas .cat:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background: rgba(163, 163, 163, 0.24);
}

.dsn-slider-content .slide-content .slide-content-inner .project-metas .cat span {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: 'DINPro';
  opacity: 0.8;
}

.dsn-slider-content .slide-content .slide-content-inner .project-metas .cat span:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: rgba(163, 163, 163, 0.24);
  margin: 0 7px;
  margin-top: -1px;
  vertical-align: middle;
}

.dsn-slider-content .slide-content .slide-content-inner .project-metas .cat span:last-child:after {
  display: none;
}

.dsn-slider-content .slide-content .slide-content-inner .link-custom a {
  border: 1px solid rgb(112 112 112);
}

.dsn-slider-content .slide-content.dsn-active {
  z-index: 3;
  pointer-events: auto;
}

.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .title-text-header .title-text-header-inner .dsn-chars-wrapper {
  will-change: transform;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translate(90%, 0) rotate(8deg) scale(1.5) !important;
  -moz-transform: translate(90%, 0) rotate(8deg) scale(1.5) !important;
  -ms-transform: translate(90%, 0) rotate(8deg) scale(1.5) !important;
  -o-transform: translate(90%, 0) rotate(8deg) scale(1.5) !important;
  transform: translate(90%, 0) rotate(8deg) scale(1.5) !important;
}

.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas {
  margin-top: 30px;
}

.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-client,
.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-year,
.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-work {
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
}

.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-client::after,
.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-year::after,
.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-work::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: rgba(163, 163, 163, 0.24);
  margin: 0 7px;
  margin-top: -1px;
  vertical-align: middle;
}

.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-client:last-child::after,
.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-year:last-child::after,
.dsn-slider-content .slide-content:not(.dsn-active) .slide-content-inner .project-metas .project-work:last-child::after {
  display: none;
}

.dsn-slider-content .slide-content .slide-content-inner p,
.dsn-slider-content .slide-content .slide-content-inner .link-custom,
.dsn-slider-content .slide-content .slide-content-inner .project-metas .project-meta-box {
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dsn-slider-content .slide-content .slide-content-inner .project-metas .project-meta-box {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.dsn-slider-content .slide-content .slide-content-inner p {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.dsn-slider-content .slide-content .slide-content-inner .link-custom {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.dsn-slider-content .slide-content.dsn-active-cat .slide-content-inner p,
.dsn-slider-content .slide-content.dsn-active-cat .slide-content-inner .link-custom,
.dsn-slider-content .slide-content.dsn-active-cat .slide-content-inner .project-metas .project-meta-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.view-all {
  position: fixed;
  bottom: 30px;
  right: 175px;
  z-index: 121;
  cursor: pointer;
  height: 40px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .view-all {
    bottom: 20px;
    right: 130px;
  }

  .dsn-show-work .view-all {
    right: 20px;
  }
}

.view-all .icon-circle {
  position: absolute;
  top: -8px;
  left: 22px;
  width: 150px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50px;
  opacity: 0;
}

.view-all:hover .icon-circle {
  opacity: 1;
}

.view-all .view-all-container {
  margin-left: 69px;
  position: relative;
}

.view-all .view-all-container .icon .line-1 {
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.38);
  top: 12px;
  left: -26px;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: background-color, height;
  -o-transition-property: background-color, height;
  transition-property: background-color, height;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.dsn-show-work .view-all .view-all-container .icon .line-1 {
  height: 0;
}

body.nav-all-work .view-all .view-all-container .icon .line-1 {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.view-all .view-all-container .icon .line-2 {
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.38);
  top: 16px;
  left: -30px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.view-all .view-all-container .text {
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.nav-work-box {
  overflow-y: auto;
}

.nav-work-box .list-content {
  margin: 0 auto;
}

.nav-work-box .list-main {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 100px 0;
}

.nav-work-box .list-main .work-item {
  color: rgba(255, 255, 255, 0.6);
  padding: 50px 0;
}

@media only screen and (max-width: 400px) {
  .nav-work-box .list-main .work-item {
    padding: 30px 0;
  }
}

.nav-work-box .list-main .work-item .dsn-animate-webgl {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.nav-work-box .list-main .work-item.dsn-active {
  color: #fff;
}

.nav-work-box .list-main .work-item.dsn-active .num small {
  -webkit-text-stroke: 1px #fff;
}

.nav-work-box .list-main .work-item.dsn-active h3 {
  letter-spacing: 10px;
}

@media only screen and (max-width: 400px) {
  .nav-work-box .list-main .work-item.dsn-active h3 {
    letter-spacing: 2px;
  }
}

.nav-work-box .list-main .work-item a {
  position: relative;
  z-index: 2;
}

.nav-work-box .list-main .work-item a .num small {
  font-size: 14px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  letter-spacing: 2px;
}

.nav-work-box .list-main .work-item a h3 {
  color: inherit;
  letter-spacing: 4px;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 3rem;
  -webkit-transition: letter-spacing 0.5s ease-out;
  -moz-transition: letter-spacing 0.5s ease-out;
  -ms-transition: letter-spacing 0.5s ease-out;
  -o-transition: letter-spacing 0.5s ease-out;
  transition: letter-spacing 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .nav-work-box .list-main .work-item a h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .nav-work-box .list-main .work-item a h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 400px) {
  .nav-work-box .list-main .work-item a h3 {
    font-size: 1.2rem;
  }
}

.nav-work-box .list-main .work-item a .project-type {
  margin-top: 15px;
}

.nav-work-box .list-main .work-item a .project-type span {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: inherit;
}

.nav-work-box .list-main .work-item a .project-type span:before {
  content: "";
  width: 2vw;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-right: 2.1vw;
}

@media only screen and (max-width: 767px) {
  .nav-work-box .list-main {
    padding: 0 30px;
  }

  .nav-work-box .list-main .work-item {
    padding: 30px 0;
  }
}

.dsn-all-work {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 120;
  background-color: #090909;
}

.nav-work-img-box {
  z-index: -1;
}

.nav-work-img-box:before {
  z-index: 99;
}

.nav-work-img-box img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  z-index: 1;
  -webkit-clip-path: inset(0% 0% 0% 100%);
  clip-path: inset(0% 0% 0% 100%);
  width: 100%;
}

.nav-work-img-box img.dsn-active {
  z-index: 2;
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

.nav-work-img-box img.dsn-active-enter {
  -webkit-animation: 1s inset-enter;
  animation: 1s inset-enter;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.025, 1, -0.08);
  animation-timing-function: cubic-bezier(0.165, 0.025, 1, -0.08);
}

.nav-work-img-box img.dsn-active-leve {
  -webkit-animation: 3s inset-leve;
  animation: 3s inset-leve;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes inset-enter {
  from {
    -webkit-clip-path: inset(0% 100% 0% 0%);
    clip-path: inset(0% 100% 0% 0%);
  }

  to {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
}

@-moz-keyframes inset-enter {
  from {
    clip-path: inset(0% 100% 0% 0%);
  }

  to {
    clip-path: inset(0% 0% 0% 0%);
  }
}

@keyframes inset-enter {
  from {
    -webkit-clip-path: inset(0% 100% 0% 0%);
    clip-path: inset(0% 100% 0% 0%);
  }

  to {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
}

@-webkit-keyframes inset-leve {
  from {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }

  to {
    -webkit-transform: translateX(50%) scale(1.5);
    transform: translateX(50%) scale(1.5);
  }
}

@-moz-keyframes inset-leve {
  from {
    transform: translateX(0) scale(1);
    clip-path: inset(0% 0% 0% 0%);
  }

  to {
    transform: translateX(50%) scale(1.5);
  }
}

@keyframes inset-leve {
  from {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }

  to {
    -webkit-transform: translateX(50%) scale(1.5);
    transform: translateX(50%) scale(1.5);
  }
}

.nav-work-img-box,
.nav-work-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.dsn-all-work {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s, visibility 0.8s, -webkit-transform 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: opacity 0.8s, visibility 0.8s, -webkit-transform 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -o-transition: transform 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19), opacity 0.8s, visibility 0.8s;
  transition: transform 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19), opacity 0.8s, visibility 0.8s;
  transition: transform 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19), opacity 0.8s, visibility 0.8s, -webkit-transform 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.dsn-all-work .list-main {
  overflow: hidden;
  will-change: transform;
}

.dsn-all-work .list-main .work-item {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

body.dsn-show-work .dsn-all-work {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body.dsn-show-work .dsn-all-work .dsn-wrapper {
  margin-right: 7px;
}

body.dsn-show-work .dsn-all-work .dsn-wrapper:last-child {
  margin-right: 0;
}

body.dsn-show-work .dsn-all-work .list-main {
  will-change: transform;
}

body.dsn-show-work .dsn-all-work .list-main .work-item {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36), -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36);
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(0) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 700ms, visibility 0.3s 500ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 500ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 700ms, visibility 0.3s 500ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 500ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 500ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 700ms, visibility 0.3s 500ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 500ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 700ms, visibility 0.3s 500ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 500ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 700ms, visibility 0.3s 500ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 500ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(1) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 880ms, visibility 0.3s 545ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 680ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 880ms, visibility 0.3s 545ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 680ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 680ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 880ms, visibility 0.3s 545ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 680ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 880ms, visibility 0.3s 545ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 680ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 880ms, visibility 0.3s 545ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 680ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(2) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1060ms, visibility 0.3s 590ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 860ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1060ms, visibility 0.3s 590ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 860ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 860ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1060ms, visibility 0.3s 590ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 860ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1060ms, visibility 0.3s 590ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 860ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1060ms, visibility 0.3s 590ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 860ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(3) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1240ms, visibility 0.3s 635ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1040ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1240ms, visibility 0.3s 635ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1040ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1040ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1240ms, visibility 0.3s 635ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1040ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1240ms, visibility 0.3s 635ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1040ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1240ms, visibility 0.3s 635ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1040ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(4) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1420ms, visibility 0.3s 680ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1220ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1420ms, visibility 0.3s 680ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1220ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1220ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1420ms, visibility 0.3s 680ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1220ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1420ms, visibility 0.3s 680ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1220ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1420ms, visibility 0.3s 680ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1220ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(5) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1600ms, visibility 0.3s 725ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1400ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1600ms, visibility 0.3s 725ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1400ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1400ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1600ms, visibility 0.3s 725ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1400ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1600ms, visibility 0.3s 725ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1400ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1600ms, visibility 0.3s 725ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1400ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(6) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1780ms, visibility 0.3s 770ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1580ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1780ms, visibility 0.3s 770ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1580ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1580ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1780ms, visibility 0.3s 770ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1580ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1780ms, visibility 0.3s 770ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1580ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1780ms, visibility 0.3s 770ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1580ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(7) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1960ms, visibility 0.3s 815ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1760ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1960ms, visibility 0.3s 815ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1760ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1760ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1960ms, visibility 0.3s 815ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1760ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1960ms, visibility 0.3s 815ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1760ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1960ms, visibility 0.3s 815ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1760ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(8) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2140ms, visibility 0.3s 860ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1940ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2140ms, visibility 0.3s 860ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1940ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1940ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2140ms, visibility 0.3s 860ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1940ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2140ms, visibility 0.3s 860ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1940ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2140ms, visibility 0.3s 860ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 1940ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(9) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2320ms, visibility 0.3s 905ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2120ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2320ms, visibility 0.3s 905ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2120ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2120ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2320ms, visibility 0.3s 905ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2120ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2320ms, visibility 0.3s 905ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2120ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2320ms, visibility 0.3s 905ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2120ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(10) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2500ms, visibility 0.3s 950ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2500ms, visibility 0.3s 950ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2500ms, visibility 0.3s 950ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2500ms, visibility 0.3s 950ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2500ms, visibility 0.3s 950ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2300ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(11) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2680ms, visibility 0.3s 995ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2480ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2680ms, visibility 0.3s 995ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2480ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2480ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2680ms, visibility 0.3s 995ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2480ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2680ms, visibility 0.3s 995ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2480ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2680ms, visibility 0.3s 995ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2480ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(12) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2860ms, visibility 0.3s 1040ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2660ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2860ms, visibility 0.3s 1040ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2660ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2660ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2860ms, visibility 0.3s 1040ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2660ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2860ms, visibility 0.3s 1040ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2660ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2860ms, visibility 0.3s 1040ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2660ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(13) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3040ms, visibility 0.3s 1085ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2840ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3040ms, visibility 0.3s 1085ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2840ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2840ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3040ms, visibility 0.3s 1085ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2840ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3040ms, visibility 0.3s 1085ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2840ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3040ms, visibility 0.3s 1085ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 2840ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(14) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3220ms, visibility 0.3s 1130ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3020ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3220ms, visibility 0.3s 1130ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3020ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3020ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3220ms, visibility 0.3s 1130ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3020ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3220ms, visibility 0.3s 1130ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3020ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3220ms, visibility 0.3s 1130ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3020ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(15) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3400ms, visibility 0.3s 1175ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3400ms, visibility 0.3s 1175ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3400ms, visibility 0.3s 1175ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3400ms, visibility 0.3s 1175ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3400ms, visibility 0.3s 1175ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3200ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(16) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3580ms, visibility 0.3s 1220ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3380ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3580ms, visibility 0.3s 1220ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3380ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3380ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3580ms, visibility 0.3s 1220ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3380ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3580ms, visibility 0.3s 1220ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3380ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3580ms, visibility 0.3s 1220ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3380ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(17) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3760ms, visibility 0.3s 1265ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3560ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3760ms, visibility 0.3s 1265ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3560ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3560ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3760ms, visibility 0.3s 1265ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3560ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3760ms, visibility 0.3s 1265ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3560ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3760ms, visibility 0.3s 1265ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3560ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(18) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3940ms, visibility 0.3s 1310ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3740ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3940ms, visibility 0.3s 1310ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3740ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3740ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3940ms, visibility 0.3s 1310ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3740ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3940ms, visibility 0.3s 1310ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3740ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3940ms, visibility 0.3s 1310ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3740ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(19) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4120ms, visibility 0.3s 1355ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3920ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4120ms, visibility 0.3s 1355ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3920ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3920ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4120ms, visibility 0.3s 1355ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3920ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4120ms, visibility 0.3s 1355ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3920ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4120ms, visibility 0.3s 1355ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 3920ms;
}

body.dsn-show-work .dsn-all-work .list-main:nth-of-type(20) .work-item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4300ms, visibility 0.3s 1400ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4100ms;
  transition: opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4300ms, visibility 0.3s 1400ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4100ms;
  -o-transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4100ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4300ms, visibility 0.3s 1400ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4100ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4300ms, visibility 0.3s 1400ms;
  transition: transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4100ms, opacity 0.3s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4300ms, visibility 0.3s 1400ms, -webkit-transform 0.5s cubic-bezier(0.31, 1.37, 0.68, -0.36) 4100ms;
}

/* -------------------------------------------------------
                   09 - portfolio
-------------------------------------------------------- */
.root-work {
  width: 100%;
  position: relative;
}

.root-work .filterings {
  position: relative;
  margin: 0 auto;
  margin-bottom: 120px;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .root-work .filterings {
    margin-bottom: 80px;
  }
}

.root-work .filterings .filtering-wrap {
  width: inherit;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .root-work .filterings .filtering-wrap {
    border-bottom: 0;
  }
}

.v-light .root-work .filterings .filtering-wrap {
  border-bottom: solid 2px rgba(190, 190, 190, 0.27);
}

.root-work .filterings .filtering-wrap .filtering {
  overflow: auto;
  position: relative;
  margin-bottom: -2px;
}

.root-work .filterings .filtering-wrap .filtering button {
  color: #fff;
  width: auto;
  margin: 0 30px 0 0;
  padding: 0 5px 18px 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .root-work .filterings .filtering-wrap .filtering button {
    margin-right: 10px;
  }
}

.v-light .root-work .filterings .filtering-wrap .filtering button {
  color: #0009;
}

.root-work .filterings .filtering-wrap .filtering button.active {
  font-weight: bold;
  border-bottom: solid 2px #fff;
}

.v-light .root-work .filterings .filtering-wrap .filtering button.active {
  border-bottom: solid 2px #bebebe;
}

.root-work .projects-list {
  position: relative;
  width: 100%;
}

.root-work .projects-list .item {
  width: 50%;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .root-work .projects-list .item {
    width: 100%;
  }
}

.root-work .projects-list .item::before {
  z-index: -1;
}

.root-work .projects-list .item:first-child {
  margin-top: 0;
}

.root-work .projects-list .item:nth-child(2) {
  margin-top: 160px;
}

@media only screen and (max-width: 767px) {
  .root-work .projects-list .item:nth-child(2) {
    margin-top: 50px;
  }
}

.root-work .projects-list .item a {
  position: relative;
  display: block;
  overflow: hidden;
}

.root-work .projects-list .item a .item-border {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.79)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  transition: transform 0.6s, background 0.6s cubic-bezier(0.9, 0.03, 0.22, 0.97), -webkit-transform 0.6s;
  z-index: 1;
}

.root-work .projects-list .item a img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.root-work .projects-list .item a .item-info {
  position: absolute;
  left: 50%;
  padding: 25px 15px 0px;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  -o-transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  z-index: 2;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.root-work .projects-list .item a .item-info .cat {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'DINPro';
  opacity: 0.9;
}

.v-light .root-work .projects-list .item a .item-info .cat {
  color: #fff;
}

.root-work .projects-list .item a .item-info h4 {
  position: relative;
  color: #fff;
  font-size: 25px;
  -webkit-transition: margin-bottom 0.5s ease;
  -o-transition: margin-bottom 0.5s ease;
  transition: margin-bottom 0.5s ease;
  z-index: 3;
  font-weight: 600;
}

.root-work .projects-list .item a .item-info span {
  color: #fff;
  opacity: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  position: relative;
}

.root-work .projects-list .item a:hover .item-border {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.99) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.99) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.99) 100%);
}

.root-work .projects-list .item a:hover .item-info {
  -webkit-transform: translate(-50%, -50px);
  -ms-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
}

.root-work .projects-list .item a:hover .item-info h4 {
  margin-bottom: 10px;
}

.root-work .projects-list .item a:hover .item-info span {
  opacity: 1;
}

.root-work .container {
  position: relative;
}

.root-work .box-title {
  position: absolute;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}

.root-work .box-title h2 {
  top: -50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  left: 0;
  font-size: 10vw;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .root-work .box-title h2 {
    top: -15px;
  }
}

.root-work.root-work-two {
  width: calc(100% - 225px);
  margin-left: 225px;
}

.root-work.root-work-two .projects-list .item {
  margin-top: 0;
  width: 33.33333%;
  margin-bottom: 50px;
}

.root-work.root-work-two .projects-list .item:nth-of-type(2) {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .root-work.root-work-two .projects-list .item {
    width: 49.5%;
  }
}

@media only screen and (max-width: 767px) {
  .root-work.root-work-two .projects-list .item {
    width: 100%;
  }

  .root-work.root-work-two .projects-list .item:nth-of-type(2) {
    margin-top: 0;
  }
}

.root-work.root-work-two .projects-list .item a {
  height: auto;
}

.root-work.root-work-two .projects-list .item a .item-border {
  display: none;
}

.root-work.root-work-two .projects-list .item a img {
  -webkit-transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.root-work.root-work-two .projects-list .item a .item-info {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 25px 15px 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  z-index: 2;
}

.root-work.root-work-two .projects-list .item a .item-info .cat {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'DINPro';
  opacity: 0.9;
}

.v-light .root-work.root-work-two .projects-list .item a .item-info .cat {
  color: #000;
}

.root-work.root-work-two .projects-list .item a .item-info h4 {
  position: relative;
  color: #fff;
  font-size: 20px;
  -webkit-transition: margin-bottom 0.5s ease;
  -o-transition: margin-bottom 0.5s ease;
  transition: margin-bottom 0.5s ease;
  z-index: 3;
  font-weight: 600;
}

.v-light .root-work.root-work-two .projects-list .item a .item-info h4 {
  color: #000;
}

.root-work.root-work-two .projects-list .item a .item-info span {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  position: relative;
}

.root-work.root-work-two .projects-list .item a:hover img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.filterings-sticy {
  position: fixed;
  width: 225px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  z-index: 2;
  pointer-events: none;
}

.filterings-sticy .filtering-wrap {
  width: 100%;
  position: relative;
}

.filterings-sticy .filtering-wrap .filtering {
  overflow: auto;
  position: relative;
  margin-bottom: -2px;
}

.filterings-sticy .filtering-wrap .filtering button {
  position: relative;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 30px 0 0;
  padding: 18px 5px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  letter-spacing: 2px;
  text-transform: uppercase;
  pointer-events: auto;
}

.v-light .filterings-sticy .filtering-wrap .filtering button {
  color: #0009;
}

.filterings-sticy .filtering-wrap .filtering button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -1px;
  opacity: 0.7;
}

.v-light .filterings-sticy .filtering-wrap .filtering button::before {
  background-color: #bebebe;
}

.filterings-sticy .filtering-wrap .filtering button.active {
  font-weight: bold;
  color: #242424;
}

.v-light .filterings-sticy .filtering-wrap .filtering button.active {
  color: #000;
}

.filterings-sticy .filtering-wrap .filtering button.active::before {
  width: 100%;
}

.filterings-sticy .filtering-wrap .filtering button:hover {
  font-weight: bold;
  color: #242424;
}

.v-light .filterings-sticy .filtering-wrap .filtering button:hover {
  color: #000;
}

.filterings-sticy .filtering-wrap .filtering button:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -1px;
  opacity: 0.7;
}

.v-light .filterings-sticy .filtering-wrap .filtering button:hover:before {
  background-color: #bebebe;
}

.section-padding-work {
  padding-top: 180px;
  padding-bottom: 130px;
}

.section-padding-work.root-work.root-work-two .box-title h2 {
  top: -180px;
}

.section-padding-work.root-work.root-work-two .projects-list .item a .item-info span {
  display: none;
}

/* -------------------------------------------------------
                   Blog
-------------------------------------------------------- */
.root-blog {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.root-blog .post-list-item {
  position: relative;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .root-blog .post-list-item {
    margin-bottom: 80px;
  }
}

.root-blog .post-list-item figure {
  position: relative;
  width: 100%;
}

.root-blog .post-list-item figure a {
  width: 100%;
}

.root-blog .post-list-item figure img {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 80vh;
}

.root-blog .post-list-item .post-list-item-content {
  margin-top: 30px;
  width: 100%;
  position: relative;
}

.root-blog .post-list-item .post-list-item-content .post-info-date {
  margin-right: 20px;
}

@media only screen and (max-width: 575px) {
  .root-blog .post-list-item .post-list-item-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.root-blog .post-list-item .post-list-item-content .post-info-top a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 2px;
  margin-bottom: 20px;
  color: #fff;
}

.v-light .root-blog .post-list-item .post-list-item-content .post-info-top a {
  color: #000;
}

.root-blog .post-list-item .post-list-item-content .post-info-top>div {
  position: relative;
  display: inline-block;
}

.root-blog .post-list-item .post-list-item-content h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .root-blog .post-list-item .post-list-item-content h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .root-blog .post-list-item .post-list-item-content h3 {
    font-size: 28px;
  }
}

.root-blog .post-list-item .post-list-item-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.root-blog .post-list-item .post-list-item-content .post-author img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.root-blog .post-list-item .post-list-item-content .post-author span {
  font-weight: 300;
}

.root-blog .post-list-item .post-list-item-content .post-author span a {
  color: #fff;
  padding-left: 5px;
  letter-spacing: 2px;
}

.news-content {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .news-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-content .news-content-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-content .News-socials-wrapper {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 23%;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .news-content .News-socials-wrapper {
    width: 26%;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-content .News-socials-wrapper .news-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.pb-0 .content {
  bottom: 0 !important;
  padding: 50px 15px !important;
  padding-bottom: 7px !important;
}

.news-content .News-socials-wrapper .News-news-date {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.8;
}

.v-light .news-content .News-socials-wrapper .News-news-date {
  color: #000;
}

.news-content .News-socials-wrapper .title-caption {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .title-caption {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.news-content .News-socials-wrapper .cat {
  display: block;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .cat {
    width: 100%;
    margin-bottom: 30px;
  }
}

.news-content .News-socials-wrapper .cat a {
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .cat a {
    display: inline-block;
  }
}

.news-content .News-socials-wrapper .cat a span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background-color: #090909;
  padding: 5px 15px;
  margin: 0 5px 5px;
}

.v-light .news-content .News-socials-wrapper .cat a span {
  background-color: #e6e6e6;
  color: #000;
}

.news-content .News-socials-wrapper .cat a span:first-child {
  margin-left: 0;
}

.news-content .News-socials-wrapper .cat a span::last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share ul {
    display: inline-block;
  }
}

.news-content .News-socials-wrapper .post-share ul li {
  list-style: none;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share ul li {
    display: inline-block;
    margin-left: 10px;
  }
}

.news-content .News-socials-wrapper .post-share ul li:last-child {
  margin-bottom: 0;
}

.news-content .News-socials-wrapper .post-share ul li a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
}

.news-content .News-socials-wrapper .post-share ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.news-content .News-socials-wrapper .post-share ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.news-content .News-socials-wrapper .post-share ul li a:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.news-content .News-socials-wrapper .post-share ul li a:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-content .post-content {
  position: relative;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .news-content .post-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .post-content {
    width: 100%;
  }
}

.news-content .post-content>* {
  margin-bottom: 30px;
}

.news-content .post-content>*:first-child,
.news-content .post-content:first-child {
  margin-top: 0;
}

.news-content .post-content>*:last-child,
.news-content .post-content:last-child {
  margin-bottom: 0;
}

.news-content .post-content p {
  letter-spacing: 0;
  font-size: 17px;
}

.news-content .post-content p a {
  display: inline-block;
}

.news-content .post-content blockquote {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  padding: 10px 0 10px 15px;
  border-left: 2px solid #ffdb88;
  font-family: 'DINPro';
  background: #f5f5f5;
  height: 200px;
}

.v-light .news-content .post-content blockquote {
  color: #000;
  border-left: 1px solid #bebebe;
}

.news-content .post-content a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
}

.news-content .post-content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.news-content .post-content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.news-content .post-content a:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.news-content .post-content a:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-content .post-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .news-content .post-tags {
    padding: 30px 0 0;
  }
}

.news-content .post-tags a {
  color: #fff;
  margin-right: 30px;
  display: inline-block;
  line-height: 1;
  float: left;
}

.v-light .news-content .post-tags a {
  color: #000;
}

.news-content .post-tags a:before {
  content: "#";
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}

.news-content .post-tags a::after {
  display: none;
}

/* -------------------------------------------------------
                  contact
-------------------------------------------------------- */
.box-info-contact {
  position: relative;
  background-color: #090909;
  height: 100%;
  padding: 30px;
}

.v-light .box-info-contact {
  background-color: #e6e6e6;
}

@media only screen and (max-width: 991px) {
  .v-light .box-info-contact {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .box-info-contact {
    padding: 0;
    margin-bottom: 50px;
    background-color: transparent;
  }
}

.box-info-contact h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .box-info-contact h3 {
    font-size: 25px;
  }
}

.box-info-contact h5 {
  font-family: 'DINPro';
  margin-bottom: 30px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .box-info-contact h5 {
    margin-bottom: 10px;
    font-weight: 600;
  }
}

.box-info-contact ul li {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .box-info-contact ul li {
    margin-top: 10px;
  }
}

.box-info-contact ul li span {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  min-width: 120px;
}

.v-light .box-info-contact ul li span {
  color: #000;
}

@media only screen and (max-width: 400px) {
  .box-info-contact ul li span {
    min-width: auto;
    margin-right: 15px;
  }
}

.box-info-contact ul li a {
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  line-height: 1.7;
}

.box-info-contact ul li a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #3535359c;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81), -webkit-transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}

.v-light .box-info-contact ul li a::before {
  background-color: #bebebe;
}

.box-info-contact ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #3535359c;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81) 0.2s, -webkit-transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81) 0.2s;
}

.v-light .box-info-contact ul li a:after {
  background-color: #bebebe;
}

.box-info-contact ul li a:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.box-info-contact ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.form-box {
  position: relative;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .form-box {
    padding: 0;
    margin-bottom: 30px;
  }
}

.form-box h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .form-box h3 {
    font-size: 25px;
  }
}

.form-box .form-group {
  width: 100%;
}

.form-box .form-group .help-block {
  color: red;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-box .form-group li {
  list-style: none;
}

.entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #3535359c;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.v-light .entry {
  border-bottom: 1px solid #bebebe;
}

@media only screen and (max-width: 767px) {
  .entry {
    display: block;
  }
}

.entry input {
  height: 100%;
}

label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 30px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.v-light label {
  color: #000;
}

@media only screen and (max-width: 767px) {
  label {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: block;
    margin-bottom: 10px;
  }
}

#map .gm-fullscreen-control,
#map .gm-bundled-control,
#map .gm-bundled-control-on-bottom,
#map .gmnoprint,
#map .gm-style-cc {
  display: none !important;
}

.map-custom {
  position: relative;
  width: 100%;
  height: 80vh;
  pointer-events: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-post {
  position: relative;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comments-post .comments-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .comments-post .comments-title {
    margin-bottom: 35px;
  }
}

.comments-post .comments-title .subtitle {
  margin-bottom: 0;
}

.comments-post .comments-area {
  position: relative;
}

.comments-post .comments-area .comment-list>li.comment:first-child {
  margin-top: 0;
}

.comments-post .comments-area .comment-list>li.comment:first-child>.comment-body {
  padding-top: 0;
}

.comments-post .comments-area .comment {
  list-style: none;
  margin-top: 20px;
}

.comments-post .comments-area .comment .comment-body {
  position: relative;
  padding-top: 30px;
}

.comments-post .comments-area .comment .comment-body .comment-author {
  position: relative;
  top: 10px;
  left: 0;
  width: 64px;
  height: 64px;
  display: block;
  float: left;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .comment-body .comment-author {
    width: 30px;
    height: 30px;
  }
}

.comments-post .comments-area .comment .comment-body .comment-author img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
}

.comments-post .comments-area .comment .comment-body .comment-text {
  padding: 0 0 0 90px;
  min-height: 64px;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .comment-body .comment-text {
    padding: 0 0 0 40px;
  }
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-date {
  float: right;
  margin: 3px 5px 0 0;
  font-size: 13px;
  color: #b0b0b0;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-date:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-info {
  position: relative;
  display: inline-block;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-info .comment-name {
  float: left;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
}

.comments-post .comments-area .comment .comment-body .comment-text .text-holder p {
  margin: 7px 0 10px;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}

.v-light .comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link {
  color: #000;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.comments-post .comments-area .comment .children {
  margin-left: 90px;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .children {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .comments-post .comments-area .comment .children {
    margin-left: 20px;
  }
}

.comments-post .comments-form {
  position: relative;
  width: 100%;
  margin-top: 120px;
}

@media only screen and (max-width: 991px) {
  .comments-post .comments-form {
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
/* 404 & Not found */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   Footer
-------------------------------------------------------- */
footer {
  position: relative;
  z-index: 3;
  padding: 0 50px 15px;
}

@media only screen and (max-width: 767px) {
  footer {
    margin-left: 0;
    padding: 0 30px 30px 30px;
  }
}

@media only screen and (max-width: 575px) {
  footer {
    padding-left: 15px;
  }
}

footer a,
footer p {
  color: rgb(194 194 194 / 92%);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  /*    text-transform: uppercase;*/
  letter-spacing: 2px;
  line-height: 1.6;
  font-variant-numeric: proportional-nums;
  /*    font-family: 'DINPro Light';*/
}



.v-light footer a,
.v-light footer p {
  color: #0009;
}

@media only screen and (max-width: 767px) {

  footer a,
  footer p {
    letter-spacing: 0;
  }
}

footer .contact-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

footer .contact-footer .phone {
  margin-right: 30px;
}

footer .copyright-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  footer .copyright-social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}

@media only screen and (max-width: 575px) {
  footer .copyright-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  footer .copyright-social p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

footer .copyright-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  footer .copyright-social ul {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

footer .copyright-social ul li {
  display: list-item;
  margin-right: 20px;
  list-style: none;
}

footer .copyright-social ul li:last-child {
  margin-right: 0;
}

.footer {
  background-color: #090909;
}

.v-light .footer {
  background-color: #e6e6e6;
}

.footer .footer-links {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-links .dsn-col-footer:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.footer {
  background-color: #d4e3e4;
}

.footer .footer-links .footer-title {
  position: relative;
  color: #344046;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.v-light .footer .footer-links .footer-title {
  color: #000;
}

.footer .footer-links .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  background-color: #344046;
}

.footer .footer-links .footer-block.col-menu ul li a {
  font-weight: 600;
  color: #344046 !important;
}

footer a,
footer p {
  color: #344046 !important;
}

.v-light .footer .footer-links .footer-title::after {
  background-color: #000;
}

.footer .footer-links .footer-block.col-menu ul li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
}

.footer .footer-links .footer-block.col-menu ul li:last-of-type {
  margin-bottom: 0;
}

.footer .footer-links .footer-block.col-menu ul li a {
  font-weight: 600;
}

.footer .footer-links .footer-block.col-contact p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer .footer-links .footer-block.col-contact p strong {
  color: #fff;
}

.v-light .footer .footer-links .footer-block.col-contact p strong {
  color: #000;
}

.footer .footer-links .footer-block.col-contact p span {
  margin-right: 5px;
  margin-left: 5px;
}

.footer .footer-links .footer-block .footer-logo {
  width: 90px;
}

.footer .footer-links .footer-block .footer-social {
  margin-top: 20px;
}

.footer .footer-links .footer-block .footer-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
}

.footer .footer-links .footer-block .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-links .footer-block .footer-social ul li a {
  position: relative;
  color: #ffffff !important;
  border-radius: 50%;
  letter-spacing: 0;
  border: 1px solid #344046;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  background: #344046;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.v-light .footer .footer-links .footer-block .footer-social ul li a {
  color: #000;
  border: 1px solid #bebebe;
}

.footer .footer-links .footer-block .footer-social ul li a i {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.footer .footer-links .footer-block .footer-social ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #fff;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.v-light .footer .footer-links .footer-block .footer-social ul li a:before {
  background-color: #000;
}

.footer .footer-links .footer-block .footer-social ul li a:hover i {
  color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.v-light .footer .footer-links .footer-block .footer-social ul li a:hover i {
  color: #fff;
}

.footer .footer-links .footer-block .footer-social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.footer .footer-links .footer-block .footer-social ul li a i {
  font-size: 12px;
}

.footer .copyright {
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: 2.67px;
  border-top: 1px solid rgb(0 0 0 / 25%);
}

.v-light .footer .copyright {
  border-top: 1px solid #bebebe;
}

.footer .copyright p {
  text-transform: capitalize;
}

.footer .copyright .copright-text {
  color: #a7a7a7;
  margin-top: 5px;
  font-weight: 500;
}

.footer .copyright .copright-text a {
  color: #fff;
}

.v-light .footer .copyright .copright-text a {
  color: #000;
}

.cap {
  position: absolute;
  bottom: 30px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e0e0e5c), to(#1b1515));
  background-image: -webkit-linear-gradient(left, #0e0e0e5c 0%, #1b1515 100%);
  background-image: -o-linear-gradient(left, #0e0e0e5c 0%, #1b1515 100%);
  background-image: linear-gradient(to right, #0e0e0e5c 0%, #1b1515 100%);
  padding: 4px 15px;
  color: #fff;
  z-index: 10;
}

.cap span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*
.caption {
  left: -20px;
  bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
}
*/
.caption {
  left: 0;
  bottom: -23px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
}

.v-light .caption {
  color: #000;
}

.scrollbar-track {
  opacity: 1 !important;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track,
.sidebar-single .scrollbar-track,
.dsn-work-scrollbar .scrollbar-track {
  background: #545252;
  width: 15px;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb,
.sidebar-single .scrollbar-track .scrollbar-thumb,
.dsn-work-scrollbar .scrollbar-track .scrollbar-thumb {
  background: #b7b6b6 !important;
  width: 15px;
}

.scrollbar-track-y {
  z-index: 9999 !important;
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.mission {
  background: #fce373;
}

.vision {
  background: #333;
}

.vidside {
  width: 60%;
}

.vidrightside {
  width: 40%;
}

.por {
  position: relative
}

.h100 {
  height: 100%
}

.main-heading {
  position: absolute;
  top: 70% !important;
  width: 100%;
  left: 0;
  bottom: inherit !important;
}

.mm-box h3 {
  font-size: 57px;
  color: #222;
}

.mm-box p {
  color: #222;
  font-size: 17px;
  font-family: 'DINPro';
  line-height: 30px;
}

.vision.mm-box * {
  color: #fff;
}

.mm-box {
  padding: 20px 60px;
  text-align: center;
  height: 50vh;
  display: flex;
  align-items: center;
}

.d-flex.mission-image {
  justify-content: center;
}

.d-flex.mission-image div {
  border: 10px solid #efefef;
  margin: 0 18px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.d-flex.mission-image div img {
  width: 170px;
}

.home-highlighted-section__header {
  /*    margin-bottom: 4vw;*/
}

.home-highlighted-section__header {
  /*    margin-bottom: 12vw;*/
  display: inline-block;
}

.home-highlighted-section__header .home-highlighted-section__title {
  position: relative;
}

.home-highlighted-section__header .home-highlighted-section__title .original-title {
  visibility: hidden;
}

.home-highlighted-section__header .home-highlighted-section__title--half:first-of-type {
  top: 0;
}

.home-highlighted-section__header .home-highlighted-section__title--half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: currentColor;
}

.home-highlighted-section__header .home-highlighted-section__title--half:first-of-type span {
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.home-highlighted-section__header.dsn-active .home-highlighted-section__title--half span {
  -webkit-transform: none !important;
  transform: none !important;
}

.home-highlighted-section__header .home-highlighted-section__title--half span {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: -webkit-transform .75s cubic-bezier(.215, .61, .355, 1);
  transition: transform .75s cubic-bezier(.215, .61, .355, 1);
  transition: transform .75s cubic-bezier(.215, .61, .355, 1), -webkit-transform .75s cubic-bezier(.215, .61, .355, 1);
  transition-delay: .2s;
}

.home-highlighted-section__header .home-highlighted-section__title {
  position: relative;
  color: #000;
}

.home-highlighted-section__header h2 {
  font-size: 35px !important;
}

.home-highlighted-section__header h2 {
  font-size: 110px;
  font-size: 7.33333vw;
  /*    font-family: raisonne-demibold,Raisonne,Futura,Helvetica,Arial,sans-serif;*/
  font-weight: 600;
  letter-spacing: .02em;
  line-height: .9em;
}

.home-highlighted-section__header h2 {
  font-size: 60px;
}

.home-highlighted-section__header h2 {
  font-size: 60px;
  font-size: 4vw;
  /*    font-family: raisonne-demibold,Raisonne,Futura,Helvetica,Arial,sans-serif;*/
  font-weight: 600;
  letter-spacing: .02em;
  line-height: .9em;
  text-transform: uppercase;
  margin-bottom: .3em;
  margin-left: -.1em;
}

.home-highlighted-section__header .home-highlighted-section__title--half:last-of-type {
  bottom: 0;
}

.home-highlighted-section__header .home-highlighted-section__title--half:last-of-type span {
  bottom: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.intrinsic {
  height: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.probox {
  /* padding-top: 100%; */
  padding: 20px;
  background: green !important;
}

.home-exhibition__inner .event-card-home {
  width: 32vw;
  margin: 0 2vw;
}

.home-exhibition__inner .event-card-home {
  width: 56vw;
  margin: 0 3vw;
}

.event-card-home {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: visible;
  text-align: center;
  width: 100%
}

.event-card-home__wrapper {
  position: relative;
}

.event-card-home__image {
  padding: 1.5em 1.5em 1.5em;
}

.event-card-home__image {
  position: relative;
  width: 100%;
  display: inline-block;
  /*     padding: .8em .8em 4.5em; */
  background-color: #d1db5b;
}


.event-card-home__src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: box-shadow .45s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 0 0 currentColor;
}

.intrinsic {
  height: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.event-card-home__src:hover {
  box-shadow: inset 0 0 0 1.2vw currentColor;
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.our-work.work-under-header {
  padding: 0 40px;
}

.event-card-home__info a span {
  font-family: 'DINPro';
  font-size: 25px !important;
  color: #000;
}

.event-card-home__info {
  background: #d1db5b;
  padding: 15px 0;
  font-size: 7px;
  margin-top: -5px;
  padding-top: 1px;
}

.ticket-visit-button svg {
  fill: #000;
}

a.ticket-visit-button.ticket-visit-button--bottom {
  padding: 7px 37px 7px 21px;
  text-transform: uppercase;
  color: #000;
  font-family: 'DINPro';
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 800;
  transition: all 0.5s ease;
}

a.ticket-visit-button.ticket-visit-button--bottom:hover {
  padding-right: 50px;
  padding-left: 30px;
}

.tickets-visit-buttons.text-center {
  position: absolute;
  top: 0;
}

.tickets-visit-buttons.text-center img {
  position: absolute;
  top: 12px !important;
  right: 10px !important;
  width: 20px;
}

.header-top.header-top-hamburger.header-stickytop .header-container {
  padding-top: 0;
  padding-bottom: 5px;
}

.header-top.header-top-hamburger.header-stickytop {
  background: rgba(0, 0, 0, 0.8);
  height: 57px
}

.header-top.header-top-hamburger.header-stickytop .menu-icon {
  margin-top: 5px;
}

.header-top.header-top-hamburger.header-stickytop img.light-logo {
  width: 130px;
}

.pro-text h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-top.header-top-hamburger.header-stickytop .marquee-wrapper {
  top: 17px;
}

.menu-main a:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  transform: rotate(270deg);
  display: inline-block;
  font-size: 11px;
  position: relative;
  left: 11px;
  top: -1px;
}

.read-more.wow.fadeIn.blog-button .read {
  display: inline-block;
  background: transparent;
  color: #000;
  padding: 9px 14px;
  border: 1.2px solid #ccc;
  color: #ccc;
  margin-top: 0;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "DINPro", sans-serif !important;
}

.read-more.wow.fadeIn.blog-button .read:hover {
  background: #fff;
  color: #000;
  /* font-weight: 700; */

}

.blog-sec h3 {
  font-size: 20px;
  color: #737070;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600px;
  text-align: left;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'DINPro Light';
  padding: 0px 0;
  margin-bottom: 10px;
}


li.blog-list:hover .blog-con {
  background-size: 110% !important;
}

li.blog-list {
  cursor: pointer !important
}

li.blog-list .blog-con {
  transition: all 1s ease !important;
}

.mission:hover .scale {
  transform: scale(1.1)
}

.mission .scale {
  transition: all 3s ease;
}

.mission .original-title.js-original-title {
  transition: all 3s ease;
}

.vision .original-title.js-original-title {
  transition: all 3s ease;
}

.mission:hover .original-title.js-original-title {
  visibility: visible
}

.vision:hover .scale {
  transform: scale(1.1)
}

.vision .scale {
  transition: all 3s ease;
}

.vision:hover .original-title.js-original-title {
  visibility: visible
}

.main-social {
  visibility: hidden;
  opacity: 0;
}

.dsn-slider-content .slide-content .slide-content-inner .link-custom a:hover {
  background: #fff;
  color: #000;
}

.dsn-slider-content .slide-content .slide-content-inner .link-custom a:hover:before {
  background: #000;
  color: #fff;
}

.link-custom a:before {
  margin: 8px 10px
}

.newsletter {
  align-items: center;
  margin-top: 20px;
}

.f {
  border: 1px solid #344246;
  margin-left: -1px;
  transform: skewX(20deg);
  overflow: hidden;
  cursor: pointer;
}

.f input {
  width: 170px;
  height: 35px;
  transform: skewX(-20deg);
  padding: 0 12px;
  font-size: 14px;
  color: #000;
}

.f button {
  padding: 11px 21px 9px 14px !important;
  margin: 0;
}

.footer {
  background-color: #d4e3e4;
  padding-top: 30px;
}

.newletter h4 {
  color: #344246;
  font-size: 23px;
}


.f .btn img {
  filter: invert(1);
  width: 22px;
}

.f button {
  padding: 8px 21px 10px !important;
  margin: 0;
  line-height: 17px;
  transform: rotate(0deg) skewX(-18deg);
  font-weight: 500;
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #000 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}

::placeholder {
  color: #000 !important;
}

.all-projects {
  position: absolute;
  width: 100%;
  top: 110px;
  text-align: center;
  right: 0;
  left: 0;
}

.overlay {
  background: linear-gradient(90deg, rgba(36, 20, 13, 0.82) 0%, rgb(0, 0, 0) 0.3246753246753247%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.social-media-list {
  position: fixed;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.social-media-list {
  padding: 10px 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff75;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.social-media-list li a {
  padding: 10px;
  color: #484646;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  text-align: center;
}

.social-media-list li a {
  padding: 10px 10px;
  display: block;
}

.social-media-list li a {
  color: #000;
}

.all-projects .blog-con {
  height: 300px;
}

.all-projects .bg-white h3 {
  text-align: center !important
}

li.blog-list {
  background: #fff;
  border-radius: 7px;
}

.bg-white h3 {
  color: #222;
  font-size: 19px;
  text-align: left;
  margin-bottom: 12px;
}

.footer .footer-links .footer-block.col-contact p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.main-area {
  min-height: 500px
}

.inner-banner h1 {
  position: absolute;
  top: 142px;
  left: 50px;
}

.about-block .inner-box h3 a {
  position: relative;
  color: #414857;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  pointer-events: none
}

.about-block .inner-box .block-text {
  position: relative;
  color: #5c5e63;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.about-block.style-two {
  margin-bottom: 20px;
}

.about-block:before {
  position: absolute;
  content: '';
  left: 20px;
  top: -30px;
  width: 61px;
  height: 72px;
  background: url(http://t.commonsupport.com/bari/images/icons/shapes/about-icon-1.png) no-repeat;
}

.about-block:nth-child(2):before {
  background: url(http://t.commonsupport.com/bari/images/icons/shapes/about-icon-2.png) no-repeat;
}

.about-block:nth-child(3):before {
  background: url(http://t.commonsupport.com/bari/images/icons/shapes/about-icon-3.png) no-repeat;
}

.about-block:before {
  position: absolute;
  content: '';
  left: 20px;
  top: -30px;
  width: 61px;
  height: 72px;
  background: url(http://t.commonsupport.com/bari/images/icons/shapes/about-icon-1.png) no-repeat;
}

span.icon.flaticon-gear {
  width: 64px;
  position: relative;
  opacity: 0.8;
}

.about-block.style-two {
  margin-bottom: 10px;
}

.about-block .inner-box h3 {
  position: relative;
  color: #414857;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.about-block .inner-box .icon-box {
  position: relative;
  color: #414857;
  font-size: 54px;
  line-height: 1em;
  margin-bottom: 0px;
}

.video-column .inner-column {
  position: relative;
  padding-top: 190px;
}

.video-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-box .image {
  position: relative;
  overflow: hidden;
  float: left;
}

.video-box .image img {
  position: relative;
  width: 100%;
}

span.flaticon-play-button-4 img {
  width: 70px;
}

span.flaticon-play-button-4 {
  position: absolute;
  top: 50%;
  z-index: 9;
  left: 50%;
  transform: translate(-50px, -50px);
}

span.flaticon-play-button-4 img {
  width: 70px;
}

.text-black * {
  color: #222;
}

.gal-bottom {
  display: flex;
}

.section-margin .link-pop {
  padding: 0 15px;
}

.fw100 {
  font-weight: 100;
}

.about-block {
  margin: 40px 0;
}

.habihead {
  margin-top: 50px;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
}

p.fz20 {
  font-size: 20px;
}

.inner-box h3 {
  padding: 17px 0;
  font-size: 23px !important;
  line-height: 31px;
}

.projectNew .about-block .inner-box h3 {
  position: relative;
  color: #414857;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#748df8), to(#6fa7f8));
  background: linear-gradient(90deg, #748df8, #6fa7f8);
  overflow-x: hidden;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  height: 100%;
  width: 100%;
  position: absolute;
}

section.form-section {
  max-height: 1200px;
  opacity: 1;
  -webkit-transition: max-height .7s;
  transition: max-height .7s;
  will-change: max-height;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

section.form-section .container-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.form-section .form-column {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  padding-bottom: 0;
}

section.form-section .secondary-column {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

section.form-section .secondary-column>:first-child {
  padding-left: 50px;
  padding-right: 0;
}

section.form-section .secondary-column>:first-child {
  padding-left: 24px;
  padding-right: 18px;
}

section.form-section .why-stripe {
  padding-top: 200px;
}

.gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#777bf8), color-stop(200%, #68d4f8));
  background: linear-gradient(90deg, #777bf8, #68d4f8 200%);
}

.gradient-background {
  overflow: visible;
}

.gradient-background {
  /*background: -webkit-gradient(linear,left top,right top,from(#748df8),to(#6fa7f8));
    background: linear-gradient(90deg,#748df8,#6fa7f8);*/
  background: rgb(52, 66, 70);
  overflow-x: hidden;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  height: 100%;
  width: 100%;
  position: absolute;
}

.stripes-container {
  bottom: -108px;
}

.stripes-container {
  bottom: -90px;
}

.stripes-container {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -52px;
  top: 50%;
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  will-change: transform;
}

.gradient-background:after {
  content: "";
  background: #fff;
  height: 50px;
  width: 103%;
  position: absolute;
  transform: rotate(-8deg);
  height: 335px;
  left: -30px;
  top: -240px;
}

.contact-info {
  margin-top: 140px;
}

.contact-info {
  margin-top: 140px;
}

.our-news .item-new .content .background {
  background: #2d2d2d;
}

.side-menu {
  padding: 20px 20px;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
  width: 300px;
  bottom: 0;
  left: -300px;
  transition: all 0.8s ease;
}

.side-menu li a {
  color: #fff;
}

.side-menu ul {
  margin-top: 46px;
  padding-left: 20px;
}

.side-menu ul a:hover {
  transform: translateX(7px);
  color: #11f192;
}

.side-menu ul a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 600;
  transition: all 0.5s ease;
}

.side-menu.show-menu {
  left: 0;
}

.back-shadow {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #9bf9aa6e;
  z-index: 9999;
  display: none;
  cursor: pointer;
}

.social-media-list li a:hover {
  transform: scale(1.3);
}



.side-logo {
  text-align: center;
}

.side-logo img {
  width: 80%
}

.side-menu.show-menu+.back-shadow {
  display: block;
}

.all-projects .bg-white h3 {
  text-align: center !important;
  margin: 0;
}

#testimonial-slider .bg-white {
  padding: 19px 13px;
  text-align: left;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: #ffffffe0;
  width: 100%;
}

.blog-slider .bg-white {
  position: static !important
}

.inner-banner {
  background: #000;
  height: 400px;
  width: 100%;
  position: relative;
  /* background-image: url(https://images.unsplash.com/photo-1473448912268-2022ce9509d8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1450&q=80); */
  background-size: 100%;
  background-position: center bottom;

}

.main-heading {
  position: absolute;
  bottom: 10px;
}

.bg_color--4 {
  background: #bac7b8
}

.bg_color--4 h2.title {
  color: rgb(52, 66, 70);
}

.bg_color--4 p {
  color: rgb(52, 66, 70);
}

.bg_color--4 h3.title {
  margin-bottom: 12px;
  font-size: 20px;
  color: rgb(52, 66, 70);
  text-transform: capitalize;
}

.bg_color--4 .service p {
  font-size: 17px;
  color: rgb(52, 66, 70);
}

.inner-banner .main-heading h1 {
  position: static !important;
  font-size: 30px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.8);
  text-transform: uppercase
}

.bg_color--1 {
  background: rgb(52, 66, 70);
}

.ptb--120 {
  padding: 80px 0 !important;
}

.about-inner .section-title h2.title {
  margin-bottom: 8px;
}

.section-title h2.title {
  font-size: 60px;
}

.about-inner .section-title p.description {
  color: rgb(255 255 255 / 96%);
}

.section-title p,
.service p {
  font-size: 18px;
}

.about-wrapper .thumbnail img {
  border-radius: 0px;
}

.section-title p {
  font-size: 17px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .section-title p {
    font-size: 14px;
  }

  .bg_color--4 .service p {
    font-size: 14px;
  }
}

.ptb--80 {
  padding: 80px 0 !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.bg_image--3 {
  background: #000;
}

.instagram {
  padding: 60px 14px;
}

.single-service.service__style--4 {
  padding: 25px 15px;
  z-index: 2;
  border-radius: 0px;
  position: relative;
  /*    cursor: pointer;*/
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.service {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.single-service.service__style--4 .icon svg {
  stroke-width: 1 !important;
}

.single-service .icon svg {
  width: 54px;
  height: 54px;
}

.single-service.service__style--4 .content h3.title {
  margin-bottom: 12px;
  font-size: 20px;
}

.single-service.service__style--4 .icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 23px;
  display: inline-flex;
  color: #f9004d;
}

.single-service.service__style--4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  /*
    background-image: -webkit-gradient(linear, left top, right top, from(#f61b10), to(#ef0963));
    background-image: -webkit-linear-gradient(left, #f61b10, #ef0963);
    background-image: -o-linear-gradient(left, #f61b10, #ef0963);
*/
  background-image: linear-gradient(90deg, #049658, #049658);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-service.service__style--4:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-service.service__style--4:hover {
  -webkit-box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-service.service__style--4:hover .icon {
  color: #fff;
}

.rn-section-gapTop {
  padding-top: 80px;
  padding-bottom: 80px;
}

div#pillar3 {
  padding-top: 10px !important;
}

.blog.blog-style--1:hover .thumbnail a::after {
  opacity: 0.85;
  top: 0;
}

.blog.blog-style--1 .thumbnail a::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc004d), to(#000000));
  background: -webkit-linear-gradient(top, #fc004d 0, #000000 100%);
  background: -o-linear-gradient(top, #fc004d 0, #000000 100%);
  background: linear-gradient(to bottom, #fc004d 0, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
}

.blog.blog-style--1 {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 20px;
}

.blog.blog-style--1 .thumbnail a {
  display: block;
  position: relative;
  z-index: 1;
}

.thumbnail img {
  border-radius: 5px;
  -webkit-box-shadow: 0 25px 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.1);
}

.blog.blog-style--1 .thumbnail a::after {
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc004d), to(#000000));
    background: -webkit-linear-gradient(top, #fc004d 0, #000000 100%);
    background: -o-linear-gradient(top, #fc004d 0, #000000 100%);*/
  /*    background: linear-gradient(to bottom, #3e403fad 0, #000000 100%);*/
  background: linear-gradient(380deg, rgb(0, 0, 0) 0.33003300330033003%, rgba(0, 0, 0, 0) 99.00990099009901%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
}

.blog.blog-style--1 .content {
  position: absolute;
  bottom: -92px;
  width: 100%;
  padding: 50px 15px;
  z-index: 3;
}

.blog.blog-style--1 .content::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(70%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000000 70%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000000 70%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000000 70%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}

.blog.blog-style--1 .content p.blogtype {
  font-size: 14px;
  margin-bottom: 5px;
  color: #c6c9d8;
}

.blog.blog-style--1:hover .content {
  bottom: -34px;
}

constructed stylesheet .blog.blog-style--1 .content {
  position: absolute;
  bottom: -92px;
  width: 100%;
  padding: 50px 35px;
  z-index: 3;
}

.blog.blog-style--1:hover .content::before {
  opacity: 0;
}

constructed stylesheet .blog.blog-style--1 .content::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(70%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000000 70%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000000 70%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000000 70%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}

.blog.blog-style--1 .content p.blogtype {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

.blog.blog-style--1 .content h4.title {
  margin-bottom: 0;
}

.blog.blog-style--1 .content h4.title a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

a.rn-btn:hover,
button.rn-btn:hover {
  border: 2px solid #049658;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #ffffff;
  background: #049658;
}

.blog.blog-style--1.team2:hover .content {
  bottom: -60px;
}

a.rn-btn,
button.rn-btn {
  padding: 0 14px;
  height: 35px;
  display: inline-block;
  line-height: 32px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 13px !important;
  position: relative;
  z-index: 2;
  color: #f9004d;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.header-area .header-wrapper a.rn-btn,
.mainmenunav ul.mainmenu>li>a,
.mainmenunav ul.mainmenu>li>ul.submenu,
.mainmenunav ul.mainmenu>li>ul.submenu li a,
a.btn-transparent,
a.btn-transparent::after,
a.rn-btn,
button.rn-btn,
.rn-pagination ul.page-list li a::before,
ul.social-share li a,
.footer-default .footer-right .footer-widget ul.ft-link li a,
.portfolio,
.portfolio .thumbnail-inner::before,
.portfolio .thumbnail::after,
.portfolio .bg-blr-image,
.portfolio .content .inner .portfolio-button,
.portfolio-tilthover .portfolio .bg-blr-image,
.portfolio-tilthover .portfolio .content,
.portfolio-sacousel-inner .slick-dots li button::after,
.rn-slick-dot .slick-dots li button::after,
.portfolio-style--3,
.portfolio-style--3 .thumbnail a img,
.portfolio-style--3 .thumbnail a::after,
.portfolio-style--3 .content,
.portfolio-style--3 .content::before,
.portfolio-style--3 .content h4.title a,
.portfolio-style--3 .content .portfolio-btn,
.single-service.service__style--1,
.single-service.service__style--1 .icon,
.single-service.service__style--1 .content h3.title,
.single-service.service__style--1 .content p,
.single-service.service__style--2 a,
.single-service.service__style--2 .icon,
.single-service.service__style--2 .content h3.title,
.single-service.service__style--2 .content p,
.single-service.service__style--2 a::before,
.single-service.service__style--3,
.single-service.service__style--4,
.single-service.service__style--4::before,
.single-service.service__style--4 .icon,
.single-service.service__style--4 .content h3.title,
.single-service.service__style--4 .content p,
.standard-service .content h3 a,
.team .thumbnail img,
.team .thumbnail::after,
ul.nav.tab-style--1 li a,
ul.nav.tab-style--1 li a::before,
.rn-address .icon,
.rn-address .inner p a,
input,
textarea,
.rn-pricing .pricing-table-inner .pricing-footer a.rn-btn,
.blog.blog-style--1,
.blog.blog-style--1 .thumbnail a img,
.blog.blog-style--1 .thumbnail a::after,
.blog.blog-style--1 .content,
.blog.blog-style--1 .content::before,
.blog.blog-style--1 .content h4.title a,
.blog.blog-style--1 .content .blog-btn,
.related-work .inner h4 a,
.single-demo a,
.pv-tab-button li span::after,
.pv-tab-button button span::after {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog.blog-style--1 .content::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(70%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000000 70%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000000 70%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000000 70%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}

.blog.blog-style--1 .content .blog-btn {
  margin-top: 25px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
}

.blog.blog-style--1:hover .content .blog-btn {
  opacity: 1;
  visibility: visible;
}

.text-white {
  color: #fff !important;
}

.blog.blog-style--1 .content {
  text-align: center;
}

.section-title h5 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 17px;
}

svg#Capa_1 {
  fill: #049658;
}

.single-service.service__style--4:hover svg#Capa_1 {
  fill: #fff;
}

.single-service .icon svg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.single-service .icon {
  margin-right: 12px;
}

.section-title h2.title {
  font-size: 35px;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#modal-container .modal-background {
  background: rgba(33, 33, 33, 0.98) !important;
  bottom: 0;
  top: 0;
}

.section-links {
  position: absolute;
  right: 0px;
  top: -50px;
}

.section-links ul {
  display: flex;
  /* justify-content: flex-end; */
  float: none;
  /* float: right; */
}

.section-links li {
  margin-left: 21px;
}

.section-links li a {
  border: 1.5px solid #ccc;
  padding: 8px 20px;
  border-radius: 50px;
  position: relative;
}

.section-links li a:after {
  content: "";
  width: 23px;
  height: 2px;
  background: #b5b4b4;
  position: absolute;
  left: 100%;
  top: 50%;
}

.section-links li:last-child a:after {
  display: none
}

.section-links li a:hover {
  background: #049658;
  color: #fff;
}

.section-links li a {
  border: 2px solid #ccc;
  padding: 8px 20px;
  border-radius: 50px;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.section-links li a.active {
  background: #049658;
  color: #fff;
}

.single-service.service__style--4:hover .service p,
.single-service.service__style--4:hover .service h3 {
  color: rgb(255 255 255);
}

.blog.blog-style--1 img {
  transition: all 8s linear !important;
}

.blog.blog-style--1:hover img {
  transform: scale(1.5);
}

.video-library .portfolio {
  position: relative;
  min-height: 600px;
  width: 100%;
  /* padding-top: 35%; */
  margin-bottom: 0px;
}

.play-btn {
  width: 70px;
  height: 70px;
  background: radial-gradient(rgba(255, 219, 136, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 0px 25px 3px rgb(247 233 177);
  z-index: 99;
  position: absolute;
  /* transform: scale(0.7); */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -17px;
  left: -17px;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    /*    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);*/
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    /*    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);*/
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

/*Pagination*/
body {
  background: #333;
  font-family: 'DINPro';
  overflow: hidden;
}

@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cdp {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  z-index: 6;
  margin: 50px 0;
  animation: cdp-in 500ms ease both;
  animation-timeout: 200ms;
}

.cdp_i {
  font-size: 14px;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
  border: 2px solid #fff;
  line-height: 35px;
  padding: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: .03em;
  display: none;
}

.cdp_i:first-child,
.cdp_i:last-child {
  padding: 0 16px;
  margin: 0 12px 6px;
}

.cdp_i:last-child,
.cdp_i:nth-child(2),
.cdp_i:nth-last-child(2) {
  display: inline-block;
}

.cdp_i:hover {
  background-color: #000;
  color: #fff;
}

.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(2)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(3)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(4)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(5)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(6)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(7)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(8)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(9)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(10)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(11)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(12)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(13)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(14)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(15)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(16)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(17)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(18)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(19)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(20)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(21)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(22)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(23)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(24)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(25)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(26)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(27)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(28)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(29)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(30)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(31)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(32)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(33)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(34)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(35)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(36)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(37)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(38)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(39)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(40)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(41)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(42)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(43)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(44)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(45)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(46)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(47)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(48)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(49)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(50)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(51)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(52)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(53)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(54)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(55)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(56)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(57)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(58)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(59)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(60)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(61)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(62)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(63)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(64)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(65)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(66)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(67)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(68)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(69)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(70)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(71)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(72)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(73)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(74)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(75)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(76)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(77)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(78)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(79)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(80)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(81)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

/*Pagination*/

.social-title {
  text-align: center;
}

.social-title h3 {
  margin-bottom: 7px;
  font-weight: 100;
  display: inline-block;
  position: relative;
}

.social-title h5 {
  letter-spacing: 1px;
  font-weight: 100;
  letter-spacing: 1px;
}

.social-title {
  text-align: center;
  margin-bottom: 40px;
}

.social-title h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 58%;
  margin-left: 10px;
}

.social-title h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 58%;
  margin-right: 10px;
}

.insta img {
  height: 100%;
}

.bg_color--2 {
  background: #000;
}

.yt {
  position: relative;
}

.yt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yt-play img {
  width: 50px;
}

.yt {
  position: relative;
}

.yt {
  position: relative;
  margin-bottom: 30px;
}

.yt>img {
  width: 100%;
}

.social-title.fecbook-title span {
  color: #222;
}

.social-title.fecbook-title h3:before {
  background: #222;
}

.social-title.fecbook-title h3:after {
  background: #222;
}

.fecbook-title h5 {
  color: #222
}

.liquid-row-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  display: none
}

.portfolio:hover .liquid-row-overlay {
  transform: scale(1.1);
}

.portfolio .thumbnail.image-1 {
  background-image: url(https://thehabitatstrust.org/wp-content/uploads/2019/12/13.jpg);
}

.video-library .content {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 100% !important;
  z-index: 10;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 14px 8px 14px !important;
}

.video-library .portfolio:hover .content {
  background: none
}

.small-images:hover {
  transform: scale(1.1);
}

.small-images {
  border: 3px solid #fff;
  border-top: 4px solid #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.big-image {
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.root-about .box-seat.box-seat-full .pro-text {
  position: absolute;
  background-color: #0d0d0da1;
  max-width: 520px;
  padding: 80px;
  right: 80px;
  bottom: 30px !important;
  top: 100px !important;
  height: auto;
  border-radius: 8px;
  padding: 40px 40px;
}

.inner-box:hover img {
  transform: scale(1.05);
}

.icon-box img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 1s ease;
}

.probox2 .icon-box img {
  height: 50px;
  width: auto;
  /*    object-fit: cover;*/
  /*    object-position: top;*/
  transition: all 1s ease;
}

.probox2 .inner-box h3 {
  padding: 0px 0;
  font-size: 19px !important;
  line-height: 31px;
  margin-bottom: 20px;
}

.send-message {
  background: #222;
  color: #fff;
  font-size: 16px;
  padding: 10px 18px;
  letter-spacing: 1px;
  border-radius: 5px;
}

.address p {
  font-weight: 600;
  margin-bottom: 7px;
}

.send-message:before {
  display: none !important;
}

.send-message {
  background: #222;
  color: #fff
}

.video-content h4 {
  margin-bottom: 15px;
}

.video-content p {
  font-size: 17px;
  margin-bottom: 15px;
}

.video-cat h5 {
  font-size: 22px;
  margin-bottom: 14px;
  letter-spacing: 1px;
  font-weight: 100;
  text-transform: uppercase;
}

.video-library .portfolio.big-video {
  min-height: 290px !important;
  margin-bottom: 50px;
}

.video-library .content {
  position: static;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 100% !important;
  z-index: 10;
  padding: 0;
  background: rgb(255 255 255 / 0%);
  padding: 10px 0 !important;
}

.video-library .content h4 {
  font-size: 14px;
  line-height: 20px;
}

.video-cat {
  margin-bottom: 50px;
}

.imagesgallery .portfolio .thumbnail-inner::before {
  display: none
}

.imagesgallery .portfolio .bg-blr-image {
  background: url(image03.jpg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.imagesgallery .portfolio:hover .thumbnail {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  opacity: 0;
}

.video-library .portfolio:hover .thumbnail-inner:before {
  display: none;
}

.section-links {
  position: absolute;
  right: 0px;
  top: -65px;
}

div#myHeader.fixed {
  top: 54px;
  position: fixed;
  background: #000000b3;
  padding: 7px 60px;
  padding-left: 10px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 99;
  transform: none;
  transition: all 0.5s ease;
}

div#myHeader.fixed.section-links li a {
  padding: 8px 20px;
  font-size: 12px;
}

a:active {
  text-decoration: none !important
}

/*# s
ourceMappingURL=style.css.map */

.ptb--25 {
  padding: 25px 0 !important;
}

.video-cat #image-slide {
  padding: 0 20px;
}

.video-cat+hr {
  opacity: 0.2;
  margin-bottom: 30px;
}

span.recipent {
  display: block;
  color: #ccc;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.content a {
  font-size: 15px;
}

.blog-pic {
  background: #fff;
  height: 100%;
}

.blog-pic {
  background: #d4e3e4;
  height: 91%;
  margin-bottom: 50px;
  cursor: pointer;
}

.blog-pic img {
  width: 100%;
}

.blog-pic h2 {
  color: #222 !important;
  font-size: 23px;
  padding: 6px 10px;
  margin-top: 15px;
}

.blog-image {
  position: relative
}

.blog-image:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 57.5%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: none !important
}

.blog-pic.big-pic {
  position: relative
}

.blog-pic.big-pic h2 {
  color: #222 !important;
  font-size: 23px;
  padding: 6px 10px;
  margin-top: 15px;
  position: absolute;
  margin: 0;
  color: #fff !important;
  bottom: 23px;
  left: 11px;
}

.blog-imagen {
  overflow: hidden
}

.blog-imagen img,
.job-image-big img,
.job-image img {
  transition: all 0.5s ease;
}

.blog-imagen:hover img,
.job-image-big:hover img,
.job-image:hover img {
  transform: scale(1.1);
}

.job-image-big,
.job-image {
  overflow: hidden;
}

.owl-dots {
  text-align: center;
  margin-top: 0;
}

.owl-dot:before {
  display: none !important
}

.blog-pic {
  margin-bottom: 15px !important
}

.join-team h2 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 20px;
}

.join-team p {
  font-size: 18px;
}

.view-job-btn {
  /* text-align: right; */
}

.view-job-btn a {
  background: #fff;
  color: #344246;
  padding: 17px 35px;
  font-weight: 600;
  border-radius: 2px;
  font-size: 17px;
  /* margin-right: 130px; */
  text-transform: capitalize;
}

.job-image img {
  height: 211px;
  width: 100%;
  object-fit: cover;
  /*        filter: grayscale(1);*/
}

.job-image-big img {
  height: 422px;
  object-fit: cover;
  width: 100%;
  /*    filter: grayscale(1);*/
}

.job-list {
  margin-top: 40px;
  border: 3px solid #cee2cb;
}

.job-opening {
  text-align: right;
}

.job-title,
.job-opening {
  padding: 12px 13px;
}

.job-opening a {
  border: 1px solid #049658;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 300;
  color: #fff;
  background: #049658;
  font-size: 13px;
  font-weight: 500;
}

.job-opening a:hover {
  background: #049658;
  color: #fff;
}

.job-list .job-list-n:nth-child(2n) {
  background: #bac7b8;
}

.job-title {
  font-weight: 600;
  color: #222;
}

.job-list .job-list-n {
  background: #344246;
}

.job-list-n:hover {
  transform: scale(1.02);
  background: #a4bf9f !important;
}

.job-list .job-list-n {
  background: #bac7b8;
  transition: all 0.5s ease;
  border: 1px solid;
}

.join-team h3 {
  margin-bottom: 30px;
}

.lqd-column {
  background: #ffdb88;
  padding: 27px 26px !important;
  border-radius: 5px;
}

form#career input[type='text'] {
  border: 1px solid #222;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 11px;
  color: #222;
}

form#career label {
  color: #344246;
  display: block;
}

input[type="file"] {
  color: #000;
}

.table-responsive table.table tr td {
  border: 1px solid gainsboro;
  color: #013434;
  padding-left: 20px;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table {
  border-collapse: collapse;
  color: #fff;
  width: 100%;
}

form#career label {
  color: #344246;
}

.table-responsive table.table tr td {
  border: 1px solid #848483;
  color: #cbd0d0;
  padding-left: 20px;
}

.job-req h4 {
  font-weight: 400;
  font-size: 20px;
}

.card.simple-overlay-card .card-img-overlay {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)); */
  top: auto;
  padding: 30px;
  padding-top: 50px;
}

.card .category-tag-list {
  margin-bottom: 5px;
}

.category-tag-list .category-tag-name {
  display: inline-block;
}

.category-tag-list .category-tag-name a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.card .title-font {
  margin-bottom: 0;
}

.title-font {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.card .title-font a {
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.featured-posts .card {
  margin-bottom: 30px;
  border: none;
}

.card,
.card-img,
.card-img-top {
  border-radius: 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, .125);
  border-radius: 0;
}

.card .card-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.card.simple-overlay-card {
  overflow: hidden;
}

.card.simple-overlay-card:hover img {
  transform: scale(1.1);
}

.ptb--40 {
  padding: 40px 0 !important
}

.press-content {
  background: #d4e3e4;
  color: #222;
  padding: 13px 10px;
  position: relative;
}

.press-content h5 {
  color: #222;
  display: none;
}

.press-content {
  height: 190px !important;
}

.press-content p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.year-list {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.year-list ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.year-list a {
  padding: 9px 15px;
  font-size: 20px;
  font-weight: 500;
}

.year-list a.current {
  font-weight: 600;
  color: #fff
}

.press-box {
  margin-bottom: 30px;
}

.source-box {
  text-align: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.source-box .source {
  background: #049658;
  color: #fff;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 13px;
}

.source-box .date {
  font-weight: 600;
  font-size: 13px;
}

.read-more a {
  background: #d4e3e4;
  padding: 6px 17px;
  border-radius: 31px;
  color: #344246;
  font-size: 12px;
  border: 1px solid #344246;
  line-height: 23px
}

span.ra-arrow {
  font-weight: 700;
  font-size: 15px;
}

.footer-press {
  text-align: center;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
}

.read-more a:hover {
  background: #344246;
  color: #fff;
}

.press-box figure {
  overflow: hidden
}

.press-box.card figure img {
  height: 100px !important;
}

.press-box figure img {
  transition: all 0.5s ease;
  height: 150px !important;
  width: 100%;
  object-fit: cover;
}

.press-box:hover img {
  transform: scale(1.08);
}

.fz40 {
  font-size: 35px;
}

.project-detail blockquote.wp-block-quote p {
  margin-bottom: 0;
}

.photo-caption {
  background: #0a0907c2;
  position: absolute;
  right: 34px;
  bottom: -60px;
  width: 350px;
  padding: 5px 20px 25px;
  border-radius: 5px;
}

.probox3 .inner-box:hover:before {
  background: none;
}

.probox3 .single-service.service__style--4 {
  background: none !important;
  padding-left: 60px;
  margin-bottom: 70px;
}

.probox3 .inner-box:hover:before {
  background: none !important;
}

.probox3 img {
  width: 400px;
  border-radius: 8px;
}

.probox2 .link-custom {
  margin-top: 0px;
  text-align: center;
}

.link-custom a:before {
  margin: 6px 7px;
}

.link-custom a:before {
  height: 25px;
  width: 25px;
  line-height: 25px;
}

.single-service.service__style--4:hover .link-custom a {
  border-color: #fff;
}


.silver-bg {
  border-left: 3px solid #ffdb88;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
  padding: 18px 21px;
  height: 250px;
  text-align: justify;
}

.fz18 {
  font-size: 17px;
}

.fz18.l-big {
  font-size: 20px !important;
  font-weight: 500;
}

.probox2 .link-custom a {
  border: 1px solid rgb(196 194 194);
}

.probox2 svg {
  width: 50px;
  height: 50px !important;
}

.photo-caption p {
  font-size: 18px;
}

.photo-caption h3 {
  margin-bottom: 0 !important;
  padding-bottom: 5px;
}

.photo-caption h3 a,
.photo-caption p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.photo-caption p {
  font-size: 16px;
}

.mask-bg+.container {
  position: relative;
  z-index: 6;
}

.mask-bg {
  position: absolute;
  top: 40px;
  right: 0;
  width: calc(70% + 20px);
  height: 90%;
  background-color: #bac7b8;
  z-index: 1;
}


/*------Modal----*/
#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 999;
}

#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal,
#modal-container.one2 .modal-background .modal,
#modal-container.one5 .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out,
#modal-container.one2.out,
#modal-container.one5.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal,
#modal-container.one2.out .modal-background .modal,
#modal-container.one5.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.text-left {
  text-align: left !important
}

#modal-container.two {
  transform: scale(1);
}

#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two+.content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}

#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out+.content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three {
  z-index: 0;
  transform: scale(1);
}

#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}

#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three+.content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three.out+.content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four {
  z-index: 0;
  transform: scale(1);
}

#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}

#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four+.content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four.out+.content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five {
  transform: scale(1);
}

#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five.out {
  animation: quickScaleDown 0s .5s linear forwards;
}

#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six {
  transform: scale(1);
}

#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal h2,
#modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out {
  animation: quickScaleDown 0s .5s linear forwards;
}

#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven {
  transform: scale(1);
}

#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven .modal-background .modal h2,
#modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn .5s 1.4s linear forwards;
}

#modal-container.seven.out {
  animation: slowFade .5s 1.5s linear forwards;
}

#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven.out .modal-background .modal h2,
#modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

#modal-container .modal-background .modal {
  background: none;
  padding: 30px 0;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  width: 500px;
}

#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #fff;
}

#modal-container .modal-background .modal small {}

#modal-container .modal-background .modal p {
  font-size: 17px !important;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  font-weight: 400;
  line-height: 26px
}

.modal-inner p {
  margin-bottom: 10px;
  font-size: 13px !important;
}

.modal-inner {
  height: 300px;
  overflow: auto;
  text-align: left;
  font-size: 15px;
  padding-right: 18px;
}

#modal-container .modal-background .modal small {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 9px !important;
  display: block;
  line-height: 23px;
}

.approch {
  margin-top: 25px;
}

.approch h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

#modal-container .content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}

.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.content .buttons .button:hover {
  color: white;
  background: #009bd5;
}

.justify-space-between {
  justify-content: space-between;
}

.meta {
  color: #222;
}

.meta>div {
  margin-left: 15px !important;
}

.blog-info {
  margin-bottom: 14px;
  align-items: center;
}

a.author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

a.author img {
  margin-right: 10px;
}

.comment-area h5 {
  margin-bottom: 28px !important;
  color: #222 !important
}

section.comment {
  padding: 40px 0;
  background: rgb(52, 66, 70);
}

.comment-area h5 {
  margin-bottom: 28px !important;
  color: #fff !important;
  font-size: 27px;
}

.comment-form label {
  margin-bottom: 10px !important;
  display: block;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body h6,
.media-body p {
  color: #222;
  margin-left: 15px;
  margin-bottom: 5px;
}

.single-input-wrap textarea {
  width: 100%;
  padding: 22px 29px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #cfcfcf;
  color: var(--paragraph-color);
  border-radius: 0px;
  transition: all 0.4s ease-in;
  border-radius: 3px;
  color: #222;
}

.single-input-wrap .form-control {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  color: #222;
}

#recent-posts-3 a img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  float: left;
  margin-right: 12px;
}

#recent-posts-3 a p {
  color: #222;
  text-transform: capitalize;
}

.comment-area .btn.btn-main {
  background-color: #222;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  cursor: pointer;
}

.comment-area .btn {
  height: 57px;
  line-height: 57px;
  padding: 0 33px;
  overflow: hidden;
  position: relative;
  border: 0;
  transition: all 0.5s ease;
  font-weight: 500;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  border-radius: 10px;
}

.single-input-wrap input {
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  border-radius: 0px;
  color: #bebebe;
  transition: all 0.4s ease-in;
  margin-bottom: 15px;
}

.comment-area .media {
  background-color: white;
  box-shadow: 0px 0px 32px 0px rgba(241, 241, 241, 0.57);
  margin-bottom: 30px;
  padding: 20px 35px;
  align-items: center;
  border-radius: 8px;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }

  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}

@keyframes scaleBack {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.85);
  }
}

@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }

  99.9% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(150px);
  }
}

@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  99.9% {
    transform: scale(2);
    opacity: 0;
  }

  100% {
    transform: scale(0);
  }
}

@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }

  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }

  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}

@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }

  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }

  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}

@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 778;
  }
}

@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: white;
  }
}

@keyframes modalFadeOut {
  0% {
    background-color: white;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }

  100% {
    opacity: 0;
    top: -20px;
  }
}

@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }

  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }

  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }

  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}

@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }

  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}

@keyframes slowFade {
  0% {
    opacity: 1;
  }

  99.9% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

/*------Modal----*/

/*.gallery-col{padding: 50px 50px}*/
.episode-title {
  font-size: 33px;
  margin: 6px 0;
  color: #e1e0e0;
  border-top: 2px solid #e1e0e0;
  border-bottom: 2px solid #e1e0e0;
  margin: 12px 0;
  padding: 6px 0;
  text-align: left;
  display: inline-block;
}

h5.episode-title+h6 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-content .post-content blockquote {
  height: 188px;
  margin-bottom: 14px;
}

.vh-100 {
  height: 100vh
}

#testimonial-slider.gallery-col {
  background: none !important
}

.gallery-col .box-im1 .image-zoom img {
  max-width: 100%;
  -webkit-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  height: 270px;
  object-fit: cover;
}

blockquote.wp-block-quote p {
  color: #222;
}

.main-heading.brown-box {
  position: absolute;
  bottom: -30px;
  background: #b13d14;
  padding: 18px 16px;
  z-index: 99;
}

.news-content .post-content blockquote {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  padding: 10px 0 10px 15px;
  border-left: none;
  font-family: 'DINPro';
  background: #d4e3e4 !important;
  height: 200px;
}

.text-brown {
  color: #b13d14 !important
}

.join-team h3 {
  color: #222;
}

.address p {
  color: #222
}

.address {
  margin-bottom: 30px;
}

.blog-image.blog-imagen img {
  height: 400px;
  object-fit: cover;
}

.blog-pic {
  height: auto !important;
  border: none;
}

.insta {
  height: 248px;
}

.container {
  padding: 0 70px
}

.blog-pic.big-pic.card.simple-overlay-card.mb-30 {
  margin-bottom: 30px !important;
}

.steelblue {
  background: #d4e3e4;
}

.sourcen {
  margin-top: 15px;
  font-size: 14px;
  /* position: absolute; */
  bottom: 14px;
  left: 0;
  right: 0;
}

#testimonial-slider .owl-dots {
  margin-top: 20px;
}

.caption1 img {
  height: 200px;
  /* height: 270px; */
  object-fit: cover;
  width: 100%;
}

.caption1 .caption {
  color: #222 !important;
  left: 20px !important;
  transform: inherit !important;
  width: 100%;
  text-align: center;
  right: 20px !important;
  padding-right: 38px;
  height: auto;
}

.news-content .post-content p.text-brown {
  color: #b13d14 !important;
  font-weight: 600 !important;
}

section#recent-posts-3 {
  background: #bac7b8;
  padding: 10px 10px;
}

section#recent-posts-3 h2.widget-title {
  color: #222;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #222;
  padding-bottom: 7px;
}

.widget {
  margin-bottom: 32px;
}

.widget-title {
  font-size: 22px;
}

.widget-title {
  font-weight: 600;
  position: relative;
  padding-left: 0;
  margin-bottom: 23px;
  color: #000;
}

.widget-social-area ul {
  padding: 0;
  margin: 0 14px 0 0;
  display: inline-block;
}

.widget-social-area ul li.facebook {
  background-color: #3b5998;
}

.widget-social-area ul li {
  list-style: none;
  display: inline-block;
  width: 47%;
  height: 51px;
  background: red;
  border-radius: 3px;
  margin: 1%;
  line-height: 51px;
  color: #ffffff;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
}

.widget-social-area ul li a i {
  margin-right: 8px;
}

.widget-social-area ul li.pinterest {
  background-color: #c8232c;
}

.widget-social-area ul li.linkedin {
  background-color: #0e76a8;
}

.widget-social-area ul li.twitter {
  background-color: #1dcaff;
}

.widget-social-area ul li.instagram {
  background-color: #c32aa3;
}

.widget-social-area ul li.youtube {
  background-color: #e52d27;
}

h2.widget-title {
  color: #222;
  margin-bottom: 10px;
}

section#recent-posts-3 li a {
  color: #222;
  padding: 14px 0;
}

.entry-content {
  background: #d4e3e4;
  padding: 0;
}

.entry-content p {
  color: #222;
  font-size: 18px;
}

.photo-caption b {
  color: #fff;
}

.comment-area .media {
  background-color: white;
  box-shadow: 0px 0px 32px 0px rgba(241, 241, 241, 0.57);
  margin-bottom: 30px;
  padding: 20px 35px;
  align-items: center;
  border-radius: 8px;
}

.featured-posts figure {
  margin-bottom: 15px;
  text-align: right;
}

.project-table.table th,
.project-table.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  border-bottom: 1px solid;
}

.project-brief h4 {
  font-size: 18px;
  margin-top: 18px;
  font-weight: 600;
  padding-bottom: 4px;
}

.project-table ul {
  margin-top: 0 !important;
}

.project-table ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
  font-size: 17px;
}

@media screen and (max-width:1024px) {
  .bg-white h3 {
    font-size: 11px;
    text-align: left;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .vidside {
    width: 100%;
  }

  .vidrightside {
    width: 100%;
  }

  .mm-box {
    padding: 80px 20px;
    text-align: center;
    height: auto;
  }

  .box-seat .inner-img {
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
  }

  .box-im {
    height: 50vh !important
  }

  .box-im video {
    height: 50vh !important
  }

  .dsn-slider {
    height: 50vh;
  }

  .read-more.wow.fadeIn.blog-button .read {
    letter-spacing: 0
  }

  .view-job-btn a {
    margin-right: 0;
  }

  .job-opening {
    padding-left: 0;
    white-space: nowrap;
  }

  form#career input[type='text'] {
    padding: 0 11px;
    margin-bottom: 11px !important;
  }

  .lqd-column {
    padding: 10px 10px !important;
  }

  .inner-banner {
    height: 280px;
  }

  div#pillars2,
  #pillar3,
  .inner-banner,
  #pillars21,
  {
  background-attachment: inherit !important;
}


.inner-banner .main-heading h1 {
  font-size: 30px;
  letter-spacing: 1px;
}

.section-links {
  /* display: none; */
}

.about-inner.inner {
  padding: 0px 0 !important;
}

.mob-l-0 {
  margin-left: 0 !important;
}

.marquee-wrapper {
  right: 154px !important;
}

.marquee {
  width: 240px !important;
  right: 160px !important;
}

.marquee-wrapper span {
  background: #2f292975 !important;
}

.marquee-wrapper span:after {
  border-left: 8px solid #49464675 !important;
}

.section-title h2.title {
  font-size: 40px;
}

.bg-white a {
  font-size: 12px;
}

.bg-white h3 {
  font-size: 11px !important;
}

.blog-con {
  height: 180px !important;
}

.blog-con.pp-img {
  height: 210px !important;
}

.our-news.section-margin {
  height: 210px !important;
}

.read-more.wow.fadeIn.blog-button .read {
  padding: 12px 3px;
}

ul#testimonial-slider.blog-slider {
  margin-top: 60px !important;
}

.one-title .title-main {
  font-size: 40px;
}

.blog-con.pp-img {
  height: 210px !important;
}

.silver-bg {
  height: 400px;
}

.box-info.text-black {
  background: #bac7b8;
  padding: 10px 16px;
  margin-top: 20px;
}

.h-auto {
  height: auto !important;
}
}

@media screen and (max-width: 767px) {
  ul#testimonial-slider.blog-slider {
    margin-top: 20px !important;
  }
}

.box-imp {
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {

  .project-table.table th,
  .project-table.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
    border-bottom: 1px solid;
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .project-table.table th {
    padding-bottom: 0 !important;
    font-weight: 700 !important;
    font-size: 17px;
  }

  .overlay {
    left: 0;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .vidside {
    width: 100%;
  }

  .vidrightside {
    width: 100% !important;
  }

  .mm-box {
    padding: 40px 20px;
    text-align: center;
    height: auto;
  }

  .home-highlighted-section__header h2 {
    font-size: 30px !important;
  }

  .box-im {
    height: 50vh !important
  }

  .box-im video {
    height: 50vh !important
  }

  .box-seat .inner-img {
    height: 30vh;
  }

  .inner-banner {
    height: 250px;
  }

  .container {
    padding: 0 30px;
  }

  .mob-l-0 {
    margin-left: 0 !important;
  }

  .section-margin {
    padding: 0 !important;
  }

  .single-service.service__style--4 {
    margin-bottom: 10px;
    height: auto !important;
  }

  .single-service.service__style--4 .d-flex {
    justify-content: center;
  }

  .habihead {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .blog-image.blog-imagen img {
    height: 240px !important;
  }

  .gallery-col .box-im {
    padding: 0;
  }

  .gallery-col {
    padding: 20px 0px;
    /* padding: 20px 30px; */
  }

  .social-title h3 {
    font-weight: 500;
    font-size: 18px;
  }

  .fb-widget {
    width: 100% !important
  }

  section#recent-posts-3 {
    margin-top: 20px;
  }

  .inner-banner .main-heading h1 {
    font-size: 16px !important;
    letter-spacing: 0;
    margin-left: 20px;
    white-space: pre-wrap;
    margin-right: 5px;
  }

  .header-top .header-container .logo img {
    width: 130px;
  }

  .back-btn {
    bottom: 0px !important;
    margin-left: 20px;
  }

  .main-heading {
    top: 55% !important;
  }

  .ptb--80 {
    padding: 20px 0 !important;
  }

  .join-team h2 {
    font-size: 28px;
  }

  .view-job-btn a {
    padding: 14px 22px;
  }

  .view-job-btn {
    text-align: center !important;
    margin-top: 20px;
  }

  .view-job-btn a {
    margin-right: 0 !important;
  }

  .main-social {
    display: none !important;
  }

  .dsn-slider[data-dsn-header="project"] .footer-slid .control-num {
    right: 0px;
    width: 100%;
  }

  .mob-t-0 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .newletter h4 {
    font-size: 20px;
  }

  .f input {
    width: 70px !important;
  }

  .footer .footer-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .overvie-image {
    height: 170px !important
  }

  /* .section-links{display: none !important;}     */
  .ptb--120 {
    padding: 20px 0 !important;
  }

  .about-inner.inner {
    padding: 18px 20px;
  }

  .blog.blog-style--1 .content {
    bottom: -34px;
  }

  .h-auto {
    height: auto !important
  }

  .box-info.text-black {
    background: #bac7b8;
    padding: 10px 16px;
    margin-top: 20px;
  }

  .modal-background .modal {
    width: 95% !important;
  }

  .silver-bg {
    height: auto;
  }

  .probox3 .single-service.service__style--4 {
    padding-left: 15px;
  }

  .photo-caption {
    right: -8px;
  }

  .blog-pic img {
    height: 240px !important;
  }

  .card.simple-overlay-card {
    overflow: hidden;
    margin-bottom: 30px;
  }

  .marquee-wrapper {
    display: none !important;
  }

  div.send-message {
    padding: 30px 20px 5px !important;
    border-radius: 0;
  }

  .btn.send-message {
    padding: 15px 20px 15px !important;
  }

  .root-project {
    padding: 30px 0 !important;
  }

  .root-project {
    padding: 0 0 !important;
  }

  .job-title,
  .job-opening {
    text-align: center;
  }

  img.has-top-bottom {
    margin-top: 0 !important;
  }

  #support.section-margin {
    padding: 30px 0 !important;
    background-position: 30% 0;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner p {
    margin-top: 6px;
    letter-spacing: 2px !important;
    padding-left: 0px !important;
    line-height: 24px !important;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner .project-metas .project-meta-box {
    margin-bottom: 0 !important;
    margin-top: 26px !important;
  }

  .dsn-slider .dsn-slider-content .slide-content .slide-content-inner .title-text-header .title-text-header-inner {
    font-size: 35px;
  }

  .our-news.section-margin .custom-container {
    margin-top: 0 !important;
  }

  .one-title.dsn-active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .one-title .title-main {
    margin: 0 !important;
  }

  .our-news .one-title {
    /* width: 620px; */
    /* margin-bottom: 70px; */
    margin-top: 20px !important;
  }

  .read-more.wow.fadeIn.blog-button .read {
    border: 1.2px solid #222;
    color: #222;
  }

  .our-news.section-margin {
    height: auto;
  }

  .all-projects {
    position: static;
    top: 110px;
  }

  .our-news.section-margin {
    height: auto !important;
    /* margin-top: 110px !important; */
    margin-top: 0px !important;
  }

  .box-seat .inner-img {
    height: auto !important;
  }

  .box-seat .inner-img {
    height: 250px !important;
  }

  .read-more.wow.fadeIn.blog-button .read {
    border: 1.2px solid #fff;
    color: #fff;
  }

  .one-title .title-main {
    margin: 0 !important;
    margin-bottom: 0px !important;
  }

  .main-heading.brown-box {
    position: absolute;
    bottom: -80px;
  }

  .main-heading.brown-box {
    position: absolute;
    bottom: -80px;
  }

  .post-content.project-detail {
    margin-top: 0px !important;
    /* margin-top: 50px !important; */
  }

  .footer {
    padding-top: 25px;
  }

  .f {
    margin-left: 1px;
    transform: inherit;
    margin-bottom: 4px;
  }

  .f input {
    width: 130px !important;
    height: 43px;
    transform: inherit;
  }

  .big-video iframe {
    height: 300px !important
  }

  .video-cat .col-md-3 {
    margin-bottom: 20px;
  }

  .video-cat {
    margin-bottom: 15px;
  }

  .our-logo-inner {
    padding: 0 26px;
  }

  .our-logo-inner .about-inner.inner {
    padding: 20px 0 !important
  }

  /* .onbrink-seassion ul li:first-child{display: none;}     */
  .onbrink-seassion {
    position: absolute;
    right: 20px;
    top: -45px;
    display: block !important;
  }

  .episode-title {
    font-size: 24px;
  }


}

.aranyag-gal img {
  height: 250px !important;
  object-fit: cover !important;
}

.back-btn {
  position: absolute;
  bottom: 13px;
  z-index: 99;
  left: 0;
}




.main-heading a {
  display: none;
}

.map-inner {
  max-width: 600px;
  margin: 0 auto;
}

.comments-area .children {
  margin-left: 108px;
}

.comments-area .comment-body {
  overflow: hidden;
  margin-bottom: 45px;
}

.comment-author {
  float: left;
  margin-right: 20px;
  width: 60px;
  margin-top: 7px;
}

.comment-author img {
  width: 60px;
  border-radius: 50%;
}

.comment-details {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.comment-metadata {
  margin-bottom: 15px;
  color: #232323;
  margin-top: -7px;
}

.comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.comment-metadata .author {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
  top: 8px;
  color: #fff;
}

.back-btn {
  bottom: 13px !important;
}

.back-btn a {
  background: #ffffffd1 !important;
  padding: 8px 20px;
  border: 2px solid #cccccc;
  border-radius: 30px;
  text-align: center;
  color: #222 !important;
  font-weight: bold !important;
}

.back-btn a:hover {
  background: #049658 !important;
  color: #fff !important;
}

div#page-btn button {
  border: 1px solid #ccc;
  color: #ccc;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  display: inline-block;
  padding: 0;
  margin: 0 5px !important;
  font-size: 12px !important;
}

#page-btn {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}


button.btn.all-btn-page.btn-active {
  background: #fff;
  color: #222 !important;
}

.swiper-slide .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.swiper-text .link-custom {
  z-index: 9;
  opacity: 0;
  transition: all 0.5s ease;
}

.swiper-slide:hover .link-custom {
  opacity: 1 !important;
}

span.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.dsn-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 17px !important;
  height: 13px !important;
  background: #fff !important;
}

.dsn-slider .swiper-pagination-bullet {
  width: 13px !important;
  height: 10px !important;
}

.swiper-slide {
  padding-bottom: 20px;
}

.swiper-container {
  width: 100%;
  height: auto !important;
  margin: 20px auto;
  padding-bottom: 25px !important;
}

.swiper-text {
  cursor: pointer
}

.swiper-text {
  /*
    width: 98% !important;
    left: 6px;
*/
}

.swiper-text .swiper-slide-container {
  text-shadow: none;
  background: #000000b0;
  padding: 14px;
  border-radius: 3px;
}

.swiper-text:hover .swiper-slide-container {
  /* color: #049658;
  text-shadow: none;
  background: #ffffffb0;
  padding: 14px;
  border-radius: 3px; */
}

.swiper-slide {
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
}

.swiper-text:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.press-box.card figure img {
  height: 78px !important;
}

.press-box figure img {
  transition: all 0.5s ease;
  height: 150px !important;
  width: auto;
  object-fit: inherit;
}

.mb-fullheight {
  text-align: center;
}

.mb-fullheight h5 {
  color: #FFFFFF;
  font-size: 42px;
}

.s-header {
  font-size: 22px;
  text-transform: uppercase;
}

.mb-fullheight hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-width: 2px;
  margin: 14px 0;
  background: #fff;
  border-color: #fff;
  width: 60px;
  margin: 13px auto;
}

.logo-foundation img {
  background: #fff;
  border-radius: 3px;
  padding: 3px;
  margin-top: 6px;
}

.press-box figure {
  overflow: hidden;
  background: #049658;
  text-align: center;
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #d4d8dc !important;
  border-radius: 5px;
  border: solid 1px #d4d8dc !important;
}

.nice-select .list {
  background-color: #d4d8dc !important;
}

.icon img {
  margin-top: 6px;
  width: 45px;
    height: 45px;
}

.inner-box.single-service.service__style--4 .d-flex h3 a {
  pointer-events: none;
}

.l-big {
  font-size: 20px !important;
  font-weight: 500;
}

a.sub-head {
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 8px;
  background: white;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #00b96a;
}

.all-pro {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {

  .all-pro {
    padding-top: 0px;
  }

  .intro-project iframe {
    border: none;
    height: 100%;
  }
}

.main-heading.dd {
  top: 60% !important;
}

.blog-img img {
  height: auto !important;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: inherit !important;
}


.padding-secc {
  padding: 105px 0 !important;
}


img.mobile {
  display: none !important;
}

img.web {
  display: none !important;
}

@media screen and (max-width: 1091px) {
  .section-links ul{
    float: none;
  }
}
@media screen and (max-width: 767px) {

  img.web {
    display: none !important;
  }

  img.mobile {
    display: block !important;
  }

  .image-container .image-bg.cover-bg {
    background: none !important;
  }

  /* .slide-content.dsn-active.dsn-active-cat {
  bottom: 0%!important;
  top: auto;
}*/
  .title-text-header-inner {
    width: 100% !important;
    font-size: 30px !important;
    text-align: center;
  }

  .slide-content-inner {
    width: 100%;
  }

  /* .slide-content-inner {
  height: auto!important;
  position: absolute!important;
  bottom: 43px!important;
} */

  /* .dsn-slider {
  height: 100vh;
} */


  /* .dsn-slider-content {
  position: absolute;
  width: 100%;
  bottom: 18%;
} */
  .main-heading h4 {
    font-size: 15px;
    padding-left: 21px;
  }

  .aranyag-gal img {
    height: 85px !important;
    object-fit: cover !important;
  }

  .blog.blog-style--1 .content {
    position: absolute;
    bottom: -34px !important;
    width: 100%;
    padding: 50px 0px;
    z-index: 3;
  }

  .modal-inner {
    height: 300px !important;
    overflow: auto;
    text-align: left;
    font-size: 15px;
    padding-right: 18px;
  }

  /* .section-links {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  overflow-x: scroll;
} */

  .section-links {
    position: absolute;
    right: 0 !important;
    top: -61px;
    overflow-x: scroll;
    width: 100%;/*22/12/2023*/
    width: 75%;
    left: inherit;

  }
  #myHeader.fixed {
    width: 100%;
}

  .section-links::-webkit-scrollbar {
    display: none;
  }

  .section-links {
    display: block !important;
    /* background: #3f5058; */
    padding: 5px;
    z-index: 9;
  }
  .section-links ul{
    float: none;
  }

  .section-links li a {
    border: 2px solid #ccc;
    padding: 8px 13px;
    border-radius: 50px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0px;
    color: #222;
    background: #ffffffd1;
    font-size: 12px;
    white-space: nowrap !important;
    text-align: center;
  }

  .silver-bg {
    text-align: left !important;
  }

  .modal-header .close {
    background: #222;
    position: absolute;
    right: 12px;
    width: 40px;
    color: #fff !important;
    height: 40px;
    z-index: 9;
    cursor: pointer;
    top: 10px;
    font-size: 32px;
  }

  [data-overlay]:before {
    opacity: 0 !important;
  }


  .m-spac {
    padding: 90px 30px !important;
  }

  .box-seat .pro-text {
    margin: 0 !important;
  }

  .vision.mm-box {
    padding: 60px 20px !important;
  }

  .swiper-container {
    width: 95% !important;
  }

  .inner-img.ses {
    height: 130px !important;
  }

  .blog.blog-style--1 .content .blog-btn {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .one .modal-inner {
    /* height: auto!important; */
  }

  /* div#pillars2 {
  background-size: cover;
  background-attachment: initial;
} */

  .service .icon img {
    width: 150px;
    height: 35px;
  }

  .gallery-col .box-im {
    padding: 26px !important;
    padding-bottom: 0 !important;
  }

  .gallery-col .box-im .caption {
    left: -20px;
    font-size: 18px !important;
    bottom: -30px !important;
  }

  div#support {
    position: relative;
  }

  div#support {
    background-size: cover;
    background-position: 34% 0;
  }

  div#support:before {
    background: #00000094;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
  }

  .inner-banner.blog-bg-t {
    background-position: center !important;
    background-size: cover !important;
  }

  #testimonial-slider .box-im {
    padding: 0 !important;
  }

  .all-projects .one-title.dsn-active {
    padding: 0 9px !important;
  }

  .one-title .title-main {
    font-size: 30px;
  }

  .se {
    padding: 0;
  }

  .text-open {
    display: block !important;
  }

  .text-close {
    display: block !important;
  }

  .vidrightside {
    width: 45%;
    position: relative !important;
    right: 0;
    background: dimgrey;
  }

  div#pillars2,
  div#pillars21,
  div#pillars22,
  div#pillars23,
  div#pillars24 {
    background-attachment: inherit !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .main-heading.dd {
    top: 50% !important;
  }

  .text-open {
    display: none;
  }

  .text-close {
    display: none;
  }


  img.con {
    margin-left: 0 !important;
  }

  .caption1 img {

    object-fit: cover !important;
    object-position: center !important;
    height: 300px;
  }

  .image-zoom1 a {
    width: 100%;
  }

}

.entry-content.blog-img p em {
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: inherit;
}



/* .slide-content.dsn-active.dsn-active-cat {
  width: 100%;
}

.slide-content-inner {
  width: 100%!important;
} */

.blog-text h5.light {
  text-transform: capitalize;
}

.whatsaap {
  position: fixed;
  bottom: 12%;
  right: 6%;
}

.inner-banner:before {
  content: '';
  background: #0000005c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.obj-sec:before {
  position: absolute;
  background: #0000005e;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}

.obj-sec {
  position: relative;
}

#datadiv .card .title-font a {
  font-size: 18px;
  text-transform: capitalize;
}

p.aedd {
  font-style: italic;
}

a.btn-gu {
  display: inline-block;
  text-align: center;
  width: 100%;
  border-radius: 35px;
  border: 1px solid #fff;
  padding: 10px;
  background: #04965866;
}


.btn-gu span {
  font-size: 16px !important;
  text-transform: capitalize !important;
}


label.error {
  color: red;
  font-size: 12px;
  text-align: right;
  padding-right: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */

  .title-text-header {
    height: 80px;
  }

  img.light-logo {
    width: 125px !important;
  }

  .link-custom a span {
    font-size: 10px !important;
  }

  p.head-slider {
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center !important;
    margin-top: 0 !important;
    font-weight: 400 !important;
  }

  .dsn-slider {
    height: 40vh;
  }

  .container {
    padding: 0 25px;
  }

  .header-top .header-container {
    padding: 22px 10px;

  }

  ul.social-media-list.d-none.d-md-block.m-0.list-unstyled.wow.fadeInRight {
    display: none !important;
  }

  .main-heading {
    padding: 0 10px;
  }

  .section-links {
    position: absolute;
    right: 10px;
    top: -50px;
    max-width: 80%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-align: start;
    display: flex;
    flex-direction: row-reverse;
  }

  .back-btn {
    left: 10px;
  }

  .service .icon img {
    height: 28px !important;
  }

  .single-service.service__style--4 .content h3.title {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .bg_color--4 .service p {
    font-size: 16px;
  }

  .section-links li a {
    padding: 7px 12px;
    white-space: nowrap;
  }

  .main-heading {
    top: 50% !important;
  }

  .section-links::-webkit-scrollbar {
    display: none;
  }


}

.how-apply h3 {
  font-size: 28px;
  margin-bottom: 18px;
}

.how-apply {
  text-align: center;
  background: #203136;
  margin-top: 30px;
  padding: 35px;
}

.intro-project iframe {
  display: none;
}

.project-detail .col-md-9 iframe {
  display: none;
}

.project-detail iframe {
  display: none;
}

/* wyws_section */
.wyws_section .image-zoom1 a {
  display: block;
}

.wyws_section .image-zoom1 a img {
  height: 210px;
}


.wyws_caption {
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.7rem;
  margin-bottom: 0.2rem;
}

.wyws_caption+p {
  font-size: 13px;
  text-align: center;
}


/* season_caption */
.season_caption {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0.7rem;
  text-align: center;
}

.season_caption+p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.pillars2 p {
  color: #fff;
}

.pillars2 .image-zoom1 a {
  display: block;
}

.pillars2 .image-zoom1 a img {
  height: 235px;
  object-position: center;
}

.nqDetails_heading {
  color: #333;
  margin-bottom: 1rem;
  font-weight: 500;
}

.section-border-tb {
  border-width: 5px 0 5px 0;
  border-style: solid;
  border-color: #fff;
  /* border-color: #00b96a; */
}


/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* bottom: -37px;
  right: -43px; */
  bottom: 0;
  right: 0;
  background-color: rgb(0, 160, 91, 0);
  /* backdrop-filter: blur(2px); */
  /* border-radius: 49px 0px 0 0px; */
  opacity: 1;
  transition: all 0.3s ease;
}

.go-arrow {
     /* border: 1px solid #fff; */
     border-radius: 50%;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #000000a6;
}

.go-arrow i {
  margin-right: -2px;
}

.cardPlayBtn {
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  z-index: 0;
  /* overflow: hidden; */
  transition: all 0.3s ease;
}

.cardPlayBtn:hover .go-corner {
  opacity: 1;
  /* bottom: 0;
  right: 0; */
  transition: all 0.3s ease;
}

.cardPlayBtn a {
  position: relative;
  overflow: hidden;
}

/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */

/* grants new */
.section-links.scrollbar{
  display: block;
  overflow-x: auto;
  width: calc(100% - 88px);
  /* padding-bottom: 4px; */
  padding: 1rem 0;
  padding-bottom: 5px;
  padding-left: 0.5rem;
  z-index: 99;

}
#myHeader1.scrollbar::-webkit-scrollbar{
  height: 5px;
  /* scrollbar-width: thin; */
}
.section-links.scrollbar li a{
  white-space: nowrap;
}
.h-100{
  height: 100%;
}
.section.metholo.grant::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}
.section.metholo.grant.op13::before{
  background-color: rgb(0 0 0 / 13%);
}
.tcgLinks{
  height: 100%;
}
.applyNowBtn{
  border: 1px solid rgb(255 255 255);background:#fff;
  padding: 0 2px;
  padding-right: 23px;
}
.applyNowBtn span{
  color: #222 ;
  font-size: 13px !important;
  
}
.applyNowBtn::before{
  background: #222 !important;
  color: #fff !important;
  font-size: 13px;
  margin: 7px 6px !important;
  height: 35px !important;
  width: 35px !important;
  line-height: 35px !important;
}
p.link i{
  transition: all 0.5s ease;
}
.rotateArrow{
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.bgAnimationBtn {
  /* background: rgba(52, 172, 224, 1); */
  border: 2px solid rgba(4, 150, 88, 1) !important;
  box-shadow: 0 0 0 0 rgba(4, 150, 88, 1);
  animation: pulse-blue 2s infinite;
}
@keyframes pulse-blue {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(4, 150, 88, 0.7);
  }
  
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(4, 150, 88, 0);
  }
  
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(4, 150, 88, 0);
  }
}
.link{
    color: #049658;
}

    .icon-l li{
                text-align: left;
    list-style: disc;
    font-size: 17px;
    line-height: 26px;
    padding-left: 2px;
    position: relative;
    margin-bottom: 10px;
        }




/* end grants new */