*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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 */
  font-size: 1em; /* 2 */
}

/* 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 */
  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;
}

/* 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 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 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;
}

/**
 * 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 {
  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"] {
  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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/fonts/fa-brands-400.woff2") format("woff2"), 
    url("//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/fonts/fa-brands-400.woff") format("woff"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}

@font-face { 
  font-family: "fontawesome"; 
  src: url("//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/fonts/fa-regular-400.woff2") format("woff2"), 
    url("//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/fonts/fa-regular-400.woff") format("woff"); font-style: normal; font-weight: 400; 
  font-display: block; 
}


@font-face { 
  font-family: "fontawesome"; 
  src: url("//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/fonts/fa-light-300.woff2") format("woff2"), 
    url("//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/fonts/fa-light-300.woff") format("woff"); 
  font-style: normal; 
  font-weight: 300; 
  font-display: block;
}

@font-face { 
  font-family: "fontawesome"; 
  src: url("//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/fonts/fa-solid-900.woff2") format("woff2"), 
    url("//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/fonts/fa-solid-900.woff") format("woff"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: block; 
}

body {
  line-height: 1.75;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* html {
  scroll-behavior: smooth;
} */

/* Paragraphs */

p {
  margin: 0 0 1.5rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

li {
    margin: 0 0 .5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
    position: relative;
    padding: 0 3rem;
    font-size: 1.3em;
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

blockquote:before {
    content: '\201C';
    display: block;
    font-size: 6rem;
    line-height: .8;
    font-family: Georgia,serif;
    position: absolute;
    left: 0;
    color: #999;
}

:root {
  --header-height: 100px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.body-container-wrapper .dnd-section {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

@media(max-width:1024px){
  .body-container-wrapper .dnd-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
}

@media (max-width: 767px){
  h1 {
    font-size: 3rem !important;
  }

  h2 {
    font-size: 2rem !important;
  }

  h3 {
    font-size: 1.7rem !important;
  }

  h4 {
    font-size: 1.5rem !important;
  }

  h5 {
    font-size: 1.4rem !important;
  }
  
  h6 {
    font-size: 1.3rem !important;
  }


}

@media screen and (max-width: 600px){
  main.body-container-wrapper .dnd-section {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
  
.body-container-wrapper .dnd-section {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
  
}
button,
.button {
  white-space: normal;
  font-size: 18px;
  line-height: 18px;
  font-family: Raleway;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  outline: none;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  max-width: 100%;
  display:block;
  width: 100%;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: normal;
  font-size: 18px;
  line-height: 18px;
  font-family: Raleway;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  outline: none;
}

.hs-form > .field .input a {
    margin-top: 18px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form:not(.sign-up-form form,#email-prefs-form) {
    padding: 16px;
}

@media(max-width:767px){
  form:not(.sign-up-form form,#email-prefs-form) {
    margin-bottom: 18px;
}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.site-header .l-subheader-cell.at_left {
  justify-content: flex-start;
}


.header_logo >* {
  margin-right: 1.4rem;
}

.header_logo a {
  display: block;
}

.header_logo img {
  height: inherit;
  width: auto !important;
  vertical-align: top;
  border-radius: inherit;
  /*     max-width: 175px; */
  max-width: 170.5px;
}

.header_logo>div:nth-child(2) img{
  max-width: 175px;
}

.header_logo > div {
  flex-shrink: 0;
  transition: height 0.3s;
  height: 40px;
}

.header_logo > div:nth-child(1) {
  display: none;
}

.sticky .header_logo > div:nth-child(2) {
  display: none;
}

.sticky .header_logo > div:nth-child(1) {
  display: block;
}

.site-header {
  transition-property: transform,background,box-shadow,line-height,height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}

.site-header .l-subheader.at_middle {
  line-height: 100px;
  height: 100px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.site-header .l-subheader.at_middle .header_container {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: inherit;
}

.site-header .l-subheader-cell {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.site-header .custom-menu-primary {
  justify-content: flex-end;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-menu-primary ul li a {
  text-decoration: none;
}

.navigation-primary {
  line-height: 50px;
}

.navigation-primary >* {
  margin-left: 1.4rem !important;
}

.navigation-primary > .level-1 {
  display: flex;
  align-items: center;
}

.navigation-primary .level-2 {
  text-align: left;
  position: absolute;
  left: 0;
  z-index: 120;
  min-width: 12rem;
  visibility: hidden;
  opacity: 0;
  --box-shadow: 0 5px 15px rgba(0,0,0,.15);
  --box-shadow-up: 0 -5px 15px rgba(0,0,0,.15);
  box-shadow: var(--box-shadow);
}

.navigation-primary > .level-1 > li {
  flex-shrink: 0;
  display: block;
  position: relative;
  margin: 0px !important;
}

.navigation-primary > .level-1 > li > a {
  padding-left: 20px;
  padding-right: 20px;
}

.navigation-primary .level-2 li {
  font-size: 13px;
  display: block;
  position: relative;
  margin: 0px !important;
}
.navigation-primary .level-2>li>a:hover {
  color: rgba(255,255,255,1.0);
  background-color: rgba(228,185,34,1.0);
  background: linear-gradient( 135deg ,#E4B922,#b5941f);
}
.navigation-primary .level-2 li a {
  line-height: 1.5em;
  padding: .6em 20px;
  white-space: nowrap;
  transition: none;
  display: block;
  overflow: hidden;
  position: relative;
  outline: none!important;
}

.navigation-primary > .level-1 > li:hover .level-2 {
  visibility: visible;
  opacity: 1;
}


.navigation-primary a.w-nav-control-menu {
  margin-right: -.8rem;
  line-height: 50px;
  height: 50px;
  padding: 0 .8rem;
  outline: none;
  display: none;
  text-decoration: none;
  background: none;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
}

.navigation-primary a.w-nav-control-menu .w-nav-icon {
  font-size: 20px;
}

.navigation-primary a.w-nav-control-menu .w-nav-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  position: relative;
  height: inherit;
  width: 1em;
}

.navigation-primary a.w-nav-control-menu .w-nav-icon > div {
  border-width: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.15s cubic-bezier(0,1,.8,1);
  border-bottom: .15em solid;
}

.w-nav-icon>div, .w-nav-icon>div:before, .w-nav-icon>div:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: inherit;
}

.w-nav-icon>div:before {
  top: -.3333em;
  transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,opacity 0.15s cubic-bezier(0,1,.8,1);
}

.w-nav-icon>div:before, .w-nav-icon>div:after {
  border-bottom: inherit;
}

.w-nav-icon>div:after {
  top: .3333em;
  transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,transform 0.15s cubic-bezier(0,1,.8,1);
}

.w-nav-icon>div:before, .w-nav-icon>div:after {
  border-bottom: inherit;
}


/* .site-header-wrapper {
min-height: 100px;
} */

.sticky .navigation-primary>.level-1>li>a {
  color: #333;
}

.sticky .navigation-primary>.level-1>li>a:hover {
  color: #E4B922;
}

.header_logo a:focus {
  outline: none;
}

/* note */



.no-banner .navigation-primary>.level-1>li>a {
  color: #333333;
}

.no-banner .navigation-primary>.level-1>li>a:hover {
  color: #E4B922;
}

.no-banner .header_logo>div:nth-child(1) {
  display: block;
}

.no-banner .header_logo>div:nth-child(2) {
  display: none;
}

.no-banner .site-header-wrapper {
  min-height: 100px;
}

.no-banner .navigation-primary a.w-nav-control-menu {
  color: #333333;
}

.no-banner .navigation-primary a.w-nav-control-menu:hover {
  color: #e4b922;
}

@media (min-width: 901px){
  .site-header {
    position: fixed;
    left: 0;
    z-index: 111;
    width: 100%;
  }

  .site-header.sticky {
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
  }

  .sticky .header_logo img {
    max-width: 170.5px;
  }

  .no-banner .sticky .header_logo>div:nth-child(1) {
    display: block;
  }
  
@media(max-height: 450px) {
    .mobile-open .navigation-primary>.level-1 {
        overflow-y: scroll !important;
        height: auto;
        max-height: 220px;
    }
}

}


@media (min-width: 601px) and (max-width: 900px){
  .site-header .l-subheader.at_middle {
    line-height: 80px;
    height: 80px;
  }

  .header_logo>div {
    height: 30px;
  }

  .header_logo img {
    /*     max-width: 131px; */
    max-width: 128px;
  }

  .header_logo>div:nth-child(2) img {
    max-width: 131px
  }


  /* .site-header-wrapper {
  min-height: 80px;
} */


}

@media screen and (max-width: 1022px){
  .navigation-primary a.w-nav-control-menu {
    display: block;
  }
  .navigation-primary>.level-1>li>a.active-item, body .navigation-primary>.level-1>li>a.active-branch {
    color: rgba(228,185,34,1.0)!important;
  }

  .navigation-primary .level-2 {
    box-shadow: none;
  }
  .navigation-primary>.level-1 {
    position: absolute;
    top: 100%;
    left: -2.7rem;
    right: -2.7rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
    background-color: #fff;
    color: #333;
    z-index: 3;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    display:none;
  }

  .mobile-open .navigation-primary a.w-nav-control-menu .w-nav-icon>div {
    transform: translateY(-50%) rotate(
      45deg
    );
    transition-delay: 0.15s;
  }

  .mobile-open .navigation-primary a.w-nav-control-menu .w-nav-icon>div:before {
    top: 0;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0,1,.8,1),opacity 0.15s cubic-bezier(0,1,.8,1) 0.15s;
  }

  .mobile-open .navigation-primary a.w-nav-control-menu .w-nav-icon>div:after {
    top: 0;
    transform: rotate(
      90deg
    );
    transition: top 0.15s cubic-bezier(0,1,.8,1),transform 0.15s cubic-bezier(0,1,.8,1) 0.15s;
  }

  .navigation-primary .level-2 {
    visibility: visible;
    opacity: 1;
    position: static;
    display:none;
  }

  .navigation-primary .level-2 li a {
    line-height: 1.6em;
    padding: .7rem;
    transition: none;
    padding-left: 1.4rem;
  }

  div.child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    padding: .7rem;
    width: 100%;
    height: 49px;
    cursor: pointer;
    color:#333333;
    font-size: 1.1rem;
  }

  div.child-trigger span.w-nav-arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding: .7rem;
    line-height: 28px;
  }

  div.child-trigger span.w-nav-arrow:before {
    content: '\f107';
    vertical-align: top;
    font-family: fontawesome;
    font-weight: 400;
    font-size: 1.5em;
  }

  .navigation-primary>.level-1>li.active span.w-nav-arrow {
    transform: rotate( 
      180deg
    );
  }

  .navigation-primary>.level-1>li span.w-nav-arrow {
    display: inline-block;
    vertical-align: top;
    transition: transform 0.3s;
  }

  .navigation-primary>.level-1 {
    margin: 0!important;
    left: 0;
  }

  .navigation-primary>.level-1>li>a {
    padding: .7rem;
    font-size: 1.1rem;
    display: block;
    line-height: 28px;
  }

  .site-header .l-subheader.at_middle .header_container {
    position: unset;
  }

  /*   .site-header {
  position: relative;
} */

  .navigation-primary>.level-1>li:hover > a {
    color: #E4B922;
  }

  .navigation-primary>.level-1>li:hover div.child-trigger {
    color: #E4B922;
  }

  div.child-trigger.child-open {
    color: #E4B922;
  }

  .navigation-primary a.w-nav-control-menu:hover {
    color: #fff;
  }

  .navigation-primary>.level-1>li>a {
    color: #333333 !important;
  }

  .navigation-primary>.level-1>li:hover > a {
    color: #E4B922 !important;
  }
  
  .navigation-primary>.level-1 > li.active > a {
    color: #E4B922 !important;
}
  
.sticky .navigation-primary a.w-nav-control-menu {
    color: #333333;
}

.sticky .navigation-primary a.w-nav-control-menu:hover {
    color: #E4B922;
}


}

@media screen and (max-width: 900px){
  .site-header .l-subheader.at_middle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation-primary>.level-1 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .site-header {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
  }

  .sticky .header_logo>div:nth-child(1) {
    display: none;
  }

  .sticky .header_logo>div:nth-child(2) {
    display: block;
  }

  .no-banner .site-header-wrapper {
    min-height: 80px;
  }

}

@media (max-width: 600px){
  .site-header .l-subheader.at_middle {
    line-height: 50px;
    height: 50px;
  }

  .header_logo>div {
    height: 20px;
  }

  .header_logo img {
    max-width: 87px;
    /*     max-width: 85px; */
  }

  .header_logo>div:nth-child(2) img{
    max-width: 87px;
  }

  .no-banner .site-header-wrapper {
    min-height: 50px;
  }

  /* .site-header-wrapper {
  min-height: 50px;
} */

}
.site-footer section.l-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #bbb;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer_container-row {
  --additional-gap: 10px;
  margin: 0 calc(-1.5rem - var(--additional-gap,0));
  display: flex;
  flex-wrap: wrap;
}

.footer_container-row .cm-vc_column_container {
  padding-left: var(--additional-gap,0);
  padding-right: var(--additional-gap,0);
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer_container-row .cm-vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}

.footer_container-row h2 {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  color: rgb(187, 187, 187);
  margin: 0 0 1.5rem;
}

.menu-footer-container ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}

.menu-footer-container ul li {
  line-height: 1.4;
  margin: 0 0 .5rem;
}

.menu-footer-container ul li a {
  text-decoration: none;
  outline: none;
  color: #fff;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
}

.footer_container-row i {
  vertical-align: top;
  line-height: inherit;
}

.far {
  font-family: "fontawesome";
  font-weight: 400;
}

.fal, .far, .fas, .fab, .fad {
  display: inline-block;
  line-height: 1;
  font-family: "fontawesome";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left {
  align-items: center;
  display: flex;
  position: relative;
  text-align: left;
  margin-top:-.5px;
}

.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left:nth-child(1) {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left:nth-child(1) a {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  text-decoration: none;
  background: none;
}

.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left:nth-child(1) a .w-iconbox-icon {
  width: 1.1em;
  margin-right: calc(15px + 0.2em);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 2rem;
  text-align: center;
  max-width: 100%;
  transition: background 0.2s,color 0.2s,box-shadow 0.2s;
}

.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left > div:nth-child(1) {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left div:nth-child(1) a {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: rgb(187, 187, 187);
}


.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left div:nth-child(1) a .w-iconbox-icon {
  width: 1.1em;
  margin-right: calc(15px + 0.2em);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 2rem;
  text-align: center;
  max-width: 100%;
  transition: background 0.2s,color 0.2s,box-shadow 0.2s;
}


.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left div:nth-child(1) a .w-iconbox-title {
  margin-bottom: 0;
  transition: color 0.2s;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

.footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left .cm-w-separator.size_small:empty {
  height: 1.5rem;
}

.w-separator {
  clear: both;
  overflow: hidden;
  line-height: 0;
  height: 1.5rem;
}

.footer_container-row .cm-w-socials {
  --gap: 0.1em;
  font-size: 20px;
}

.footer_container-row .cm-w-socials .w-socials-list {
  margin: calc(var(--gap,0) * -1);
  display:flex;
}

.footer_container-row .cm-w-socials .w-socials-list .cm-w-socials-item {
  /*     display: inline-block; */
  vertical-align: top;
  position: relative;
  padding: var(--gap,0);
}

.footer_container-row .cm-w-socials .w-socials-list a.w-socials-item-link {
  background: #222;
  color: white;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  width: 2.5em;
  border: none!important;
  border-radius: inherit;
  z-index: 0;
  text-decoration: none;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  border-radius: .25em;
}

.menu-footer-container ul li:last-child {
  margin-bottom: 0px;
}

.footer_container-row .cm-w-socials .w-socials-list a.w-socials-item-link span.w-socials-item-link-hover {
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
  background: #1e77f0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer_container-row .cm-w-socials .w-socials-list a.w-socials-item-link i.fab.fa-instagram {
  font-size: 1.1em;
}

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

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

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.w-socials-item-popup {
  position: absolute;
  left: 50%;
  bottom: 100%;
  text-align: center;
  white-space: nowrap;
  z-index: 90;
  font-size: .9rem;
  line-height: 2.4rem;
  padding: 0 1rem;
  margin-bottom: 7px;
  border-radius: .25rem;
  background: #222;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%,-1em,0);
  transition: opacity 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s,transform 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s;
}

.w-socials-item-link:focus+.w-socials-item-popup, .w-socials-item-link:hover+.w-socials-item-popup {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-50%,0,0);
}

.footer_container-row .cm-w-separator.size_small {
  height: 1.5rem;
}

.ftr-logo img {
  max-width: 100%;
  vertical-align: top;
}

.w-socials-item-popup:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}


/*-----------top bottom--------*/

a.cm-w-toplink.cm-pos_right {
  position: fixed;
  z-index: 99;
  bottom: 0;
  transform: translate3d(0,5rem,0);
  margin: 15px;
  text-decoration: none;
  background: none;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  text-align: center;
  border-radius: .3rem;
  color: #fff;
  line-height: 50px;
  height: 50px;
  width: 50px;
  right: 0;
}

a.cm-w-toplink.cm-pos_right>span:after {
  content: '\f106';
  font-family: fontawesome;
  font-weight: 400;
  font-size: 1.6em;
  vertical-align: top;
}

/* a.cm-w-toplink.cm-pos_right>span {
display: block;
} */

a.cm-w-toplink.cm-pos_right.cm-active {
  transform: translate3d(0,0,0);
  background: rgba(0,0,0,.3);
}

a.cm-w-toplink.cm-pos_right:hover {
  background: linear-gradient(135deg,#E4B922,#b5941f);
}

.footer_container-row .cm-w-socials .w-socials-list .cm-w-socials-item.instagram a.w-socials-item-link:hover {
  background: radial-gradient(circle farthest-corner at 35% 100%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 10% 140%,#feda7e,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e42e66 50%,#fa5332 70%,#ffdc80 100%);
}


.footer_container-row .cm-w-socials .w-socials-list .cm-w-socials-item.instagram a.w-socials-item-link span.w-socials-item-link-hover {
  background: radial-gradient(circle farthest-corner at 35% 100%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 10% 140%,#feda7e,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e42e66 50%,#fa5332 70%,#ffdc80 100%);
  display: block;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: -1;
}

.footer_container-row .cm-w-socials .w-socials-list .cm-w-socials-item.instagram a.w-socials-item-link span.w-socials-item-link-hover:hover {
  opacity: 1;
}

@media(max-width:1024px){
  .footer_container-row .cm-vc_column_container .cm-w-iconbox.iconpos_left {
    margin-top: 0px;
  }

  .site-footer section.l-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_container-row .cm-w-separator.size_small {
    height: calc(0.4rem + 1vw);
  }

  .site-footer {
    overflow: hidden;
  }

}

@media(max-width:767px){
  .footer_container-row .cm-vc_column_container {
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .footer_container-row h2 {
    font-size: 1.5rem !important;
  }

  .footer_container-row .cm-vc_column_container:last-child {
    margin-bottom: 0px;
  }

  /* .ftr-logo-wrapper {
  height: 69px;
} */



}

@media screen and (max-width: 600px){
  .site-footer section.l-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ftr-logo-wrapper {
    height: auto;
    line-height: normal;
  }

  a.cm-w-toplink.cm-pos_right {
    margin: 10px;
  }

}

@media(max-width:321px){
  .footer_container-row .cm-vc_column_container:last-child h2 {
    padding-bottom: .5px;
  }
}

/* ==== Force brand footer background (wins against other files) ========== */
.site-footer,
.site-footer:before,
.site-footer .l-section,
.site-footer .l-section:before {
  background: #081f2dff !important;
  background-color: #081f2dff !important; /* in case another rule uses background-color */
}

/* If your footer is built with DnD sections that have their own background, clear them */
.site-footer .dnd-section,
.site-footer [class*="dnd-section"] {
  background: transparent !important;
}

/* Hide the duplicate heading in the 3rd footer column */
.site-footer .footer_container-row .cm-vc_column_container:nth-child(3) h2 {
  display: none !important;
}

/* ==== Social icon tiles — use brand navy ================================= */

/* default state */
.site-footer .cm-w-socials .w-socials-list a.w-socials-item-link {
  background: #081f2dff !important;
  color: #fff !important;            /* keep glyphs white */
  box-shadow: none;
}

/* hover/focus state (all networks) */
.site-footer .cm-w-socials .w-socials-list .cm-w-socials-item a.w-socials-item-link:hover,
.site-footer .cm-w-socials .w-socials-list .cm-w-socials-item a.w-socials-item-link:focus {
  background: #081f2dff !important;  /* stay brand navy on hover too */
}

/* specifically override the Instagram gradient hover */
.site-footer .cm-w-socials .w-socials-list .cm-w-socials-item.instagram a.w-socials-item-link:hover,
.site-footer .cm-w-socials .w-socials-list .cm-w-socials-item.instagram a.w-socials-item-link:focus {
  background: #081f2dff !important;
}

/* if an overlay span is used, keep it hidden so it doesn't recolour the tile */
.site-footer .cm-w-socials .w-socials-list a.w-socials-item-link span.w-socials-item-link-hover {
  display: none !important;
}

/* optional: match the little tooltip bubble to brand navy */
.site-footer .w-socials-item-popup { background: #081f2dff !important; }
.site-footer .w-socials-item-popup:after { border-top-color: #081f2dff !important; }
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*--------privacy policy ----*/

.hs-privicy-policy-wrap .hs-privicy-policy-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* .hs-privicy-policy-wrap .hs-privicy-policy-colm-inner {
padding-left: 1.5rem;
padding-right: 1.5rem;
} */

.hs-privicy-policy-wrap .dnd-section .dnd-column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hs-privicy-policy-wrap p:last-child {
  margin-bottom: 0px;
}

/*--------privacy policy end ----*/


/*-------service page------*/

.hs-services-wrap .hs-services-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}


.hs-paid-social-g-cols {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.hs-paid-social-g-cols > .paid-social-vc_col-sm-3 {
  width: 25%;
}

.hs-paid-social-g-cols > .paid-social-vc_col-md-3 {
  display: flex;
  flex-direction: column;
  position: relative;
  border-color: #e8e8e8;
}

.hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}

.hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner .dnd-column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner a {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  text-decoration: none;
}

.hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner a i {
  vertical-align: top;
  line-height: 1;
  font-size: 3.3rem;
  font-weight: 300;
  background: linear-gradient(
    135deg
    ,#E4B922,#b5941f);
  -webkit-background-clip: text;
  color: transparent;
}

.fal {
  font-family: "fontawesome";
  font-weight: 300;
}

.fa-thumbs-up:before {
  content: "\f164";
}

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

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

.fa-chart-area:before {
  content: "\f1fe";
}

.hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner a h4 {
  padding: .5em 0;
  margin-bottom: 0;
  transition: color 0.2s;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #333E4D;
}

.hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner p {
  margin-bottom: 0;
  font-size: 16px;
}

.hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner a:hover h4 {
  color: #b5941f;
}

.hs-paid-social-g-cols>.paid-social-vc_col-md-3 .paid-social-vc_column-inner a:first-child {
  margin-bottom: 2.5px;
  color: #E4B922;
}


/*-------service end page------*/

/*-------It didn’t take end page------*/

.hs-services-wrap .cm_itdidnt_take_mountdigital_wrap {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
  position:relative;
}

.cm_itdidnt_take_mountdigital_wrap .dnd-column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hs-our-approach-container .dnd-section .dnd-column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}



/*-------It didn’t take end page------*/

/*----------*/


.hs-services-wrap .cm-find-out-how-we-can-help {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: linear-gradient(135deg,#E4B922,#b5941f);
}

.cm-find-out-how-we-can-help .hs-find-out-how-colm {
  margin: 0 -1.5rem;
}

.cm-find-out-how-we-can-help .hs-find-out-how-colm-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  border-color: #e8e8e8;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cm-find-out-how-we-can-help .hs-find-out-how-colm-inner-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}

.cm-find-out-how-we-can-help .find-out-how-w-actionbox {
  display: table;
  text-align: left;
  width: 100%;
}

.cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-text {
  display: table-cell;
  vertical-align: middle;
}

.cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-controls {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  padding-left: 2rem;
}

.cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-controls a {
  font-size: 18px;
  margin-left: 1rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  line-height: 1.2!important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: .3em;
  padding: .8em 1.8em;
  background: #333E4D;
  border-color: transparent;
  color: #ffffff!important;
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  transition-property: background,border,box-shadow,color,opacity,transform;
  transition-duration: 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  outline: none;
}

.cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-controls a:hover {
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  background: #333;
  border-color: transparent;
  color: #ffffff!important;
}

.cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-text h2 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-align: left;
}

.hs-services-wrap .cm-find-out-how-we-can-help .dnd-section .dnd-column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*----end-----*/

/*-----home page---------*/

.hs-paid-social-advertising-wrap .social-advertising-l-section-shape {
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 15vh;
}

.hs-paid-social-advertising-wrap {
  position: relative;
}

.hs-paid-social-advertising-wrap .social-advertising-l-section-shape>svg {
  display: block;
}

.cm_itdidnt_take_mountdigital_wrap .hs-paid-social-advertising-colm {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}


.hs-paid-social-advertising-wrap .hs-paid-social-advertising-colm {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

section.hs-services-inner.hs-paid-social-advertising-wrap {
}

.hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-4 {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-color: #e8e8e8;
}

.hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-8 {
  width: 66.6666%;
}

.hs-paid-social-advertising-wrap .social-advertising-vc_col-sm {
  display: flex;
  flex-direction: column;
  position: relative;
  border-color: #e8e8e8;
}

.hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-8 h2 {
  font-size: 60px !important;
  color: #e4b922;
  text-align: left;
  font-family: Raleway;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

.hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-8 p {
  font-size: 16px;
  margin-bottom: 0px;
}

.hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-4 img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

.hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-4 .advertising-w-image-h >* {
  background-image: url('//19529771.fs1.hubspotusercontent-na1.net/hubfs/19529771/raw_assets/public/MountDigital_August2021/images/phone-6-white-real.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22.3% 12.5% 0;
    }

.advertising-w-image-h {
  display: block;
}

.hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-4 .advertising-w-image {
  max-width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 180%;
}

.hs-paid-social-advertising-wrap .dnd-section .dnd-column {
  padding-left: 0px;
  padding-right: 0px;
}

.hs-paid-social-advertising-wrap .advertising-vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}


.hs-paid-social-advertising-wrap .advertising-vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}

.hs-pay-per-click-wrap {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
  position: relative;
}

.hs-pay-per-click-wrap > .l-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hs-pay-per-click-wrap .hs-pay-per-click {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.hs-pay-per-click-wrap .hs-pay-per-click-g-cols {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.hs-pay-per-click-wrap .hs-pay-per-click-g-vc_col-sm-12 {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-color: #e8e8e8;
}

.hs-pay-per-click-wrap .hs-pay-per-click-vc_column-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}

.hs-pay-per-click-wrap .hs-pay-per-click-wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6 {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-color: #e8e8e8;
}

.hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6 .hs-pay-per-click-vc_column-innerr {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}

.hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6 h2 {
  font-size: 30px !important;
  color: #e4b922 !important;
  text-align: left !important;
  font-family: Raleway;
  font-weight: 800 !important;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

.hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6:first-child p:first-child {
  margin: 0 0 1.5rem;
}

.hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6 p {
  margin-bottom: 0px;
}

.hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6:nth-child(1) p:first-child {
  margin: 0 0 1.5rem;
}

.hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6:first-child p:nth-child(2) {
  margin: 0 0 1.5rem;
}

.hs-pay-per-click-wrap .dnd-section .dnd-column {
  padding-left: 0px;
  padding-right: 0px;
}


.hs-paid-social-advertising-wrap {
  min-height: calc(100vh - var(--header-sticky-height));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hs-paid-social-advertising-wrap-inner .cwi-wrap .content-wrap h2 {
  font-size: 60px !important;
  color: #e4b922;
  text-align: left;
  font-family: Raleway;
  font-weight: 800;
  font-style: normal;
}

.hs-paid-social-advertising-wrap-inner .cwi-wrap-inner {
  margin: 0 -1.5rem !important;
}

.hs-our-approach-container .our-approach-wpb_text_column-top {
    padding-bottom: 0px !important;
}

/*--------service inner------*/

.si-section-4 .si-section-4-container.si-container .si-section-4-row.si-row {
  margin: 0 -1.5rem;
}

.si-section-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.si-section-1.si-section .v-seperator {
  height: 6rem;
}
/* .si-section-1.si-section .si-row-1 .dnd-section > .row-fluid .hs_cos_wrapper_type_rich_text > *:last-child {
margin-bottom: 0;
} */

/*---service inner page-----*/

.si-row-1 p {
  font-size: 1.3rem;
  line-height: 28px;
}

/*----------end----*/

/*-----contact----*/

main#main-content-contact form fieldset .input {
  margin-right: 0px !important;
}

main#main-content-contact form ul.inputs-list {
  padding-left: 6px;
}

main#main-content-contact form label.hs-error-msg {
    color: #f2545b !important;
    font-family: Raleway !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 29px !important;
}

main#main-content-contact form .no-list.hs-error-msgs>li {
    margin-top: 0px !important;
    padding-left: 0px;
}

main#main-content-contact form .no-list.hs-error-msgs {
    margin: 0 0 5px;
}

main#main-content-contact form .hs-input.invalid.error {
    border-color: #c87872 !important;
}

main#main-content-contact form .hs_error_rollup .no-list.hs-error-msgs {
    padding-top: 9px;
    padding-left: 5px;
}

main#main-content-contact form .hs_error_rollup .no-list.hs-error-msgs label.hs-main-font-element {
    font-family: Raleway;
    color: #f2545b;
    font-size: 14px;
    padding-bottom: 4px;
}

main#main-content-contact form span.hs-form-required {
    color: red;
}


/*----------end----*/


@media (min-width: 901px){
  :root {
    --header-sticky-height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .hs-paid-social-g-cols>.paid-social-vc_col-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media(max-width:1046px){
  .hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner a h4 {
  font-size: 29px;
}
}


@media (max-width: 1024px){
  .hs-privicy-policy-wrap .hs-privicy-policy-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hs-privicy-policy-wrap .dnd-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /*----service----*/

  .hs-services-wrap .hs-services-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hs-services-wrap .cm_itdidnt_take_mountdigital_wrap {
    padding-top: 9vmax !important;
    padding-bottom: 9vmax !important;
  }


  .hs-services-wrap .cm-find-out-how-we-can-help {
    padding-top: 6vmax !important;
    padding-bottom: 6vmax !important;
  }


  /*----end----*/

  /*-----home page------*/

  .hs-pay-per-click-wrap {
    padding-top: 9vmax !important;
    padding-bottom: 9vmax !important;
  }

  /*-----home page end------*/


  /*---------*/

  .si-section-2, .si-section-3, .si-section-4 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

}


@media(max-width:1023px){
  .hs-paid-social-g-cols > .paid-social-vc_col-md-3 .paid-social-vc_column-inner a h4 {
  font-size: 27px;
}
}

@media(max-width:966px){
  .hs-paid-social-g-cols>.paid-social-vc_col-md-3 .paid-social-vc_column-inner a h4 {
    font-size: 20px;
}
}

@media(max-width:900px){
  .hs-paid-social-advertising-wrap {
    min-height: 100vh;
  }
}

@media(max-width:778px){
  .hs-paid-social-g-cols>.paid-social-vc_col-md-3 .paid-social-vc_column-inner a h4 {
    font-size: 19px;
}
}

@media(max-width:768px){
  .hs-paid-social-advertising-wrap-inner .cwi-wrap-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

@media (max-width: 767px){
  .hs-paid-social-g-cols>.paid-social-vc_col-sm-3 {
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .hs-paid-social-g-cols>.paid-social-vc_col-sm-3:last-child {
    margin-bottom: 0px;
  }

  .hs-paid-social-g-cols>.paid-social-vc_col-sm-3 .paid-social-wpb_wrapper {
    margin: 0 auto;
    max-width: 25rem;
  }

  .cm-find-out-how-we-can-help .find-out-how-w-actionbox {
    display: block;
    text-align: center;
  }

  .cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-text {
    display: block;
  }

  .cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-controls {
    display: block;
    text-align: center;
    padding: 1rem 0 0;
    white-space: normal;
  }

  .cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-controls a {
    margin: .3rem;
  }

  .cm-find-out-how-we-can-help .find-out-how-w-actionbox .find-w-actionbox-text h2 {
    text-align: center;
  }

  /*-----home page-------*/

  .hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-4 {
    width: 100%;
    order: 2;
  }

  .hs-paid-social-advertising-wrap .social-advertising-vc_col-sm-8 {
    width: 100%;
    order: 1;
    margin: 0 0 1.5rem;
  }

  .hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6 {
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .hs-pay-per-click-wrap .hs-pay-per-click-vc_col-sm-6:last-child {
    margin-bottom: 0px;
  }

  .hs-paid-social-advertising-wrap-inner .cwi-wrap .left-col.col-4 {
    order: 2;
  }

  .hs-paid-social-advertising-wrap-inner .cwi-wrap .right-col.col-8 {
    order: 1;
    width: 100%;
    margin: 0 0 1.5rem;
  }

  /*--------------*/

  .si-section-2-container .cwi-wrap .left-col.col-4 {
    order: 2;
  }
  .si-section-2-container .cwi-wrap .right-col.col-8 p {
    margin-bottom: 1.5rem;
  }

  .hs-paid-social-advertising-wrap-inner .cwi-wrap .right-col.col-8 p {
    margin-bottom: 0px;
  }
  
  .cwi-wrap .left-col.col-4 {
    margin: 0 0 1.5rem;
}

}

@media screen and (max-width: 600px){
  .hs-privicy-policy-wrap .hs-privicy-policy-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hs-services-wrap .hs-services-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  /*---------*/

  .si-section-1.si-section .v-seperator {
    height: calc(2.3rem + 4vw) !important;
  }

}


/*===========Contact Page Start=========== */
section.hs-contact-inner {
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  margin: 0 auto;
  background: linear-gradient( 135deg ,#E4B922,#b5941f);
}

.contact-overaly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333e4d;
}

.hs-contact-contrainer {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
main#main-content-contact .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

main#main-content-contact .hs-contact-contrainer-inner {
  margin: 0 -1.5rem;
}


.hs-c-section1 h2 {  
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

.hs-c-section1 h2 span {
  color: #e4b922;
}
main#main-content-contact .dnd-module {
  min-height: 0;
}
main#main-content-contact .dnd-section>.row-fluid {
  max-width: 1188px!important;
  width: 100%;

}

main#main-content-contact .dnd-section>.row-fluid .span6 {
  width: 50%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

main#main-content-contact .dnd-section>.row-fluid .span6 h6 {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

main#main-content-contact .dnd-section {
  padding-left: 0 !important;
  padding-right: 0!important;
}

main#main-content-contact .dnd-section>.row-fluid .span6 h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

main#main-content-contact .dnd-section>.row-fluid .span6 h3 span {
  color: #fff!important;
  background:  linear-gradient(135deg,#E4B922,#b5941f);
  line-height: 2.5em;
  height: 2.5em;
  width: 2.5em;
  overflow: hidden;
  border-radius: 50%;
  margin-right: calc(15px + 0.2em);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  max-width: 100%;
  transition: background 0.2s,color 0.2s,box-shadow 0.2s;
  position: relative;
  top: -7px;
}

main#main-content-contact .dnd-section>.row-fluid .span6 h3 span i {
  font-family: "fontawesome";
  font-weight: 400;
  display: inline-block;
  font-family: "fontawesome";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  position: relative;
  line-height: inherit;
}

main#main-content-contact .dnd-section>.row-fluid .span6 h3 span i:before {
  content: "\f095";
}

main#main-content-contact .dnd-section>.row-fluid .span6 form {
  padding: 0;
  padding-top: 28px;
}

main#main-content-contact  form label {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

main#main-content-contact  form input {
  width: 100%;
}

main#main-content-contact .span6 form p {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Raleway;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}




main#main-content-contact  .span6 form .form-columns-2 .hs-form-field:first-child input {
  width: 90%;
}

main#main-content-contact .hs-form-field {
  margin-bottom: 18px;
}

main#main-content-contact form textarea {
  min-height: 65.2px;
  width:100%;
  padding: 10px 15px !important;
}

main#main-content-contact form input[type="checkbox"] {
  min-height: auto;
  display: inline-block;
  width: auto;
  font-family: Raleway;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 4.5px 3px 0px;
  line-height: normal;
  border: none;
}

main#main-content-contact form label .inputs-lists {}

main#main-content-contact form ul.inputs-list>li>label {
  font-family: Raleway;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 0;
}

main#main-content-contact form input[type="checkbox"]>span {
  display: block;
  margin-left: 20px;
}

