*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

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

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -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.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  /*list-style: none;*/
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

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 {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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 - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
*{margin:0;padding:0;border:0;outline:0;font-size:100%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
html{-webkit-text-size-adjust:none}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{ display:block }
audio,canvas,video{ display:inline-block }
audio:not([controls]){ display:none; height:0 }
pre{ white-space:pre; white-space:pre-wrap; word-wrap:break-word }
q{ quotes:none }
q:before,q:after{ content:''; content:none }
small{ font-size:85% }
sub,sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline }
sup{ top:-0.5em } 
sub{ bottom:-0.55em } 
:focus{ outline:0 } 
*:before,*:after{ box-sizing:border-box } 
embed,img,object,svg{ max-width:100%; height:auto } 
iframe{ max-width:100% } 
.header-container-wrapper ul,.footer-container-wrapper ul,.header-container-wrapper ol,.footer-container-wrapper ol{ list-style:none; list-style-image:none } 
.row-fluid [class*="span"]{ min-height:0px !important } 
table{ border-collapse:separate; border-spacing:0 }
caption,th,td{ text-align:left }
blockquote:before,blockquote:after,q:before,q:after{ content:"" } 
blockquote,q{ quotes:"" "" } 
table{ border:0 none; border-collapse:collapse; border-spacing:0 } 
td{ vertical-align:top } 
.cf:before,.cf:after{ content:""; display:table } 
.cf:after{ clear:both } 
::selection{ background:#00acbb; color:#fff } 
::-moz-selection{ background:#00acbb; color:#fff } 

.clearfix { display: block; }
.clearfix:before, .clearfix:after { content: ''; width: 100%; display: table; }
.clearfix:after, .clearfix:before { display: table; content: ""; }

blockquote { background:transparent; position:relative; padding:50px 0; border:0; margin:0; }
blockquote:before { content:''; background:url(https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/quote%20icon.svg); background-repeat:no-repeat; background-position:center center; background-size:40px; position:absolute; top:0; left:0; width:40px; height: 40px; }
blockquote h5 { margin-top:20px; display:block; color: #201751; font-weight: 800; font-size: 28px; line-height:1.2; }
blockquote p { font-weight:400; }
blockquote p strong { font-weight:700; }

body{  overflow-x: hidden; font-size:16px; line-height:1.5; font-family: 'Open Sans', sans-serif; font-weight:500 !important; letter-spacing: 0.01em; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -moz-osx-font-smoothing:grayscale; -webkit-tap-highlight-color:transparent } 
body:not(.custom-background-image)::before,body:not(.custom-background-image)::after{ display:none !important } 
img{ border:0 none; max-width:100%; vertical-align:middle; height:auto }
a{ outline:0; cursor:pointer; transition:color .5s ease; text-decoration:none; color:inherit } 
svg path{ transition:fill .5s ease,stroke .5s ease } 
svg{ vertical-align:middle } 
a:focus{ outline:0; text-decoration:none } 

h1,.h1 { font-size: 72px; line-height: 1.3; margin-bottom: 23px; font-weight: 800;  }
h2,.h2{ font-size:38px; line-height:1.2; color: #1D2859; margin-bottom:20px; font-weight:800; } 
h3,.h3{ font-size:24px; line-height:1.2; margin-bottom:16px; font-weight:800;   } 
h4,.h4 {font-size: 20px; margin-bottom: 20px; font-weight: 800;line-height:1.3; ; }

.ebold, .ebold h1, .ebold h2, .ebold h3, .ebold h4, .ebold h5, .ebold h6  { font-weight:800; }
.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:600; }
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }
h5.ebold { font-weight:800; }

.uppercase{ text-transform: uppercase; }
.colorblue{ color: #1D2859; }
.font12{ font-size:12px; line-height:14px; font-weight:500; }
.font24{ font-size:24px; line-height:1.2;}
.tbl{ display:table; width:100%; height:100% } 
.tbl-cell{ display:table-cell; vertical-align:middle } 
.dis-flex{ display:flex; flex-wrap:wrap } 
.dis_flex{ display:flex; flex-wrap:wrap } 
.sbetween{justify-content: space-between; }
.vmiddle{ align-items:center } 
.vbottom{ align-items:flex-end } 
.hcenter{ justify-content:center } 
.hright{ justify-content:right } 
.tc{ text-align:center } 
.tr{ text-align:right } 
.tl{ text-align:left }

.dis-flex>.row-fluid-wrapper>.row-fluid:before,.dis-flex>.row-fluid-wrapper>.row-fluid:after{ display:none } 
.cp{ padding:100px 0 }
.clear{ clear:both } 
.overlay > *{ position:relative; z-index:2 } 
.overlay:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-color:rgba(31,31,41,0.5); z-index:1 } 
.overlayblue{ position:relative; z-index:1 } 
.overlayblue:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-color:rgba(29,40,89,0.80); z-index:-1 } 
.overlayblack{ position:relative; z-index:1 } 
.overlayblack:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-color:rgba(0,0,0,0.78); z-index:-1 } 
.greencolor,h3.greencolor,h2.greencolor { color: #6DAB3C;}
.bg {background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }

.pl0 { padding-left:0 !important; }
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.spcbtm70 { margin-bottom:94px; }
.mt20 { margin-top:20px; }

.common-cta { margin-top:30px } 
.common-cta a {  font-family: 'Open Sans', sans-serif;  border-radius:50px; position: relative; box-sizing: border-box !important; background: #00B1E2; text-align: center; font-weight: 700 !important; padding: 9px 18px; display: inline-block; color: #fff; border: 2px solid #00B1E2; font-size: 16px; line-height: 22px;  transition: color .5s ease,background .5s ease,border .5s ease; }
.common-cta a:hover { background-color:transparent; color:#00B1E2; } 
.common-cta a.whitesvg svg { margin-left:10px; position: relative; top: -1px; height:14px; display:none; }
.common-cta a.whitesvg:hover svg path{ fill:#00B1E2; } 
.common-cta2 { margin-top:25px } 
.common-cta2 a {  font-family: 'Open Sans', sans-serif;  border-radius:50px; position: relative; box-sizing: border-box !important; background: #00B1E2; text-align: center; font-weight: 700 !important; padding: 9px 24px; display: inline-block; color: #fff; border: 2px solid #00B1E2; font-size: 14px; line-height: 22px;  transition: color .5s ease,background .5s ease,border .5s ease; }
.common-cta2 a svg { margin-left:8px; height:14px;  position: relative; top: -1px;   }
.common-cta2 a:hover svg path { fill:#00B1E2; }
.common-cta2 a:hover { background-color:transparent; color:#00B1E2; } 
.common-cta3 { margin-top:25px } 
.common-cta3 a,a.whitebtn{  font-family: 'Open Sans', sans-serif;  border-radius:50px; position: relative; box-sizing: border-box !important; background:transparent; text-align: center; font-weight: 700 !important; padding: 9px 24px; display: inline-block; color: #fff; border: 2px solid #fff; font-size: 14px; line-height: 22px;  transition: color .5s ease,background .5s ease,border .5s ease; }
.common-cta3 a:hover,a.whitebtn:hover { color:#00b1e2; background: #fff; border: 2px solid #fff;} 
.linetitle { position:relative; }
.linetitle:before { content:''; background:#6DAB3C; width:100px; height:4px; display: block; margin: 0 auto; }
.detail-content>*:last-child{ margin-bottom:0 !important } 
.detail-content ul,.detail-content ol{ padding-left:20px; margin-bottom:20px }
.detail-content.tc ul,.detail-content.tc ol,.tc .detail-content ul,.tc .detail-content ol{ text-align:left } 
.detail-content p{ margin-bottom:20px;}
.detail-content li:not(:last-child){ margin-bottom:10px } 
.detail-content a:not(.cta_button){ color:#1D2859; } 
.detail-content a:not(.cta_button):hover{ text-decoration:underline; }
.detail-content li::marker{ color:#1D2859; } 
.detail-content ul ul{ margin-top:20px } 
strong{ font-weight:700 } 
.rtp{ padding-top:0 !important } 
.rbp{ padding-bottom:0 !important } 
.white{ color:#fff } 
.yellow{ color: #F59D24; }
li { list-style: none; }
.liststyle ul{ list-style:none; }
.liststyle li { position:relative; padding-left:23px; margin-bottom:20px; }
.liststyle li:last-child { margin-bottom:0; }
.liststyle li:before{ content:''; background:url(https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/Group%2021.png); background-repeat:no-repeat; background-position:center center; height:15px; width:15px; position: absolute; left: 0; top: 4px; }
.liststyle2 ul { margin:25px 0; padding:0; list-style:none; }
.liststyle2 li { padding-left:30px; position:relative; margin-bottom:18px; }
.liststyle2 li:last-child { margin-bottom:0; }
.liststyle2 li:before{ content:''; background:url(https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/Vector%20right.svg); background-size:cover; background-repeat:no-repeat; position:absolute; top:5px; left:0; width:17px; height:12px; }
.normalliststyle ul { padding-left:26px; }
.normalliststyle li { list-style: disc; margin-bottom:15px; }
.normalliststyle li:last-child { margin-bottom:0; }
.normalliststyle li::marker { font-size:13px; }
.normalliststyle.graystyle li::marker { color:#55627D; }

input::-webkit-input-placeholder{ color:#C4C4C4; opacity:1 } 
input:-moz-placeholder{ color:#C4C4C4; opacity:1 } 
input::-moz-placeholder{ color:#C4C4C4; opacity:1 } 
input:-ms-input-placeholder{ color:#C4C4C4; opacity:1 } 
textarea::-webkit-input-placeholder{ color:#C4C4C4; opacity:1 } 
textarea:-moz-placeholder{ color:#C4C4C4; opacity:1 } 
textarea::-moz-placeholder{ color:#C4C4C4; opacity:1 } 
textarea:-ms-input-placeholder{ color:#C4C4C4; opacity:1 }
select::-ms-expand{ display:none } 
input::-ms-clear{ display:none } 
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{ -webkit-box-shadow:0 0 0 100px #eaeaea inset; -moz-box-shadow:0 0 0 100px #eaeaea inset; box-shadow:0 0 0 100px #eaeaea inset; color:#6f7c7c; -webkit-text-fill-color:#6f7c7c } 
input,textarea,select{ border-radius:0 }
button,html input[type="button"],input[type="reset"],input[type="submit"],textarea{ -webkit-appearance:none; border-radius:0; transition:color .5s ease }
button,input,select,textarea,option{ font-size:100%; margin:0; vertical-align:baseline; font-family:inherit; } 
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important } 
input[type="submit"]{ cursor:pointer; transition:color .5s ease }
textarea{ overflow:auto; vertical-align:top; resize:none; height:77px; line-height:1.4; } 
form ul{ list-style:none; padding:0; margin:0 } 
form div.hs-form-field .input>ul>li>label{ cursor:pointer }
form ul.hs-error-msgs{ color:red; } 
form .legal-consent-container .hs-error-msgs{ position:relative; top:-20px } 
form .hs-form-required{ display: inline; color:#55627D; position: relative; right: -6px; }
form .hs_error_rollup{ display:none } 
.submitted-message{ text-align:center; font-weight:700; } 
.legal-consent-container .hs-error-msgs label{ color:red !important } 
form fieldset { max-width: 100% !important; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
form div.hs-form-field{ float:none !important; width:100% !important; margin-bottom:20px } 
form fieldset.form-columns-2>div.hs-form-field{width:47% !important } 
form fieldset.form-columns-3>div.hs-form-field{width:31% !important } 
form .input{ margin-right:0 !important } 
form .hs-form-field>label{ width:100%; pointer-events:none; display:block; color:#55627D; font-size: 16px; font-weight:600; margin-bottom:3px;  } 
form input[type=file],form textarea,select.filter-select,form input[type="text"],form input[type="password"],form input[type="datetime"],form input[type="datetime-local"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="week"],form input[type="number"],form input[type="email"],form input[type="url"],form input[type="search"],form input[type="tel"],form input[type="color"],form select{ color: rgba(0, 0, 0, 0.8); font-size:16px; border: 1px solid transparent; padding:12px 15px; width:100% !important; margin:0 0 3px; background: rgba(0, 0, 0, 0.1); border-radius: 12px; font-weight:500; } 
form select,select.filter-select{ -moz-appearance:none; -webkit-appearance:none; cursor:pointer; background-image:url('https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/Vector%20down.png'); background-position:right 15px center; background-repeat:no-repeat; background-size:9px auto; padding-right:50px }
form .input ul.inputs-list li label input[type="radio"]:checked+span:before{ box-shadow:0 0 0 8px #6f7c7c inset; border:2px solid #6f7c7c } 
form .input ul.inputs-list li label input[type="radio"]{ opacity:0; display:none !important } 
form .input ul.inputs-list li label input[type="radio"]+span:before{ position:absolute; content:''; left:0; top:0; width:38px; height:38px; text-align:center; border:2px solid #9f9f9b; border-radius:50% } 
form .input ul.inputs-list li label input[type="radio"]+span{ position:relative; display:flex; padding-left:64px; min-height:38px; align-items:center } 
form .input ul.inputs-list li label input[type="checkbox"]:checked+span:before{ background-image:url('https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/Tick%202.png'); background-size:75%; background-position:center center; background-repeat:no-repeat } 
form .input ul.inputs-list li label input[type="checkbox"]{ opacity:0; display:none !important } 
form .input ul.inputs-list li label input[type="checkbox"]+span:before{ position:absolute; content:''; left:0; top:6px; width:18px; height:18px; text-align:center; border:1px solid #00B2E3 }
form .input ul.inputs-list li label input[type="checkbox"]+span { position:relative; margin-left:0 !important; padding-left:27px; min-height:18px; align-items:center } 
form .legal-consent-container .hs-form-booleancheckbox-display p { margin-left:0 !important; font-weight: 400; font-size: 13px; line-height: 30px; color: #55627D; }
form .legal-consent-container .hs-form-booleancheckbox-display p a { color:#55627D; text-decoration:underline; font-weight:400 }
form .legal-consent-container .hs-form-booleancheckbox-display p a:hover { color:#00B2E3;  }
form .actions{ text-align:left } 
form .hs-submit{ margin-top:16px }  
form .hs_submit input { min-width: 235px !important; width:auto !important; text-align: center; display: inline-block; color: #fff; border:2px solid #00B2E3 !important; transition: color .5s ease,background .5s ease,border .5s ease,opacity .5s ease; padding: 11px 25px !important; width: 100%; font-weight: 700; font-size: 16px !important; background: #00B2E3 !important; border-radius: 100px !important; }
form .hs_submit input:hover{ background:transparent !important;  color:#00B2E3 !important;  } 
form div.hs-form-field .input>ul>li{ margin:0 0 28px }
form .legal-consent-container .hs-form-booleancheckbox-display>span{ margin-left:0 !important; }
form .legal-consent-container .field.hs-form-field{ margin-bottom:0 } 
form .legal-consent-container a{ font-weight:700 } 
form .legal-consent-container a:hover{ color:#005589 } 
form ul.hs-error-msgs li { padding-top: 3px; position:relative; padding-left:24px; color: #CC2D2D; font-weight: 500; font-size: 12px; }
form ul.hs-error-msgs li:before { content:''; background:url(https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/Vector%2022.png); background-repeat:no-repeat; background-position:center center; height:18px; width:18px; position: absolute; left: 0; top:5px;  }
form .hs-input.error{ background: rgba(204, 45, 45, 0.1); border-color:#CC2D2D; }
form .hs-phone .input > .hs-input { width: 100% !important; display: flex; flex-wrap: wrap; }
form .hs-phone .hs-input select { width: 33.5% !important; padding-right: 30px; }
form .hs-phone .hs-input input.hs-input { width: 63.5% !important; margin-left: 3%; }
form .hs-error-msg { margin-top:0; margin-bottom:0; }
form .hs-richtext p{ margin-bottom:0 !important; }

.body-container-wrapper { padding-top:80px; }
.header:not(.prefrencepage p.header) { line-height: 1.5;  width: 100%; top: 0; left: 0; z-index: 99; background:#fff; }
.header a { display: inline-block; }
.header ul{ padding-left:0; margin:0;}
.header .logo { width: 151px; }
.header .right-part { width: calc(100% - 151px); padding-left: 72px; }
.header .common-cta{ margin:0;}
.header .right-part > .dis-flex { justify-content: space-between; }
.header .contact-part{ font-size:14px; }
.header .contact-part li{ padding: 0 23px; }
.header .contact-part li:last-child{ padding-right:0;}
.header .contact-part i.fa { font-size: 12px; margin-right: 9px; }
.header .contact-part .ds { display: inline-flex; align-items: center; }
.header li.depth1 { padding: 27px 14px; }
.header li.depth1 > a { position: relative; font-size:16px; line-height:21px; font-weight:600; }
.exleft-menu { width: 25%; }
.header .left-mega-menu { width: calc(75% - 39%); font-size: 14px; padding-left: 44px; padding-top: 22px; padding-bottom: 22px; }
.header .left-mega-menu.notrightmenu { width:75%; }
.header .right-mega-menu { width: 39%;  position: relative; z-index: 1; background:#B2EEFF; padding-top: 22px; }
.header .right-mega-menu .img { margin-bottom: 10px; width: 159px; position: relative; left: -50px; overflow: hidden; }
.header .right-mega-menu .img img { border-radius: 16px; }
.header .right-mega-menu .top_title { color: #55627D;  text-transform: uppercase; font-weight:400; margin-bottom:27px; }
.header .right-mega-menu div { margin-bottom: 12px; color: #201751; font-weight:700; font-size: 18px; line-height: 24px; }
.header .right-mega-menu .detail-content { width: calc(100% - 159px); }
.header .right-mega-menu .detail-content p{ margin-bottom:0; color: #201751; font-weight: 400; font-size: 14px; line-height: 20px;  }
.header .right-mega-menu a { color: #00B2E3; padding-top:33px; font-weight: 700; font-size: 16px; line-height: 22px; }
.header .left-mega-menu li.depth2 { width:100%; padding-right: 115px; }
.header .left-mega-menu.notrightmenu li.depth2 { width: 33.33%; padding-right: 47px; }
.header .left-mega-menu li.depth2 > a.dis-flex { display: flex; }
.header .icon-left { width: 24px; }
.header .content-right { width: calc(100% - 24px); padding-left: 8px; }
.header .content-right strong { display: block; font-weight: 600; margin-bottom: 12px; }
.header .content-right small { font-size: 12px; color: #999999; }
.exleft-menu { background:#00B2E3; padding:22px 24px; }
.exleft-menu h4 { color:#fff; font-size:24px; font-weight:700; margin-bottom:21px; line-height:24px; }
.menu_left_content p{ color:#fff; font-size:14px; line-height:20px; font-weight:400; }
.inn-title { min-height:22px; color: #201751; font-weight: 700; font-size: 16px; line-height: 22px;margin-bottom:17px; }
.header .left-mega-menu li.depth2 a strong{ margin-bottom:2px; display:block; color: #00B2E3;font-weight: 700; font-size: 16px; line-height: 22px; }
.header .left-mega-menu li.depth2 a strong:hover { text-decoration:underline; opacity:0.7; }
.header .left-mega-menu li.depth2 a small { color: #55627D;font-weight: 400; font-size: 14px; line-height: 19px; }
.header .left-mega-menu li.depth2 a { margin-bottom:14px; }
.inner-wrapper { display: flex; flex-wrap: wrap; }
.header .depth1.menu-item.dm .depth2.menu-item div{ margin-bottom:14px; }
.header .depth1.menu-item.dm a strong{ margin-bottom:2px; display:block; color: #00B2E3;font-weight: 700; font-size: 16px; line-height: 22px; }
.header .depth1.menu-item.dm a small { color: #55627D;font-weight: 400; font-size: 14px; line-height: 19px; }
.read_more_label a{ color:#00B2E3 !important;}
.read_more_label a:hover { text-decoration:underline; }
.read_more_label a svg {margin-left:9px; }

.footer-section { background: #17143D; padding:42px 0 30px; z-index: 2; position: relative; }
.dis-flex.simplemenu { justify-content: space-between;  }
.simplemenu { margin-top:20px;margin-bottom:30px; }
.simplemenu .hs-menu-depth-1>a { margin-bottom:11px; color: #00B2E3; font-weight: bold; font-size: 16px; line-height:22px; }
.simplemenu ul { margin-bottom:0; }
.simplemenu a { display: inline-block; color:#fff; margin-bottom:12px; font-size: 16px; line-height:22px; font-weight:400; }
.simplemenu a:hover  { color:#00b2e3 }
.awards { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; padding:25px 0;  }
.awards div { padding-right:10px; }
.awards div:last-child { padding-right:0; }

.social-icon ul { display: flex; flex-wrap: wrap; align-items: center; margin-bottom:0; }
.social-icon ul li:first-child { color:#fff;  font-size: 14px; line-height:19px; font-weight:700; } 
.social-icon ul li a { display:inline-block; margin-left:12px }
.social-icon ul li a:hover { opacity:0.5; }
.socialmain { padding-top:30px; align-items: center; }
.privacy-menu { padding-right:105px; padding-left:52px; }
.privacy-menu ul { display: flex; flex-wrap: wrap; align-items: center; margin-bottom:0; }
.privacy-menu ul li a{ display:inline-block; font-weight: 400; font-size: 12px; line-height: 24px; color:#fff; margin-right:20px; }
.privacy-menu ul li a:hover { text-decoration:underline; }
.copy_right_text { font-weight: 400; font-size: 12px; line-height: 16px; color:#fff; }
.header.headermobile { display:none; }

@media(min-width:1025px){
  .header:not(.prefrencepage .header){position:fixed; transform: translateY(0%); box-shadow: 0 0 3px 0 rgba(0,0,0,0.25); }
  .header .child-toggle { display: none; }
  .header.hover { background:#fff;} 
  .header li.depth1 > a:before { position: absolute; content: ""; transition: opacity .5s ease; opacity:0; height: 4px; width: 100%; bottom:50px; left: 0; right: 0; margin: 0 auto; background: #00B1E2; }
  .header .menu-left ul li.depth1 a.active:hover:before,.header li.depth1 > a:hover:before,.header li.depth1.child-items:hover > a:before{opacity:1; }
  .header li.depth1.child-items:hover > a{color:#00B2E3; }
  .header .mega-menu{ max-width:1120px; position: absolute; left: 0; right: 1px; top: 100%; margin: auto; background: #fff; box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25); border-radius: 16px; overflow: hidden; }
  .header .hover-class { display: none!important; }
  .header li.depth1.active .hover-class,.header .right-part { display: block !important; }
  .header li.depth1.active > a:before { opacity:1; }
  .header li.depth1.child-items.active > a {color: #00b2e3; }
  .header li.depth1.active .downarrow svg { transform: rotate(180deg);  }
  .header li.depth1.active .downarrow svg path { fill:#00B2E3; }
  .header li.depth1 .downarrow svg path{ fill:#201751;  }
  .header li.depth1 .downarrow svg { position: relative; left: 6px; }
  .header li.depth1.dm { position: relative; }
  .header ul.default-menu { position: absolute; left: 10px; top: 100%; background: #fff; padding: 25px 20px; font-size: 14px; min-width: 250px; box-shadow: 0px -4px 16px rgb(0 21 45 / 4%), 0px 36px 60px rgb(0 21 45 / 16%); }
  .header ul.default-menu li:not(:last-child) { margin-bottom: 15px; }
  .header .menu-left ul li a.active { color: #00b2e3; }
  .header li.depth1>a.active:before { opacity:1; }
  .header.bg-header { background: #ffff; box-shadow: 0px 4px 60px 0px rgba(0, 21, 45, 0.12); }
  .header.small-header {    transform: translateY(-110%) !important; }
  .header.bg-header li.depth1 { padding:32px 23px; }
  .award_badges_grp { width: 33%; }
}
@media(max-width:1280px){
  .header .contact-part li { padding: 0 15px; }
  .header .right-part { padding-left: 10px; }
  .header ul.default-menu{ left:0 !important; }
  .header li.depth1>a { font-size:15px; }
}
@media(max-width:1050px){
  .header li.depth1 { padding: 27px 11px; }
}
@media(max-width:1024px){
  .header:not(.prefrencepage .header) { position: fixed;  }
  .header.headerdesktop { display:none; }
  .header.headermobile { display:block !important; }
  .body-container-wrapper { padding-top: 75px; }
  .header:not(.prefrencepage .header) {  padding:10px 0; transition: background 0s ease; transition-delay: .3s; }
  .mobile-open .header { background: #fff; transition-delay: .0s; }
  .header .container > .dis-flex { justify-content: space-between; }
  .wrapper-header .hs-menu-depth-1>ul.hs-menu-children-wrapper li a:focus,.wrapper-header .hs-menu-depth-1>a:focus { text-decoration:underline }
  .header li.depth1 { padding: 15px 0px; width: 100%; position: relative; }
  .wrapper-header .mobile-trigger { cursor: pointer; position: absolute; right: 30px; width: 26px; z-index: 9; top: 28px; height: 17px; }
  .wrapper-header .mobile-trigger .line { display: block; background: #00B2E3; width: 100%; height: 2px; position: absolute; left: 0; border-radius: 2px; }
  .wrapper-header .mobile-trigger .line-1 { top: 0; }
  .wrapper-header .mobile-trigger .line-2 { top: calc(50% - 1px); }
  .wrapper-header .mobile-trigger .line-3 { top: calc(100% - 1px); }
  .wrapper-header .mobile-trigger.active-re .line-1 { top: calc(50% - 1px); transform: rotate(45deg); }
  .wrapper-header .mobile-trigger.active-re .line-2 { opacity: 0; }
  .wrapper-header .mobile-trigger.active-re .line-3 { top: calc(50% - 1px); transform: rotate(-45deg); }
  .header .child-toggle { cursor: pointer; transition: transform .5s ease; position: absolute; right: 0; font-size: 27px; top: 7px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
  .header .child-toggle.child-open { transform: rotate( 180deg ); }
  body.mobile-open { overflow-y: hidden; }
  body:not(.mobile-open) .mobile-back-arrow { display: none !important; transition-delay: 0s; }
  .wrapper-header .hs-menu-wrapper { transition: left .5s ease; overflow-y: auto; overflow-x: hidden; position: fixed; width: 100%; max-width: 100%; left: 101%; top: 74px; background:#fff; height: calc(100vh -74px); padding:0; }
  .wrapper-header .mobile-trigger.active-re+.hs-menu-wrapper, .mobile-open .wrapper-header .hs-menu-wrapper:before, .mobile-open .wrapper-header .hs-menu-wrapper:after { left: 0; }
  .wrapper-header .menu ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper { position: absolute; display: none; right: calc(-100% - 30px); max-width: 100%; width: 100%; top: 0;  }
  .mobile-back-arrow { color: #fff; cursor: pointer; display: none; left: 30px; position: absolute; top: 21px; transition: transform .5s ease; z-index: 9; font-size: 23px; }
  .wrapper-header .hs-menu-wrapper>ul { transition: transform .5s ease;     padding:0 25px; }
  .wrapper-header ul.first-ul { transform: translateX(calc(-100% - 30px)); }
  .wrapper-header .hs-menu-depth-1 > a { position:relative; font-weight: 600; font-size: 16px; line-height: 22px; color: #201751; margin-bottom: 30px; }
  .wrapper-header .hs-menu-depth-1 > ul.hs-menu-children-wrapper  li a {  font-weight: 700; font-size: 16px !important; line-height: 22px; color: #00B2E3;  }
  .wrapper-header .hs-menu-depth-1>a .child-trigger{ top: 50%; right: -26px; position: absolute; transform: translateY(-50%); font-size: 16px; }
  .headmobthird-content p{ font-weight: 400; font-size: 14px; line-height: 20px; color: #201751; }
  .headmobthird {  background: #B3EEFF; padding:100px 25px 48px;  position: relative; margin-top: 82px; }
  .headmobthirdimg { position: absolute; top: -77px; right: 25px; }
  .headmobthirdimg img{ border-radius: 16px; overflow:hiden }
  .tit1 { font-weight: 400; font-size: 14px; line-height: 20px;text-transform: uppercase;color: #55627D; }
  .tit2 { font-weight: 700; margin:27px 0 11px; font-size: 16px; line-height: 24px; color: #201751; }
  .headmobsecond { padding: 42px 24px; }
  .headmobsecond h5 { font-weight: 700; font-size: 16px; line-height: 22px; color: #201751; margin-bottom:36px; }
  .headmobsecond ul li { margin-bottom:36px; }
  .headmobfirst { background: #00B2E3; padding: 24px 50px; }
  .headmobfirst h4 { color:#fff; }
  .headmobthird .read_more_label { margin-top:15px; }
  .headmobthird .read_more_label a{ font-weight: 700; font-size: 16px; line-height: 22px; }
  .header li.depth2 a strong{ margin-bottom:2px; display:block; color: #00B2E3;font-weight: 700; font-size: 16px; line-height: 22px; }
  .header li.depth2 a small { color: #55627D;font-weight: 400; font-size: 14px; line-height: 19px; }
  .header li.depth2 a { margin-bottom:14px; }
  .dmmenu .mobile-back-arrow { color:#00B2E3; }   
  ul.hs-menu-children-wrapper.dmmenu { padding: 24px 24px 24px 54px; }
  .dmmenu h5{ color: #201751; font-size: 24px; font-weight: 700; line-height: 24px; }
  .award_badges_grp { margin-top: 15px; width:100%; }
  .award_badges_grp div:last-chdild { padding-top:0;}

}
@media(max-width:1024px){
  h1, .h1 { font-size: 38px !important; }
  h2, .h2 { font-size: 32px !important; }
  h3, .h3 { font-size: 28px !important; }
  .common-cta a, a.cta_button { min-width:210px;padding: 10px 20px;}
  .common-cta a.large,a.cta_button.large{  min-width: 250px; } 
}
@media(max-width:767px){
  h1, .h1 { font-size: 33px !important; }
  h2, .h2 { font-size: 27px !important; }
  h3, .h3 { font-size: 24.5px !important; }
  h4, .h4 { font-size: 22px !important; }
  h5, .h5 { font-size: 21px !important; }
  blockquote:before { width: 60px; height: 44px; }
  .w100{ width:100%; }
  .mb50{ margin-bottom:50px;}
  form fieldset.form-columns-2>div.hs-form-field,form fieldset.form-columns-3>div.hs-form-field{ width:100% !important } 
  .container,.row-fluid .span12.container{ padding-left:20px !important; padding-right:20px !important; } 
  .common-cta a, a.cta_button { min-width: 175px; }
  .dis-flex.simplemenu >div { width: 50%; margin-bottom: 34px; padding-right:10px; }
  .dis-flex.awards.vmiddle > div:first-child { width: 100%; margin-bottom: 36px; }
  .awards div:last-child { padding-right: 0; }
  .privacy-menu { padding-right: 0; padding-left: 0; width: 100%; padding-bottom: 10px; padding-top: 26px; }
  form .legal-consent-container .hs-form-booleancheckbox-display p { line-height:22px; }
  .spcbtm70 { margin-bottom:60px; }
}
@media(max-width:414px){
  .common-cta { text-align:center }
  .common-cta a{ min-width:100%; }
}
@media(max-width:410px){
  .awards div:last-child { padding-top:30px; }
  .social-icon ul li:first-child { display: block; width: 100%; padding-bottom: 12px; }
  .social-icon ul li:nth-child(2) a{ margin-left: 0; }
  .dis-flex.simplemenu>div { width:100%; padding-right:0; }
}

@media(max-width:375px){
  .dis-flex.awards.vmiddle>div:first-child { margin-bottom:0; }
  .awards div { padding-bottom: 25px; width:100%; }
  .award_badges_grp { margin-top: 0; width:100%; }
  .awards div:last-child { padding-top: 0; padding-bottom: 0;  }
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img {  display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-next:before, .slick-prev:before { font-size:0; }
ul.slick-dots button { border: 0; background: #6FCFEB; border-radius: 100%; color: inherit; font-size: 0; font-weight: 700; cursor: pointer;padding: 8px; transition: color .5s ease,opacity .5s ease;}
ul.slick-dots button:hover{ opacity:1;}
.slick-dotted ul.slick-dots { display: flex !important; justify-content: center; align-items: center; list-style: none; margin-top: 30px; margin-bottom:0; }
ul.slick-dots li { line-height:0; }
ul.slick-dots li:not(:last-child) { padding-right: 12px; position: relative; }
ul.slick-dots li.slick-active button{ color: #00B1E2; opacity: 1; background: #00B1E2; }
.slick-arrow { position: absolute; top: 48%; transform: translateY(-48%); z-index: 1; cursor: pointer; }
.slick-prev.slick-arrow { left: -34px; }
.slick-next.slick-arrow { right: -34px; }
.slick-arrow { border-radius:100px; padding: 13px 20px; background: rgba(255, 255, 255, 0.68); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); }

@media(max-width:1400px){
  .slick-prev.slick-arrow { left: -19px; }
  .slick-next.slick-arrow { right: -19px; }
}
@media(max-width:1279px){
  .slick-prev.slick-arrow { left: -10px; }
  .slick-next.slick-arrow { right: -10px; }
}
@media(max-width:767px){
  ul.slick-dots li:not(:last-child):before { width: 20px;}
  .slick-arrow { padding: 9px 15px; }
  .slick-arrow svg { height:17px; }
}
/* Home Hero Module */
.hero-module { position:relative; overflow: hidden; }
.hero-module { position: relative; padding-bottom: 56.25%; height: 0; }
.hero-module video {  position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero-module.vimeo { position: relative; width: 100%; left: 0; top: 0; height: calc(100vh - 121px); pointer-events: none; overflow: hidden; }
.hero-module.vimeo iframe { width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.innerheromodule { position: relative; z-index: 9; max-width:550px; margin:0 auto; text-align:center;  }
.innerheromodule h1 { font-weight: 800; font-size: 64px; line-height: 1.2; }
.inner-hero { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:9; } 
.left-parthero { position: absolute; top: 45px; left: -35px; }
.leftimg1 { height: 215px; width: 215px; border-radius: 14px; }
.leftimg2 { position: absolute; left: 15px; margin-top: 21px; }
.leftimg4 { width: 138px; height: 160px; border-radius: 14px; position: absolute; top: 87%; right: -33%; }
.leftimg5 { position: absolute; top: -68%; right: 11%; }
.lefttext5 { box-shadow:0px 3px 8px rgba(0, 0, 0, 0.25); position: absolute; top: 69%; right: -48%; font-weight: 600; font-size: 12px; line-height: 16px; background: #fff; padding: 12px 22px; border-radius: 16px; }
.lefttext5:after { border-color: #fff transparent transparent; border-style: solid; border-width: 7px 8px; content: ""; height: 0; left: 50%; position: absolute; bottom: -14px; width: 0; transform: translate(-50%, 0); }
.leftimg3 { padding-top: 110px; padding-left: 57px; }
.right-parthero { position: absolute; bottom: 45px; right: -36px; }
.rightimg1 { border-radius: 14px; height: 215px; width: 215px; position: absolute; bottom: 124%; right: 0; }
.rightimg2 { position: absolute; bottom: 46%; right: 2%; width: 89px; }
.rightimg3 { position: absolute; bottom: 14%; right: 18%; }
.rightimg4 { padding-right: 114px; }
.rightimg4 img{ border-radius:14px; overflow:hidden; }
.rightimg5 { position: absolute; bottom: 48%; left: -42%; width: 100px; }

.main-event { padding:82px 0 138px; }
.main-event h2 { margin-bottom:70px; }
.eventbanner { padding:58px 30px 44px; }
.eventbanner h5 { margin-bottom:0; color:#fff; }
.parentevents { margin-right: -15px; margin-left: -15px; margin-top:40px; } 
.evnew a.darkbg { background: #385CA5; }
.evnew a.darkbg:hover { color:#00b1e2;  }  
.evnew a.darkbg:hover svg path {  stroke: #00b1e2; }
.evnew a.darkbg:hover svg path{ fill:#00b1e2; }
#mevent .event-items:hover .event-details h5 { color: #201751; }
.event_type{ border: 2px solid #7788C6; }
.event_date{ border: 2px solid #B2EEFF; } 
.event-items { overflow: hidden;position:relative; border-radius: 16px; box-shadow:0px 3px 8px rgba(0, 0, 0, 0.25); width: calc(33.33% - 30px); margin-right: 15px; margin-left: 15px; margin-bottom:36px; }
.event-items h5 { margin-top:15px; margin-bottom:15px; }
.event_type,.event_date { font-weight: 700; font-size: 14px; line-height: 19px; border-radius: 60px;padding:7px 22px; margin-right:7px; }
.event_datere a { text-transform: capitalize; position:relative; z-index:33; font-weight: 700; font-size: 14px; line-height: 19px; border-radius: 60px;padding:8px 22px; margin-right:7px; background: #dfe43c; color: #201751; margin-bottom:10px; display:inline-block; } 
.event_datere a:nth-child(2) { background: #B3EEFF; }
.event-details { padding: 30px 24px 80px;  }
.event_image { display: flex; align-items: center; background: #F3F6F9; height: 180px; justify-content: center; }
.event_image.upevent_image { min-height:237px; height:auto; }
.locations { position:absolute; bottom:25px; left:24px; }
.locations span{ color: #201751; font-weight: 600; font-size: 14px; line-height: 26px; }
.locations .location_place { color: #00B1E2; }
.readmorelink {  text-align:center; margin-top:55px; }
.readmorelink a { font-weight: 700; font-size: 24px; line-height: 30px; }
.readmorelink a:hover { text-decoration:underline; }
.readmorelink a svg { margin-left:14px; }

.entirelink { position:relative;  }
.rssImage { height:180px; }
.recfeatured { position:absolute; top:0;right:0;bottom:0; left:0;width:100%; height:100%; } 
.event-items .latestnews h5 a { color: #201751; }
.event-items:hover .latestnews h5 a { color: #00b1e2; }
.event-items:hover h5{ color: #00b1e2; }
.entirelink .event_date { z-index: 3; position: relative;}  
.latestnews { padding-bottom:40px; }
.latestnews p { margin-bottom:0; }
.latestnews .event_date .topic-link { color:#201751; font-weight: 700; font-size: 14px; line-height: 19px; }
.latestnews .detail-content p { font-weight:400; }
.ltreadmore a svg { height: 11px; margin-bottom:3px; margin-left:3px; }

.ebankit-section { position:relative; padding:66px 0; }
.globe_image { position:absolute; top:0; right:0; z-index:1; }
.ebankit-section h2:not(.ebankit-number h2) {  color:#fff; margin-bottom:99px;}
.ebankit-section .dis-flex { margin-right: -15px; margin-left: -15px; }
.ebankit-number { width:calc(33.33% - 30px); margin-right:15px; margin-left:15px; position:relative;z-index:2; }
.ebankit-number h2 { color:#fff; margin-bottom:12px; }
.ebankit-number h4  { color:#fff; margin-bottom:20px; }
.ebankit-number .detail-content {  color: #93A3DE; font-weight: 600; font-size: 20px; line-height: 30px; }

.main-logo { padding:97px 0; }
.main-logo h2.left { max-width:782px; margin-bottom:70px; }
.main-logo h2.center { max-width:782px; margin:0 auto 70px; text-align:center; }
.main-logo h2.right { max-width:782px; margin:0 0 70px auto; text-align:right;  }

.logo-items { width: 25%; display: flex; align-items: center; justify-content: center; margin-top: 16px; position: relative; min-height: 135px; }
.logo-items:before { content: ''; position: absolute; top: 0; right: 0; border-right: 2px dashed #E0E0E0; height: 88%; }
.logo-items:after { content: ''; position: absolute; bottom: 0;  border-bottom: 2px dashed #E0E0E0; width: 80%; }
.logo-items:nth-child(4n):before { border-right: 0; }
.logo-items:nth-last-child(2):after { border-bottom: 0; }
.logo-items:nth-last-child(3):after { border-bottom: 0; }
.logo-items:nth-last-child(4):after { border-bottom: 0; }
.logo-items:nth-last-child(1):after { border-bottom: 0; }
.main-logo .readmorelink { margin-top:42px; }

.logo-items2 { width: 33.33%; margin-top: 16px; position: relative;   }
.logo-items2 img { margin-bottom:15px; }
.logo-items2:before { content: ''; position: absolute; top: 0; right: 0; border-right: 2px dashed #E0E0E0; height: 88%; }
.logo-items2:after { border-bottom: 2px dashed #e0e0e0; bottom: 0; content: ""; left: 21px; position: absolute; width: 78%; }
.logo-items2:nth-last-child(2):after { border-bottom: 0; }
.logo-items2:nth-last-child(3):after { border-bottom: 0; }
.logo-items2:nth-child(3n):before { border-right: 0; }
.logo-items2:nth-last-child(1):after { border-bottom: 0; }
.main-two-suite.main-two-suitev2 .left-suite { width:55%; padding-right:50px; }
.main-two-suite.main-two-suitev2 .right-suite { width:45%; }
.innerlogo-items2 { padding:0 10px; }
.main-two-suitev2 .fourco .logo-items2 { width:25%; }
.main-two-suitev2 .fourco .left-suite { width:49%; }
.main-two-suitev2 .fourco .right-suite { width:51%; }
.main-two-suitev2 .fourco .logo-items2:nth-child(4n):before { border-right: 0 !important; }
.main-two-suitev2 .fourco .logo-items2:nth-child(3n):before { border-right: 2px dashed #E0E0E0; }
.main-two-suitev2 .fourco .logo-items2:nth-last-child(4):after { border-bottom: 0; }
.bmore {  padding-top: 20px; }
.bmore a svg { margin-left: 5px; width: 22px;  }
.bmore a:hover { text-decoration:underline; }

.main-testimonial { padding:97px 0 67px; }
.core-details { max-width:733px; margin-bottom:50px; }
.core-details h2 { margin-bottom:23px; }
.left-card { width:38%; }
.right-card { width:60%; }
.right-card .innercard-details .detail-content { max-width: 643px; }
.inner-leftcard { padding:40px 38px 36px 32px; height:100%; }
.innercard-details { margin-top:78px; }
.left-card .innercard-details { margin-top: 67px; }
.innercard-details .detail-content { margin-bottom:20px; }
.innercard-details .detail-content p{ font-weight:700; font-size:20px; line-height:30px; }
.person-image { width:80px; height:80px; border-radius:100%;  }
.person-details { width:calc(100% - 80px); padding-left:14px; }
.person-details span.name { font-weight:700; font-size: 16px; line-height: 24px; }
.person-details span { font-weight:400; font-size: 16px; line-height: 24px; }
.person-items { width:100%; padding-right:15px; }
.word-items { margin-bottom:30px; }
.word-items.change_position .left-card { order:2; }
.kmore a svg { margin-left:5px; padding-bottom: 6px;  width: 22px;}
.kmore a:hover { text-decoration:underline; }

.two-col-strategy { padding-bottom: 49px; }
.two-col-strategy h2 { max-width:573px; margin:0 auto 129px; text-align:center; }
.two-col-strategy .dis-flex { margin-right:-11px; margin-left:-11px; }
.strategy-items {  position:relative; width:calc(50% - 22px); margin-right:11px; margin-left:11px; }
.strategy-items-inner{ padding:130px 32px 52px; }
.strategypic { height: 274px; width: 261px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); z-index:10; border-radius: 16px; overflow: hidden; position: absolute; top: -84px; right: 28px; }
.strategy-items h3 { max-width:170px; color:#fff; }
.strategy-items .detail-content p { color:#fff; }
.strategy-items .common-cta { margin-top:20px; }
.strategy-items .common-cta a { border-color:transparent; padding: 7px 18px; font-size: 14px; line-height: 19px; background: #3A5EAB; border-radius: 60px; } 
.strategy-items .common-cta a svg { margin-left:8px;height: 12px; margin-bottom: 3px; }
.strategy-items .common-cta a:hover { background:transparent; color:#fff; border-color:#fff; }
.strategy-items .common-cta a:hover svg path{ fill: #fff;}
.strategy-items:nth-child(2) { position: relative; top: 76px; }

.main-Innovat { padding:82px 0 96px; }
.main-Innovat h2.left { max-width:614px; margin: 0 auto 22px 0; } 
.main-Innovat h2.center { margin: 0 auto 22px auto;  text-align:center;}
.main-Innovat h2.right { margin: 0 0 22px auto; text-align:right }
.main-Innovat .dis-flex { margin-right:-15px; margin-left:-15px; }
.Innovat-items {  width:calc(33.33% - 30px); margin-right:15px; margin-left:15px; margin-top:50px; }

.left-slider { width:68%; padding-right:31px; overflow:hidden;  }
.left-slider .slick-slide img { margin:0 auto; }
.left-slider .slick-list { background: #F3F6F9; border-radius: 24px; padding:96px 20px; }
.right-slider { width:32%; position:relative; z-index:9; }
.main-Integration .dis-flex {  overflow: hidden; max-height: 547px }
.innerright-slider.slick-current .sliderinnercontent  { background: #F3F6F9; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 14px; padding:16px 28px 28px; margin-bottom:22px; }
.innerright-slider.slick-current .detail-content p { display:block; }
.innerright-slider.slick-current .title { padding-left:0; }
.innerright-slider .title { cursor: pointer; padding-left:28px; font-weight: 700; font-size: 18px; line-height: 30px; margin-bottom:14px;}
.innerright-slider .detail-content p{ font-weight: 400; font-size: 16px; line-height: 24px; display:none; }
.buttonlabel { padding-left:28px; }
.buttonlabel a:hover { text-decoration:underline;  }
h5.left_top_title { margin-bottom: 0; color: #55627D; font-weight:700;  font-size: 22px; position: absolute; top: -64px; left: 50%; width: 100%; transform: translate(-50%, 0); text-align: center; } 

.main-two-col { padding:75px 0; }
.left-robotic { width:50%; padding-right:60px; }
.left-robotic h2 { margin-bottom:40px; }
.right-robotic { width:50%; }

.banner-module.thankbanner { padding:128px 0; }
.banner-module { overflow: hidden; padding:78px 0; }
.banner-left{ width:50%; padding-right:52px; }
.innerbanner-left { margin-left:auto; max-width:508px; }
.banner-right{ width:50%; }
.banner-module .common-cta a { font-size:14px; }
.banner-module .common-cta a.wob { background:transparent; color: #00B2E3; border-color:transparent; }
.banner-module .common-cta a.wob:hover { background: #00b1e2; border-color:#00b1e2; color:#fff; }
.banner-module .common-cta a.wob:hover svg path { fill:#fff; }
.banner-module .common-cta{ padding-right:10px; }
.banner-module .common-cta:last-child { padding-right:0; }

.Infographictitle { display:inline-block; font-weight: 700; font-size: 18px; margin-bottom:19px; line-height: 27px;color: #201751; border: 2px solid #B2EEFF; border-radius: 67px; padding:10px 25px; }
.Infographictitle2 { display:inline-block; font-weight: 700; font-size: 18px; margin-bottom:19px; line-height: 27px;color: #201751; background: rgba(223, 228, 60, 0.7);  border-radius: 67px; padding:13px 25px; }
.banner-module2 {  padding:78px 0 86px; }
.banner-left2 { width:50%; padding-right:52px; }
.banner-right2 { width:50%; }
.banner-module2 .common-cta a { font-size:14px; }
.banner-module2 .common-cta a.wob { background:transparent; color: #00B2E3; border-color:transparent; }
.banner-module2 .common-cta a.wob:hover { background: #00b1e2; border-color:#00b1e2; color:#fff; }
.banner-module2 .common-cta a.wob:hover svg path { fill:#fff; }
.banner-module2 .common-cta{ padding-right:10px; }
.banner-module2 .common-cta:last-child { padding-right:0; }
.ev_type { font-size: 18px; font-weight: 700; line-height: 27px; padding: 10px 25px; }
.locations2 span { color: #201751; font-size: 18px; font-weight: 700; line-height: 27px } 
.locations2 .location_place2 { color: #00b1e2 }

.main-Innovat2 { padding:38px 0; }
.main-Innovat2 h2 { margin-bottom:60px; } 
.main-Innovat2 .dis-flex { margin-right:-15px; margin-left:-15px; }
.Innovat-items2 {  width:calc(25% - 30px); margin-right:15px; margin-left:15px; }
.Innovat-items2 .Innovat-pic { display: flex; align-items: center; }

.two-col-market { padding:50px 0; }
.market-left { width:30%; border-radius: 16px; overflow:hidden; min-height: 256px; }
.market-right { width:calc(100% - 30%); padding-left:29px; }
.market-items2 .market-right { padding-bottom: 15px; padding-top: 30px; }
.market-items { margin-bottom:53px; }
.market-items:last-child { margin-bottom:0; }
.market-items h2{ margin-bottom:21px; }
.market-leftnew { display: flex; justify-content: center; align-items: center; padding:15px 20px; }

.main-deep { padding:50px 0; margin-bottom:10px; }
.deep-left { width:34%; padding-right:50px; }
.deep-right { width:66%; text-align:center;  background: #F4F4F4; border-radius: 16px; padding: 28px 9px; }

.main-tabs  { padding:80px 0; background: #F3F6F9; }
.tabs-navodd,.tabs-nav { width: 100%; }
.tabs-navodd ul,.tabs-nav ul{ border-bottom:1px solid #55627D; margin-bottom:46px; }
.tabs-navodd ul li a,.tabs-nav ul li a { color: #55627D; padding-bottom:18px; margin-right:24px; display: inline-block; font-weight: 600; font-size: 16px; line-height: 22px;     position: relative; }
.tabs-navodd ul li.active a,.tabs-nav ul li.active a { color:#00b1e2; }
.tabs-navodd ul li.active a:after,.tabs-nav ul li.active a:after { background: #00b1e2; content: ''; position: absolute; bottom: -1px; height: 4px; width: 100%; left: 0; }
.tab-left h4 { margin-bottom:32px; }
.tab-left { width:50%; padding-right:50px; }
.tab-left a { margin-bottom:18px; display:inline-block; }
.tab-right { width:50%; text-align:center; }
.tab-right .image1 { margin-bottom:47px; }
#select_box2,#select_box { padding:0 10px; width:100%; background:transparent; margin-bottom: 20px; color: #00B1E2; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none;  }
section.tabs-content,section.tabs-contentodd.tabs22 {  margin-top: 20px; padding-top: 20px; width:100%;  }
.selectbox{ position:relative; }
.selectbox:before { content: ""; transform: translate(0, -35%); position: absolute; top: 35%; left: 113px; background: url(https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/New%20Images/Vector.svg); background-repeat: no-repeat;  background-size: 10px;  pointer-events: none; width: 10px; height: 10px;  } 
.imgc { height: 54px; display: flex; align-items: center; }
.two-col-freedom { padding:93px 0; }
.catogery_type { margin-bottom:25px; display:inline-block; border-radius: 60px; border: 2px solid #7788C6; font-weight: 700; font-size: 20px; line-height: 27px; padding:11px 23px; color:#fff;  }
.left-freedom { padding-right:72px; width:50%;}
.left-freedom h2 { margin-bottom:42px; }
.left-freedom h2, .left-freedom .detail-content p{ color:#fff; }
.left-freedom .detail-content p{ font-size:20px; line-height:30px; }
.right-freedom {  width:50%;}
.eventbannerdis  { display: flex; align-items: center;justify-content: space-between; }
.eventmx { padding-right:40px; }

.two-col-discover { padding-bottom: 130px; padding-top:86px; }
.two-col-discover .top-discover { max-width:893px; margin:0 auto 30px; text-align:center; }
.two-col-discover .dis-flex { margin-right:-10px; margin-left:-10px; }
.discover-items:nth-child(2) { top:80px; position:relative; } 
.discover-items { padding:0 32px 28px; position:relative; width:calc(50% - 20px); margin-right:10px; margin-left:10px; }
.discover-items a { font-weight:700; }
.discover-items a:hover { text-decoration:underline; }
.discover-items a,.discover-items h3 { color:#fff; }
.discover-items h3{ margin-top:20px; font-weight:700;  }
.discover-items .detail-content { color:#fff; margin-bottom:20px; }
.two-col-discover .image_rounded_corner img { border-radius: 12px; }

.two-col-banking { padding-bottom: 130px; padding-top:110px; }
.two-col-banking .dis-flex { margin-right:-10px; margin-left:-10px; }
.banking-items { padding:18px 32px 28px; position:relative; width:calc(33.33% - 20px); margin-right:10px; margin-left:10px; }
.perheight { padding-top:82px; }
.banking-items a { font-weight:700; }
.banking-items a:hover { text-decoration:underline; }
.banking-items a,.banking-items h3 { color:#fff; }
.banking-items h3{ margin-top:20px; }
.banking-items .detail-content { color:#fff; margin-bottom:20px; }
.banking-items:nth-child(1){ margin-top:-244px; }
.banking-items:nth-child(2) { margin-bottom: 23px; }
.banking-items:nth-child(3) { margin-top:-109px; }
.two-col-banking .image_rounded_corner img { border-radius: 12px; }

.two-col-know { padding:96px 0 138px; position:relative;  }
.left-know { width:70%; padding:64px 69px 64px 32px; }
.right-know { width:30%; }
.inner-know{ box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); background:#fff; border-radius: 23px; overflow: hidden; }  
.left-know .detail-content p strong { font-weight:800;  }
.left-know .detail-content p { font-size:24px; line-height:34px; }

.two-col-demo { padding:132px 0 98px; }   
.watch-content { width:50%; }
.watch-content.infullwidth { width:100%; margin-bottom:26px; }
.watch-content.infullwidth:last-child { margin-bottom:0; } 
.roundcorner { border-radius: 24px; box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25); }
.reqdemo-left { width:50%;  padding: 47px 46px 47px 46px; border-radius: 24px 0px 0px 24px;  }
.reqdemo-left .subtitle_content { padding-top:40px; }
.reqdemo-left .subtitle_content p { font-size:20px; line-height:30px; }
.reqdemo-left .req-image { margin-top:-110px; }
.reqdemo-left { color:#fff; }
.reqdemo-left h5 { font-weight: 700; color:#fff; font-size: 24px; line-height: 32px; }
.reqdemo-left span { width:38px; }
.reqdemo-left .duration { padding-left:19px; width: calc(100% - 38px); }
.reqdemo-right { width:50%; padding:59px 30px 0 30px; }
.innerreqdemo-right { max-width:464px; }
.innerreqdemo-right .catogeries { border-radius: 60px; display:inline-block; padding:11px 23px; margin-bottom:30px; font-weight:700; }
.innerreqdemo-right .catogeries:first-child { border: 2px solid #7788C6; margin-right:16px }
.innerreqdemo-right .catogeries:nth-child(2) { border: 2px solid #B2EEFF; }
.innerreqdemo-right h3{ margin-bottom:22px; font-size:40px; line-height:1.2; }
.innerreqdemo-right .detail-content { margin-bottom:26px; }
.innerreqdemo-right .detail-content p { line-height:30px; }
.reqdemo-right form { position:relative;  }   
.reqdemo-right form .legal-consent-container { order: 2; }  
.reqdemo-right form .legal-consent-container .hs-richtext, .reqdemo-right form .legal-consent-container .hs-richtext p {  color: #55627D; font-weight: 400; font-size: 13px; line-height: 20px; margin-bottom: 0; }
.reqdemo-right form .legal-consent-container .hs-richtext a, .reqdemo-right form .legal-consent-container .hs-richtext p a {  font-weight:400; color: #55627D; text-decoration:underline; } 
.fwidth{ max-width:100%; }
.reqdemo-right form .hs-submit { margin-top:0; margin-bottom: 16px;}

.main-two-suite { padding-top:104px; padding-bottom:60px; }
.title_main { max-width:798px; margin:0 auto 53px; }
.suite-items { margin-bottom:120px; }
.suite-items:last-child { margin-bottom:0; }
.suite-items .catogery{ border: 2px solid #B2EEFF; display:inline-block; margin-bottom:29px; font-weight: 700; font-size: 20px; line-height: 27px;  color: #201751; padding:8.5px 22px; background:transparent; border-radius: 60px; }
.left-suite { width:50%; padding-right:30px; }
.right-suite { width:50%; text-align:center; }
.right-suite img { border-radius: 16px; } 
.suite-items.change_image_position .left-suite { order:2; padding-left:30px; padding-right:0; }
.suite-items.change_image_position .right-suite { padding-right:15px; }

.w-left { width:64%; padding-right:15px;}
.w-left .inner-leftcard { padding: 40px 50px 36px 72px; }
.w-right .innercard-details,.w-left .innercard-details { margin-top:44px; }
.w-left .person-details { padding-left:100%; padding-left:0 }
.w-right { width:36%; height:397px; }

.two-col-jobform { padding:134px 0 124px; }
.job-left { width:68%; padding-right:30px; }
.job-left h2 { margin-bottom:47px; }
.job-left button { font-weight:700; }
.job-left button,.job-left button:hover { background:none; border:0; padding:0; }
.job-right { width:32%; }
.innerjob-right { border: 1px solid #00B2E3; border-radius: 16px; background: #F3F6F9; padding:0 0 110px; }
.job-right h3 { font-weight:700;font-size: 18px !important; line-height: 25px; padding-top:32px; }
.job-right h3 svg { margin-right:12px; }
.job-right .dis-flex { border-bottom: 1px solid #00B2E3; padding-left:32px; padding-right:32px; padding-bottom:27px; padding-top:35px; }
.job-right .dis-flex h5 { font-size:18px; line-height:25px; font-weight:700; margin-bottom:5px; }
.job-right .dis-flex .place { font-weight: 400; }
.office_locimage { width:24px; }
.office_location { padding-left: 12px; width:calc(100% - 24px); }
.innerplace { padding-left:32px; padding-right:32px;  }
.innerplace h3.form-title { font-size:0; padding:0; margin:0; line-height:0; }
.job-right form { position:relative; }
.job-right form .hs-fieldtype-booleancheckbox { position: absolute; top: 100%; left: 0; padding-top: 26px; }
.job-right form .hs-fieldtype-booleancheckbox ul li { margin-bottom:0; }
.job-right form .hs-fieldtype-booleancheckbox span { color: #55627D; font-weight: 400; font-size: 12px; line-height: 16px;}
.job-right form .hs-fieldtype-booleancheckbox span a { color: #55627D; text-decoration:underline;}
.job-right form .input ul.inputs-list li label input[type=checkbox]+span:before { border-color:#55627D;  width: 12px; height:12px; top: 3px; }
.job-right form .input ul.inputs-list li label input[type=checkbox]:checked+span:before { background-image: url(https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/Tick%2012.png); }
.job-right form .input ul.inputs-list li label input[type=checkbox]+span { padding-left:20px; }
.jobs_label { color: #00B2E3; margin-bottom:33px;  align-items: center; }
.jobs_label svg{ margin-right:9px; }
.jobsubtitle { font-weight: 600; font-size: 28px; line-height: 54px; text-transform: uppercase; margin-bottom:18px; }
.jc_items { margin-bottom:65px; }
.jc_items:last-child { margin-bottom:0; }
.jc_items .name_ { margin-bottom:37px; font-size:21px; font-weight:700; } 
.jc_items .detail-content p{ font-weight:400;  }
.jc_items .detail-content ul li{ list-style: disc; font-weight:400; }
.jc_items .detail-content li::marker { color:#D9D9D9; }
.job-right form .hs-button,.job-right form input[type=submit] { width:100% !important; }

.col-allposition { padding:60px 0; }
.col-allposition h3 { font-size:28px !important; line-height:1.4; color:#fff;margin-bottom:0; }
.col-allposition .allbtn a{ color:#fff; }
.col-allposition .allbtn a:hover { text-decoration:underline; }
.col-allposition .allbtn svg { margin-left:10px; }
.innerallopos { padding:27px 20px; }
.col-allposition.add_extra_space { margin:60px 0; } 

.three-col-counter .dis-flex{ margin-right:-20px; margin-left:-20px; }
.counter-top { max-width:816px; margin:0 auto 67px; text-align:center; }
.counter-items { width:calc(33.33% - 40px); margin-right:20px; margin-left:20px; }
.counter { font-weight: 800; font-size: 46px; line-height: 40px; margin-bottom:16px; }
.counter-items h3 { color:#fff; font-weight:600; }
.counter-items .detail-content{ color: #93A3DE; }

.three-col-training { padding:86px 0; }
.three-col-training h2 { margin-bottom:50px; }
.three-col-training .dis-flex{ margin-right:-15px; margin-left:-15px; }
.training-items { width:calc(33.33% - 30px); margin-right:15px; margin-left:15px; border-radius: 16px; box-shadow:0px 3px 8px rgba(0, 0, 0, 0.25); }
.innertraining-items{ padding:30px 27px; }
.catogery { color:#201751; padding:8px 20px; border-radius: 60px; font-weight: 700; font-size: 20px; line-height: 27px; display:inline-block; margin-bottom:18px; }
.training-items h5 { margin-bottom:12px; font-weight:700; }
.training-items .subtitle { font-weight:600; color: #201751; font-size:24px; line-height:1.2; }
.training-items .detail-content { margin-top:27px; }
.mainservices_label { border-top: 1px solid #00B2E3; padding:25px 27px; }
.services_label { color:#00B2E3; font-weight:600; }
.service_list { margin-top:18px; color: #201751; font-weight:600; }
.services_name_sub_catogery_ { color: #55627D; text-transform: uppercase; font-weight: 600; font-size: 14px; line-height: 26px; }

.upcoming { padding:86px 0 104px; }
.upcoming .event_type{ color:#201751;  }
.upcoming .event-items h5 { font-weight:700;  }
.upcoming .event-items:hover h5 { color:#201751; font-weight:700;  }

.two-col-quote { padding:60px 0; }
.quote-left { width:175px; }  
.quoteimage { border-radius:100%; height:175px; width:175px; max-width:175px; }
.quote-right { width:calc(100% - 175px); padding-left:47px;}  
.quoteicon { margin-bottom:30px; }
.quote-right .detail-content p{ font-weight:400; } 
.two-col-quote h2 { font-size:38px; }

.videocontent { max-width:873px; margin:0 auto 55px; text-align:center; }
.watch-video { position:relative; padding-top:100px; }
.watch-video:after { z-index: -1; content: ''; background:#00B2E3; width: 100%; height: 38%; position: absolute; bottom: 0; left: 0; }
.video  { max-width:873px; margin:0 auto; text-align:center; padding-bottom:100px; }

.main-team { padding:110px 0; }
.main-team h2 { margin-bottom:60px; }
.main-team .dis-flex {  margin-right:-15px; margin-left:-15px; }
.team-items { width:calc(33.33% - 30px); margin-right:15px; margin-left:15px; overflow:hidden; border-radius: 16px; padding-top: 43px; box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 25%); }
.innerteam { padding:30px 32px; text-align:center; }
.teamimage { height: 186px; width: 186px; border-radius: 100%; margin: 0 auto; }
.linked-icon { margin-top:29px; }
.linked-icon a:hover{ opacity:0.5; }

.contact-details .phone_number a { color: #55627D; font-weight:400; }
.contact-details .email a { color: #55627D; font-weight:700; }
.contact-details .detail-content { margin-top:12px; }
.contact-details .detail-content p{ color: #00B2E3; }

.thankyou { max-width:531px; margin:0 auto; text-align:center;} 
.thankyou h1 { font-size:50px; }
.tabs-content > div:not(:first-child) { display: none; }
.tabs-contentodd > div:not(:first-child) { display: none; }

.main-life { padding:75px 0 90px; }
.life-left { width:50%; padding-right:59px; }
.life-right { width:50%; }
.mainlifeimages{ margin-right:-11px; margin-left:-11px; margin-top:88px; }    
.lifeimages { width:calc(25% - 22px);  margin-right:11px; margin-left:11px; }
.lifeimages img { border-radius: 16px; overflow:hidden; }
.lifeimages.even { margin-top:70px; }

.parentstepsslide { position:relative }
.stepsslide.slick-initialized .slick-slide { cursor: pointer; margin-right:10px; display: inline-block; width: auto !important; background: rgba(178, 238, 255, 0.5); border-radius: 60px; padding:7px 23px; color: rgba(255, 255, 255, 0.5); }
.stepsslide.slick-initialized .slick-slide:last-child { margin-right:0; }
.stepsslide{ position:absolute; top:32px; left:72px; z-index:4;}
.stepsslide.slick-initialized .slick-slide.slick-current { background: #B2EEFF; color: #201751; }
.stepsslide.slick-initialized .slick-slide:hover { background: #B2EEFF; color: #201751; }
.wordslider2 .w-left .inner-leftcard { padding: 174px 50px 36px 72px; }
.wordslider2.slick-initialized.slick-slider {  z-index:3; }
.wordslider2 .innercard-details { margin-top:0; } 
.inner-leftcard .white:not(.recbtn a) { font-size: 30px; font-weight: 800; }

.main-Recruiting { padding:97px 0; }
.Recruiting-items { border-top: 1px solid #55627D; padding:26px 0; }
.Recruiting-items:last-child { border-bottom: 1px solid #55627D;}
.workingposition { width: 32%; color: #201751; } 
.working_area { width: 58%; font-weight:400; } 
.areabtn { width: 9%; font-weight: 700; font-size: 16px; line-height: 22px; }
.areabtn a:hover { text-decoration:underline; }
.recbtn a:hover { text-decoration:underline; }

.workingposition2 { width: 80%; color: #201751; padding-right:20px; } 
.areabtn2 { width: 20%; font-weight: 700; font-size: 16px; line-height: 22px; }
.workingposition3 { width: 70%; color: #201751;  padding-left:20px; } 
.areabtn3 { width: 30%; font-weight: 400; font-size: 16px; line-height: 22px; }
.areabtn2 a:hover { text-decoration:underline; }
.readdoccontent { max-width:817px; margin:0 auto 89px; text-align:center; }
.readdoccontent h2 { margin-bottom:20px; }
.readdoccontent.readdoccontentnew { margin-bottom:42px; }

.errorbanner-module { padding:170px 0; }
.errorbanner { max-width:512px; margin:0 auto;  }
.errorbanner h1 { font-size:68px; line-height:1; margin-bottom:5px; }
.errorbanner h2 { margin-bottom:40px; }
.errorbanner .detail-content p { font-size:20px; }
.errorbanner .detail-content p a { color:#00B2E3; font-weight:400; }
.main-two-suite.tow-col-new { padding:86px 0; }
.number-items { font-weight:600; margin-bottom:23px; border: 2.4px solid #385CA5; color: #00B2E3; font-size:22px; line-height: 30px; height:42px; width:42px; border-radius:100%; display:flex; align-items: center; justify-content: center; }

.main-tabing { padding:84px 0; margin-bottom:84px; }
.tabing-left { width:33%; border-right:1px solid #55627D; }
.tabing-left a{ width:100%; padding:13px 10px 13px 0; display:inline-block; color: #201751; font-weight: 700; font-size: 20px; line-height: 30px; }  
.tabing-right { width:calc(100% - 33%); padding-left:32px; }
.tabing-left li { position:relative;  }
.tabing-left li.tab-active a { color: #00B2E3; }
.tabing-left li.tab-active:after { content: ''; background: #00B1E2; height: 100%; width: 4px; position: absolute; right: 0px; }
.main-tabing .detail-content ul li { list-style: inherit; margin-bottom:5px; }
.main-tabing .detail-content ul li::marker { font-size:12px !important; color: #55627D !important; }

.ttabs{ position:relative; }
.ttabs:before { content: ""; position: absolute; right: 12px; background: url(https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/New%20Images/arrow.svg); background-repeat: no-repeat; pointer-events: none; width: 18px; height: 18px; background-position: center center; top: 10px; }
#tab_box { line-height: 30px; cursor: pointer; padding: 0 10px; width: 100%; background: transparent; margin-bottom: 20px; color: #00B1E2; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; }
.tab_groupcontent { border-top: 1px solid #55627d; padding-top: 20px; }
#tab_box option{ line-height:30px; } 

.corpbanner.banner-module { padding-top:87px; padding-bottom:100px; position:relative; z-index:9; overflow: unset; margin-bottom: 235px; }
.corpimage img { margin-bottom: -235px;border-radius: 12px; }
.corpbanner .common-cta { margin-top:0; }
.corpbanner .common-cta a.dbdg { background:#385CA5; border-color:#385CA5; }
.corpbanner .common-cta a.wob { color:#fff; }
.corpbanner .common-cta a.wob svg path{ fill:#fff; }
.corpdetails { max-width:833px; margin:0 auto; }
.innercorpdetails { max-width:740px; margin:0 auto; }
.innercorpdetails .detail-content p{ font-size:20px;  }

.left-suiteu2 { width:36%; padding-right: 50px; }
.right-suiteu2 { width:64%;  }
.story-logo { width:25%; border-right: 2px dashed #E0E0E0; padding:20px; text-align:center; }
.story-logo:last-child { border-right:0; } 

.main-milestone { padding:84px 0; }
.main-milestone h2 { margin-bottom:59px; }
.milestoneitems h2 { font-size:46px; color: #00B2E3; margin-bottom:14px; }
.main-milestone .milestone { position:relative; }
.milestone .slick-arrow  { position:absolute; top:-106px; padding: 8px 14px; transform: none;  }
.milestone .slick-prev.slick-arrow { left: inherit; right:44px }
.milestone .slick-arrow svg { margin-top: -5px; height: 14px; }
.milestoneitems .detail-content p { font-weight: 600; font-size: 16px; line-height: 23px; color: #55627D; }
.milestoneitems { padding-right: 22px; }
.main-milestone .milestone .slick-arrow.slick-disabled { opacity:0.4;cursor: auto; }

.main-meet { padding:100px 0 40px; }
.main-meet h2 { padding-bottom:50px; }
.main-meet .dis-flex { margin-right:-10px; margin-left:-10px; }
.meet-items { margin-bottom:60px; width:calc(20% - 20px); margin-right:10px; margin-left:10px; text-align:center; }    
.meetpic { display:inline-block; width:170px; height:170px; border-radius:100%; margin-bottom:26px; }
.meet-name { font-weight: 800; font-size: 22px; line-height: 34px;color: #201751; margin-bottom:0; }
.meet-items .detail-content { font-weight: 400; font-size: 16px; line-height: 24px;color: #55627D; }

.three-col-number { padding:96px 0 56px;  }
.three-col-number .dis-flex { margin-right:-20px; margin-left:-20px;  }
.number-items2 { width:calc(33.33% - 40px); margin-right:20px; margin-left:20px; margin-bottom:40px; }
.number-items2.image_rounded_corner img { border-radius: 12px; } 

.speaker-left { width:40%; }
.speaker-leftitems { width:50%; margin-bottom:39px; }
.speaker-right{ width:60%; }
.speaker-rightitems { width:25%; text-align:center; margin-bottom:39px; padding: 0 10px; }
.speaker-rightitems .meetpic { height:56px; width:56px; border-radius:100%;display:inline-block;  margin-bottom:10px; }
.speaker-rightitems .meet-name,.speaker-lefttitle {  font-size: 18px; line-height: 24px; }
.speaker-rightitems .detail-content { font-size: 14px; line-height: 24px;}  
.speaker-leftpic { height:56px; width:56px; border-radius:100%; display:inline-block; margin-bottom:10px; }

.session_and_time { color: #201751; border: 2px solid #7788C6; border-radius: 60px; padding:13px 23px; display:inline-block; }
.market-items2 { box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); border-radius: 24px; }
.market-items2 .market-left { border-radius: 16px 0 0 16px; }
.market-items2 h5 { margin-top:25px; }
.author_images { position:relative; display: inline-block; height:53px; width:53px; border-radius:100%; border: 3px solid #FFFFFF; }
.author_images2 { left:-15px; }
.author_images3 { left:-30px; }
.author_images4 { left:-45px; }

.arecslider h4 a, .arecslider h4{ font-weight: 600 !important; font-size: 24px !important; line-height: 34px !important; }
.arecslider h5 { font-weight: 700; font-size: 20px !important; line-height: 30px; }
.arecslider .inner-leftcard .white:not(.recbtn a) { font-weight:800; font-size: 24px !important;  }
.arecslider .w-left .innercard-details { margin-top:15px; }

.prefrencepage { padding:110px 0 100px;  }
.prefrencepage h1 { color:#201751; margin-bottom: 20px; font-weight: 900; position:relative; z-index:2; }
.prefrencepage h2 { color:#201751; font-size:30px; line-height:1.2; margin-bottom: 80px; position:relative; z-index:2;  }
.prefrencepage .item .item-inner { background:transparent !important; border-radius:0; border:0; padding:0; }
.prefrencepage .item .item-inner.hovered { box-shadow:none; }
.prefrencepage form input[type="checkbox"]:checked {background: #F59D24 url('https://5636873.fs1.hubspotusercontent-na1.net/hubfs/5636873/Assets%20Aug%202022/Tick%202.png');background-size: 14px; background-position: center center;background-repeat:no-repeat; border-color:#F59D24; }
.prefrencepage form input[type="checkbox"] {  margin-top:0;content: ''; border-radius: 2px; background: transparent; display: inline-block;vertical-align: middle; width: 20px;height: 20px; padding: 2px; margin-right: 15px; text-align: center; border: 1px solid #BBC5D0;}
.prefrencepage .email-prefs .item p { margin: 5px 20px 0px 42px; color: #55627d; font-weight:500; }
.prefrencepage form input[type="submit"]{ transition: all .5s ease; background: #00b1e2; border: 1px solid #00b1e2; box-sizing: border-box; border-radius: 50px; display: inline-block; color: #fff; padding: 9px 18px; font-size: 14px; line-height: 22px; font-weight: 700; min-width: 180px; text-align: center; }
.prefrencepage form input[type="submit"]:hover { background-color: transparent; color:#00b1e2; border-color: #00b1e2; }
.prefrencepage .page-header:before { content: ''; background: #F3F6F9; height: 377px; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.prefrencepage .page-header { padding-bottom:0; }
.prefrencepage .page-header p{ max-width:895px; margin-bottom:40px; padding-top:40px; font-weight:500; font-weight:500; font-size: 16px; color: #000000; }
.prefrencepage .checkbox-row span.fakelabel span { margin-right:7px; margin-left:0; }
.prefrencepage .email-prefs .item .item-inner span {font-weight: 700; font-size: 20px; line-height: 27px; color: #201751; }
.prefrencepage .subscribe-options { margin-bottom: 22px; }
.prefrencepage .subscribe-options p{font-weight: 500; color: #55627d; font-size: 16px;  }
.prefrencepage .subscribe-options label { margin-left:0; font-weight: 700; font-size: 20px; line-height: 27px; color: #201751; }
.prefrencepage .email-prefs .item .item-inner.selected {     border: 0; }
.prefrencepage .email-prefs .item { margin-bottom:30px; }

.subconfirmation  { padding:110px 0 100px; text-align:center; background: #F3F6F9; }
.subconfirmation h1 { font-weight: 900; font-size: 42px; color: #201751; margin-bottom:20px; }
.subconfirmation h2 { font-weight: 600; font-size: 30px; line-height: 40px;color: #201751; }
.subconfirmation .page-header { max-width:794px; margin:0 auto 30px; font-weight: 500; font-size: 16px;color: #55627d; }
.subconfirmation .success { display:inline-block; padding:9px 24px;  border-radius: 50px; font-weight: 700; font-size: 14px; line-height: 19px;color: #1D2859; letter-spacing: 0.03em; }

.unsubscribe .page-header { padding-bottom:0; }
.unsubscribe { padding:110px 0 100px; text-align:center; background: #F3F6F9; }
.unsubscribe h1 { font-size: 42px; line-height: 48px;color: #201751; margin-bottom:40px; }
.unsubscribe h3 { font-size: 20px; line-height:30px; color: #201751;  }  
.unsubscribe #email-prefs-form { max-width:449px; margin:0 auto; }
.unsubscribe form input[type="email"] { background:transparent; padding:16px 15px !important; border: 1px solid #BBC5D0; border-radius: 12px; }
.unsubscribe form input::-webkit-input-placeholder{ color:#C4C4C4; } 
.unsubscribe form input:-moz-placeholder{ color:#C4C4C4;  } 
.unsubscribe form input::-moz-placeholder{ color:#C4C4C4; } 
.unsubscribe form input:-ms-input-placeholder{ color:#C4C4C4;  } 
.unsubscribe form input[type=submit] { color: #fff; width: 100%; margin-top: 10px; background: #00b2e3; border: 2px solid #00b2e3!important; border-radius:50px;  font-weight: 400; font-size: 14px; line-height: 19px; padding:9px 18px;  }
.unsubscribe form input[type="submit"]:hover { background:transparent; color:#00b2e3; }

.blogformsub form { position:relative; max-width: 597px; margin-top: 20px; }
.blogformsub form input[type="email"] { max-width:395px; width: calc(100% - 200px) !important; }
.blogformsub form .actions { position:absolute; top:0; right:0; }
.blogformsub form input[type=submit] {  font-weight: 700; min-width: 182px !important; font-size: 14px !important; padding: 11px 13px 11px 13px!important; }

.newmain-event.main-event  { padding:80px 0; }
.videoevent .event_date{ border-color:#7788C6 }
.videoevent h6 { font-weight:800; font-size:20px; line-height:26px; color:#201751; margin-top:20px; margin-bottom:0; }
.videoevent .eventtimev{ font-size: 14px; font-weight: 700; line-height: 19px; font-weight:700; color:#55627D; }
.videoevent .latestnews { background: #fff;}

@media(min-width:768px){
  .main-Integration.mobileview { display:none; }
  .hero-module:not(.vimeo) iframe,.hero-module.vimeo { height: calc(100vh - 81px);  }
  .main-tabs.tabsmobile { display:none; }
  .main-Integration .dis-flex { position:relative; }
  .sr-only { clip: rect(0,0,0,0); border: 0; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px }
  .progress { background-color: #fff; background-image: linear-gradient(90deg,#55627D,#55627D); background-repeat: no-repeat; background-size: 0 100%; border-radius: 36px; display: block; height: 6px; overflow: hidden; transition: background-size .4s ease-in-out; width: 59%; position: absolute; bottom: 60px; left: 30px; }
  .tabingmobile { display:none; }
}
@media(min-width:1030px){
  .banner-module.thankbanner.bg { background-position: center 71% !important; }
}
@media(max-width:1560px){
  .banner-right { transform: translateX(21%); }
}
@media(max-width:1440px){
  .banner-right { transform: translateX(13%); }
}
@media(max-width:1360px){
  .banner-right { transform: translateX(8%); }
}
@media(max-width:1280px){
  .banner-right { transform: translateX(2%); }
}
@media(max-width:1200px){
  .banner-left{ padding-left:20px; }
}
@media(max-width:1130px){
  .reqdemo-right  { padding: 30px 20px 0; }
}
@media(max-width:1100px){
  .strategypic { height: 200px; width: 200px; }
  .progress { bottom:97px; }
}
@media(max-width:1024px){
  .left-robotic { padding-right:20px; }
  .main-event { padding: 82px 0 100px; }
  .banner-left{padding-right:20px; }
  .left-freedom { padding-right:30px; }
  .two-col-know { padding-bottom:100px; }
  .bankingpic { padding-right: 20px; }
  .two-col-banking { padding-bottom: 100px; padding-top: 100px; }
  .two-col-jobform { padding:100px 0; }
  .person-items { width:100%; padding-right:0; }
  .main-team { padding:100px 0; } 
  .banner-module.thankbanner { padding:108px 0; }
  .thankyou h1 { font-size:42px } 
  .errorbanner-module { padding:100px 0; }
}
@media(max-width:991px){
  .left-card {  width:100%; margin-top:30px; }
  .right-card { width:100%; margin-top:30px;  }
  .word-items.change_position .right-card { margin-top:0;  }
  .word-items:last-child { margin-bottom: 0;} 
  .logo-items { width:33.33% }
  .logo-items:nth-child(4n):before {  border-right: 2px dashed #E0E0E0;  }
  .logo-items:nth-child(3n):before {  border-right:0;  }
  .logo-items:nth-last-child(4):after { border-bottom: 2px dashed #E0E0E0;  }
  .event_date,.event_type { margin-bottom:10px; } 
  .parentevents { justify-content: center; }
  .event-items { width:calc(50% - 30px); margin-bottom:40px; }
  .Innovat-items2 {  width:calc(50% - 30px); margin-bottom:40px;  }
  .perheight { padding-top: 20px; }
  .banking-items { padding-right:20px; padding-left:20px;   }
  .bankingpic { left:20px;}
  .right-parthero,.left-parthero { display:none; }
  .w-left,.w-right { width:100%; }
  .w-left { padding-right:0; }
  .w-right { height:300px; }
  .w-right.makeheight {  height: 100%;}
  .word-slide.ci .w-left  { order:2; }
  .w-left .inner-leftcard { padding:40px 30px; }
  .banking-items { padding: 18px 32px 28px; width: calc(50% - 20px); }
  .sidebar__inner { position: static!important; width: 100%!important; transform: none!important; }
  div#sidebar { height: auto!important; }
  .job-left { padding-right:0; width:100%; }
  .job-right { width:100%; padding-top:40px; }
  .jc_items { margin-bottom: 40px; }
  .jc_items .name_ { margin-bottom: 20px; }
  .watch-content {width:100%; margin-bottom: 15px; }
  .training-items { width:calc(50% - 30px);  margin-bottom: 40px;  }
  .three-col-training .dis-flex { justify-content: center; }
  .training-items:last-child { margin-bottom:0; } 
  .team-items { width:calc(50% - 30px); margin-bottom: 40px;  }
  .team-items:last-child { margin-bottom:0; } 
  .main-team .dis-flex { justify-content: center; }
  .workingposition { width:100%; margin-bottom:10px; }
  .working_area  { width:60%; }
  .areabtn { width:40%; }
  .topic-left { width:86%; }
  .topic-right { width:14%; }
  .progress { bottom:120px; width:55%; }
  .meet-items { width: calc(25% - 20px);}
  .speaker-rightitems { width: 33.33%; }
}
@media(max-width:960px){
  .innerright-slider .title { font-size: 16px;line-height: 21px; margin-bottom: 14px; }
  .innerright-slider .detail-content p { font-size: 15px; line-height: 22px;  }
}
@media(max-width:890px){
  .progress { bottom:160px; }
}
@media(max-width:768px){
  .discover-items { padding: 0 20px 28px; }
  .reqdemo-left { width:100%; border-radius: 24px 24px 0 0; padding: 30px 20px; }
  .reqdemo-right { width:100%; padding: 30px 20px 0; }
  .innerreqdemo-right { max-width:100%; }
  .reqdemo-left .subtitle_content p { font-size:18px; line-height:26px; }
  .reqdemo-left h5 { font-size:20px; line-height:30px; }
  .reqdemo-left .req-image { text-align:center; margin-top: -72px; }
  .progress { bottom:190px; }
}
@media(max-width:767px){
  .evb { padding-bottom:10px; }
  .contact-details .phone_number a { line-height:48px; display: inline-block; }
  .three-col-counter .dis-flex { margin-right: 0; margin-left: 0; }
  .counter-items { width:100%; margin-right: 0; margin-left: 0; margin-bottom:40px; }
  .eventmx { width:100%; order:2; padding-top:30px; padding-right:0; }
  .eventbannerdis { flex-wrap: wrap; }
  h5.left_top_title {     font-size: 18px !important; margin-bottom: 14px; position: relative; top: 0; left: 0; transform: none; }
  .main-tabing.tabingdesktop { display:none; }
  .innerheromodule { padding:0; max-width: 220px; }
  .inner-hero { left: 0; position: relative; top: 0; transform: none;}
  .hero-module { height: auto;  padding-bottom: 60px; padding-top: 60px;}
  .left-robotic { padding-right:0; width:100%; order:2; padding-top:30px; }
  .right-robotic {  width:100%;text-align: center; } 
  .left-robotic h2 { margin-bottom:20px; }
  .main-event,.main-logo,.main-Innovat,.main-two-col { padding:60px 0; }
  .main-testimonial { padding: 60px 0px; }
  .main-Innovat h2 { max-width:100%; margin-bottom:30px; }
  .main-Innovat .dis-flex { margin-right: 0; margin-left: 0; }
  .Innovat-items { width:100%; margin-right: 0; margin-left: 0;  margin-bottom: 40px; margin-top:20px; }
  .Innovat-items:last-child { margin-bottom: 0;} 
  .Innovat-items .title_ br { display:none; }
  .two-col-strategy h2 { max-width:100%; margin: 0 auto 99px; }
  .two-col-strategy { padding-bottom: 77px; }
  .two-col-strategy .dis-flex { margin-right: 0; margin-left: 0; }
  .strategy-items { width:100%; margin-right: 0; margin-left: 0;  }
  .strategy-items-inner{  padding: 156px 20px 30px; }
  .strategy-items h3 { max-width:100%; }  
  .strategypic { top:-53px; }
  .innercard-details { margin-top: 40px; }
  .person-items { width:100%; padding-right:0; margin-bottom:15px; }
  .innercard-details .detail-content p { font-size:18px; line-height:28px; }
  .core-details { margin-bottom: 40px; }
  .inner-leftcard { padding: 28px 20px; }
  .logo-items { width:50%; padding:0 10px;  }
  .logo-items:nth-child(2n):before {  border-right:0;  }
  .logo-items:nth-last-child(3):after { border-bottom: 2px dashed #E0E0E0;  }
  .logo-items:nth-child(3n):before {  border-right: 2px dashed #E0E0E0;  }
  .logo-items:nth-child(6n):before {  border-right: 0;  }
  .ebankit-section .dis-flex { margin-right: 0; margin-left: 0; }
  .ebankit-number { width:100%; margin-right: 0; margin-left:0; margin-top: 30px; }
  ..ebankit-number:last-child { margin-bottom: 0;} 
  .parentevents { margin-right:0; margin-left: 0; margin-top: 40px; }
  .event-items { width:100%; margin-right: 0; margin-left: 0; }
  .event-items:last-child { margin-bottom: 0;} 
  .ebankit-section h2:not(.ebankit-number h2) { margin-bottom: 40px; }
  .readmorelink { margin-top: 40px; }
  .main-event h2 { margin-bottom: 40px; }
  .main-logo h2.left,.main-logo h2.center,.main-logo h2.right { margin-bottom: 40px; }
  .readmorelink a { font-size: 20px; line-height: 30px; }
  .main-Integration.desktopview { display:none; }
  .acc-image { background: #F3F6F9; border-radius: 24px; padding:50px 10px; display:none; }
  .accordian-section .accordion-detail { display: none; background: #F3F6F9; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 14px; padding:16px 28px;     margin-bottom: 25px; }
  .accordian-section .accordion-detail .detail-content p{ margin-bottom:0;margin-top:14px; font-size:16px; color: #55627D; line-height: 24px; font-weight:400; }
  .accordion-title.animation-nav .acc-image { display:block; }
  .accordion-title { font-weight: 700; font-size: 18px; line-height: 30px; color: #1C1542; margin-bottom:22px; cursor: pointer; }
  .accordion-title.animation-nav .acc-title { display: none;cursor: pointer; font-weight: 700; font-size: 18px; line-height: 30px; color: #1C1542; } 
  .eb-title { font-weight: 700; font-size: 18px; line-height: 30px; color: #1C1542;  }
  .acc-title { padding-left: 25px; }
  .banner-module { padding:60px 0; }
  .banner-right { transform: translateX(0); }
  .banner-left { padding-right:20px; width:100%; order:2; padding-top:30px; } 
  .innerbanner-left{ max-width:100%; }
  .banner-right { width:100%;transform: none; text-align: right; padding-right:0; padding-left:20px; }
  .Innovat-items2 {  width:100%; margin-right: 0; margin-left: 0 } 
  .Innovat-items2:last-child { margin-bottom:0; }
  .main-Innovat2 .dis-flex { margin-right: 0; margin-left: 0; }
  .market-left { width:100%; }
  .market-right { width:100%; padding-left:0; padding-top:20px; }
  .market-items2 .market-right { padding-left:15px; padding-right:15px; padding-bottom: 15px; } 
  .market-items2 .market-left { border-radius: 16px 16px 0 0; }
  .market-items { margin-bottom: 40px; }
  .deep-left{ width:100%; padding-right:0; padding-bottom:20px; }
  .deep-right{ width:100%; }
  .tab-left { width:100%; padding-right:0; padding-bottom:50px; }
  .tab-right { width:100%;}
  .main-tabs { padding:60px 0; }
  .tabs-navodd li,.tabs-nav li {width:33.33%;  display: inline-flex; }
  section.tabs-content, section.tabs-contentodd.tabs22 { margin-top: 0; padding-top: 0; }
  .tabula,.tabs-contentodd.tabs22 {  border-top: 1px solid #55627d; } 
  .two-col-freedom { padding: 60px 0; }
  .left-freedom { padding-right:0; width:100%; order:2; padding-top:30px; }
  .right-freedom { width:100%;  }
  .two-col-discover .dis-flex { margin-right: 0; margin-left: 0; } 
  .discover-items { width:100%;  margin-right: 0; margin-left: 0;  }
  .two-col-discover { padding-top: 60px; }
  .two-col-discover { padding-bottom: 100px; }  
   .two-col-discover .top-discover { max-width:100%; }
  .left-know { width:100%; order:2; padding:30px 20px; }
  .right-know { width:100%; height:250px; }
  .left-know .detail-content p { font-size: 18px; line-height: 28px; }
  .two-col-know { padding-top:60px; padding-bottom:60px; }
  .two-col-banking .dis-flex { margin-right: 0; margin-left: 0; } 
  .banking-items:first-child {     margin-top:0; }
  .banking-items { padding-top:18px; width:100%; padding-right:20px; padding-left:20px;  margin-right: 0; margin-left: 0; margin-bottom: 20px !important; }
  .banking-items:last-child { margin-bottom: 0 !important;  }
  .banking-items:nth-child(3) { margin-top:0px; }
  .two-col-banking { padding-bottom: 60px; padding-top:60px; }
  .bankingpic { left:20px; padding-right: 20px; }
  .perheight { padding-top: 64px; }
  .two-col-demo { padding: 100px 0 60px; }
  .main-tabs.tabsdesktop { display:none; }
  .left-suite { width:100%; padding-right:0;order:2; padding-top:30px; }
  .right-suite { width:100%; }
  .suite-items.change_image_position .left-suite { width:100%; padding-left:0; }
  .suite-items.change_image_position .right-suite { padding-right:0; }
  .suite-items { margin-bottom:50px; }
  .suite-items .catogery { font-size:16px; line-height:26px; margin-bottom: 20px; }
  .two-col-jobform { padding:60px 0; }
  .jobsubtitle { font-size: 22px; line-height:33px; }
  .job-left h2 { margin-bottom: 21px; }
  .job-right .dis-flex { padding:35px 20px 27px; }
  .innerplace { padding-left: 20px; padding-right: 20px; }
  .col-allposition h3 { font-size:22px !important; }
  .main-two-suite.main-two-suitev2 .left-suite { width:100%; padding-right:0; }
  .main-two-suite.main-two-suitev2 .right-suite { width:100%; }
  .three-col-training { padding:60px 0; }
  .three-col-training .dis-flex{ margin-right:0; margin-left:0; }
  .training-items { width:100%; margin-right:0; margin-left:0;}
  .quote-right { width:100%; padding-left:0; margin-top:20px; }  
  .quoteicon { margin-bottom: 30px; }
  .video { padding-bottom:60px; }
  .watch-video { position:relative; padding-top:60px; }
  .main-team .dis-flex {  margin-right:0; margin-left:0; }
  .team-items { width:100%; margin-right:0; margin-left:0;}
  .main-team { padding:60px 0; }
  .life-left { width:100%; padding-right:0; }
  .life-right { width:100%; }
  .mainlifeimages { margin-top:60px; }
  .lifeimages { width: calc(50% - 22px); }
  .main-life { padding:60px 0; }
  .wordslider2 .w-left .inner-leftcard { padding: 155px 20px 36px 20px; }
  .stepsslide { left:20px; }
  .stepsslide.slick-initialized .slick-slide { margin-bottom:15px; }
  .stepsslide .slick-track { display: inline; }
  .main-Recruiting { padding:60px 0; }
  .banner-module.thankbanner { padding:60px 0; }
  .thankyou h1 { font-size:33px } 
  .event-items h5 { height:auto !important; }
  .banner-left2 { order:2; width:100%; padding-right:0; padding-top:30px; }
  .banner-right2 { width:100%;  }
  .inner-leftcard .white { font-size: 22px; font-weight: 800; }
  .errorbanner-module { padding:60px 0; }
  .tow-col-new .left-suite { padding-top:0; order: inherit;}
  .main-two-suite.tow-col-new { padding:60px 0; }
  .main-two-suite { padding-top:60px; }
  .pt20imp { padding-top:20px !important; }
  .readdoccontent { margin-bottom:50px; }
  .workingposition2 { width:100%; margin-bottom:10px; padding-right:0; }
  .areabtn2 { width:100%; }
  .main-tabing { padding: 60px 0; margin-bottom:60px; }
  .innercorpdetails .detail-content p { font-size:18px; }
  .corpbanner.banner-module { padding-top:60px; padding-bottom:60px; }
  .left-suiteu2 { width:100%; padding-right:0; }
  .right-suiteu2 { width:100%; }
  .main-meet,.main-milestone { padding:60px 0; }
  .story-logo {  border-right:0;   margin-bottom: 13px; width:50%; }
  .milestone .slick-arrow { top:-97px; }
  .meet-items { width: calc(50% - 20px); }
  .main-meet h2 { padding-bottom:20px; }
  .col-allposition.add_extra_space { margin:0; }
  .three-col-number { padding:60px 0 26px; }
  .number-items2 { width:100%; margin-right: 0; margin-left:0; }
  .number-items2:last-child { margin-bottom:0; }
  .speaker-rightitems { width: 50%; }
  .event_image.upevent_image { min-height: 200px; align-items: inherit; }
}
@media(max-width:600px){
  .corpbanner.banner-module { margin-bottom: 155px; }
  .corpimage { padding-top:20px !important; }
  .corpimage img { margin-bottom: -155px; }
  .watch-video:after { height:26%; }
  .speaker-left,.speaker-right  { width:100%; }
  .speaker-leftitems { text-align:center; padding: 0 10px; }
}
@media(max-width:500px){
  .blogformsub form input[type=email] { max-width:100%; width:100% !important; }
  .blogformsub form .actions { width:182px;position: relative; }
}
@media(max-width:470px){
  .awards div { padding-right: 20px; }
  .watch-content { width: 100%; margin-bottom: 15px; }
  .watch-content.infullwidth {margin-bottom: 15px; }
  .lifeimages { width:100%; margin-left: 0; margin-right: 0; margin-bottom:30px; text-align: center;}
  .lifeimages:last-child { margin-bottom:0; }
  .mainlifeimages { margin-left:0; margin-right: 0;}
  .lifeimages.even { margin-top: 0; }
  .workingposition { width:100%; margin-bottom:10px; }
  .working_area  { width:100%; margin-bottom:10px; }
  .areabtn3,.areabtn { width:100%; }
  .workingposition3 { width:100%;padding-left:0; margin-top:10px;  }
  .innerreqdemo-right .catogeries { padding: 11px 15px; }
  .main-milestone h2 { padding-right:96px; }
  .milestone .slick-arrow { top: -115px; }
  .main-meet .dis-flex { margin-right: 0; margin-left: 0; }
  .meet-items { width:100%; margin-right:0; margin-left:0; }
  .meet-items:last-child { margin-bottom:0; }
}
@media(max-width:375px){
  .reqdemo-right { padding: 30px 20px 0; }
  .story-logo { width:100%; }
  .speaker-rightitems { width: 100%; padding: 0 ; }
  .speaker-leftitems { width: 100%; padding: 0; }
  .speaker-rightitems:last-child { margin-bottom:0; }
 }
  .gradient-text {
  display: inline-block; /* Ensures background applies correctly */
  font-size: 42px; 
  font-weight: extrabold;
  background: linear-gradient(90deg, #00b1e2, #0074e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-btn {
  background: linear-gradient(90deg, #00b1e2, #0074e8) !important;
  color: #fff !important; /* Ensures text stays white */
  border: none !important;
}
@charset "UTF-8";
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-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}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-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}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-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;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;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%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) 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%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-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);transform-origin:top left}40%,80%{-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;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-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);transform-origin:top left}40%,80%{-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;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}