*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */


.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}


.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@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) {    
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

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


.banner-section .dnd-section{
  padding:0;
}

.banner-section .dnd-section>.row-fluid{
  max-width: 100%;
  padding:0;
}

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


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "icomoon"; 
  src: url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/icomoon.eot) format("embedded-opentype"),
    url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/icomoon.woff) format("woff"),
    url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/icomoon.ttf) format("truetype"),
    url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/icomoon.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
  font-display: block;
}
@font-face { 
  font-family: "FontAwesome"; 
  src: url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/fontawesomewebfont.eot) format("embedded-opentype"),
    url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/fontawesomewebfont.woff) format("woff"),
    url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/fontawesomewebfont.ttf) format("truetype"),
    url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/fontawesomewebfont.svg) format("svg");
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "steadysets"; 
  src: url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/steadysets.eot) format("embedded-opentype"),
    url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/steadysets.ttf) format("truetype"),
    url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/font/steadysets.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: Montserrat;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 200;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  padding-bottom: 1.5em;
  margin-top: 0;
}

/* Anchors */

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

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin-bottom: 10px; 
  font-family: Montserrat;
  letter-spacing: .5px;
  margin-top:0;
}

h1{
  text-transform: none;
  line-height: 1.2;
}

h2{
  line-height: 1.14285714286;
}

h3{
  line-height: 1.23076923077;
}

h4{
  line-height: 1.3;
  margin-bottom:8px;
}

h5{
  line-height: 1.125;
}

h6{
  line-height: 1;
}

@media only screen and (max-width: 999px) and (min-width: 690px){
  h1{
    line-height: 49px;
  }
  h2{
    line-height: 32px;
  }
  h3{
    line-height: 25.6px;
  }
}