#main-content-contact form .inputs-list>li:last-child {
  padding-top: 0px;
  margin: 18px 0 -6px;
  width: 100%;
  padding-left: 5px;
}

#main-content-contact form .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
main#main-content-contact form input.hs-button {
  width: auto;
}

main#main-content-contact form .actions {
  margin-top: 20px;
  margin-bottom: 18px;
  padding: 17px 0px;
}


#main-content-contact .hs-richtext {
  margin-bottom: 8px;
}

main#main-content-services-inner .si-section-1.si-section h2 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
      word-break: initial;
}

main#main-content-services-inner .si-section-1.si-section h2 strong {
  font-weight: 700;
  color: #E4B922;
}

main#main-content-services-inner .si-section-1.si-section .left-content {
  width: 50%;
}

main#main-content-services-inner .si-section-1.si-section .right-content {
  width: 50%;
}

main#main-content-services-inner .si-section-1.si-section .col-wrapper {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  width: 100%;
}

main#main-content-services-inner .si-section-1.si-section .col-wrapper .dnd-section {
  padding: 0 !important;
}

main#main-content-services-inner .si-section-1.si-section .col-wrapper .dnd-section .dnd-column {
  padding: 0 1.5rem;
}

main#main-content-services-inner .si-section-1.si-section .hs_cos_wrapper_type_rich_text {
  display: block;
  
      font-size: 1.3rem!important;
    line-height: 28px;
}

main#main-content-services-inner .si-section-1.si-section .hs_cos_wrapper_type_rich_text > *:last-child {margin-bottom: 0;}

/* #main-content-services-inner .our-approach-wrapper .our-approach-l-section-h .our-approach-wpb_text_column-top {
    padding-bottom: 0;
}
 */

main#main-content-services-inner section.si-section-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

main#main-content-services-inner .cwi-wrap .cwi-wrap-inner {
    margin: 0 -1.5rem;
}

main#main-content-services-inner section.si-section-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

main#main-content-services-inner .si-section-4 .si-section-4-container.si-container .si-section-4-row.si-row {
    margin: 0;
}

.related-article-list-content h2 {
    font-size: 1rem!important;
}

.related-article-list-content .related-article-image {
    margin-bottom: 0.5rem!important;
}

main#main-content-services-inner .cwi-wrap .content-wrap h2 {
    color: #e4b922!important;
    font-size: 60px!important;
}

main#main-content-services-inner.data-visual .cwi-wrap .content-wrap h2 {
    color: #e4b922!important;
    font-size: 40px!important;
}

/*------*/



@media(max-width:1236px) and (min-width:768px) {
  main#main-content-contact .hs-contact-contrainer-inner {
    margin: unset;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6:nth-child(2) {
    padding-right: 0;
    padding-left: 1.5rem;
  }
  main#main-content-contact .dnd-section>.row-fluid .span6 {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}

@media(max-width:1236px){
  main#main-content-contact .dnd-section>.row-fluid .span6:nth-child(2) {
    padding-right: 40px;
    padding-left: 1.5rem;
  }
  main#main-content-contact .dnd-section>.row-fluid .span6 {
    padding-left: 40px;
    padding-right: 1.5rem;
  }

}