@media only screen and (max-width: 690px){
  h1 {
    line-height: 45.5px;
  }
  h2 {
    line-height: 30px;
  }
  h3 {
    line-height: 25.6px;
  }
  h4 {
    line-height: 23.4px;
  }
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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 {
  font-family: Montserrat;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 6px;
  display: inline-block;
  line-height: 1.3;
  font-size: 12px;
  font-weight: 300;
}

/* 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 {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  background-color: rgba(0,0,0,.04);
  border-radius: 4px;
  border: 2px solid transparent;
  line-height: 24px;
  color: #555;
  transition: all .2s ease;
  width:100%;
  outline:none;
}

form textarea {
  height: 216px;
}

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;
}

form.hs-form {
  margin-bottom: 30px;
}
.widget-type-google_search a.hs-button.primary {
  margin-top: 20PX;
}
/* 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: #790000;
}

.hs-input.invalid.error {
  border-color: #790000;
  border-width: 1px;
}

.hs-error-msg {
  color: #790000;
  margin: 0;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 12px;
  padding-top: 16px;
  padding-right: 16px;
}

.hs-error-msgs.inputs-list > li {
  margin: 0;
}

/* Submit button */

form input[type=submit],
.hs-button {
  cursor: pointer;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  display: inline-block;
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  font-family: Montserrat;
  text-transform: capitalize;
  letter-spacing: .5px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

form input[type=submit]:hover,
.hs-button:hover,
form input[type=submit]:focus,
.hs-button:focus{
  box-shadow: 0 20px 38px rgba(0,0,0,.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


form .hs-input.invalid.error {
  border: 1px solid #790000;
}

form label.hs-error-msg {
  margin: 0;
  max-width: 100%;
  padding-right: 16px;
  padding-top: 16px;
  font-size: 12px;
  display: block;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  width: 100%;
  line-height: 24px;
}

form ul.hs-error-msgs .hs-error-msg{
  background-color: rgba(255,223,224,.25);
  border-top: 0 solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  margin-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

form ul.hs-error-msgs label.hs-main-font-element {
  padding: 16px 0 16px 0;
  margin: 0;
  max-width: 100%;
  padding-right: 16px;
  padding-top: 16px;
  display: block;
  letter-spacing: normal;
  width: 100%;
  line-height: 24px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  text-align: center;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  clear: both;
  width: 100%;
  text-align: center;
}
/* 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;
}
















/* transition Macros */
 


/* Display Flex Macros */


















































.d-flex{ display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.row{ display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
.flex-wrap{ -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.justify-content-start{ -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.justify-content-end{ -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.justify-content-center{ -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.justify-content-between{ -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.justify-content-around{ -ms-flex-pack: distribute;
    justify-content: space-around; }
.align-items-start{ -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.align-items-end{ -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
.align-items-center{ -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.row-reverse{ -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
.column-reverse{ -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
/*
.lang_list_class {
  display: none;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding: 15px 0 0;
  margin: 0;
}

.no_var_language_switcher .lang_switcher_class {
  position: relative;
  display: inline-block;
}

.no_var_language_switcher .lang_switcher_class .globe_class {
  width: 20px;
}
*/
.cst-header {
  transition: all .2s;
  position: relative;
  z-index: 999;
  width: 100%;
}

.cst-header  .row {
  margin-left: 0;
  margin-right: 0;
}

.cst-header .row .col-3 {
  transition: margin .32s ease,color .32s ease;
  font-family: 'Open Sans';
  font-weight: 600;
  align-self: center;
  width: auto;
  max-width: none;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  position:relative;
}

.cst-header .row .col-3  img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition: height .32s ease,opacity .2s ease;
  max-width:157px;
  display: block;
  text-indent: -9999px;
  width: auto;
}

.cst-header .row .col-3 .logo-second img.hs-image-widget {
  opacity: 0;
}

.cst-main-header {
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s;
  box-shadow: none;
  z-index: 999;
  overflow: visible;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 28px 0 0;
}

.cst-header  .span-9 {
  position: static;
  margin-right: 0;
}

.cst-header .cst-mobile-search {
  display: none;
  text-align: right;
  z-index: 10000;
}

.cst-header   .cst-trigger {
  display: none;
  z-index: 10000;
}

.cst-header .cst-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cst-header  .cst-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}


.cst-header  .cst-menu ul >.hs-menu-depth-1 {
  line-height: 0;
  font-size: 12px;
  position: relative;
}

.cst-header .cst-menu ul >.hs-menu-depth-1>a {
  color: #ffffff;
  will-change: opacity,color;
  transition: opacity .2s ease,color .2s ease;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}
.cst-header  .cst-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cst-header .cst-search0icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 30px;
  transition: padding .8s ease;
  min-height: 1px;
  line-height: 1px;
}
.cst-header  .cst-search0icon ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  vertical-align: middle;
}


.cst-header  .cst-search0icon ul li {
  line-height: 12px;
  position: relative;
}
.cst-header  .cst-search0icon ul li a {
  height: 21px;
  line-height: 21px;
  padding: 0;
  width: 24px;
  text-align: center;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box;
  color: #999;
}
.cst-header  .cst-search0icon ul li a span {
  color: #ffffff;
  will-change: opacity,color;
  transition: opacity .2s ease,color .2s ease;
  font-size: 20px;
  height: 21px;
  line-height: 21px;
}



.cst-header .row .span-9 .cst-nav .cst-search0icon ul li a span:before{
  content: "\e906";
}


.cst-search-conatiner {
  display: none;
  pointer-events: none;
}
.cst-search-conatiner.search-open {
  pointer-events: auto;
}


.cst-header  .cst-menu ul ul {
  padding: 0;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15px;
  color: #ffffff;
  will-change: opacity,color;
  transition: opacity .2s ease,color .2s ease;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  border: none;
  margin-bottom: 0;
  margin:0;
}

.cst-header  .cst-menu ul ul {
  background-color: rgba(0,159,227,100);
  padding: 20px;
  width: 18.5em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-9999px);
  box-shadow: 0 6px 28px rgb(0 0 0 / 8%);
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
}

.cst-header  .cst-menu ul>.hs-menu-depth-1:hover ul {
  left: 0;
  opacity: 1;
  top: 100%;
  transform: none;
  pointer-events: auto;
}

.cst-header  .cst-menu ul ul >li {
  font-size: 12px;
  width: 100%;
}

.cst-header  .cst-menu ul ul >li >a {
  color: #d8d8d8;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  padding: 6px;
  display: block;
}



.cst-header .sm_menu_wrap,
.cst-header  .sm_menu_wrap > *,.cst-header  .sm_menu_wrap > * > * {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}


.cst-header  .cst-menu li.hs-menu-depth-2 {
  opacity: 0;
  transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
  -webkit-transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
  -webkit-transform: translate3d(0,13px,0);
  transform: translate3d(0,13px,0);
}

.cst-header  .cst-menu li:hover li.hs-menu-depth-2 {
  opacity: 1;
  transform: translate3d(0,0px,0);
}

.cst-header .cst-menu .cst-cta a {
  padding: 0;
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 20px;
  padding-right: 20px;
  will-change: opacity,color;
  transition: opacity .2s ease,color .2s ease;
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  display: block;
  outline: 0 none;
  border: none;
}

.cst-header .cst-menu .cst-cta a:before {
  transform: translateY(-50%);
  top: 50%;
  height: 33px;
  border-color: #ffffff;
  content: ' ';
  z-index: -1;
  box-sizing: border-box;
  transition: border-color .2s ease;
  width: 100%;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  box-shadow: none;
}

.cst-search-conatiner {
  background-color: transparent;
  height: 35vh;
  position: absolute;
  transition: transform .8s cubic-bezier(.2,1,.3,1),opacity .8s cubic-bezier(.2,1,.3,1);
  transform: translate3d(0,-35vh,0);
  -webkit-transform: translate3d(0,-35vh,0);
  z-index: 2000;
  padding: 0;
  top: -1px;
  display: block;
  left: 0;
  width: 100%;
}
.cst-search-conatiner .cst-wrapper {
  padding: 0;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cst-search-conatiner .cst-wrapper .cst-search {
  transition: transform .8s cubic-bezier(.2,1,.3,1),opacity .8s cubic-bezier(.2,1,.3,1);
  transform: translate3d(0,35vh,0);
  opacity: 0;
  position: relative;
}

.cst-search-conatiner .cst-wrapper .cst-search .hs-search-field {
  position: relative;
  float: left;
  margin-right: 0;
}
.cst-search-conatiner .cst-wrapper .cst-search .hs-search-field {
  width: 100%;
}


.cst-search-conatiner form {
  width: 100%;
  float: none;
}

.cst-search-conatiner form input.hs-search-field__input {
  border: none;
  border-bottom: 2px solid #3452ff;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  height: 76px;
  border-color: #1c2e36;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-right: 70px;
  border-radius: 0;
  transition: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
}

.cst-search-conatiner ::-webkit-input-placeholder {
  color: #ffffff;
}

.cst-search-conatiner form input.hs-search-field__input:focus {
  border-color: #1c2e36;
}
.cst-search-conatiner .cst-wrapper .cst-close {
  position: absolute;
  right: 40px;
  transition: transform .8s cubic-bezier(.2,1,.3,1),opacity .8s cubic-bezier(.2,1,.3,1);
  transform: translate3d(0,35vh,0);
  opacity: 0;
}
.cst-search-conatiner .cst-wrapper .cst-close a {
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  position: absolute;
  top: 16px;
}

.cst-search-conatiner .cst-wrapper .cst-close a:before {
  transform: scale(0);
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
  content: '';
  transform: scale(1) translateZ(0);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
}
.cst-search-conatiner .cst-wrapper .cst-close a span.close-wrap {
  font-size: 18px;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  transition: color .2s ease;
  color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 20px;
}

.cst-search-conatiner .cst-wrapper .cst-close a span.close-wrap .close-line {
  font-size: 20px;
  color: #ffffff;
  background-color: #fff;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity .2s ease,background-color .2s ease;
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(.52,.01,.16,1);
  animation-timing-function: cubic-bezier(.52,.01,.16,1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cst-search-conatiner .cst-wrapper .cst-close a span.close-wrap .close-line1 {
  transform: rotate(-45deg);
}
.cst-search-conatiner .cst-wrapper .cst-close a span.close-wrap .close-line2 {
  transform: rotate(45deg);

}
.cst-header-wrapper .cst-overlay {
  background-color: #009fe3;
  transition: transform .8s cubic-bezier(.2,1,.3,1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 99;
}
.cst-search-conatiner .cst-wrapper .cst-close a span.close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  width: 20px;
  display: block;
  overflow: hidden;
  font-size: 18px;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  transition: color .2s ease;
}
/*
.cst-header .cst-langauge-swtichericher {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

*/
.cst-header .cst-menu .cst-cta a:hover {
  box-shadow: none;
  transform: translateY(0px);
}
/*
.cst-header .cst-langauge-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:100%;
  position:relative;
} 

.cst-header .cst-langauge-switcher a {
  will-change: opacity,color;
  color: #ffffff;
  transition: opacity .2s ease,color .2s ease;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 200;
}

.cst-header .cst-langauge-switcher a.no-translation img {
  width: 16px;
  height: 11px;
  vertical-align: unset;
  list-style: none outside none;
}
*/
.cst-header .cst-sticky-logo a {
  display: block;
  width: auto;
  max-width: none;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  font-family: 'Open Sans';
  font-weight: 600;
  align-self: center;
  transition: margin .32s ease;
}
.cst-header-wrapper .row .col-3 .cst-sticky-logo img {
  position: absolute;
  top: 24%;
  left: 0;
}
.cst-header-wrapper .row .col-3 .cst-sticky-logo img {
  opacity: 0;
}
.cst-header-wrapper .row .col-3 .cst-sticky-logo a {
  margin: 0;
}
.cst-header-wrapper.active-shadow .row .col-3 .cst-sticky-logo img {
  opacity: 1;
  margin:0;
}

.cst-header-wrapper.active-shadow .cst-desktop-logo img {
  margin: 0;
}

.active-shadow .cst-sticky-logo {
  margin-bottom: 19.444444444444px;
  margin-top: 19.444444444444px;
}

.cst-header-wrapper.active-shadow .row .col-3 .cst-sticky-logo img {
  max-width: 125px;
}
.cst-header .cst-menu .cst-cta a:hover {
  background: transparent;
  border-color: #fff;
  opacity: 1;
  color: #ffffff;
}

.cst-header .cst-trigger .screen-reader-text {
  overflow: hidden;
  width: 22px;
  height: 1px;
  transition: transform .33s 0s ease;
  transform-origin: center;
  display: block;
  word-wrap: normal;
  padding: 0;
  position: absolute;
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  margin: -1px;
}

.cst-header .cst-trigger .screen-reader-text .hover-effect {
  color: #ffffff;
  left: -30px;
  margin-top: -2px;
  top: 9px;
  line-height: 0;
  font-size: 0;
  position: relative;
  user-select: none;
  display: block;
  transition: .3s;
  cursor: pointer;
  font-family: Montserrat;
  letter-spacing: .5px;
  font-weight: 200;
}

.cst-header .cst-trigger .screen-reader-text .hover-effect i.lines {
  color: #ffffff;
  transition: background .2s ease,opacity .2s ease;
  height: 2px;
  display: block;
  width: 1.4rem;
  position: relative;
  font-family: Montserrat;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}

.cst-header .cst-trigger .screen-reader-text .hover-effect i.lines:after {
  background-color: #ffffff;
  opacity: .75;
  transform-origin: 50% 50%;
  height: 2px;
  width: 22px;
  transition: transform .65s cubic-bezier(.3,1,.3,1) 80ms,background-color .2s ease,opacity .2s ease;
  top: -7px;
  display: block;
  position: absolute;
  left: 0;
  content: '';
}

.cst-header .cst-trigger .screen-reader-text .hover-effect i.lines:before {
  background-color: #ffffff;
  opacity: .75;
  width: 1rem;
  height: 2px;
  transition: transform .65s cubic-bezier(.3,1,.3,1) 0s,background-color .2s ease,opacity .2s ease;
  top: 7px;
  display: block;
  position: absolute;
  left: 0;
  content: '';
}

.cst-header .cst-trigger .lines-button.x2 {
  color: #ffffff;
  top: 9px;
  line-height: 0;
  font-size: 0;
  position: relative;
  user-select: none;
  display: block;
  transition: .3s;
  cursor: pointer;
  font-family: Montserrat;
  letter-spacing: .5px;
  font-weight: 200;
}

.cst-header .cst-trigger span {
  position: relative;
  overflow: hidden;
  width: 22px;
  height: 20px;
  transform-origin: center;
  display: block;
  transition: transform .33s 0s ease;
}

.cst-header .cst-trigger .lines-button.x2 .lines {
  color: #ffffff;
  transition: background .2s ease,opacity .2s ease;
  background-color: transparent;
  height: 0px;
  display: block;
  width: 1.4rem;
  position: relative;
}

.cst-header .cst-trigger .lines-button.x2:after {
  background-color: #ffffff;
  opacity: .75;
  transition: transform .65s cubic-bezier(.3,1,.3,1) 40ms,background-color .2s ease,opacity .2s ease;
  height: 2px;
  width: 22px;
  top: 0;
  content: '';
  transform: scale(1,1);
  position: absolute;
  left: 0;
  display: inline-block;
}

.cst-header .cst-trigger .lines-button.x2 .lines:after {
  background-color: #ffffff;
  opacity: .75;
  transform-origin: 50% 50%;
  height: 2px;
  width: 22px;
  transition: transform .65s cubic-bezier(.3,1,.3,1) 80ms,background-color .2s ease,opacity .2s ease;
  top: -7px;
  position: absolute;
  left: 0;
  content: '';
  display: block;
}

.cst-header .cst-trigger .lines-button.x2 .lines:before {
  background-color: #ffffff;
  width: 1rem;
  height: 2px;
  transition: transform .65s cubic-bezier(.3,1,.3,1) 0s,background-color .2s ease,opacity .2s ease;
  top: 7px;
  display: block;
  position: absolute;
  left: 0;
  content: '';
}
.cst-mobile-header {
  transform: none;
  display: flex;
  min-width: 360px;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 5;
  overflow: hidden;
  position: fixed;
  right: 0;
  width: 300px;
  height: 100%;
  color: #fff;
  visibility: hidden;
  z-index: 5;
}

.cst-mobile-header {
  top: 0;
}

.cst-mobile-header .cst-header-conatiner {
  opacity: 0;
  width: 100%;
  margin: auto 0;
  position: relative;
}

.cst-mobile-header  .cst-bottom-section {
  -webkit-transform: translateX(110px);
  -webkit-transition: all .8s cubic-bezier(.15,.2,.1,1);
  transform: translateX(110px);
  transition: all .8s cubic-bezier(.15,.2,.1,1);
  display: inline-block;
}

.cst-mobile-header  .cst-bottom-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cst-mobile-header  .cst-bottom-section ul >li {
  display: inline-block;
}

.cst-mobile-header  .cst-bottom-section ul >li a {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  width: auto;
  line-height: 38px;
  padding: 0 14px;
  box-sizing: content-box;
  text-align: center;
  height: 24px;
  transition: opacity .2s ease,color .2s ease;
  -webkit-transition: opacity .2s ease,color .2s ease;
  color: #fff;
}

.cst-mobile-header  .cst-bottom-section ul >li a i.fa {
  font-size: 20px;
  height: 26px;
  width: auto;
  transition: transform .25s ease,opacity .2s ease;
  -webkit-transition: -webkit-transform .25s ease,opacity .2s ease;
  text-align: center;
  line-height: 24px;
  position: relative;
  top: auto;
  backface-visibility: hidden;
  display: block;
  vertical-align: middle;
}

.cst-mobile-header  .cst-bottom-section ul >li a i.fa-twitter:before {
  z-index: 10;
  display: block;
  position: relative;
  content: "\f099";
}

.cst-mobile-header  .cst-bottom-section li a i.fa-twitter:after {
  content: "\f099";
  color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width: 100%;
  z-index: 10000;
}

.cst-mobile-header  .cst-bottom-section ul >li a i.fa-linkedin:before {
  z-index: 10;
  display: block;
  position: relative;
  content: "\e605";
}

.cst-mobile-header  .cst-bottom-section ul >li a i.fa-linkedin:after {
  content: "\e605";
  color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width: 100%;
  z-index: 10000;
}
.cst-mobile-header  .cst-bottom-section ul>li a i.fa {
  margin: 0;
}
.cst-mobile-header  .cst-bottom-section ul>li a i.fa {
  margin: 0;
}

.cst-mobile-header .cst-top-sectiom {
  margin-top: -7px;
  width: 100%;
  position: relative;
  top: auto;
  margin-bottom: 19px;
}
.cst-mobile-header .cst-mobile-menu ul {
  MARGIN: 0;
  PADDING: 0;
  LIST-STYLE: NONE;
}

.cst-mobile-header .cst-mobile-menu ul >li.hs-menu-depth-1 {
  margin-bottom: 12px;
  line-height: 1.2;
  position: relative;
}
.cst-mobile-header .cst-mobile-menu ul>li.hs-menu-depth-1 a {
  margin-right: 20px;
  transition: color .37s cubic-bezier(.52,.01,.16,1);
  position: relative;
  display: inline-block;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

.cst-mobile-header .cst-mobile-header .cst-mobile-menu ul>li.hs-menu-depth-1 a:after {
  border-color: #fff;
  transform-origin: left;
  pointer-events: none;
  bottom: -2px;
  -webkit-transition: -webkit-transform .37s cubic-bezier(.52,.01,.16,1);
  transition: transform .37s cubic-bezier(.52,.01,.16,1);
  left: 0;
  width: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: '';
  padding-bottom: inherit;
  position: absolute;
  display: block;
}
.cst-mobile-header span.ocm-dropdown-arrow {
  transition: transform .5s cubic-bezier(.215,.61,.355,1);
  position: absolute;
  right: -6px;
  top: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  height: 28px;
  width: 28px;
  line-height: 0;
}

.cst-mobile-header span.ocm-dropdown-arrow .fa-angle-down {
  font-size: 18px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  top: 0;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}

.cst-mobile-header span.ocm-dropdown-arrow .fa-angle-down:before {
  content: "\f107";
}
.cst-mobile-header .cst-mobile-menu ul ul {
  display: none;
  flex-direction: column;
  padding-left: 20px;
  box-sizing: border-box;
  /*   -webkit-transition: max-height .5s cubic-bezier(.215,.61,.355,1),padding .25s cubic-bezier(.215,.61,.355,1);
  transition: max-height .5s cubic-bezier(.215,.61,.355,1),padding .25s cubic-bezier(.215,.61,.355,1); */
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  /*   overflow: hidden;
  max-height: 0; */
}

.cst-mobile-header .cst-mobile-menu ul ul >li {
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 10px;
}

.cst-mobile-header .cst-mobile-menu ul ul >li>a {
  font-size: 16px;
  line-height: 22px;
  opacity: 1;
  transition: color .37s cubic-bezier(.52,.01,.16,1);
  position: relative;
  display: inline-block;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
/*
.cst-switcher-mob .header__language-switcher--label {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
}

.cst-switcher-mob .header__language-switcher--label a {
  margin-right: 20px;
  opacity: 1;
  transition: color .37s cubic-bezier(.52,.01,.16,1);
  position: relative;
  display: inline-block;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

.cst-switcher-mob .header__language-switcher--label a img {
  width: 16px;
  height: 11px;
  vertical-align: unset;
}


.cst-switcher-mob .header__language-switcher--label a:after {
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: '';
  padding-bottom: inherit;
  transform-origin: left;
  pointer-events: none;
  bottom: -2px;
  -webkit-transition: -webkit-transform .37s cubic-bezier(.52,.01,.16,1);
  transition: transform .37s cubic-bezier(.52,.01,.16,1);
  border-color: #fff;
  left: 0;
  width: 100%;
  position: absolute;
  display: block;
  content: '';
  padding-bottom: inherit;
} */
.cst-footer .cst-fourth-section .recent-post-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.cst-footer .cst-fourth-section .recent-post-item a:hover {
  opacity: .65;
  transition: all .2s ease;
}
.active-shadow .cst-main-header {
  background-color: rgba(0,159,227,.96);
}
/*
.lang_switcher_class .globe_class {
  background: none;
}

.lang_switcher_class .lang_list_class {
  background-color: rgba(0,159,227,100);
  top: 100%;
  padding: 20px;
  width: 15em;
  box-shadow: 0 6px 28px rgb(0 0 0 / 8%);
  z-index: 999;
  pointer-events: all;
  text-align: left;
  right: 0;
  left: 70%;
}
.cst-main-header .header__language-switcher--label li:first-child {
  display: none;
}
.lang_switcher_class .lang_list_class li:last-child {
  padding: 0;
}
.lang_switcher_class .lang_list_class li {
  background: none;
  border: none !important;
  padding: 0;
  margin: 0;
  font-size: 100%;
}

.lang_list_class:after, .lang_list_class:before {
  display: none !important;
}

.lang_switcher_class .lang_list_class li>a {
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #d8d8d8;
  padding: 6px;
  display: block;
}
.lang_switcher_class .lang_list_class li>a span {
  margin-left: 0.3em;
} 
*/
.cst-overlay.search-open {
  height: 35vh;
  top: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.cst-search-conatiner.search-open {
  transform: translate3d(0,0vh,0);
  -webkit-transform: translate3d(0,0vh,0);
}

.cst-search-conatiner.search-open .cst-search {
  transform: translate3d(0,0vh,0);
  opacity: 1;
} /*
.cst-switcher-mob .lang_switcher_class .globe_class {
  background: none;
  height: 0;
} */
.cst-search-conatiner.search-open  .cst-close {
  transform: translate3d(0,0vh,0);
  opacity: 1;
}
/*
.cst-switcher-mob .lang_switcher_class ul {
  box-shadow: none;
  position: relative;
}
*/
.cst-mobile-header .cst-switcher-mob .lang_switcher_class ul >li {
  padding: 0;
  margin-bottom: 12px;
}

.cst-mobile-header .cst-switcher-mob .lang_switcher_class ul >li a.lang_switcher_link {
  padding: 0;
  margin: 0;
}

.cst-search-conatiner .cst-wrapper .cst-search .cst-search-content {
  color: #000;
  margin-top: 15px;
  opacity: 1;
  display: block;
  margin-top: 15px;
}
.cst-search-conatiner .cst-wrapper .cst-search .cst-search-content {
  padding-top: 15px;
  color: #000;
  opacity: 1;
  margin-top: 15px;
}
.cst-search-conatiner .cst-wrapper .cst-close a:hover:before {
  transform: scale(1.2) translateZ(0);
}

.mobile_slide_out_area_close {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 8;
  display: block;
  color: #009fe3;
}
.mobile_slide_out_area_close:before {
  transform: scale(0);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
}

.mobile_slide_out_area_close:before {
  transform: scale(0);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
}

.mobile_slide_out_area_close .close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
}

.mobile_slide_out_area_close .close-line1 {
  -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
  transform: translateY(0) translateX(0) rotate(-45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}

.mobile_slide_out_area_close  .close-line {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(.52,.01,.16,1);
  animation-timing-function: cubic-bezier(.52,.01,.16,1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity .2s ease,background-color .2s ease;
}

.mobile_slide_out_area_close .close-line2 {
  -webkit-transform: translateY(0) translateX(0) rotate(45deg);
  transform: translateY(0) translateX(0) rotate(45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.menu-open .cst-mobile-header {
  visibility: visible;
}



.menu-open .cst-mobile-header .cst-header-conatiner {
  opacity: 1;
}



.body-wrapper {
  height: auto!important;
  -webkit-transition: transform .8s cubic-bezier(.15,.2,.1,1);
  transition: transform .8s cubic-bezier(.15,.2,.1,1);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
}

.cst-mobile-overlay {
  background-color: #009fe3;
  z-index: 1;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-backface-visibility: hidden;
  /*   opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 1; */
}

.menu-open .cst-mobile-overlay {
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 1;
}


/*
.cst-switcher-mob .cst-langauge-switcher .buttons.sf-menu {
  padding: 0;
  margin: 0;
  list-style: none;
} */

.menu-open .cst-mobile-header .cst-bottom-section {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cst-mobile-header .cst-bottom-section ul>li:first-child a {
  padding-left: 0;
}

.cst-mobile-header .cst-bottom-section ul>li a i.fa {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cst-switcher-mob {
  position: relative;
}
.cst-mobile-header .cst-bottom-section ul>li:last-child a {
  padding-left: 9px;
}

.cst-mobile-header .cst-bottom-section ul>li a:hover i.fa {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.menu-open .mobile_slide_out_area_close:before {
  transform: scale(1);
}
.mobile_slide_out_area_close:hover::before {
  transform: scale(1.2) translateZ(0);
}
.widget-type-language_switcher {
  height: 0;
}
/*
.cst-main-header .header__language-switcher--label {
  display: flex;
  align-items: center;
  height: 100%;
}

.cst-main-header .header__language-switcher--label a {
  will-change: opacity,color;
  transition: opacity .2s ease,color .2s ease;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.cst-main-header .lang_switcher_class .globe_class{
  height: 0;
  width: 0;
}
.cst-header .cst-langauge-switcher .lang_switcher_class {
  position: static;
}
.cst-header .cst-langauge-switcher ul li:first-child {
  padding: 0;
}
*/
.body-wrapper::after {
  background-color: rgba(0,0,0,.45);
  content: '';
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity .7s cubic-bezier(.15,.2,.1,1);
}

.search-overlay .body-wrapper::after {
  opacity: 1;
  pointer-events: visible;
  Z-INDEX: 998;
}


body.noBanner .cst-header-wrapper {
  min-height: 119px;
}

.noBanner .cst-header-wrapper .row .col-3 .cst-sticky-logo img {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  height: 50px;
  width: auto !important;
  transition: height .15s ease,opacity .2s ease;
}



.noBanner .active-shadow .cst-main-header .row .col-3 .cst-sticky-logo a {
  margin: 0;
}

.noBanner .cst-header .cst-menu ul>.hs-menu-depth-1>a {
  color: #ffffff;
}

.noBanner .cst-header .cst-menu ul>.hs-menu-depth-1>a:hover {
  color: #1c2e36;
}

.noBanner .cst-header .cst-search0icon ul li a:hover .icon-salient-search {
  color: #1c2e36
}

.noBanner .cst-header .cst-menu .cst-cta a:before,
.noBanner .cst-header .cst-menu .cst-cta a:hover:before{
  border-color: rgba(0,0,0,.4);
}

.noBanner .cst-header .cst-menu .cst-cta a {
  color: #fff;
}
/*
.noBanner .cst-main-header .header__language-switcher--label a {
  color: #fff;
}

.noBanner .cst-main-header .header__language-switcher--label a:hover {
  color: #1c2e36;
}
*/
.mobile_slide_out_area_close {
  display: none;
}

.menu-open .mobile_slide_out_area_close {
  display: block;
}
.cst-mobile-header .cst-mobile-menu ul>li.hs-menu-depth-1 a:after {

  transform-origin: left;
  pointer-events: none;
  bottom: -2px;
  transition: transform .37s cubic-bezier(.52,.01,.16,1);
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: '';
  padding-bottom: inherit;
  border-color: #fff;
}
.cst-mobile-header .cst-mobile-menu ul>li.hs-menu-depth-1 a:hover:after {
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cst-mobile-header .cst-switcher-mob .lang_switcher_class ul>li:first-child {
  display: none;
}

.cst-mobile-header .cst-bottom-section ul>li a i.fa {
  color: #fff;
}
/*
.cst-switcher-mob .widget-type-language_switcher {
  height: auto;
}
.cst-main-header .header__language-switcher--label:hover .lang_switcher_class .lang_list_class {
  opacity: 1;
  visibility: visible;
}
.cst-main-header .header__language-switcher--label a img {
  vertical-align: unset;
}
.cst-mobile-header .cst-mobile-menu ul ul.lang_list_class {
  padding-left: 5px;
  margin-bottom: 2px;
  overflow: hidden;
}
.cst-mobile-header .cst-switcher-mob .lang_switcher_class ul>li a.lang_switcher_link:hover {
  background: transparent;
}


.cst-main-header .lang_switcher_class .lang_list_class li {
  opacity: 0;
  -webkit-transform: translate3d(0,13px,0);
  transform: translate3d(0,13px,0);
  transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
  -webkit-transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
}

.cst-main-header .header__language-switcher--label:hover .lang_switcher_class .lang_list_class li {
  opacity: 1;
  transform: translateZ(0);
} 
.cst-main-header .lang_switcher_class .lang_list_class{
  display:block ;
  opacity: 0;
  visibility: hidden;
} */

.cst-header-wrapper .hs-search-field--open .hs-search-field__suggestions {
  POSITION: absolute;
  width: 100%;
  margin-top: 14px;
  background-color: #009fe3;
  z-index: 9;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.cst-header-wrapper .hs-search-field--open .hs-search-field__suggestions a {
  color: #fff;
}
.cst-mobile-header .cst-mobile-menu ul>li.cross-arrow span.ocm-dropdown-arrow,.cst-switcher-mob.cross-arrow span.ocm-dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.cst-mobile-header .cst-mobile-menu ul ul a {
  font-size: 16px !IMPORTANT;
  line-height: 22px !IMPORTANT;
}
.cst-search-conatiner .cst-wrapper .cst-search {
  pointer-events: none;
}

.cst-switcher-mob .header__language-switcher--label a:hover:after {
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 

.cst-header-wrapper .hs-search-field--open .hs-search-field__suggestions {
  top: 20vh;
  width: 100%;
}

.noBanner .cst-main-header .lang_switcher_class .lang_list_class li>a span {
  color: #d8d8d8;
} 
.cst-search-conatiner.search-open .cst-search {
  pointer-events: auto;
}

.noBanner .cst-main-header .lang_switcher_class .lang_list_class {
  left: 68%;
} 
.cst-overlay.search-open {
  z-index: 999;
}
.cst-header .row .col-3 a{
  display:block; 
  position:relative;
}
.cst-header .row .col-3 a .cst-sticky-logo {
  opacity: 1;
  -ms-filter: "alpha(opacity=0)";
  transition: height .32s ease,opacity .2s ease;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  max-width: 157px;
  width: auto;
}
.cst-header .row .col-3 a .cst-sticky-logo {
  opacity: 0;
  max-width:100%;
  height:50px;
}
.cst-header-wrapper.active-shadow .row .col-3 a .cst-sticky-logo {
  opacity: 1;
  transition: height .32s ease;
}
.cst-header-wrapper.active-shadow .cst-desktop-logo img.cst-desktop-logo {
  opacity: 0;
}
.cst-header .row .col-3 a {
  transition: margin .32s ease,color .32s ease;
}
.cst-header .row .col-3 a .cst-desktop-logo {
  height: 50px;
  max-width: 100%;
  width: auto !important;
}
.active-shadow .cst-header .row .col-3 a .cst-desktop-logo {
  height: 40px;
}
.cst-header-wrapper.active-shadow .row .col-3 a .cst-sticky-logo {
  height: 40px;
}


.noBanner .cst-header-wrapper .cst-desktop-logo img {
  opacity: 0;
}

.noBanner .cst-header-wrapper .cst-desktop-logo img.cst-sticky-logo {
  opacity: 1;
}
.menu-open .mobile_slide_out_area_close .close-line1 {
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
}

.menu-open .mobile_slide_out_area_close .close-line2 {
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.mobile_slide_out_area_close .close-line1 {
  -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
  transform: translateY(0) translateX(0) rotate(-45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}

.mobile_slide_out_area_close .close-line2 {
  -webkit-transform: translateY(0) translateX(0) rotate(45deg);
  transform: translateY(0) translateX(0) rotate(45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
/* @-webkit-keyframes crossRight {
100% {
-webkit-transform: translateY(0) translateX(0) rotate(45deg);
transform: translateY(0) translateX(0) rotate(45deg)
}
}

@keyframes crossRight {
100% {
-webkit-transform: translateY(0) translateX(0) rotate(45deg);
transform: translateY(0) translateX(0) rotate(45deg)
}
}

@-webkit-keyframes crossRightClose {
100% {
-webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
transform: translateY(22px) translateX(-22px) rotate(45deg)
}
}

@keyframes crossRightClose {
100% {
-webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
transform: translateY(22px) translateX(-22px) rotate(45deg)
}
}

@-webkit-keyframes crossLeft {
100% {
-webkit-transform: translateY(0) translateX(0) rotate(-45deg);
transform: translateY(0) translateX(0) rotate(-45deg)
}
}

@keyframes crossLeft {
100% {
-webkit-transform: translateY(0) translateX(0) rotate(-45deg);
transform: translateY(0) translateX(0) rotate(-45deg)
}
}

@-webkit-keyframes crossLeftClose {
100% {
-webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
transform: translateY(22px) translateX(22px) rotate(-45deg)
}
}

@keyframes crossLeftClose {
100% {
-webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
transform: translateY(22px) translateX(22px) rotate(-45deg)
}
} */


@media (min-width:1151px){
  .cst-mobile-overlay {
    display: none;
  }

  .cst-mobile-header {
    display: none;
  }

  .cst-header .cst-menu ul>.hs-menu-depth-1>a{
    white-space: nowrap;
  }
  .cst-header .cst-menu ul>.hs-menu-depth-1.active-bookmark > a {
    color: #1c2e36;
  }
  .cst-menu .active-bookmark > a.hs-btn {
    color: #1C2E36 !important;
  }
  .cst-menu .active-bookmark > a.hs-btn:hover:before {
    border-color: rgba(0,0,0,.4);
  }
}

@media(max-width:1051px){
  .menu-open .body-wrapper {
    -webkit-transition: transform .8s cubic-bezier(.15,.2,.1,1);
    transition: transform .8s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: scale(.835) translateX(-466px) translateZ(0)!important;
    transform: scale(.835) translateX(-466px) translateZ(0)!important;
    height: 100%;
    z-index:10;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden;
  } 
  .menu-open {
    overflow: hidden;
  }
}

@media screen and (max-width: 999px){
  .cst-header .cst-search0icon ul li a .icon-salient-search {
    opacity: 1;
    color: #fff;
  }
  body.noBanner .cst-header-wrapper {
    min-height: 54px;
  }
  .cst-search-conatiner .cst-wrapper {
    height: 200px;
  }

  .cst-overlay.search-open {
    height: 200px;
    top: 0;
  }

  .cst-search-conatiner form input.hs-search-field__input {
    font-size: 16px;
    line-height: 40px;
    border-bottom-width: 2px;
    padding-right: 50px;
    min-width: 42px;
    height: 42px;
  }

  .cst-search-conatiner .cst-wrapper .cst-search .cst-search-content {
    display: none;
  }

  .cst-search-conatiner .cst-wrapper .cst-close a {
    top: 9px;
    right:0;
  }

  .cst-search-conatiner .cst-wrapper .cst-close a:before {
    height: 28px;
    width: 28px;
    margin: -14px 0 0 -14px;
  }
  .cst-search-conatiner .cst-wrapper .cst-close {
    right: 0;
  }
  .cst-search-conatiner .cst-wrapper .cst-close a span.close-wrap .close-line {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    top: 6px;
  }
  .cst-search-conatiner .cst-wrapper .cst-close a span.close-wrap {
    top: 6px;
  }
  .mobile_slide_out_area_close:before {
    background-color: rgba(0,0,0,.06);
  }
  .noBanner .cst-header-wrapper .row .col-3 .cst-sticky-logo img {
    height: 30px;
  }
  .active-shadow .cst-main-header {
    BACKGROUND: TRANSPARENT;
    POSITION: ABSOLUTE;
    top: 0;
  }
  .cst-header-wrapper .hs-search-field--open .hs-search-field__suggestions {
    top: 11vh;
  }

  .bannerAdded .active-shadow .cst-main-header {
    background-color: transparent;
  }

  .bannerAdded .cst-header .row .col-3 a .cst-desktop-logo {
    opacity: 1;
  }

  .bannerAdded .cst-header .row .col-3 a .cst-sticky-logo {
    opacity: 0;
  }

  .cst-header-wrapper .cst-main-header {
    position: absolute;
  }

  .cst-header .row .col-3 a .cst-sticky-logo {
    height: 30px !important;
  }

  .cst-header .row .col-3 a .cst-desktop-logo {
    height: 30px !important;
  }
  
}


@media only screen and (min-width: 1px) and (max-width: 999px){
  .cst-mobile-header {
    top: 0;
  }
  .cst-header .cst-nav .cst-menu {
    display: none;
  } /*
  .cst-main-header .header__language-switcher--label{
    display: none;
  } */
  .cst-header .row .col-3 a {
    max-width: 94px;
  }
  .cst-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cst-header .span-9 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cst-main-header {
    margin-bottom: 0;
    padding: 12px 0;
  }
  .cst-header .cst-trigger {
    order: 2;
    padding-left: 7px;
  }

  .cst-header .cst-search0icon ul {
    padding: 0 8px;
    display: inline-block;
    margin: 0;
  }

  .cst-header .cst-trigger .lines-button.x2 .lines {
    width: 22px;
  }

  .cst-header .cst-trigger .lines-button.x2 {
    width: 22px;
  }

  .cst-header .cst-trigger .lines-button.x2 .lines:before {
    top: 6px;
  }

  .cst-header .cst-trigger .lines-button.x2 .lines:after {
    top: -6px;
  }

  .cst-header .cst-search0icon ul li a span {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3px;
  }
  .cst-header .cst-trigger {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: padding .2s ease;
  }

}




@media only screen and (min-width: 1000px) and (max-width: 1150px){
  .cst-header .row .col-3 {
    text-align: left;
    left: 0;
    width: auto;
  } 
  .cst-header .row .span-9 {
    flex-direction: row-reverse;
  }
  .cst-header .cst-nav .cst-menu {
    display: none;
  } /*
  .header__language-switcher--label {
    display: none;
  } */
  .cst-header .cst-trigger {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: padding .2s ease;
  }
  .cst-header .cst-trigger .screen-reader-text .hover-effect:after {
    background-color: #ffffff;
    opacity: .75;
    transition: transform .65s cubic-bezier(.3,1,.3,1) 40ms,background-color .2s ease,opacity .2s ease;
    height: 2px;
    width: 22px;
    position: absolute;
    left: 0;
    content: '';
    transform: scale(1,1);
    display: inline-block;
    top: 0;
  }
  .cst-header .cst-search0icon ul {
    margin-right: 28px;
    vertical-align: middle;
    display: inline-block;
  }
  .cst-header .cst-trigger {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: padding .2s ease;
  }
}













@media (min-width: 690px){
  .cst-header .row .col-3a a {
    margin-right: 2%;
  }
  .cst-search-conatiner .cst-wrapper .cst-search .hs-search-field {
    width: 100%;
  }
  .cst-header .row .col-3 {
    margin-right: 2%;
  }
}




@media only screen and (min-width: 1001px){
  .cst-main-header {
    background-color: rgba(0, 0, 0, 0.20);
  }
  .cst-header  .span-9 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }
}

@media only screen and (min-width: 1000px){
  .cst-header .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cst-header .row .col-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }
  .cst-header .row .col-3 a{
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .cst-main-header {
    padding-top: 0;
  }
  .cst-header .row .span-9 {
    margin-left: auto;
  }
  .cst-header .cst-menu ul >.hs-menu-depth-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cst-header  .cst-search0icon ul li {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cst-header  .cst-menu .cst-cta {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cst-search-conatiner .cst-wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
  .cst-search-conatiner .cst-wrapper .cst-close {
    right: 90px;
    top: 50%;
    margin-top: -28px;
  }
  .cst-search-conatiner .cst-wrapper .cst-close a {
    right: 12px;
  }
  /*
  .cst-header .cst-langauge-swicher {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  } 
  */
  .active-shadow .cst-main-header  .row .col-3 .cst-sticky-logo a {
    margin-top: 19.444444444444px;
    margin-bottom: 19.444444444444px;
    display:inline-block;
  }
  .cst-header-wrapper.active-shadow .cst-desktop-logo img{
    margin:0;
  }
  .cst-search-conatiner .cst-wrapper .cst-search .cst-search-content {
    position: absolute;
    bottom: -40px;
    left: 0;
    top: 62px;
  }
  .mobile_slide_out_area_close {
    opacity: 0;
    transition: transform .8s cubic-bezier(.15,.2,.1,1);
    position: fixed;
    right: -100px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    z-index: 10000;
  }
  .noBanner .cst-header-wrapper.active-shadow .row .col-3 .cst-sticky-logo img {
    max-width: 125px;
    height: 40px;
  }
  .active-shadow .cst-header .row .col-3 a {
    margin-top: 19.444444444444px;
    margin-bottom: 19.444444444444px;
    transition: margin .32s ease;
  }
}



@media(max-width:1300px) and (min-width:1000px){
  .get_in_touch_wrap .conte_box .title_inner h1,
  .home__page .hs_cos_wrapper_type_rich_text h1 {
    font-size: 45px;
    line-height: 52.5px;
  }
}

@media (max-width:1150px) {
/*
  .cst-main-header .header__language-switcher--label{
    display:none !important;
  } */
  .cst-mobile-overlay {
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .body-wrapper {
    z-index: 10;
  }
  .cst-top-sectiom {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    -webkit-transition: all .8s cubic-bezier(.15,.2,.1,1);
    transition: all .8s cubic-bezier(.15,.2,.1,1);
  }

  .menu-open .cst-mobile-header .cst-top-sectiom {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-effect .body-wrapper {
    transform-origin: center;
    height: 100vh!important;
    min-height: 100vh!important;
  }
  .menu-open .cst-header .cst-trigger {
    pointer-events: none;
  }
}

.cst-subscrib h3 {
  color: #333;
  opacity: .7;
}

.fa.fa-linkedin {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 15px;
  font-size: 14px;
  padding-right: 3px;
  line-height: 16px;
  transition: all .2s ease;
  color: #009fe3;
}

@media(max-height:600px){
  .cst-mobile-header .cst-header-conatiner {
    padding-top: 25vh;
    margin: 0;
  }
  .cst-mobile-header {
    overflow-y: auto;
  }
}

@media only screen and (max-width: 450px) {
  .cst-mobile-header {
    min-width: 78vw;
    width: 78vw;
    padding: 50px;
  }
  .cst-mobile-header .cst-header-conatiner {
    min-width: 190px;
  }
  .menu-open .body-wrapper {
    -webkit-transform: scale(.84) translateX(-93vw) translateZ(0)!important;
    transform: scale(.84) translateX(-93vw) translateZ(0)!important;
  }  
}


/*  */




header.header .container { width: 100%; max-width: 1350px; margin: 0 auto; padding: 0 15px; }
header.header{ position: fixed; top: 0; right: 0; left: 0; font-style: normal; font-family: ; font-weight: 500; font-size: 16px; display: inline-block; width: 100%; background-color: rgba(32,46,53,.44); border-bottom: 1px solid #707070; z-index: 999; -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
header.header.fixed{ background-color: #0693e3; }
header.header .header_wrap{ display: inline-block; width: 100%; position: relative; }
header.header .left_part{ width: 169px; padding: 0 15px; }
header.header .right_part{ width: calc(100% - 169px); padding: 0 15px; }
header.header .logo_div > span.hs_cos_wrapper_type_logo{ display: inline-block; width: 100%; line-height: 0; } 
header.header .logo_div,
header.header .logo_div a,
header.header .logo_div a img{ display: inline-block; width: 100%; line-height: 0; }
 header.header .logo_div{ padding: 13px 0 0; } 

header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] li a{ text-decoration: none; line-height: normal; letter-spacing: normal; text-transform: uppercase; color: #FFFFFF; }
header.header:not(.fixed) .navigation_div .hs-menu-wrapper > ul[role="menu"] > li > a:hover{ color: #D8D8D8; }
header.header.fixed .navigation_div .hs-menu-wrapper > ul[role="menu"] > li > a:hover{ color: #444444; }
header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] > li{ padding: 15px 0; }

header.header .buttons_div{ margin-right: 30px; }
header.header .buttons_div a{ min-width: 120px; display: inline-block; font-size: 15px; font-weight: 500; font-style: normal; letter-spacing: normal; line-height: normal; border:1px solid #fff; color: #fff; padding: 8.5px 10px; border-radius: 5px; text-align:center; transition:all .5s ease-in-out; }
header.header .buttons_div a:hover{ background-color: #FFFFFF; color: #0693e3;  }
/*
header.header .language_switcher{ margin-right: 45px; }
header.header .language_switcher .ls_div{ display: inline-block; width: 100%; position: relative; }
header.header .language_switcher .ls_div > a{ text-transform: uppercase; color: #FFFFFF; }
header.header:not(.fixed) .language_switcher .ls_div a:hover{ color: #D8D8D8; }
header.header.fixed .language_switcher .ls_div a:hover{ color: #444444; }
header.header .language_switcher .ls_div a img{ margin-right:0.3em; display:none; } 
header.header .language_switcher .ls_div .ls_menu_div{  z-index: 999; -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
header.header .language_switcher .ls_div .ls_menu_div ul li,
header.header .language_switcher .ls_div .ls_menu_div ul li a{ display: inline-block; width: 100%; }
header.header .language_switcher .ls_div .ls_menu_div a{ color: ; padding: 10px 15px; }
header.header .language_switcher .ls_div .ls_menu_div a:hover{ background-color: ; color: #FFFFFF; } 
header.header .language_switcher .ls_div:hover .ls_menu_div{ opacity: 1; visibility: visible; } 
*/
header.header .search_div .search_button{ cursor: pointer; line-height: 0; }
header.header .search_div .search_button svg{ fill: #ffffff; width: 20px; height: 20px; }
header.header .header_search{ opacity: 0; visibility: hidden; display: none; }
header.header .search_div .header_search{ opacity: 1; visibility: visible; display: none; }
header.header .search_div .header_search { width: 400px; padding: 10px; z-index: 99; }
header.header .search_div .header_search input.hs-search-field__input { padding: 10px; font-family: ; font-size: 15px; font-weight: 500; color: #444444; background-color:#fff; }
header.header .search_div .header_search input.hs-search-field__input:focus { outline: none; box-shadow: none; }
header.header:not(.fixed) .search_div .header_search { background-color: rgba(32,46,53,.44); top: 100%; }
header.header.fixed .search_div .header_search { background-color: #0693e3; top: 100%; }
header.header .search_div .header_search form { position: relative; display: inline-block; width: 100%; }
header.header .search_div .header_search form button { position: absolute; top: 0; right: 0; bottom: 0; padding: 0; border: none; padding: 13px 15px; }
header.header .search_div .header_search form button svg { height: 20px; line-height: 0; fill: ; }
header.header .search_div .header_search form button .hs_cos_wrapper { line-height: 0; display: inline-block; }

header.header .menubtn_div{ margin-left: 30px; margin-top:-10px; }
header.header .menubtn_div .menu_button{ width: auto; height: auto; position: relative; background-color: transparent; padding:0; margin-right: 20px; }
header.header .menubtn_div .menu_button span.menu_icons { position: absolute; top: 50%; left: 50%; line-height: 0; 
  
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
  
 }
header.header .menubtn_div .menu_button span.menu_icons span { line-height: 0; display: inline-block; }
header.header .menubtn_div .menu_button.active span.open_icon,
header.header .menubtn_div .menu_button span.close_icon{ opacity: 0; visibility: hidden; }
header.header .menubtn_div .menu_button.active span.close_icon{ opacity: 1; visibility: visible; }

header.header ul{ margin:0; list-style-type:none; padding:0; }

header.header .navigation_div .hs-menu-wrapper > ul li:last-child{ display:none; }
 /*
.language { width:100%; display:block; }
.language .globe_class { background: transparent !important; width:100%; height:auto; border-radius:0; }
.language .lang_switcher_class { width:100%; position:relative; display:inline-block; vertical-align:top; } 

.language .label { color: #34009e; font-size: 16px; font-weight: 900; line-height: 20px; text-transform: uppercase; width: 45px }
.language .label, .language .label:after { display: inline-block; position: relative; vertical-align: middle }
.language .label:after { background: transparent; border-color: #fe5000 transparent transparent; border-style: solid; border-width: 6px 5px 0; content: ""; margin-left: 3px; -webkit-transform: none; transform: none; -webkit-transition: all .3s; transition: all .3s }

.language ul.lang_list_class { background-color: ; list-style: none; margin: 0; padding: 0; position: relative; transform: translateX(0); width: 200px; display: block; top: 0; left: 0; }
.language ul.lang_list_class li { display: inline-block; padding: 0; width: 100%; border: none; font-size: 16px; background: transparent; }
.language ul.lang_list_class li a { border: none; color: #fff; display: inline-block; padding: 12px 20px; position: relative; width: 100%; text-align: left; font-size: 13px; line-height: 20px; }
.language ul.lang_list_class li a:hover { background: #202e35; }
.language ul.lang_list_class:after, .language ul.lang_list_class:before { display: none }
.language ul.lang_list_class li a:after { display: none !important }
.language ul.lang_list_class li a:before { position:relative; display:inline-block; margin-right:10px; content:""; }
.language ul.lang_list_class li a[lang="en"]:before { width:16px; height:11px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAt1BMVEWSmb66z+18msdig8La3u+tYX9IaLc7W7BagbmcUW+kqMr/q6n+//+hsNv/lIr/jIGMnNLJyOP9/fyQttT/wb3/////aWn+YWF5kNT0oqz0i4ueqtIZNJjhvt/8gn//WVr/6+rN1+o9RKZwgcMPJpX/VFT9UEn+RUX8Ozv2Ly+FGzdYZrfU1e/8LS/lQkG/mbVUX60AE231hHtcdMb0mp3qYFTFwNu3w9prcqSURGNDaaIUMX5FNW5wYt7AAAAAjklEQVR4AR3HNUJEMQCGwf+L8RR36ajR+1+CEuvRdd8kK9MNAiRQNgJmVDAt1yM6kSzYVJUsPNssAk5N7ZFKjVNFAY4co6TAOI+kyQm+LFUEBEKKzuWUNB7rSH/rSnvOulOGk+QlXTBqMIrfYX4tSe2nP3iRa/KNK7uTmWJ5a9+erZ3d+18od4ytiZdvZyuKWy8o3UpTVAAAAABJRU5ErkJggg==') no-repeat center center/100% 100%; }
.language ul.lang_list_class li a[lang="de"]:before { width:16px; height:11px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABLElEQVR4AY2QgUZEQRSGz9ydmzbYkBWABBJYABHEFhJ6m0WP0DMEQNIr9AKrN8ne2Tt3Zs7MOdOZmRBEv+v34Tvub9R6fdNlAzU+snSME/wdjbjbbJ6EiEg6BA8102QbjKNpoMzw8v6qD/sOALbbT2MC1NgaAWOKOgxf5czY+4dbAX2G/THzcozLrvPV85IQyqVz0rvg2p9Pei4HjzSsiFbV4JgyhhxCjpGdZ0RhdikLB9/b8Qig7MkpSovR7Cp59q6CazaNFiTt4J82o6uvdMVwTsztKTXZod4jgOJJuqNAjFyGrBR8gM6XwKfIC4KanBSTZ0rClKh08D9DFh3egW7ebH7NcRDQWrz9rM2Ne+mDOXB2mZJ8agL19nwxR2iZXGm1gDbQKhDjd4yHb2oW/KR8xHicAAAAAElFTkSuQmCC') no-repeat center center/100% 100%; }
.language ul.lang_list_class li a[lang="it"]:before { width:16px; height:11px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAUVBMVEUAiQAAgADk5OTe3t7vAAB3yXf9/f36+vr5Vlb3RkZjwWNYvVj4+Pj1MzP1KChQuFD1GxviAABHtUf19fXzDw4/sT8AcAA2qzYAWgDLy8vDw8ObXclsAAAAVElEQVR4AQXBSwoCQRQEsNT70CC69P5XdCUMA2ISSAiBWAQScg8bN7GJWxFDrCivwhCLMipGx3LKUOi2HAZluy2HgXprxQGfGL6G63B5MJ5FCD/4A3DaCLvbBle5AAAAAElFTkSuQmCC') no-repeat center center/100% 100%; }
.language ul.lang_list_class li a[lang="pl"]:before { width:16px; height:11px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAPFBMVEX/8fH67Ozz5ubt4OD+/v77+/v39/fo2Nj5AAD+jo79bW36X1/4T0/5QUHhAAD3MzP0Kir2ICDzERHtAACO5h0ZAAAAQUlEQVR4AQXBsRHDMAwAMTzNwvuvm5MVIECIZIEQZ4EQ7AAIGBABegsR+Z7VxChx7hCjhIwYJcTydcgQ1gv8Lhd/58kJTU6WtnIAAAAASUVORK5CYII=') no-repeat center center/100% 100%; }

.langvalue:before { position:relative; left:0; top:0; display:inline-block; margin-right:10px; content:""; }
[lang=en] .langvalue:before { width:16px; height:11px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAt1BMVEWSmb66z+18msdig8La3u+tYX9IaLc7W7BagbmcUW+kqMr/q6n+//+hsNv/lIr/jIGMnNLJyOP9/fyQttT/wb3/////aWn+YWF5kNT0oqz0i4ueqtIZNJjhvt/8gn//WVr/6+rN1+o9RKZwgcMPJpX/VFT9UEn+RUX8Ozv2Ly+FGzdYZrfU1e/8LS/lQkG/mbVUX60AE231hHtcdMb0mp3qYFTFwNu3w9prcqSURGNDaaIUMX5FNW5wYt7AAAAAjklEQVR4AR3HNUJEMQCGwf+L8RR36ajR+1+CEuvRdd8kK9MNAiRQNgJmVDAt1yM6kSzYVJUsPNssAk5N7ZFKjVNFAY4co6TAOI+kyQm+LFUEBEKKzuWUNB7rSH/rSnvOulOGk+QlXTBqMIrfYX4tSe2nP3iRa/KNK7uTmWJ5a9+erZ3d+18od4ytiZdvZyuKWy8o3UpTVAAAAABJRU5ErkJggg==') no-repeat center center/100% 100%; }
[lang=de] .langvalue:before { width:16px; height:11px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAABLElEQVR4AY2QgUZEQRSGz9ydmzbYkBWABBJYABHEFhJ6m0WP0DMEQNIr9AKrN8ne2Tt3Zs7MOdOZmRBEv+v34Tvub9R6fdNlAzU+snSME/wdjbjbbJ6EiEg6BA8102QbjKNpoMzw8v6qD/sOALbbT2MC1NgaAWOKOgxf5czY+4dbAX2G/THzcozLrvPV85IQyqVz0rvg2p9Pei4HjzSsiFbV4JgyhhxCjpGdZ0RhdikLB9/b8Qig7MkpSovR7Cp59q6CazaNFiTt4J82o6uvdMVwTsztKTXZod4jgOJJuqNAjFyGrBR8gM6XwKfIC4KanBSTZ0rClKh08D9DFh3egW7ebH7NcRDQWrz9rM2Ne+mDOXB2mZJ8agL19nwxR2iZXGm1gDbQKhDjd4yHb2oW/KR8xHicAAAAAElFTkSuQmCC') no-repeat center center/100% 100%; }
[lang=it] .langvalue:before { width:16px; height:11px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAUVBMVEUAiQAAgADk5OTe3t7vAAB3yXf9/f36+vr5Vlb3RkZjwWNYvVj4+Pj1MzP1KChQuFD1GxviAABHtUf19fXzDw4/sT8AcAA2qzYAWgDLy8vDw8ObXclsAAAAVElEQVR4AQXBSwoCQRQEsNT70CC69P5XdCUMA2ISSAiBWAQScg8bN7GJWxFDrCivwhCLMipGx3LKUOi2HAZluy2HgXprxQGfGL6G63B5MJ5FCD/4A3DaCLvbBle5AAAAAElFTkSuQmCC') no-repeat center center/100% 100%; }
[lang=pl] .langvalue:before { width:16px; height:11px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAPFBMVEX/8fH67Ozz5ubt4OD+/v77+/v39/fo2Nj5AAD+jo79bW36X1/4T0/5QUHhAAD3MzP0Kir2ICDzERHtAACO5h0ZAAAAQUlEQVR4AQXBsRHDMAwAMTzNwvuvm5MVIECIZIEQZ4EQ7AAIGBABegsR+Z7VxChx7hCjhIwYJcTydcgQ1gv8Lhd/58kJTU6WtnIAAAAASUVORK5CYII=') no-repeat center center/100% 100%; }
.language ul.lang_list_class li.active { display: none !important; }
.language span { display: inline-block; }
*/
@media(min-width: 768px){
    header.header .search_div { position: relative; }
    header.header .search_div .header_search { position: absolute; right: 0; }
}

@media(min-width: 1200px){
    header.header .navigation_div{ margin-right: 32px; }
    header.header{ font-size: 16px }
}

@media(min-width: 992px){
    header.header{ font-size: 13px }
    
    header.header .menubtn_div{ display: none; }
    
  /*  header.header .language_switcher .ls_div > a{ padding: 59px 0; }
    header.header.fixed .language_switcher .ls_div > a{ padding: 34.5px 0; } */
    
    header.header .navigation_div{ margin-right: 20px; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"]{ display: -webkit-box;
  display: -ms-flexbox;
  display: flex;; -ms-flex-wrap: wrap;
    flex-wrap: wrap;; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] > li:not(:first-child){ margin-left: 30px; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] > li{ padding: 59px 0; -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
    header.header.fixed .navigation_div .hs-menu-wrapper > ul[role="menu"] > li{ padding: 35px 0; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children{ position: relative; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children .hs-menu-children-wrapper{ position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden; min-width: 210px; z-index: 999; background-color: #0693e3; -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children:hover .hs-menu-children-wrapper{ opacity: 1; visibility: visible; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children .hs-menu-children-wrapper li,
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children .hs-menu-children-wrapper li a{ display: inline-block; width: 100%; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children .hs-menu-children-wrapper li a{ color: #fff; padding: 10px 15px; white-space: nowrap; transition:all .5s ease-in-out; }
    header.header .navigation_div .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children .hs-menu-children-wrapper li a:hover{ background-color: #202e35; }
    
    header.header .search_div .search_button{ padding: 57px 0; }
    header.header.fixed .search_div .search_button{ padding: 32px 0; }
    
   /* header.header .language_switcher .ls_div .ls_menu_div{ position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden; min-width: 210px; }
    */
}
@media (max-width:1499px){
    header.header .container{ max-width: 1240px; }
}
@media (max-width: 1199px){
    header.header .container{ max-width: 970px; } 
    header.header .buttons_div,
   /* header.header .language_switcher { margin-right: 25px; } */
    
}

@media (max-width: 991px){
     header.header .container{ max-width: 668px; } 
    header.header{ padding: 42.5px 0; }
    header.header.fixed{ padding: 20px 0; }
    header.header .navigation_div span.child-triggerm { position: absolute; top: 0; right: 0; width: 49px; height: 49px; z-index: 9; }
    header.header .navigation_div span.child-triggerm span { position: relative; display: inline-block; width: 100%; height: 100%; }
    header.header .navigation_div span.child-triggerm span:before,
    header.header .navigation_div span.child-triggerm span:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20px; background-color: #FFF; height: 3px; }
    header.header .navigation_div span.child-triggerm span:after { transform: translate(-50%, -50%) rotate(90deg); }
    header.header .navigation_div span.child-triggerm.child-open span:after{ opacity: 0; }

    header.header .navigation_div{ position: absolute; top: 110%; z-index: 999; left: 0; right: 0; background-color: #444; display: none; } 
    header.header .navigation_div .hs-menu-wrapper > ul[role=menu] > li { padding: 0; display: inline-block; width: 100%; }
    header.header .navigation_div .hs-menu-wrapper > ul[role=menu] li.hs-item-has-children{ position: relative; }
    header.header .navigation_div .hs-menu-wrapper > ul[role=menu] > li > a { padding: 15px 20px; display: inline-block; width: 100%; }
    header.header .navigation_div .hs-menu-wrapper > ul[role=menu] > li > a:hover { color: #FFF; opacity: 0.6; }
    header.header .navigation_div .hs-menu-wrapper > ul[role=menu] li.hs-item-has-children ul.hs-menu-children-wrapper{ background-color: #282828; display: none; } 
    header.header .navigation_div .hs-menu-wrapper > ul[role=menu] li.hs-item-has-children ul.hs-menu-children-wrapper li a{ padding: 15px 40px; display: inline-block; width: 100%; }
    header.header .navigation_div .hs-menu-wrapper > ul[role=menu] li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { color: #FFF; opacity: 0.6; }
    header.header .navigation_div .hs-menu-wrapper > ul[role=menu] li:not(:last-child) a{ border-bottom: 1px solid #707070; }
    
  /*  header.header .language_switcher .ls_div { padding: 19.5px 0; } */
    header.header .search_div .search_button { padding: 25.5px 0; }  
 
    header.header .buttons_div,
 /*   header.header .language_switcher{ margin-right: 0; display: none; }
    header.header .navigation_div .language_switcher{ display: inline-block; width: 100%; border-top: 1px solid #707070; border-bottom: 1px solid #707070; }
    header.header .navigation_div .language_switcher .ls_div{ padding: 0; }
    header.header .navigation_div .language_switcher .ls_div a{ padding: 15.5px 20px; }
    header.header .navigation_div .language_switcher .ls_div .ls_menu_div{ display: none; background-color: #282828; }
    header.header .navigation_div .language_switcher .ls_div .ls_menu_div ul li:not(:last-child) a { border-bottom: 1px solid #707070; }
    header.header .navigation_div .language_switcher .ls_div .ls_menu_div ul li a { padding: 10px 40px; } */
    header.header .navigation_div .buttons_div{ display: inline-block; width: 100%; padding: 20px 20px; }
    header.header .navigation_div .buttons_div a { padding: 10px 40px; } 
    header.header .search_div .header_search { position: absolute; left: 0; right: 0; width: 100%; }
  /*  header.header .navigation_div .language_switcher .ls_div{ position: relative; } */
    header.header .navigation_div .hs-menu-wrapper>ul[role=menu] li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child { display: inline-block; width: 100%; } 
   
} 

@media (max-width: 767px){
    
    header.header .container{ max-width: 540px; } 
    header.header{ padding: 27px 0; }
    header.header.fixed{ padding: 12px 0; }
    
    header.header .left_part { width: 132px; }
    header.header .right_part { width: calc(100% - 132px); }
}

@media (max-width:500px){ 
     header.header .container{ max-width: 332px; } 
}

@media (max-width:374px){ 
     header.header .container{ max-width: 100%; } 
}
.cst-footer {
  position: relative;
  z-index: 10;
  background-color: #1c2e36;
  color: #ffffff;
}


.cst-footer .cst-row {
  padding: 55px 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cst-footer-main-conatiner .cst-copyright-conatiner {
  font-size: 14px;
  padding: 20px 0;
  color: #777;
  background-color: #282828;
}

.cst-footer-main-conatiner  .cst-copyright-content {
  z-index: 10;
  min-height: 1px;
  position: relative;
}

.cst-footer-main-conatiner .cst-copyright-conatiner .page-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.cst-footer .cst-first-section {
  z-index: 10;
  min-height: 1px;
  position: relative;
}


.cst-footer  .cst-top-contnet {
  margin-bottom: 30px;
  color:#fff;
}

.cst-footer .cst-top-contnet p {
  padding: 0;
  margin:0;
}

.cst-footer .cst-top-contnet p strong {
  font-family: Montserrat;
  font-weight: 600;
}
.cst-footer-main-conatiner .cst-social-share {
  z-index: 10;
  min-height: 1px;
}

.cst-footer .cst-second-section strong {
  font-family: Montserrat;
  font-weight: 600;
}

.cst-footer .cst-second-section a {
  transition: all .2s ease;
  color: #ffffff;
}

.cst-footer-main-conatiner .cst-social-share ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.cst-footer-main-conatiner .cst-social-share ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.cst-footer-main-conatiner .cst-social-share ul li {
  margin-left: 20px;
  display: inline-block;
}

.cst-footer-main-conatiner .cst-social-share ul li a {
  color: #e5e5e5;
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  background-position: center top;
}

.cst-footer-main-conatiner .cst-social-share ul li a i.fa {
  transition: all .2s linear;
  top: 0;
  font-size: 20px;
  width: auto;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
}

.cst-footer .cst-third-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cst-footer .cst-third-section ul >.hs-item-has-children>a {
  color: #ffffff;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.cst-footer .cst-third-section ul ul >li:not(:first-child) {
  padding: 4px 0;
  border: none;
}

.cst-footer .cst-third-section ul ul >li>a {
  transition: all .2s ease;
  font-family: Montserrat;
  text-transform: none;
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #fff;
  display: block;
}

.cst-footer .cst-third-section ul ul >li {
  padding-bottom: 4px;
}



.cst-footer-main-conatiner .fa.fa-twitter:before {
  content: "\f099";
}


.cst-footer-main-conatiner .fa.fa-linkedin:before {
  content: "\e605";
}

.cst-footer-main-conatiner .cst-copyright-content {color: #fff;}

.cst-footer-main-conatiner .cst-copyright-content p {
  margin: 0;
  padding: 0;
  line-height: 22px;
  margin-top: 3px;
}


.cst-footer  .cst-bottom-content {
  color: #8e8e8e;
}

.cst-footer .cst-bottom-content img {
  width: auto;
  max-width: 100px;
  height: auto;
  float: left;
  width: 100%;
  margin-right: 15px;
}

.cst-footer .cst-bottom-content p {
  margin: 0;
  padding: 0;
}

.cst-footer .cst-second-section h4 {
  color: #ffffff;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}

.cst-footer .cst-second-section .textwidget p {
  padding-bottom: 20px;
  margin: 0;
}


.cst-footer .cst-second-section .textwidget p:last-child {
  padding: 0;
}
.cst-footer .cst-fourth-section {
}

.cst-footer .cst-fourth-section h4 {
  margin-top: 0;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.cst-footer .cst-fourth-section .cm-recent-blog-wrapper {
}

.cst-footer .cst-fourth-section .recent-post-item {
  margin-bottom: 15px;
  padding: 4px 0;
  border: none;
}

.cst-footer .cst-fourth-section .recent-post-item .recent-hs-featured-image-wrapper {
  transform: none;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 5px;
  height: 65px;
  width: 65px;
  content: '';
  left: 0;
  z-index: 10;
  position: relative;
}

.cst-footer .cst-fourth-section .recent-post-item .recent-hs-featured-image-wrapper img {
  width: 100%;
}

.cst-footer .cst-fourth-section .cst-conetnt {
  top: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 71px);
  padding-left: 20px;
}

.cst-footer .cst-fourth-section .cst-conetnt .recent-post-title {
  font-family: Montserrat;
  text-transform: none;
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  -webkit-transition: color .4s cubic-bezier(.25,1,.2,1);
  transition: color .4s cubic-bezier(.25,1,.2,1);
}

.cst-footer .cst-fourth-section .cst-conetnt .cst-date {
  font-family: Montserrat;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
.cst-footer .cst-fourth-section h4 {
  margin-bottom: 16px;
}
.cst-footer-main-conatiner .cst-social-share ul li a i.fa {
  margin: 0;
}



.cst-back-to-top a {
  border-radius: 200px;
  -webkit-border-radius: 200px;
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
  background-color: rgba(0,0,0,0.25);
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
}

.cst-back-to-top a:before {
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
  -webkit-border-radius: 100px;
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cst-back-to-top .top-icon {
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  word-spacing: 1px;
}
.fa.fa-angle-up:before {
  content: "\f106";
}
.cst-back-to-top a .fa-angle-up {
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  word-spacing: 1px;
  vertical-align: middle;
  max-width: 100%;
}
.cst-back-to-top a:after {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #009fe3;
}

.cst-back-to-top a .fa-angle-up:last-child {
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: transform .2s ease;
  -webkit-transition: transform .2s ease;
  display: none;
}

.cst-back-to-top a:hover .fa-angle-up {
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgb(0 0 0 / 16%);
  background-color: transparent;
}
.cst-back-to-top a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  color: #fff;
}

.cst-footer .cst-fourth-section .recent-post-item a:hover{
  opacity: 1;
}
.cst-footer-main-conatiner .cst-social-share ul li:nth-child(2) {
  margin-left: 20px;
  position: relative;
  bottom: 3px;
}

.cst-footer-main-conatiner .cst-social-share ul {
  margin-left: 3px;
}
.cst-footer .cst-fourth-section .recent-post-item .recent-hs-featured-image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.cst-footer .cst-fourth-section .cst-conetnt .cst-date {
  margin-top: 6px;
}
.cst-back-to-top a:hover {
  color: #fff;
}
@media (min-width: 690px){
  .cst-footer .cst-first-section {
    margin-right: 2%;
  }
  .cst-footer-main-conatiner .cst-copyright-content {
    width: 40.5%;
    margin-right: 2%;
  }
  .cst-footer-main-conatiner .cst-social-share {
    width: 57.5%;
  }
  .cst-footer .cst-second-section,.cst-footer .cst-third-section {
    margin-right: 2%;
  }

}

@media  (max-width: 690px){
  .cst-footer-main-conatiner .cst-copyright-content {
    margin-bottom: 25px;
  }
  .cst-footer-main-conatiner .cst-social-share ul li:first-child {
    margin-left: 0;
  }
  .cst-footer-main-conatiner .cst-social-share ul {
    margin: 0;
  }
}


@media  (min-width: 1px) and (max-width: 999px){
  .cst-footer .cst-first-section,
  .cst-footer .cst-second-section, .cst-footer .cst-third-section {
    margin-bottom: 40px;
  }
  .cst-footer .cst-row {
    display: block;
  }
  .cst-footer-main-conatiner .cst-copyright-conatiner .page-center {
    display: block;
  }

  .cst-footer-main-conatiner .cst-social-share ul {
    justify-content: flex-start;
  }
  .cst-footer .cst-fourth-section .cst-conetnt {
    width: calc(100% - 90px);
  }

  .cst-footer .cst-fourth-section .recent-post-item .recent-hs-featured-image-wrapper {
    width: 80px;
    height: 80px;
  }

  .nectar-social-sharing-fixed {
    margin: 0;
    height: 50px;
    pointer-events: none;
    transition: transform .45s cubic-bezier(.15,.2,.1,1);
  }

  .nectar-social-sharing-fixed>a {
    transition: all .35s cubic-bezier(.15,.2,.1,1);
    -webkit-transition: all .35s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .nectar-social-sharing-fixed.darkHeader{
    pointer-events: auto;
  }

  .nectar-social-sharing-fixed.darkHeader a {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .cst-footer .cst-fourth-section .recent-post-item .recent-hs-featured-image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

}

@media  (min-width: 690px) and (max-width: 999px){
  .cst-footer-main-conatiner .cst-social-share {
    width: auto;
  }
  .cst-footer-main-conatiner .cst-copyright-conatiner .page-center {
    align-items: unset;
  }
  .cst-footer .cst-first-section,
  .cst-footer .cst-second-section, .cst-footer .cst-third-section,
  .cst-footer .cst-fourth-section{
    margin-bottom: 40px;
    margin-right: 15px;
    margin-left: 0;
    padding: 15px;
    width: 48%;
  }
  .cst-footer .cst-second-section, .cst-footer .cst-fourth-section {
    margin-right: 0;
  }
  .cst-footer-main-conatiner .cst-copyright-content {
    width: 49%;
    margin-bottom: 0;
  }
  .cst-footer-main-conatiner .cst-social-share {
    width: 49%;
  }
  .cst-footer-main-conatiner .cst-social-share ul {
    justify-content: end !important;
  }
  .cst-footer-main-conatiner .cst-copyright-conatiner .page-center {
    display: flex !important;
  }
  .cst-footer .cst-row, .cst-footer-main-conatiner .cst-copyright-conatiner .page-center {
    display: flex;
  }
}


@media  (min-width: 1000px){

  .cst-footer .cst-row {
    padding: 75px 0;
  }
  .cst-footer .cst-first-section {
    width: 35%;
  }
  .cst-footer .cst-second-section,.cst-footer  .cst-fourth-section,.cst-footer .cst-third-section  {
    width: 19.5%;
  }
}

@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;
}

.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;
}















@keyframes customUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(450px) rotateX(24deg);
    transform: translateY(450px) rotateX(24deg);
  }

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

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



@keyframes textSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

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

.textSlideUp {
  -webkit-animation-name: textSlideUp;
  animation-name: textSlideUp;
  animation-delay: 0.5s;
  animation-duration: 2.5s;
}


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


@keyframes dividerAnimation {
  0% {

    transform: scale(0, 1);
  }

  100% {

    transform: scale(1, 1);
  }
}



.iconAnimation {
  -webkit-animation-name: iconAnimation;
  animation-name: iconAnimation;
  animation-delay: 0s;
  animation-duration: .6s;
  animation-timing-function: cubic-bezier(.15,.84,.35,1.25);
}


@keyframes iconAnimation {
  0% {
    opacity: 0;
    transform: scale(.75)
  }

  100% {
    transform: none;
    opacity: 1;
  }
}



.imageScale {
  -webkit-animation-name: imageScale;
  animation-name: imageScale;
  transition: all .65s cubic-bezier(.05,.2,.1,1);
}


@keyframes imageScale {
  0% {
    opacity: 0;
    transform: scale(.75)
  }

  100% {
    transform: none;
    opacity: 1;
  }
}



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


@keyframes customFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}




@keyframes customFlipVertical {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-45deg) translateY(120px);
    transform: rotateX(-45deg) translateY(120px);
  }

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


.customFlipVertical {
  -webkit-animation-name: customFlipVertical;
  animation-name: customFlipVertical;
  transition: all .35s cubic-bezier(.65,0,.35,1);
}


@keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.wpb_btt {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}
/*** social share **/

.nectar-social-sharing-fixed>a:after, .nectar-social-sharing-fixed .nectar-social a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
}

@keyframes socialButtonFlash {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  25% {
    opacity: .22;
    transform: scale(1.1115)
  }

  100% {
    opacity: 0;
    transform: scale(1.23)
  }
}

.nectar-social-sharing-fixed .nectar-social a::after {
  -webkit-transition: opacity .25s cubic-bezier(.15,.2,.1,1);
  transition: opacity .25s cubic-bezier(.15,.2,.1,1);
}

.nectar-social-sharing-fixed .nectar-social a:hover::after {
  opacity: .2;
}

.nectar-social-sharing-fixed>a:after{
  transition: opacity .25s cubic-bezier(.15,.2,.1,1);
}

.nectar-social-sharing-fixed>a:hover::after {
  opacity: .2;
}

.nectar-social-sharing-fixed:hover {
  height: 340px;
}

.nectar-social-sharing-fixed:hover>a::before {
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0);
  box-shadow: 0 7px 15px rgb(0 0 0 / 20%);
}

.nectar-social-sharing-fixed:hover .nectar-social a:first-child {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-56px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-56px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(2) {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-106px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-106px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(3) {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-156px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-156px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(4) {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-206px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-206px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(4) {
  -webkit-transform: translateY(-136px) scale(0);
  transform: translateY(-136px) scale(0);
}

.nectar-social-sharing-fixed:hover>a::after{
  -webkit-animation: socialButtonFlash .45s cubic-bezier(.15,.2,.1,1) forwards;
  animation: socialButtonFlash .45s cubic-bezier(.15,.2,.1,1) forwards;
}

.nectar-social-sharing-fixed .steadysets-icon-share {
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  left: -1px;
  z-index: 10;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.nectar-social-sharing-fixed .steadysets-icon-share::before {
  content: "\e90e";
}

.nectar-social-sharing-fixed .nectar-social {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.nectar-social-sharing-fixed .nectar-social a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  background-color: #009fe3;
  border: none;
  top: 0;
  box-shadow: 0 7px 15px rgb(0 0 0 / 20%);
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(.15,.2,.1,1);
  transition: all 0.45s cubic-bezier(.15,.2,.1,1);
}
.nectar-social-sharing-fixed .nectar-social a:nth-child(1) {
  transform: translateY(0) scale(0);
  -webkit-transform: translateY(0) scale(0);
}

.nectar-social-sharing-fixed .nectar-social a i {
  color: #fff;
  font-size: 14px;
  padding-right: 0;
  height: 36px;
  line-height: 36px;
  width: 36px;
  font-family: 'icomoon';
  margin-right: 0;
}

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

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

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

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

.nectar-social-sharing-fixed .nectar-social a:nth-child(2) {
  -webkit-transform: translateY(-36px) scale(0);
  transform: translateY(-36px) scale(0);
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(3) {
  -webkit-transform: translateY(-86px) scale(0);
  transform: translateY(-86px) scale(0);
}

.nectar-social-sharing-fixed {
  position: fixed;
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 11;
  transition: transform 0.45s cubic-bezier(.15,.2,.1,1);
}

.nectar-social-sharing-fixed>a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.nectar-social-sharing-fixed>a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15,.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,.2,.1,1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #009fe3;
}


/** end **/

h3.form-title:empty {
  margin: 0;
  display: none;
}

.wow{
  visibility: hidden;
}

.parentSec {
  position: relative;
  z-index: 12;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  font-variant: normal;
  text-transform: none;
  font-family: icomoon!important;
}

i[class^="icon-"], [class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
  letter-spacing: .5px;
}

body a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 {
  padding: 0 15px;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.bg_sec {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
  background-position: center center;
}

[class*="force-full-width-section"].dnd-section > .row-fluid > .span12.dnd-column,
[class*="force-full-width-section"].dnd-section ,
[class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}

.span12.widget-span.widget-type-cell,
[class*="force-full-width-section"].dnd-section [class*=span] {
  min-height: 0;
}

strong {
  font-weight: 600;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  speak: none;
}


.icon-salient-right-arrow-thin:before {
  content: "\e006";
}

.icon-salient-back-to-all:before {
  content: "\e005";
}

.icon-salient-left-arrow-thin:before {
  content: "\e007";
}

.icon-salient-right-arrow-thin:before {
  content: "\e006";
}

.icon-salient-left-arrow-thin:before {
  content: "\e007";
}



a.cm_btn {
  margin: 7px 0;
  display: inline-block;
  position: relative;
  padding: 13px 24px;
  color: #fff;
  text-decoration: none;
  line-height: 1.1em;
  font-family: Montserrat;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-size: 14px;
  background-color: #009fe3;
  font-weight: 800;
  border-radius: 4px;
  box-shadow: none;
  text-align: center;
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
}

a.cm_btn:focus {
  color: #fff;
  background-color: #009fe3;
}

a.cm_btn:hover {
  color: #fff;
  background-color: #009fe3;
  box-shadow: 0 20px 38px rgba(0,0,0,.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

a.cm_btn.btn_grey:focus,
a.cm_btn.btn_grey:hover,
a.cm_btn.btn_grey{
  background-color: #afbdc9;
  color: #fff;
}

/*  */

.portfolio_page .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}

.portfolio_page .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.portfolio_page .hs_cos_wrapper_type_module > hr {
  background: transparent;
  margin-top: 10px !important;
  height: 0px;
  margin-bottom: 10px !important;
}

.portfolio_page .section-header h3 {
  margin: 0;
  text-transform: none;
  color: #009fe3;
  font-weight: 600;
}

.hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.hs_cos_wrapper_type_rich_text hr {
  margin-top: 25px;
  margin-bottom: 25px;
}

.portfolio_page main .dnd-section > .row-fluid > .span12.widget-span {
  padding: calc(600px * 0.03);
}

.video-texture{
  background: url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/images/grid.png);
  background-repeat: repeat;
  background-size: auto;
  z-index: 2;
}


.home__page .advanced-button a:hover {
  box-shadow: 0 20px 38px rgba(0,0,0,.16);
}



@media(min-width:1000px){
  .portfolio_page main  .dnd-section > .row-fluid > .span12.widget-span {
    padding: calc((100vw - 180px) * 0.02);
  }
}

@media(min-width:1245px){
  .portfolio_page main  .dnd-section > .row-fluid > .span12.widget-span {
    padding: calc(1245px * 0.02);
  }
}


@media(max-width:690px){
  .portfolio_page main .dnd-section > .row-fluid > .span12.widget-span {
    padding: calc(100vw * 0.03);
  }

  .portfolio_page .section-header h3 {
    font-size: 20.8px;
    line-height: 25.6px;
  }
}

.parallax-mirror {
  z-index: 11 !important;
}


@keyframes content_fadeInBottom {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px))
  }

  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
  }
}

.content_fadeInBottom {
  -webkit-animation: content_fadeInBottom 0.5s cubic-bezier(.175,.885,.32,1.275) 1;
  -o-animation: content_fadeInBottom 0.5s cubic-bezier(.175,.885,.32,1.275) 1;
  animation: content_fadeInBottom 0.5s cubic-bezier(.175,.885,.32,1.275) 1
}


@-webkit-keyframes wpb_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes wpb_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

a.overlay_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}


/*  */
/*  */

.body-container--home .widget-type-rich_text h5 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 7px;
}

.body-container--home .hs_cos_wrapper_type_rich_text>div h4 {
  text-transform: uppercase;
}


.body-container--home .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 8px;
}

.body-container--home .hs_cos_wrapper_type_rich_text hr {
  background-color: rgba(0,0,0,.12);
}

.body-container--home .hs_cos_wrapper_type_header h1 {
  font-weight: 600;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 45px;
}

.body-container--home .hs_cos_wrapper_type_header {
  padding: 0 0 36px;
  border-bottom: 1px solid rgba(0,0,0,.15);
  display: block;
}

/*  */

.career-page .widget-type-rich_text hr {
  height: 1px;
  background-color: rgba(0,0,0,.12);
  margin-bottom: 25px;
  margin-top: 25px;
}

.career-page .widget-type-rich_text ul {
  padding: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}

.career-page .span4 .widget-type-rich_text h4 {
  margin: 0;
}

.career-page .widget-type-rich_text p:last-child {
  padding-bottom: 0;
}

.career-page .widget-type-form {
  border: 1px solid #009fe3;
}

.career-page .widget-type-form form .hs-richtext {
  margin: 0;
}

.career-page .widget-type-form form .hs-richtext hr {
  margin-top: 50px;
  height: 1px;
  margin-bottom: 50px;
  background-color: rgba(0,0,0,.12);
  box-sizing: border-box;
}

.career-page .widget-type-form form h4:last-child {
  margin-bottom: 0;
}

.career-page .widget-type-form form h4 {
  color: #009fe3;
}

.career-page .widget-type-form .hs-form-field {
  margin: 0;
  margin-top: 16px;
}

.career-page .widget-type-form form .field>label {
  font-family: Montserrat;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 6px;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}

.career-page .widget-type-form .form-columns-2 .input {
  margin-right: 0 !important;
}

.career-page form .hs-input{
  background-color: rgba(0,0,0,.04);
}

.career-page form .hs-input:focus {
  border-color: #009fe3;
  box-shadow: 0 0 10px rgb(0 0 0 / 11%);
}

.career-page form .inputs-list>li {
  margin: 0;
}


.career-page form legend.hs-field-desc {
  order: 3;
  margin: 1px 0 9px 1px;
  display: block;
  letter-spacing: .5pt;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  font-family: Montserrat;
  text-transform: none;
}

.career-page .widget-type-form .hs-form-field {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.career-page .widget-type-form .form-columns-1 .input {
  margin-right: 0 !important;
}

.career-page .widget-type-form .form-columns-1 .input {
  margin-top: 8px;
}

.career-page .widget-type-form .form-columns-1 .hs-input {
  width: 100%;
}

.career-page form textarea {
  resize: none;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.5;
  height: 120px;
}

.career-page form .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}

.career-page .hs_upload_cv .hs-input {
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  background: rgba(0,0,0,.02);
  min-height: 115px;
  display: flex;
  flex-direction: column-reverse;
}

.career-page form.hs-form {
  margin-bottom: 24px;
}

.career-page .hs_upload_cv .hs-input:focus{
  background: rgba(0,0,0,.02);
  box-shadow: none;
}

.career-page .widget-type-form {
  padding: calc(600px * 0.10);
}

.career-page .widget-type-form form .hs-form-required {
  margin-left: 4px;
}

.career-page .hs_upload_cv ::-webkit-file-upload-button {
  padding: 6px 12px;
  background-color: #333;
  color: #fff;
  width: auto;
  font-family: 'Open Sans';
  font-weight: 600;
  border: 0;
  font-size: 14px;
  border-radius: 4px;
  line-height: normal;
  display: block;
  margin-bottom: 8px;
}

.career-page .widget-type-form .form-columns-2 .hs-confirm_email .hs-form-required {
  color: transparent;
}


/* ===== */

.profit-anaplan-page form .actions .hs-button:hover {
  background-color: #009fe3;
}

.profit-anaplan-page {
  position: relative;
}
.two-col-page .two-col-wrap {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.profit-anaplan-page form .hs-lastname .hs-form-required {
  color: transparent;
}


.profit-anaplan-page form .hs-0-2\/address,
.profit-anaplan-page form .hs-0-2\/address2,
.profit-anaplan-page form .hs_city,
.profit-anaplan-page form .hs_country,
.profit-anaplan-page form .hs_zip{
  margin-top: 0 !important;
  display: block !important;
}


.profit-anaplan-page .row-bg {
  background-image: url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/images/registration-background2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  top: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  background-size: cover;
  width: 100%;
  bottom: 0;
}

.workshop-page.profit-anaplan-page .row-bg {
  background-image: url(//5385453.fs1.hubspotusercontent-na1.net/hubfs/5385453/raw_assets/public/Profitand_October2022/images/Hands-on-Workshop-Anaplan.jpg);
  background-position: left top;
}

.profit-anaplan-page .using-image {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  overflow: hidden;
}

.profit-anaplan-page .row-bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: #333f52;
  opacity: 0.95;
  backface-visibility: hidden;
}

.workshop-page.profit-anaplan-page .row-bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: #333f52;
  opacity: 0.8;
  backface-visibility: hidden;
}

.profit-anaplan-page .body-container-wrapper {
  position: relative;
  z-index: 10;
}

.two-col-page .two-col-wrap {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
}

.two-col-page .dnd-section>.row-fluid {
  padding: 0;
}


.two-col-page .two-col-wrap {
  margin-left: -1%;
  margin-right: -1%;
}

.two-col-page .left-sec, .two-col-page .right-sec {
  padding-left: 1%;
  padding-right: 1%;
}

.two-col-page .left-sec .hs-left-col .dnd-section{
  padding: calc(600px * 0.06);
}

.profit-anaplan-page .left-sec .widget-type-rich_text hr {
  background-color: rgba(255,255,255,.3);
}

.profit-anaplan-page .left-sec .widget-type-rich_text h2 {
  margin: 0;
}

.profit-anaplan-page .left-sec .widget-type-rich_text p {
  color: #fff;
}

.profit-anaplan-page .widget-type-rich_text ul {
  color: #fff;
  margin-left: 30px;
  padding: 0;
  margin-bottom: 1.5em;
}

.two-col-page .right-sec .hs-right-col {
  box-shadow: 0 30px 60px rgb(0 0 0 / 15%);
}

.two-col-page .right-sec .hs-right-col .dnd-section {
  padding: calc(600px * 0.06);
}

.two-col-page {
  padding-top: 12%;
  padding-bottom: 12%;
}

.profit-anaplan-page .page-header.section-header {
  margin-bottom: 1.5em;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid #09c19e;
}

.profit-anaplan-page p.secondary-header {
  padding-bottom: 0;
  margin-bottom: 0;
  color:#333f52;
}

.profit-anaplan-page .page-header.section-header h4 {
  color: #09c19e;
}

.profit-anaplan-page form .hs-richtext {
  margin: 0;
  margin-bottom: 18px;
}

.profit-anaplan-page form .hs-richtext h3 {
  margin: 10px 0 6px 0;
  font-size: 26px;
  line-height: 32px;
  font-weight: 200;
  font-family: Montserrat;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  color:#333f52;
}

.profit-anaplan-page form .hs-richtext p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  display: block;
  font-size: inherit;
  color:#333f52;
  margin-bottom: 16px;
}

.profit-anaplan-page form .hs-richtext {
  font-size: 16px;
}

.profit-anaplan-page form .form-columns-2 .field .input {
  margin-top: 10px;
  margin-right: 0 !important;
}

.profit-anaplan-page form .form-columns-2 .field {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.profit-anaplan-page form .field {
  display: flex;
  flex-direction: column;
}

.profit-anaplan-page form .field legend {
  order: 3;
  margin: 1px 0 9px 1px;
  letter-spacing: .5pt;
  white-space: nowrap;
  font-family: Montserrat;
  text-transform: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.profit-anaplan-page form .field {
  margin: 0;
}

.profit-anaplan-page form .field {
  margin-top: 16px;
}

.profit-anaplan-page form .field .input {
  margin-right: 0 !important;
  margin-top: 8px;
}

.profit-anaplan-page form .form-columns-2 .hs_email,
.profit-anaplan-page form .form-columns-2 .hs_phone {
  margin-top: 16px;
  line-height: 0;
}

.profit-anaplan-page form .form-columns-2 .hs_email .input,
.profit-anaplan-page form .form-columns-2 .hs_phone .input {
  margin-top: 8px;
}

.profit-anaplan-page form .hs-fieldtype-booleancheckbox {
  display: block;
}

.profit-anaplan-page form .hs-fieldtype-booleancheckbox .input {
  margin: 0;
}

.profit-anaplan-page form .hs-fieldtype-booleancheckbox .inputs-list>li {
  margin: 6px 0;
  margin-bottom: 0;
}

.profit-anaplan-page form .hs-fieldtype-booleancheckbox .inputs-list>li label {
  margin: 0;
  overflow: hidden;
  display: flex;
}

.profit-anaplan-page form .hs-fieldtype-booleancheckbox .inputs-list>li label input {
  margin: 3px 3px 0px 5px;
  margin-left: 1px;
  display: inline-block;
  margin-top: 6px;
  appearance: auto;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: none;
}

.profit-anaplan-page form .hs-fieldtype-booleancheckbox .inputs-list>li label input+span {
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px 0 0 4px;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

.profit-anaplan-page form .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}

.profit-anaplan-page form {
  margin-bottom: 24px;
}

.profit-anaplan-page form span.hs-form-required {
  margin-left: 4px;
}

.profit-anaplan-page form .hs-button:focus {
  box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

body.hs_profit_page .cst-header-wrapper {
  min-height: unset;
}

.profit-anaplan-page .hs-right-col form .hs-input{
  background-color: transparent;
  border-color: transparent;
}

.profit-anaplan-page .hs-right-col form .hs-input:focus{
  border-color: transparent;
}

.profit-anaplan-page .hs-right-col form .hs-input.invalid.error {
  border: 1px solid #790000;
}

.profit-anaplan-page form .hs-richtext p {
  display: block;
  width: calc(100% - 16px);
}

.two-col-page .hs-right-col .dnd-section {
  background-color: #fff;
}
.profit-anaplan-page form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.profit-anaplan-page form .hs_error_rollup {
  margin-top: 15px;
}

/* ===== */

.workpage.two-col-page .left-sec-wrap {
  padding-left: 1%;
  padding-right: 1%;
}

.workpage.two-col-page .right-sec-wrap {
  padding-left: 1%;
  padding-right: 1%;
}

.workpage.two-col-page .two_col_main {
  background-color: #ffffff;
}

.workpage.two-col-page .right-sec-wrap .right_column {
  box-shadow: 0 30px 60px rgb(0 0 0 / 15%);
}

.workpage.two-col-page .left-sec-wrap .dnd-section,
.workpage.two-col-page .right-sec-wrap .dnd-section{
  padding: calc(600px * 0.06);
}

.workpage.two-col-page .right-sec-wrap .widget-type-rich_text {
  padding: 20px;
  border: 1px solid #09c19e;
  border-radius: 3px;
}

.workpage.two-col-page .left-sec-wrap .widget-type-rich_text h3 {
  margin-bottom: 8px;
}

.workpage.two-col-page .left-sec-wrap .widget-type-rich_text hr {
  background-color: rgba(0,0,0,.12);
}

.workpage.two-col-page .left-sec-wrap .widget-type-rich_text h2 {
  margin-bottom: 7px;
}

.workpage.two-col-page .left-sec-wrap .widget-type-rich_text blockquote {
  font-family: Montserrat;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 34px;
  border: 0;
  font-weight: 400;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 30px;
}

.workpage.two-col-page .left-sec-wrap .widget-type-rich_text blockquote::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: '';
  border-left: 4px solid rgba(0,0,0,.1);
  border-color: #009fe3;
}

.workpage.two-col-page .left-sec-wrap .widget-type-rich_text blockquote a {
  color: #009fe3;
  transition: color .3s;
}

.workpage.two-col-page .left-sec-wrap .widget-type-rich_text blockquote a:hover {
  color: inherit;
}

.workshop-page.profit-anaplan-page {
  margin-bottom: 64px;
}


.workshop-page form .hs-input {
  background-color: rgba(0,0,0,.04);
}

.workshop-page form .hs-input:focus {
  box-shadow: 0 0 10px rgb(0 0 0 / 11%);
}

.workshop-page form .hs-fieldtype-checkbox li.hs-form-checkbox {
  margin: 0;
}

.workshop-page form .hs-fieldtype-checkbox li.hs-form-checkbox label {
  margin: 0 0 16px 0;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}

.workshop-page form .hs-fieldtype-checkbox .input {
  margin-top: 16px;
}

.workshop-page form .hs-fieldtype-checkbox li.hs-form-checkbox input {
  display: inline-block;
  margin: 3px 8px 3px 4px;
  vertical-align: middle;
  margin-left: 1px;
}

.workshop-page form .hs-fieldtype-checkbox li.hs-form-checkbox input+span {
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.5;
  max-width: 85%;
  width: auto;
}

.expert__page .advanced-button a {
  padding: 15px 35px;
}

.expert__page .widget-type-rich_text ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 38px;
}

.expert__page .widget-type-rich_text ul {
  margin-left: 0;
  padding: 0;
  margin-bottom: 30px;
}

.expert__page .widget-type-rich_text ul li:before {
  font-size: 27px;
  height: 27px;
  line-height: 27px;
  content: "\e602";
  speak: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  color: #009fe3;
  font-weight: normal;
  font-style: normal;
  font-family: icomoon;
  background-color: transparent;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.expert__page .advanced-button a:hover {
  opacity: .87;
}

/*  */

form .hs-fieldtype-booleancheckbox .inputs-list>li label input+span a {
  transition: color .3s;
}


@media only screen and (min-width: 641px){
  .career-page .widget-type-form .form-columns-2 .hs-form-field {
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
  }
  .career-page .widget-type-form .form-columns-2 .input {
    margin: 8px 0 0 0;
  }
  .career-page .widget-type-form .form-columns-1 .input {
    padding-right: 16px;
  }
  .career-page form textarea {
    height: 160px;
  }
  .workshop-page form .hs-fieldtype-checkbox li.hs-form-checkbox label {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .profit-anaplan-page form.hs-form .input {
    padding-right: 16px;
  }
  .career-page .widget-type-form form .form-columns-1 ul.no-list.hs-error-msgs {
    margin-right: 16px;
  }
  .profit-anaplan-page form ul.no-list.hs-error-msgs.inputs-list {
    margin-right: 16px;
  }
}


@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .career-page .widget-type-rich_text h3 {
    font-size: 22.1px;
    line-height: 27.2px;
  }
  .profit-anaplan-page .widget-type-rich_text h2 {
    font-size: 29.75px;
    line-height: 34px;
  }

  .profit-anaplan-page form .hs-richtext h3 {
    font-size: 22.1px;
    line-height: 27.2px;
  }
  .career-page .widget-type-rich_text h2 {
    font-size: 29.75px;
    line-height: 34px;
  }
  .body-container--home .hs_cos_wrapper_type_rich_text h1 {
    font-size: 45px;
    line-height: 52.5px;
  }
  .expert__page .widget-type-rich_text h3 {
    font-size: 22.1px;
    line-height: 27.2px;
  }
  .expert__page .widget-type-rich_text h2 {
    font-size: 29.75px;
    line-height: 34px;
  }
  .body-container--home .hs_cos_wrapper_type_rich_text h3 {
    font-size: 22.1px;
    line-height: 27.2px;
  }
}


@media only screen and (min-width: 1000px){
  .career-page .widget-type-form {
    padding: calc((100vw - 180px) * 0.10);
  }
  .profit-anaplan-page .row-bg {
    height: calc(100% + 40px);
  }
  .two-col-page .left-sec .hs-left-col .dnd-section{
    padding: calc((100vw - 180px) * 0.05);
  }
  .two-col-page .right-sec .hs-right-col .dnd-section{
    padding: calc((100vw - 180px) * 0.05);
  }
  .two-col-page .left-sec {
    width: 50%;
  }
  .two-col-page .right-sec {
    width: 50%;
  }
  .workpage.two-col-page .left-sec-wrap {
    width: 58.33333333%;
  }
  .workpage.two-col-page .right-sec-wrap {
    width: 41.66666667%;
  }
  .workpage.two-col-page .left-sec-wrap .dnd-section {
    padding: calc((100vw - 180px) * 0.05);
  }
  .workpage.two-col-page .right-sec-wrap .dnd-section {
    padding: calc((100vw - 180px) * 0.05);
  }
}


@media only screen and (min-width: 1425px){
  .career-page .widget-type-form {
    padding: calc(1245px * 0.10);
  }
  .two-col-page .left-sec .hs-left-col .dnd-section {
    padding: calc(1245px * 0.05);
  }
  .two-col-page .right-sec .hs-right-col .dnd-section {
    padding: calc(1245px * 0.05);
  }
  .workpage.two-col-page .left-sec-wrap .dnd-section {
    padding: calc(1245px * 0.05);
  }
  .workpage.two-col-page .right-sec-wrap .dnd-section {
    padding: calc(1245px * 0.05);
  }
}


@media only screen and (min-width: 690px) and (max-width: 999px){
  .profit-anaplan-page form .hs-richtext h3 {
    font-size: 20.8px;
    line-height: 25.6px;
  }
  .two-col-page .left-sec {
    margin-bottom: 25px;
  }
  .body-container--home .hs_cos_wrapper_type_header h1 {
    font-size: 42px;
    line-height: 49px;
  }
}


@media (min-width: 768px) and (max-width: 999px){
  .career-page .hs_cos_wrapper_type_rich_text p a {
    font-size: 13px;
  }
}

@media (max-width: 999px){
  .career-page .hs-banner {
    margin-top: -1px;
  }
  .two-col-page .two-col {
    padding-top: 30px;
  }

  .pc_brow .cst-main-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pc_brow .body-container-wrapper .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pc_brow .cst-footer-main-conatiner .cst-copyright-conatiner,
  .pc_brow .cst-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

}


@media (max-width: 767px){
  .body-container--home .span3 .widget-type-linked_image img {
    width: 100%;
  }

  .body-container--home .span3 .widget-type-linked_image {
    width: 100%;
  }
}

@media only screen and (max-width: 690px){
  .career-page .widget-type-form {
    padding: calc(100vw * 0.10);
  }
  .two-col-page .left-sec .hs-left-col .dnd-section {
    padding: calc(100vw * 0.06);
  }

  .two-col-page .right-sec .hs-right-col .dnd-section {
    padding: calc(100vw * 0.06);
  }
  .two-col-page .two-col {
    padding-top: 40px;
  }
  .profit-anaplan-page .widget-type-rich_text h2 {
    font-size: 26.25px;
    line-height: 30px;
  }
  .two-col-page .left-sec {
    margin-bottom: 25px;
  }
  .profit-anaplan-page form .hs-richtext h3 {
    font-size: 20.8px;
    line-height: 25.6px;
  }
  .body-container--home .hs_cos_wrapper_type_header h1 {
    font-size: 39px;
    line-height: 45.5px;
  }
  .workpage.two-col-page .left-sec-wrap .dnd-section {
    padding: calc(100vw * 0.06);
  }
  .workpage.two-col-page .left-sec-wrap .left_column {
    margin-bottom: 25px;
  }
  .expert__page .widget-type-rich_text h2 {
    font-size: 26.25px;
    line-height: 30px;
  }
}

@media (max-width: 640px){
  .career-page form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .career-page form .hs-input {
    width: 100% !important;
  }
  .career-page form .actions .hs-button {
    white-space: normal;
    margin: 0 0 16px 0;
    width: 100%;
    line-height: 2;
    min-height: 2rem;
  }
  .career-page .widget-type-form .hs-firstname {
    margin: 0;
  }
  .career-page .widget-type-form .form-columns-2 .input {
    margin-top: 8px;
  }
  .career-page .widget-type-form .hs-email .input {
    margin-top: 12px;
  }
  .career-page .widget-type-form .hs-phone {
    margin-top: 7px;
  }
  .career-page .hs_upload_cv .hs-input {
    min-height: 124px;
  }
  .profit-anaplan-page form.hs-form .field .input {
    padding-top: 2px;
    margin-bottom: 8px;
    margin-top: 12px !important;
  }
  .career-page .widget-type-form .form-columns-2 .hs-form-field {
    width: 100%;
  }
  .career-page .widget-type-form .form-columns-2 .hs-confirm_email>label {
    margin: 0;
  }
  .career-page .widget-type-form .form-columns-2 .hs-confirm_email>label .hs-form-required {
    font-size: 0;
  }
  .profit-anaplan-page form .actions .hs-button {
    line-height: 2;
    min-height: 2rem;
    width: 100%;
    margin: 0 0 16px 0;
  }
}


@media (max-width: 344px){
  .expert__page .widget-type-rich_text h5 {
    font-size: 15px;
  }
}

.hs_cos_wrapper_type_rich_text p{
  word-break: break-word;
}

.hs_cos_wrapper_type_rich_text p  a {
  display: inline-block;
}

body.pc_brow {
  overflow-x: hidden;
}


.career-page .hs_upload_cv ::-webkit-file-upload-button:hover {
  background-color: #009fe3;
}

.career-page .hs_upload_cv ::-webkit-file-upload-button {
  cursor: pointer;
}

.safari .newsletter-section .img-col .imageScale {
  padding-bottom: 15px;
}

.profit-anaplan-page form .hs-fieldtype-booleancheckbox .inputs-list>li label input+span,
.profit-anaplan-page form .hs-form-field > label,
.profit-anaplan-page form .hs-form-field > legend {
  color: #333f52;
}

.profit-anaplan-page form .hs-fieldtype-booleancheckbox .inputs-list>li label input+span a:hover {
  color: #333f52;
}