@media(max-width:1024px){
  main#main-content-contact .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  main#main-content-contact .widget-type-space {
    margin-top: 0 !important;
    height: calc(1rem + 4vw);
    padding-top: 0!important;
  }
  main#main-content-contact form .actions {
    margin-bottom: 0;
  }

  .si-section-1.si-section .v-seperator {
    height: calc(1rem + 4vw);
  }

}

@media(max-width:1024px)and (min-width:768px){
  section.hs-contact-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  main#main-content-contact .dnd-section>.row-fluid .span6 h6 {
    margin-bottom: 41px;
  }

  .si-section-1 .v-seperator {
    height: calc(1rem + 4vw);
  }


}

@media(max-width:768px){
  .contact-overaly {
    bottom: -1px;
  }
}

@media(max-width:767px){
  main#main-content-contact .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 {
    width: 100%;
  }

  section.hs-contact-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  main#main-content-contact .widget-type-space {
    margin-top: 0!important;
    height: calc(0.6rem + 2vw);
  }
  main#main-content-contact .dnd-section>.row-fluid .span6 {
    padding-left: 40px;
    padding-right: 40px;
  }
  main#main-content-contact .hs-contact-contrainer-inner {
    margin: unset;
  }
  main#main-content-contact .dnd-section>.row-fluid .span6:nth-child(2) {
    padding-right: 40px;
    padding-left: 40px;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 h6 {
    margin-bottom: 2.55rem;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 h3 {
    margin: 0 0 1.5rem;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 form {
    padding-top: 25px;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 h3 span {
    top: -3px;
  }

  main#main-content-services-inner .si-section-1.si-section .right-content {
    width: 100%;
  }

  main#main-content-services-inner .si-section-1.si-section .left-content {
    width: 100%;
/*     margin-bottom: 1.5rem; */
    margin-bottom: 3rem;
  }

  main#main-content-services-inner .si-section-1.si-section .row-fluid [class*="span"] {
    min-height: 0;
  }
}

@media(max-width: 600px) {
  main#main-content-contact .dnd-section>.row-fluid .span6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  section.hs-contact-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 h6 {
    margin-bottom: 2.4rem;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 h3 span {
    top: -3px;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 form {
    padding-top: 25px;
  }
  main#main-content-contact .dnd-section>.row-fluid .span6:nth-child(2) {
    padding-right: 24px;
    padding-left: 24px;
  }

  main#main-content-services-inner section.si-section-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
  
main#main-content-services-inner section.si-section-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

}



@media(max-width:480px){
  main#main-content-contact .span6 form .form-columns-2 .hs-form-field:first-child input {
    width: 100%!important;
  }

  body main#main-content-contact fieldset.form-columns-2 .hs-form-field:first-child .input {
    margin-right: 8px !important;
  }

}

@media(max-width:412px){
  .hs-paid-social-advertising-wrap-inner .cwi-wrap .content-wrap h2 {
  font-size: 50px !important;
}
}

@media(max-width:353px){
  .hs-paid-social-advertising-wrap-inner .cwi-wrap .content-wrap h2 {
  font-size: 43px !important;
}
}

@media(max-width:350px){
  main#main-content-contact .dnd-section>.row-fluid .span6 h3 {
    font-size: 23px!important;
  }

  main#main-content-contact .dnd-section>.row-fluid .span6 h3 span {
    height: 2em;
    width: 2em;
    margin-right: calc(6px + 0.2em);
  }
}

/*===========Contact Page End=========== */

/*==============Services Inner Start============ */
.si_banner-wrap .w-separator {
  height: 6rem!important;
}
.si_banner-wrap .blog-list-banner .l-section-h h1 {
  font-weight: 700;
}
.si_banner-wrap  .blog-list-banner .l-section-shape {
  color: #333e4d;
}

.si-section-1.si-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.si-section-1  .si-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.si-section-1 .si-overlay {
  background: #333e4d;
}
.si-section-1.type_triangle-2 {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 15vh;
  bottom: -1px;
  color: #fff;
}

main#main-content-services-inner .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.si-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.si-section-1-row.si-row {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.si-section-1-row-inner.si-inner {
  animation-name: afb;
  display: flex;
  flex-direction: column;
  position: relative;
}

.si-section-1-col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-color: inherit;
}

.si-section-1-col-inner {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.si-section-1-col-inner .dnd-section {
  padding: 0;
}

.si-row-1 {
  width: 100%;
}

main#main-content-services-inner .si-row-1 .dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}



.si-row-1 h2 {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
}

.si-row-1 h2 span {
  color: #E4B922;
  font-weight: 700;
}

.si-row-1 p {
  color: #fff;
}

.v-seperator {
  height: 4.5rem;
  clear: both;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

.si-section-2 {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  margin: 0 auto;
}

.si-section-2-shaper.type_triangle-1 {
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 28.66vh;
  height: 15vh;
  color: #f7f7f7;
  min-height: auto;
}

.si-section-2-container.si-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

main#main-content-services-inner .si-section-2 .dnd-section {
  padding-left: 0!important;
  padding-right: 0!important;
}

main#main-content-services-inner .si-section-2 .dnd-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}


.si-section-3 {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  margin: 0 auto;
}

.si-section-3-shaper.type_triangle-2 {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 15vh;
  bottom: -1px;
  color: #fff;
}

.si-section-3-container.si-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
main#main-content-services-inner .si-section-3 .dnd-section {
  padding-left: 0!important;
  padding-right: 0!important;
}

main#main-content-services-inner .si-section-3 .dnd-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}
.si-section-3 .si-overlay {
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.si-section-4 {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  margin: 0 auto;
}

.si-section-4-shaper.type_triangle-1 {
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 28.66vh;
  height: 15vh;
  color: #f7f7f7;
  min-height: auto;
}
.si-section-4-container.si-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
main#main-content-services-inner .si-section-4 .dnd-section {
  padding-left: 0!important;
  padding-right: 0!important;
}

main#main-content-services-inner .si-section-4 .dnd-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}
.si-section-4-shaper.type_triangle-2 {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 15vh;
  bottom: -1px;
  color: #f7f7f7;
}



.si-section-5-container.si-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
main#main-content-services-inner .si-section-5 .dnd-section {
  padding-left: 0!important;
  padding-right: 0!important;
}

main#main-content-services-inner .si-section-5 .dnd-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}
.si-section-5.cm_itdidnt_take_mountdigital_wrap {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.si-section-5 .si-overlay {
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.si-section-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.si-section-5 .our-approach-l-section-h .our-approach-vc_column-inner>.our-approach-wpb_wrapper>h2 {
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
.si-section-5  .cm-service-itdidnt-l-section-h .cm-itdidnt-g-cols {
  margin: 0 -1.5rem;
}
.data-visual .cwi-wrap .content-wrap h2 {
  margin-bottom: 0;
}



@media(min-width: 768px) {
  .si-section-1-row-inner.si-inner {
    width: 100%;
  }
}




@media(max-width:1024px){
  main#main-content-services-inner .cm-blog-banner-containt .cm-w-separator {
    height: 0;
  }

  .si_banner-wrap .w-separator {
    height: calc(1rem + 4vw)!IMPORTANT;
  }

  .si_banner-wrap .blog-list-banner .l-section-h h1 {
    margin-bottom: 1.5rem;
  }

  .si-section-1.si-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  main#main-content-services-inner .si-row-1 .dnd-section,
  main#main-content-services-inner .si-row-5 .dnd-section,
  main#main-content-services-inner .si-section-5  .dnd-section{
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  section.hs-services-inner.si-section-5.cm_itdidnt_take_mountdigital_wrap {
    padding-top: 9vmax!important;
    padding-bottom: 9vmax!important;
  }
  .si-section-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media(max-width:900px){
  .si-section-3 {
    min-height: 100vh;
  }
  .si-section-3 {
    min-height: 100vh;
  }

  .si-section-4 {
    min-height: 100vh;
  }
  
  main#main-content-services-inner section.si-section-2 {
    min-height: calc(100vh);
}

}



@media(max-width:600px){
  section.si-section-1.si-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  section.si-section-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .cwi-wrap-inner {
    padding-left: 0;
    padding-right: 0;
  }


  /*--------*/

  .si-section-2, .si-section-3, .si-section-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

/*   body .body-container-wrapper .dnd-section {
    padding-top: 0!important;
    padding-bottom: 0!important;
  } */
  
/*   #main-content-services-inner .our-approach-wrapper .our-approach-l-section-h .our-approach-wpb_text_column-top {
    padding-bottom: 0;
} */

#main-content-services-inner section.si-section-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#main-content-services-inner .si-section-1.si-section .v-seperator {
    height: calc(1rem + 4vw) !important;
}

#main-content-services-inner .si-section-5.cm_itdidnt_take_mountdigital_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#main-content-services-inner .client-review-wrapper .cm-service-itdidnt-l-section-h .cm-itdidnt-vc_column-inner h3 {word-break: normal;}

}

@media(max-width:400px){
  body main#main-content-contact fieldset.form-columns-2 .hs-form-field:first-child .input {
    margin-right: 0px !important;
  }
}
/*==========Services Inner Page End=========== */
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */