*, *: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 {}

/* 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 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}
.banner-area .dnd-section >.row-fluid {
  width: 100%;
}
body.popup-active {
  overflow: hidden;
}
.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.page-center,
.dnd-section > .row-fluid,
.header__container,
.footer__container{
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.page-center, .dnd-section>.row-fluid, .header__container, .footer__container, .content-wrapper{
  width:80%;
}
@font-face {
  font-family: 'ETmodules';
  src: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/modules.woff2) format('woff2'),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/modules.woff) format('woff'),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/modules.ttf) format('truetype'),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/modules.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/OpenSans-CondensedBold.woff2) format('woff2'),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/OpenSans-CondensedBold.woff) format('woff'),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/OpenSans-CondensedBold.ttf) format('truetype'),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/OpenSans-CondensedBold.svg) format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: dashicons;
  src: url("../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),
  url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype"); font-style: normal; font-weight: 400; }


@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suDMQQ.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuE.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmPuE.woff) format('woff');
}

@font-face {
  font-family: "Font Awesome 5 Brands"; 
  src: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/PureIntegration_May2022/fonts/FontAwesome5Brands-Regular.eot) format("embedded-opentype"), 
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/FontAwesome5Brands-Regular.woff2) format("woff2"), 
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/FontAwesome5Brands-Regular.woff) format("woff"), 
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/FontAwesome5Brands-Regular.ttf) format("truetype"), 
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/FontAwesome5Brands-Regular.svg) format("svg"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}


@font-face {
  font-family: "Open Sans2";
  src: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/PureIntegration_May2022/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4i.eot) format("woff2"),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4i.woff2) format("woff2"),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4i.woff) format("woff"),
    url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4i.ttf) format("ttf");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/Fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVI.woff2) format("woff2");
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
}



body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

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

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

/* Paragraphs */

p {
  margin: 0;
}

p {
  padding-bottom: 1em;
}

p:last-of-type {
  padding-bottom: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1em;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  vertical-align: baseline;
  text-decoration: none;
  border-style: solid;
  white-space: pre-wrap;
  transition: all .15s linear;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  font-family: Open Sans;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

/* .hs-button:active {
background-color: ;
border-color: ;
} */


.hs-form label {
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 13px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password {
  margin: 15px 0;
  width: 100%;
  border: 1px solid #cbd6e2;
  height: 40px !important;
  padding: 0 15px;
  outline: none;
  display:block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(82,168,236,.8);
  outline: 0;
  box-shadow: none;
}

.systems-page input#hs-pwd-widget-password {
  margin: 15px 0 !important;
}

.systems-page .email-prefs p {
  padding-bottom: 1em;
}

input.email-edit.hs-input {
  width: 100% !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header .topHeader {
  height: 60px;
  width: 100%;
}

.header.lpHeader .mainHeader {
  padding-top: 60px;
}
.lpHeader .headerLogo {
  padding-bottom: 13px;
}
.header.lpHeader .mainHeader {
  height: unset;
}

.header .topHeaderRight {
  color: #fff;
  height: 40px;
  width: 64%;
  float: left;
  background: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/left-bg.png);
  background-repeat: no-repeat;
}

.header .topHeaderPhone {
  width: 149px;
  height: 32px;
  float: right;
  padding-top: 15px;
}

.header .topHeaderPhone p {
  margin: 0;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 0;
  float: left;
}

.header .topHeaderPhone p a {
  color: #fff;
  transition: none;
}

.header .topHeaderPhone p a img {
  max-width: 100%;
  float: left;
  width: 25px;
  height: auto;
  padding-top: 0px;
  margin-top: -2px;
}

.header .topHeaderSocial {
  width: auto;
  height: 32px;
  float: right;
}

.header .topHeaderSocial ul {
  list-style: none;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 5px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.header .topHeaderSocial ul li {
  list-style-position: outside;
  vertical-align: middle;
  float: none!important;
  width: auto!important;
  margin: 0!important;
  list-style-type: none!important;
  border: none!important;
  padding: 0!important;
  background: 0 0!important;
  line-height: normal!important;
  display: inline-block;
}

.header .topHeaderSocial ul li a {
  border: none!important;
  text-decoration: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none;
}

.header .topHeaderSocial ul li a img {
  max-width: 100%;
  height: auto;
  display: inherit!important;
  box-shadow: none!important;
  -webkit-box-shadow: none;
  margin: 2px;
  opacity: 1;
  width: 24px;
}

.header .topHeaderLeft {
  width: 36%;
  float: left;
  color: #fff;
  height: 40px;
  padding-top: 0;
  padding-left: 116px;
  font-size: 22px;
}

.header .topHeaderLeftInner {
  float: left;
  max-width: 100%;
  word-wrap: break-word;
}

.header .slantedBlue {
  -moz-clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  -webkit-clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  position: relative;
  display: inline-block;
  z-index: 9;
  vertical-align: middle;
  height: 40px!important;
  width: 50px;
  clip-path: polygon(0% 0%,100% 0%,50% 100%,0% 100%);
  margin-left: -1px;
}

.header .headerBtnCareers {
  background-color: #fcb227;
  -moz-clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  -webkit-clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  position: relative;
  display: inline-block;
  z-index: 9;
  vertical-align: middle;
  margin-left: -20px;
}

.header .headerBtnContactUs {
  background-color: #fcb227;
  -moz-clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  -webkit-clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  clip-path: polygon(15% 0%,100% 0%,85% 100%,0% 100%);
  position: relative;
  display: inline-block;
  z-index: 9;
  vertical-align: middle;
  margin-left: -20px;
  -moz-clip-path: polygon(13% 0%,100% 0%,87% 100%,0% 100%);
  -webkit-clip-path: polygon(13% 0%,100% 0%,87% 100%,0% 100%);
  clip-path: polygon(13% 0%,100% 0%,87% 100%,0% 100%);
}

.header .headerBtnCareers a, .header .headerBtnContactUs a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  font-family: open sans,Helvetica,Arial,Lucida,sans-serif;
  text-decoration: none;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px!important;
}

.header .topHeaderLeftInner>div {
  display: flex;
  flex-wrap: wrap;
}

.header .mainHeader {
  height: 80px;
  width: 100%;
}

.header .mainHeader .content-wrapper {
  max-width: 1302px;
  padding: 0;
  position: relative;
  width: 100%;
}

.header .headerLogo {
  width: 35%;
  float: left;
}

.header .headerLogo a img {
  max-width: 100%;
  height: auto;
  padding-top: 12px;
  min-width: 300px;
}

.header .topHeaderSocial ul li a img:hover {
  opacity: 0.5;
}

.header .topHeaderPhone p a img:hover {
  opacity: 0.5;
}

.header .headerContent {
  width: 61%;
  float: left;
}

.header .customMenuPrimary {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  border-radius: 0;
  clear: both;
  position: static;
}

.menuToggler {
  font-family: inherit;
  padding: 0;
  margin: 0;
  z-index: 999999;
  overflow: hidden;
  outline: none;
  border: 0;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 60px;
  border-radius: 5px;
  display: none;
  text-decoration: none;
  right: 2%;
  background: transparent;
  transition: transform 0.5s, background-color 0.5s;
}

.menuToggler .menuTogglerIconWrap {
  display: inline-block;
  position: relative;
  pointer-events: none;
  vertical-align: super;
  width: 25px;
  color: #ffffff;
}

.menuToggler .menuTogglerIcon {
  transition-property: none;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #0753a1;
  border-radius: 4px;
  position: absolute;
}

.translateMobileMenuContainer {
  display: none;
  visibility: visible;
  padding: 0px 0px 0px 0px;
  z-index: 99998;
  transition: all 0.3s;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}

.translateMobileMenuContainer .mobileTitle {
  display: flex;
  flex-direction: column;
}

.mobileMenus>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

.header .customMenuPrimary nav>ul {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  visibility: visible;
  text-align: left;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: static;
}

.header .customMenuPrimary nav>ul>li {
  list-style-position: outside;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  margin: 0 35px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

.header .customMenuPrimary nav>ul>li>a {
  animation: none;
  word-wrap: break-word;
  white-space: normal;
  visibility: inherit;
  transform: none;
  top: auto;
  text-indent: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  overflow: visible;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  left: auto;
  float: none;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  box-shadow: none;
  transition: none;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: rgba(0,0,0,.8);
  font-weight: 700;
  text-decoration: none;
  border-color: #fff;
  background: #fff;
}

.header .customMenuPrimary nav>ul>li>a:before {
  content: '';
  min-height: 80px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}

.header .customMenuPrimary nav>ul>li.Solutions {
  position: static;
}

.header .customMenuPrimary nav>ul>li:not(.Solutions)>ul {
  margin-top: 40px!important;
  word-wrap: break-word;
  white-space: normal;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  outline: none;
  overflow: visible;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  transition: none;
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
  position: absolute;
  width: 275px;
  max-width: none;
  padding: 20px;
  border-top: 3px solid #f6b230;
  border-left: 0 solid #f6b230;
  border-right: 0 solid #f6b230;
  border-bottom: 0 solid #f6b230;
  background: #fff;
  border-radius: 0;
  box-shadow: 6px 6px 18px #000;
  display: block !important;
  visibility: hidden  !important;
  opacity: 0 !important;
  pointer-events: none;
  z-index: 9999;
}


.header .customMenuPrimary nav>ul>li:not(.Solutions)>ul>li {
  list-style-position: outside;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

.header .customMenuPrimary nav>ul>li:not(.Solutions)>ul>li>a {
  animation: none;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  transform: none;
  top: auto;
  text-indent: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  height: auto;
  left: auto;
  float: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  background: #fff;
  color: rgba(0,0,0,.8);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 8px;
  line-height: 35px;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: baseline;
}

.header .customMenuPrimary nav>ul>li:not(.Solutions)>ul>li:first-child>a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header .customMenuPrimary nav>ul>li:not(.Solutions)>ul>li:last-child>a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.header .customMenuPrimary nav>ul>li>a>span {
  display: inline;
  height: auto;
  width: auto;
  background: 0 0;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

.header .customMenuPrimary nav>ul>li>a>span:after {
  content: '\f347';
  font-family: dashicons;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: 0 0;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul {
  margin-top: 40px!important;
  word-wrap: break-word;
  white-space: normal;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  outline: none;
  overflow: visible;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  transition: none;
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
  max-width: none;
  z-index: 999;
  border-radius: 0;
  background: #fff;
  border-top: 3px solid #f6b230;
  border-left: 0 solid #f6b230;
  border-right: 0 solid #f6b230;
  border-bottom: 0 solid #f6b230;
  padding: 10px;
  position: absolute;
  box-shadow: 6px 6px 18px #000;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0;
  z-index: 999999;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li {
  list-style-position: outside;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  width: 100%;
  float: left;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  visibility: inherit;
  opacity: 1;
  display: block;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li {
  list-style-position: outside;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  float: left;
  min-height: 1px;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  visibility: inherit;
  opacity: 1;
  display: block;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li {
  list-style-position: outside;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px;
  vertical-align: top;
  padding: 15px;
  width: 100%;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>a {
  animation: none;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  transform: none;
  top: auto;
  text-indent: 0;
  position: relative;
  pointer-events: auto;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  float: none;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  cursor: inherit;
  color: rgba(0,0,0,.8);
  font-family: inherit;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 8px;
  vertical-align: top;
  display: block;
  border: 0;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>a>span {
  height: auto;
  width: auto;
  background: 0 0;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
  float: right;
  display: none;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>ul {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  pointer-events: auto;
  visibility: inherit;
  opacity: 1;
  display: block;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>ul>li {
  list-style-position: outside;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

.header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>ul>li>a {
  animation: none;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  transform: none;
  top: auto;
  text-indent: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  height: auto;
  left: auto;
  line-height: 1em;
  list-style-type: none;
  float: none;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  cursor: pointer;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0 20px;
  padding: 6px 8px;
  vertical-align: top;
  display: block;
  border: 0;
}

.header .customMenuPrimary nav>ul>li:hover>ul {
  visibility: visible !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events:auto;
}

@media (min-width: 280px) {
  .header .topHeaderPhone {
    width: 149px;
    height: 32px;
    float: left;
    padding-top: 4px;
    padding-left: 25px;
  }

  .header .topHeaderSocial {
    display: none;
  }

  .header .topHeaderLeft {
    padding-left: 0;
  }
}

@media (min-width: 627px) {
  .header .headerLogo a img {
    padding-top: 10px;
    min-width: 300px;
  }
}

@media (min-width: 768px) {
  .header .topHeaderPhone {
    width: 149px;
    height: 32px;
    float: right;
    padding-top: 4px;
  }

  .header .topHeaderSocial {
    display: block;
  }
}

@media (min-width: 769px) {
  .header .customMenuPrimary {
    background: #fff;
  }

  .header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li {
    width: 33.33333%;
  }
}

@media (min-width: 980px) {
  .header .topHeaderRight {
    background: none;
    background-color: #0353a0;
  }
}

@media (min-width: 981px){
  .header .customMenuPrimary nav>ul>li:hover>ul {

  }

  @keyframes Grow{
    0% {
      opacity: 0;
      transform: scaleY(.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}



@media (max-width: 1355px) and (min-width: 1232px) {
  .header .customMenuPrimary nav>ul>li:not(.Solutions).About_Us>ul {
    left: -75px;
  }
}

@media (max-width: 1215px) and (min-width: 1109px) {
  .header .customMenuPrimary nav>ul>li:not(.Solutions).About_Us>ul {
    left: -94px;
  }
}

@media only screen and (min-width: 1092px) and (max-width: 1215px) {
  .header .customMenuPrimary nav>ul>li {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 1119px) {
  .header .headerBtnCareers a, .header .headerBtnContactUs a {
    font-size: 13px!important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1091px) {
  .header .customMenuPrimary nav>ul>li {
    margin: 0 12px 0 0;
  }

  .header .customMenuPrimary nav>ul>li:not(.Solutions).About_Us>ul {
    left: -104px;
  }
}

@media (max-width: 1044px) and (min-width: 981px) {
  .header .customMenuPrimary nav>ul>li>a,
  .header .customMenuPrimary nav>ul>li:not(.Solutions)>ul>li>a,
  .header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>a,
  .header .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>ul>li>a {
    font-size: 13px;
  }
}


@media (max-width: 1349px) {
  .lpHeader .headerLogo {
    padding-bottom: 13px;
  }
}
@media (max-width: 980px) {
  .header .topHeaderPhone {
    width: 180px;
  }
  .lpHeader .headerLogo {
    padding-bottom: 16px;
    height: 80px;
  }
  .header .slantedBlue {
    display: none;
  }

  .header .headerBtnCareers a, .header .headerBtnContactUs a {
    padding: 0 21px;
    white-space: nowrap;
  }

  .header .headerLogo a img {
    min-width: 250px;
  }

  .header .headerContent {
    display: none;
  }

  .menuToggler {
    display: block;
  }

  .menuToggler .menuTogglerIcon:before, .menuToggler .menuTogglerIcon:after {
    transition-property: none;
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #0753a1;
    border-radius: 4px;
    position: absolute;
  }

  .menuToggler .menuTogglerIcon:before {
    top: 10px;
  }

  .menuToggler .menuTogglerIcon:after {
    bottom: 10px;
  }

  .translateMobileMenuContainer {
    position: fixed;
    top: 0;
    margin: 0;
    transition: transform 0.5s;
    overflow: auto;
    display: block;
    width: 100%;
    background-color: #0753a1;
    height: 100%;
    left: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    max-height: calc(100vh);
    overflow-y: auto;
  }

  .translateMobileMenuContainer .mobileTitle {
    background-color: #0753a1;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    padding-top: 10%;
    padding-left: 5%;
    padding-bottom: 0%;
    padding-right: 5%;
    font-weight: 400;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  }

  .translateMobileMenuContainer .mobileTitle a {
    color: #ffffff;
    width: 100%;
    background-color: unset;
    text-decoration: none;
  }

  .mobileMenus {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background-color: #0753a1;
  }

  .mobileMenus nav>ul {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .mobileMenus nav>ul>li {
    width: 100%;
    list-style: none;
    margin: 0;
  }

  .mobileMenus nav>ul>li:last-child {
    display: none;
  }

  .mobileMenus nav>ul>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-bottom: 0px solid #0753a1;
    font-family: inherit;
    color: #ffffff;
    text-align: left;
    background-color: #0753a1;
    font-weight: normal;
    letter-spacing: 0px;
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s, border-color 0.5s, 0.5s;
    padding: 0 5%;
    padding-right: 50px;
  }

  .mobileMenus nav>ul>li>ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: none;
  }

  .mobileMenus nav>ul>li>a>.mega-indicator {
    display: none;
  }

  .mobileMenus nav>ul>li>a>.childTrigger {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    overflow: hidden;
    right: 0;
    border-left-style: solid;
    border-left-color: #0753a1;
    border-left-width: 1px;
    height: 39px;
    width: 40px;
    color: #ffffff;
    background-color: #0753a1;
  }

  body.toggleMobileMenu .translateMobileMenuContainer {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }

  body.toggleMobileMenu .menuToggler {
    background-color: rgb(239, 239, 239);
  }

  body.toggleMobileMenu .menuToggler .menuTogglerIcon {
    transform: rotate(45deg);
  }

  body.toggleMobileMenu .menuToggler .menuTogglerIcon:before {
    top: 0;
    opacity: 0;
  }

  body.toggleMobileMenu .menuToggler .menuTogglerIcon:after {
    bottom: 0;
    transform: rotate(-90deg);
  }

  .mobileMenus nav>ul>li>ul>li {
    width: 100%;
    list-style: none;
    margin: 0;
  }

  .mobileMenus nav>ul>li>ul>li>a {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s, border-color 0.5s, 0.5s;
    padding: 0 5%;
    padding-right: 50px;
    font-weight: normal;
    height: 40px;
    padding-left: 10%;
    line-height: 40px;
    letter-spacing: 0px;
    font-size: 15px;
    border-bottom: 1px solid #0753a1;
    font-family: inherit;
    color: #ffffff;
    text-align: left;
    background-color: #0753a1;
  }

  .mobileMenus nav>ul>li>ul>li>ul {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    list-style: none;
    display: none;
  }

  .mobileMenus nav>ul>li>ul>li>ul>li {
    width: 100%;
    list-style: none;
    margin: 0;
  }

  .mobileMenus nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s, border-color 0.5s, 0.5s;
    padding: 0 5%;
    padding-right: 50px;
    font-weight: normal;
    height: 40px;
    padding-left: 15%;
    line-height: 40px;
    letter-spacing: 0px;
    font-size: 15px;
    border-bottom: 1px solid #0753a1;
    font-family: inherit;
    color: #ffffff;
    text-align: left;
    background-color: #0753a1;
  }

  .mobileMenus nav>ul>li>ul>li>a>.childTrigger {
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    border-right: unset;
    border-left-style: solid;
    border-left-color: #0753a1;
    border-left-width: 1px;
    height: 39px;
    line-height: 39px;
    width: 40px;
    color: #ffffff;
    background-color: #0753a1;
  }

  .mobileMenus nav>ul>li>a>.childTrigger.icon, .mobileMenus nav>ul>li>ul>li>a>.childTrigger.icon {
    transform: rotate(180deg);
    display: block;
    background-size: cover;
    color: #ffffff;
    border-color: #0e366d;
    background-color: #0e366d;
  }

  .mobileMenus nav>ul>li>a:hover,
  .mobileMenus nav>ul>li>ul>li>a:hover,
  .mobileMenus nav>ul>li>ul>li>ul>li>a:hover {
    color: #ffffff !important;
    border-color: #0e366d !important;
    background-color: #0e366d !important;
  }

  .mobileMenus nav>ul>li>a>.childTrigger:hover,
  .mobileMenus nav>ul>li>ul>li>a>.childTrigger:hover {
    color: #ffffff;
    border-color: #0e366d !important;
    background-color: #0e366d !important;
  }
}


@media (max-width: 767px) {
  .mobileMenus nav>ul>li:last-child {
    display: list-item;
  }

  .menuToggler {
    transition: top 0.3s linear;
  }

  body.toggleMobileMenu .menuToggler {
    top: 40px;
  }
}

@media (max-width: 768px) {
  .header .headerBtnCareers {
    display: none;
  }
}

@media (max-width: 375px) {
  body.toggleMobileMenu .menuToggler {
    top: 20px;
  }
}






/* updated header */

header.header.custom {
  display: block;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  line-height: 23px;
  font-weight: 500;
  width: 100%;
  z-index: 99999;
  background-color: rgba(255,255,255,0.98);
  box-shadow: none;
  position: fixed;
  top: 0px;
}

header.header.custom .mainHeader .content-wrapper {
  margin: auto;
  z-index: 99;
  text-align: center;
  height: inherit;
}

header.header.custom .content-wrapper .logo_container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100px;
  padding: 0;
}

header.header.custom .content-wrapper .logo_container span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

header.header.custom .content-wrapper .logo_container img {
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  float: none;
  max-height: 64%;
}

header.header.custom .mainHeader {
  height: inherit;
}

header.header.custom .headerContent {
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float: none;
  bottom: 0;
  position: relative;
  width: 100%;
}

header.header.custom .customMenuPrimary {
  display: inline-block;
  float: none;
  line-height: 0;
}



@media (min-width:981px) {
  header.header.custom .mainHeader .content-wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  header.header.custom .content-wrapper .logo_container {
    height: 72px;
  }
  header.header.custom .content-wrapper .logo_container img {
    max-height: 54%;
  }
  header.header.custom .mobile_nav_menu {
    float: right;
    display: none;
  }
}


@media (max-width: 1044px) and (min-width: 981px) {
  header.header.custom .customMenuPrimary nav>ul>li>a,
  header.header.custom .customMenuPrimary nav>ul>li:not(.Solutions)>ul>li>a,
  header.header.custom .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>a,
  header.header.custom .customMenuPrimary nav>ul>li.Solutions>ul>li>ul>li>ul>li>ul>li>a {
    font-size: 15px;
  }
}


@media (max-width:980px) {
  header.header.custom {
    position: absolute;
    -webkit-transition: none;
    transition: none;
    padding: 20px 0;
  }
  header.header.custom .mainHeader .content-wrapper {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    -webkit-transition: none;
    transition: none;
  }
  header.header.custom .content-wrapper .logo_container {
    height: auto;
    max-height: 100px;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
  header.header.custom .content-wrapper .logo_container img {
    max-height: 60px;
    -webkit-transition: none;
    transition: none;
  }
  header.header.custom .headerContent {
    display: block;
  }
  header.header.custom .customMenuPrimary {
    display: none;
  }
  header.header.custom .mobile_nav_menu {
    display: block;
    float: none;
    position: relative;
    margin-top: 20px;
  }
  header.header.custom .mobile_nav_menu .mobile_nav {
    display: block;
    text-align: left;
    background-color: rgba(0,0,0,0.05);
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
  }
  header.header.custom .mobile_nav_menu .mobile_nav span.select_page {
    display: inline-block;
    font-size: 14px;
    color: rgba(0,0,0,0.75);
  }
  header.header.custom .mobile_nav_menu .mobile_nav span.mobile_menu_bar_toggle {
    display: block;
    line-height: 0;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 2px;
  }
  header.header.custom + button.menuToggler {
    width: 42px;
    height: 50px;
    right: 9.2%;
    top: 67px;
  }
  header.header.custom + button.menuToggler .menuTogglerIcon:before {
    top: 6px;
  }
  header.header.custom + button.menuToggler .menuTogglerIcon:before,
  header.header.custom + button.menuToggler .menuTogglerIcon:after {
    width: 20px;
    height: 2px;
  }
  header.header.custom + button.menuToggler .menuTogglerIcon:after {
    bottom: 6px;
  }
  header.header.custom + button.menuToggler .menuTogglerIcon {
    width: 20px;
    height: 2px;
  }
  .toggleMobileMenu header.header.custom {
    z-index: 1;
  }
  .toggleMobileMenu header.header.custom+button.menuToggler .menuTogglerIcon:after {
    bottom: 1px;
  }
  .toggleMobileMenu header.header.custom+button.menuToggler .menuTogglerIcon:before,
  .toggleMobileMenu header.header.custom+button.menuToggler .menuTogglerIcon:after {
    width: 25px; 
  }
  .toggleMobileMenu header.header.custom+button.menuToggler .menuTogglerIcon {
    width: 25px; 
  }
}


@media (max-width:340px) {
  header.header.custom .content-wrapper .logo_container span.logo_helper {
    display: none;
  }
}



/* end */
.footer .before-footer-img {
  content: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/footer-before.png);
  max-width: 1080px;
  height: 33px;
  margin: 8% auto 0;
}

.footer.lpFooter .bottomtextRight {
  width: 100%;
  text-align: right;
}

.footer .mainFooter {
  background: #2d2c2c;
  padding: 40px 0;
  min-height: 400px;
  color: #fff;
  height: auto;
}

.footer .mainFooter .content-wrapper {
  max-width: 1302px;
  padding: 0;
  width: 100%;
}

.footer .DesktopMenu nav>ul>.footerLeftContent,
.footer .DesktopMenu nav>ul>li.blank_one,
.footer .DesktopMenu nav>ul>li.blank_two,
.footer .DesktopMenu nav>ul>li.blank_three,
.footer .DesktopMenu nav>ul>.footerRightContent {
  width: 18%;
  margin: 0 1%;
  float: left;
  height: auto;
}

.footer .DesktopMenu nav>ul>li.blank_two,
.footer .DesktopMenu nav>ul>li.blank_three {
  min-height: 140px !important;
  height: auto !important;
}

.footer .TabletMenu, .footer .MobileMenu {
  display: none;
}

.footer .DesktopMenu nav>ul:before, .footer .DesktopMenu nav>ul:after {
  display: block;
  content: '';
  clear: both;
}

.footer .footerLogo {
  overflow-wrap: break-word;
  padding-bottom: 1em;
  line-height: 14px;
}

.footer .footerLogo a {
  color: #fff;
}

.footer .footerLogo a img {
  height: auto;
  max-width: 100%;
}

.footer .footerSocialIcon ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  display: flex;
}

.footer .footerSocialIcon ul>li {
  vertical-align: middle;
  float: none!important;
  width: auto!important;
  margin: 0!important;
  list-style-type: none!important;
  border: none!important;
  padding: 0!important;
  background: 0 0!important;
  line-height: normal!important;
  display: inline-block;
}

.footer .footerSocialIcon ul>li>a {
  border: none!important;
  text-decoration: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none;
  color: #fff;
}

.footer .footerSocialIcon ul>li>a>img {
  max-width: 100%;
  height: auto;
  display: inherit!important;
  box-shadow: none!important;
  -webkit-box-shadow: none;
  margin: 2px;
  transition: 0.3s;
}

.footer .footerSocialIcon ul>li>a>img:hover {
  opacity: 0.5 !important;
}

.footer .footerText p {
  margin: 0;
  overflow-wrap: break-word;
  padding-bottom: 1em;
  line-height: 14px;
}

.footer .DesktopMenu nav>ul>li.blank_one>a,
.footer .DesktopMenu nav>ul>li.blank_two>a,
.footer .DesktopMenu nav>ul>li.blank_three>a {
  display: none;
}

.footer .DesktopMenu nav>ul>li.blank_one>ul>li>a,
.footer .DesktopMenu nav>ul>li.blank_two>ul>li>a {
  color: #fbb226;
  font-size: 16px;
  margin-bottom: 0.5em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.footer .DesktopMenu nav>ul>li.blank_one>ul>li>ul>li,
.footer .DesktopMenu nav>ul>li.blank_two>ul>li>ul>li,
.footer .DesktopMenu nav>ul>li.blank_three>ul>li {
  margin-bottom: 0.5em;
}

.footer .DesktopMenu nav>ul>li.blank_one>ul>li>ul>li>a,
.footer .DesktopMenu nav>ul>li.blank_two>ul>li>ul>li>a,
.footer .DesktopMenu nav>ul>li.blank_three>ul>li>a {
  color: #fff;
}

.footer .DesktopMenu nav>ul>.footerRightContent p {
  margin: 0;
  margin-top: 20px;
  padding-bottom: 1em;
  line-height: 14px;
}

.footer .DesktopMenu nav>ul>.footerRightContent p a {
  background: #fbb224;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.footer .bottomFooter {
  height: 50px;
  width: 100%;
  background: #264ea4;
  color: #fff;
}

.footer .bottomFooter .content-wrapper {
  padding: 0;
  width: 100%;
  max-width: 1290px;
}

.footer .bottomTextLeft {
  width: 74%;
  float: left;
  padding-top: 12px;
}

.footer .bottomTextLeft p {
  margin: 0;
  padding-bottom: 0;
  display: inline-block;
}

.footer .bottomTextLeft p:first-child:before {
  content: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/phone.jpg);
  float: left;
}

.footer .bottomTextLeft p a {
  color: #fff;
}

.footer .bottomTextLeft p:last-child:before {
  content: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/address-1.jpg);
  float: left;
}

.footer .bottomtextRight {
  width: 26%;
  float: left;
  padding-top: 12px;
  text-align: left;
}

.footer .bottomTextLeft .hs_cos_wrapper_type_rich_text {
  display: flex;
}

.footer .footerMobileLogo {
  display: none;
}

@media (min-width: 280px) {
  .footer .mainFooter {
    min-height: 1220px;
  }

  .footer .DesktopMenu nav>ul>.footerLeftContent,
  .footer .DesktopMenu nav>ul>li.blank_one,
  .footer .DesktopMenu nav>ul>li.blank_two,
  .footer .DesktopMenu nav>ul>li.blank_three,
  .footer .DesktopMenu nav>ul>.footerRightContent {
    width: 90%;
    margin: 0;
    height: 290px;
    padding: 2%;
    padding-left: 10%;
  }

  .footer .bottomFooter {
    height: 100px;
  }

  .footer .bottomTextLeft {
    width: 100%;
    padding-left: 20px;
  }

  .footer .bottomTextLeft p:first-child:before,
  .footer .bottomTextLeft p:last-child:before {
    display: none;
  }

  .footer .bottomtextRight {
    width: 100%;
    padding-left: 20px;
  }
}

@media (min-width: 526px) {
  .footer .bottomTextLeft {
    padding-left: 0;
  }

  .footer .bottomTextLeft p:first-child:before,
  .footer .bottomTextLeft p:last-child:before {
    display: block;
  }

  .footer .bottomtextRight {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .footer .mainFooter {
    min-height: 810px;
  }

  .footer .DesktopMenu nav>ul>.footerLeftContent,
  .footer .DesktopMenu nav>ul>li.blank_one,
  .footer .DesktopMenu nav>ul>li.blank_two,
  .footer .DesktopMenu nav>ul>li.blank_three,
  .footer .DesktopMenu nav>ul>.footerRightContent {
    width: 50%;
    margin: 0;
    float: left;
    height: 300px;
  }

  .footer .DesktopMenu nav>ul>.footerRightContent {
    height: 120px !important;
  }
}

@media (min-width: 840px) {
  .footer .bottomFooter {
    height: 50px;
  }

  .footer .bottomTextLeft {
    width: 65%;
  }

  .footer .bottomtextRight {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .footer .mainFooter {
    min-height: 390px;
  }

  .footer .DesktopMenu nav>ul>.footerLeftContent,
  .footer .DesktopMenu nav>ul>li.blank_one,
  .footer .DesktopMenu nav>ul>li.blank_two,
  .footer .DesktopMenu nav>ul>li.blank_three,
  .footer .DesktopMenu nav>ul>.footerRightContent {
    width: 17%;
    margin: 0 1%;
    float: left;
    height: auto;
    padding: 0;
  }
}

@media (min-width: 1360px) {
  .footer .bottomTextLeft {
    padding-left: 10px;
  }

  .footer .bottomtextRight {
    padding-left: 10px;
  }
}








@media (max-width: 1199px) {
  .footer .footerLogo a img {
    width: 221px !important;
  }
}

@media (max-width: 1100px) {
  footer.footer {
    overflow: hidden;
  }
}



@media (max-width: 980px) {
  .footer .before-footer-img {
    display: none;
  }
  .footer.no-nav-footer .bottomTextLeft{
    display:None;
  }
  .footer .bottomFooter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 50px 0;
    padding-top: 0px;
    padding-bottom: 0px;
    height: unset;
  }

  .footer .bottomFooter .content-wrapper {
    position: relative;
    margin: auto;
    width: 80%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 1080px;
    padding: 30px 0;
    z-index: 2;
    min-height: 1px;
  }

  .footer .bottomTextLeft {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    word-wrap: break-word;
    text-align: left;
    margin-bottom: 30px;
    color: #ffffff;
    width: 100%;
    float: none;
    padding: 0;
  }

  .footer .bottomTextLeft .hs_cos_wrapper_type_rich_text {
    display: block;
  }

  .footer .bottomTextLeft p {
    display: block;
  }

  .footer .bottomTextLeft p:first-child:before, .footer .bottomTextLeft p:last-child:before {
    display: none;
  }

  .footer .bottomtextRight {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    word-wrap: break-word;
    text-align: left;
    color: #ffffff;
    padding: 0;
    width: 100%;
    float: none;
  }

  .footer .DesktopMenu {
    display: none;
  }

  .footer .footerMobileLogo {
    display: block;
    mix-blend-mode: unset!important;
    position: relative;
    z-index: 2;
    min-height: 1px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer .mainFooter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 50px 0;
    padding-bottom: 20px;
    background-color: #2d2c2c;
    min-height: unset;
  }

  .footer .mainFooter .content-wrapper {
    margin: auto;
    position: relative;
    width: 80%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 1080px;
    padding: 30px 0;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }

  .footer .footerMobileLogo a img {
    height: auto;
    max-width: 100%;
    position: relative;
    width: auto !important;
  }

  .footer .TabletMenu {
    width: 100%;
    display: block;
  }

  .footer .TabletMenu nav>ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* align-items: baseline; */
    padding-bottom: 30px;
  }

  .footer .TabletMenu nav>ul>li, .footer .TabletMenu nav>ul>.footerLeftContent, .footer .TabletMenu nav>ul>.footerRightContent {
    mix-blend-mode: unset!important;
    position: relative;
    z-index: 2;
    min-height: 1px;
    float: left;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 33.33%!important;
    margin-right: 0!important;
    margin-bottom: 0;
  }

  .footer .TabletMenu nav>ul:before, .footer .TabletMenu nav>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .footer .TabletMenu nav>ul>.footerLeftContent {
    order: 4;
    margin-bottom: 30px;
  }

  .footer .TabletMenu nav>ul>.footerRightContent {
    order: 5;
    margin-bottom: 30px;
    ;;
  }

  .footer .TabletMenu nav>ul>li.blank_one, .footer .TabletMenu nav>ul>li.blank_two {
    margin-bottom: 30px;
  }

  .footer .TabletMenu nav>ul>li>a {
    display: none;
  }

  .footer .TabletMenu nav>ul>li.blank_one>ul>li>a,
  .footer .TabletMenu nav>ul>li.blank_two>ul>li>a {
    text-transform: uppercase;
    padding-bottom: 0.5em;
    display: block;
    color: #fbb226;
    font-size: 16px;
    padding-bottom: 7px;
  }

  .footer .TabletMenu nav>ul>li.blank_one>ul>li>ul>li>a,
  .footer .TabletMenu nav>ul>li.blank_two>ul>li>ul>li>a,
  .footer .TabletMenu nav>ul>li.blank_one>ul>li>ul>li>a,
  .footer .TabletMenu nav>ul>li.blank_three>ul>li>a {
    padding-bottom: 0.5em;
    display: block;
    color: #fff;
  }

  .footer .TabletMenu nav>ul>.footerLeftContent .footerLogo {
    display: none;
  }

  .footer .TabletMenu nav>ul>.footerLeftContent .footerSocialIcon {
    margin-bottom: 10px;
  }

  .footer .footerSocialIcon ul {
    padding-top: 5px;
  }

  .footer .footerText p {
    padding-bottom: 0.5em;
    line-height: unset;
  }

  .footer .footerText p:last-child {
    padding: 0;
  }

  .footer .TabletMenu nav>ul>.footerRightContent p a {
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    transition-property: all;
    position: relative;
    transition: all 300ms ease 0ms;
    display: inline-block;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fbb224;
  }

  .footer .TabletMenu nav>ul>li.blank_one>ul>li>ul>li.Stripe_Payments_Experts>a {
    padding: 0;
  }

  .TabletMenu nav>ul>li.blank_two>ul>li>ul>li.Codeless_Synthetic_Monitoring>a {
    padding: 0;
  }

  .footer .TabletMenu nav>ul>li.blank_three>ul>li.Video_Engineering>a {
    padding: 0;
  }

  .footer .footerMobileLogo a {
    display: flex;
  }
}

@media (max-width: 767px){
  .footer .TabletMenu {
    display: none;
  }

  .footer .MobileMenu {
    display: block;
    padding-bottom: 30px;
  }

  .footer .MobileMenu nav>ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .footer .MobileMenu nav>ul>.footerLeftContent {
    width: 100%;
    order: 4;
    margin-bottom: 30px;
  }

  .footer .MobileMenu nav>ul>.footerRightContent {
    width: 100%;
    order: 5;
  }

  .footer .MobileMenu nav>ul>li {
    width: 100%;
  }

  .footer .footerLogo {
    display: none;
  }

  .footer .footerSocialIcon {
    margin-bottom: 10px;
  }

  .footer .MobileMenu nav>ul>.footerRightContent p a {
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    transition-property: all;
    position: relative;
    transition: all 300ms ease 0ms;
    display: inline-block;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fbb224;
  }

  .footer .MobileMenu nav>ul>li>a {
    display: none;
  }

  .footer .MobileMenu nav>ul>li>ul>li>a,
   .footer .MobileMenu nav>ul>li>ul>li>ul>li>a{
    text-transform: uppercase;
    padding-bottom: 7px;
    display: block;
    color: #fbb226;
    font-size: 16px;
  }

  .footer .MobileMenu nav>ul>li>ul>li>ul>li>ul>li a {
    padding-bottom: 0.5em;
    display: block;
    color: #fff;
  }

  .footer .MobileMenu nav>ul>li>ul>li:last-child.SOLUTIONS {
    margin-bottom: 30px;
  }

  .footer .MobileMenu nav>ul>li>ul>li.Resources {
    margin-bottom: 30px;
  }

  .footer .MobileMenu nav>ul>li>ul>li.Partnerships {
    height: 140px;
  }

  .footer .MobileMenu nav>ul>li>ul>li>ul>li.Data_Engineering_Operations>a {
    padding: 0;
  }

  .footer .MobileMenu nav>ul>li>ul>li>ul>li.Video_Engineering>a {
    padding: 0;
  }

  .footer .MobileMenu nav>ul>li>ul>li>ul>li.Stripe_Payments_Experts>a {
    padding: 0;
  }

  .footer .MobileMenu nav>ul>li>ul>li>ul>li.White_Papers>a {
    padding: 0;
   }
   .footer .MobileMenu .navigation-primary ul.submenu.level-2 {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
   }
   .footer .MobileMenu .navigation-primary ul.submenu.level-2 > li {
      width: 50%;
      margin-bottom: 23px;
   }
   .footer .MobileMenu nav ul li a:empty {
      display: none;
   }
   .footer .MobileMenu .navigation-primary ul.submenu.level-2 > li:last-child {
      margin-bottom: -7px;
   }
}



@media (max-width: 479px) {
  .footer .MobileMenu nav>ul>li {
    width: 100%;
  }

  .footer .MobileMenu nav>ul>li>ul>li.Partnerships {
    height: auto;
    margin-bottom: 30px;
  }

  .footer .MobileMenu nav>ul>li>ul>li:last-child {
    margin-bottom: 30px;
   }
   .footer .MobileMenu .navigation-primary ul.submenu.level-2>li {
      width: 100%;
   }
   .footer .MobileMenu .navigation-primary ul.submenu.level-2>li:last-child {
      margin-bottom: 23px;
   }
}

@media (max-width: 320px){
  .footer.lpFooter .bottomtextRight{
    text-align: left;
  }
}


.divi_overlay-matt-cohen .MobileMenu nav>ul>.footerRightContent p a {
  background-color: transparent;
  border: 2px solid #fff;font-size: 20px;
  font-weight: 500;
}

.divi_overlay-matt-cohen .MobileMenu nav>ul>.footerRightContent p a:after {
  transition: all 300ms ease 0ms;
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-family: ETmodules!important;
  speak: none;
}

.divi_overlay-matt-cohen .MobileMenu nav>ul>.footerRightContent p a:hover {
  background-color: hsla(0,0%,100%,.2);
  border: 2px solid transparent;
}

.divi_overlay-matt-cohen .MobileMenu nav>ul>.footerRightContent p a:hover:after {
  opacity: 1;
  margin-left: 0;
}


/* Updated Footer */

.updated-footer-banner .banner {
  background-position: top center;
  overflow: visible;
}

.updated-footer {
  background-color: #323232;}

.updated-footer .container {
  text-align: left;
  position: relative;width: 80%;
  max-width: 1080px;
  margin: auto;
}

.updated-footer #footer-widgets {
  padding: 6% 0 0;
}

.updated-footer .footer-widget {
  font-size: 20px;
  float: left;
  color: #fff;
}

.updated-footer .footer-text {
  float: left;
  max-width: 100%;
  word-wrap: break-word;
}

.updated-footer .footer-text-in {
  line-height: 1.8em;
}

.updated-footer table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
  border: none;
  background: transparent;
  margin: 0;
}

.updated-footer .footer-text p {
  font-size: 28px;
  margin: 0px;
  padding: 0;
}

.updated-footer .footer-text p:not(:first-child) {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}

.updated-footer table td {
  border: none;
  color: #fff;
  margin: 0;
  padding: 1px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa-2x {
  font-size: 2em;
}

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

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

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

#footer-bottom2 {
  padding: 15px 0 5px;
  background-color: #323232;
}

.updated-footer .footer-text-right {
  float: left;
  max-width: 100%;
  word-wrap: break-word;
}

.updated-footer .footer-text-right-in {
  line-height: 1.8em;
}

.updated-footer-section1 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

@media (min-width: 981px) {

  .updated-footer .footer-widget {
    margin-right: 5.5%;
    margin-bottom: 5.5%;
    width: 47.25%;
  }

  .updated-footer .footer-widget:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 981px) {

  .updated-footer-section1 .bottom-panel {
    display: none;
  }
}


@media (max-width: 980px) {

  .updated-footer #footer-widgets {
    padding: 8% 0;
  }

  .updated-footer .footer-widget:nth-child(n) {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
    margin-bottom: 0;
  }

  .updated-footer .footer-widget:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {

  .updated-footer #footer-widgets {
    padding: 10% 0;
  }

  .updated-footer .footer-widget:nth-child(n) {
    width: 100%;
    margin-right: 0;
  }

  .updated-footer .footer-widget:nth-child(n) {
    margin-bottom: 9.5%;
  }

  .updated-footer .footer-widget:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {

  .updated-footer #footer-widgets {
    padding: 12% 0;
  }

  .updated-footer .footer-widget:nth-child(n),
  .updated-footer .footer-widget:last-child {
    margin-bottom: 11.5%;
  }

  .divi_overlay-matt-cohen .MobileMenu nav>ul>li>ul>li:last-child {
    margin-bottom: 0;
  }

  .divi_overlay-matt-cohen .MobileMenu nav>ul>li>ul>li.Partnerships {
    height: auto;
    margin-bottom: 23px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation-primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
@charset "UTF-8"; /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  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 shakeX {
  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);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-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);
  }
}
.animate__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);
  }
}
.animate__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(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__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;
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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


@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  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);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  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);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  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);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  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);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-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: translateZ(0);
    transform: translateZ(0);
  }
}
@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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.updated-footer-banner .banner .bannerInner{
  margin-top: 139px;
}
.updated-footer-banner .banner .bannerInner {
  padding-top: 197px;
}
.contact-section1 .row-fluid {
  width: 100%;
  padding: 0;
}

.contact-section2 .row-fluid {
  width: 100%;
  padding: 0;
}

.cloud-acceleration1 .dnd-section>.row-fluid {
  padding: 0 !important;
  padding-bottom: 0!important;
  text-align: center;
}

.cloud-acceleration1 .dnd-section>.row-fluid h2 {
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #323232;
}

.cloud-acceleration1 {
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
}

.cloud-acceleration1 span.hs-horizontal-spacer {
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
  font-weight: 300;
  font-size: 20px;
  color: #323232!important;
  letter-spacing: 1px;
  line-height: 1.8em;
  display: block;
}

.cloud-acceleration1 .widget-type-rich_text {
  font-weight: 300;
  font-size: 20px;
  color: #323232!important;
  letter-spacing: 1px;
  line-height: 1.8em;
  padding-bottom: 20px;
}

.cloud-acceleration2 .row-fluid {
  padding: 0;
  width: 100%;
}

.internet-of-things1 {
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
}

.internet-of-things1 .dnd-section>.row-fluid {
  padding: 0 !important;
}

.internet-of-things1 .dnd-section>.row-fluid {
  padding: 0 !important;
  padding-bottom: 20px !important;
  position: relative;
  text-align: center;
}

.internet-of-things1 h2 {
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #323232;
}

.internet-of-things1 span.hs-horizontal-spacer {
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
  font-weight: 300;
  font-size: 20px;
  color: #323232!important;
  letter-spacing: 1px;
  line-height: 1.8em;
  display: block;
}

.internet-of-things1 .widget-type-rich_text {
  font-weight: 300;
  font-size: 20px;
  color: #323232!important;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.internet-of-things2 .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
}

.internet-of-things3 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.internet-of-things5 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

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

.it-service2 .services-wrapper .passthrough .service-item {
  height: 365px;
}

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

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

.it-service1 .dnd-section>.row-fluid {
  padding: 0 !important;
  padding-bottom: 20px !important;
  position: relative;
  text-align: center;
}

.it-service1 h2 {
  font-weight: 700;
  font-size: 45px;
  color: #323232;
}

.it-service1 span.hs-horizontal-spacer {
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
  font-weight: 300;
  font-size: 20px;
  color: #323232!important;
  letter-spacing: 1px;
  line-height: 1.8em;
  display: block;
}

.it-service1 .widget-type-rich_text {
  font-weight: 300;
  font-size: 20px;
  color: #323232!important;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.it-service3 .two-col-image .left .left-inner h3 {
  font-size: 22px;
}

.it-service3 .two-col-image .left .left-inner ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
  padding-bottom: 1em;
  list-style-position: inside;
  margin: 0;
}

.automation-section3 .two-col-image .left .left-inner ul {
  margin: 0;
  padding: 0 0 23px 1em;
   line-height: 26px;
}

.it-service3 .two-col-image .left .left-inner ul li {
  list-style-position: outside;
}

.it-service3 .two-col-image .right .right-inner {
  margin-top: 60px!important;
}

.multi-cloud-section1 {
  padding-top: 54px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  background-color: #ffffff;
}

.multi-cloud-section1 .dnd-section>.row-fluid {
  padding: 0;
  text-align: center;
  padding-bottom: 20px;
}

.multi-cloud-section1 .widget-type-header h2 {
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 45px;
  color: #323232;
}

.multi-cloud-section1 span.hs-horizontal-spacer {
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
  font-weight: 300;
  font-size: 20px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.8em;
  display: block;
}

.multi-cloud-section1 .widget-type-rich_text {
  font-weight: 300;
  font-size: 20px;
  color: #323232!important;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.multi-cloud-section1 .widget-type-rich_text p strong {
  font-weight: 700;
}

.multi-cloud-section2 .row-fluid {
  max-width: none;
  width: 100%;
  padding: 0;
}

.multi-cloud-section3 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.multi-cloud-section3 .services-wrapper {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #f2f2f2;
}

.multi-cloud-section4 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.multi-cloud-section5 .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
}

.internet-of-things4 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
  max-width: none;
}

.data-engineering-page .banner {
  background-position: center right;
}

.data-engineering-page .no-s h2 {
  display: none;
}

.data-engineering-page .banner .heroBg h1 {
  padding-bottom: 20px;
}

.Data-engineering-section1 .dnd-section>.row-fluid {
  padding: 0;
  text-align: center;
}

.Data-engineering-section1 .widget-type-header h2 {
  font-weight: 700;
  font-size: 45px;
  color: #323232;
}

.Data-engineering-section1 span.hs-horizontal-spacer {
  display: block;
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
  font-weight: 300;
  font-size: 20px;
  color: #323232!important;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.Data-engineering-section1 .widget-type-space {
  padding-bottom: 20px;
}

.Data-engineering-section1 .widget-type-rich_text {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.8em;
  padding-bottom: 57px;
  text-align: left;
  color: #323232;
}

.Data-engineering-section2 .two-column-bg-image .right-panel .image_wrap {
  transform: scaleX(1.3) scaleY(1.3) translateX(-10px) translateY(34px);
}

.Data-engineering-section1 {
  padding-bottom: 0 !important;
}

.Data-engineering-section3 .dnd-section>.row-fluid,
.multi-cloud-section3 .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
}

.data-engineering-page .videos-needs-wrapper .page-center.bottom-panel + .page-center.bottom-panel,
.multi-cloud-page .videos-needs-wrapper .page-center.bottom-panel + .page-center.bottom-panel {
  display: none;
}

.data-engineering-page .videos-needs-wrapper > .bottom-panel,
.multi-cloud-page .videos-needs-wrapper > .bottom-panel {
  width: 100%;
  max-width: none;
}

.data-engineering-page .videos-needs-wrapper .bottom-panel>.bottom-panel,
.multi-cloud-page .videos-needs-wrapper .bottom-panel>.bottom-panel {
  padding: 0;
}

.data-engineering-page .videos-needs-wrapper .blurb_content,
.multi-cloud-page .videos-needs-wrapper .blurb_content {
  margin: 0;
}

.Data-engineering-section4 .row-fluid {
  padding: 0;
  width: 100%;
}

.Data-engineering-section2 .two-column-bg-image .page-center {
  padding-bottom: 9%!important;
}

.Data-engineering-section5 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.Data-engineering-section5 .bg-with-form-wrapper {
  margin-top: 0;
}

.Data-engineering-section5 .bg-with-form-wrapper .top_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/download.svg);
}

.Data-engineering-section2 .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
}

.Data-engineering-section5 .bg-with-form-wrapper .form-content {
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  padding-bottom: 10px;
}

.cu-transform .banner .heroBg.no-s h2 {
  display: none;
}

.cu-transform .banner .heroBg h1 {
  padding-bottom: 20px;
}

.cu-transform-section1 .dnd-section> .row-fluid {
  width: 100%;
  padding: 0;
}

.cu-transform-section1 .content-with-divider h3 {
  font-size: 22px;
  letter-spacing: 1px;
}

.cu-transform-section4 .dnd-section > .row-fluid {
  width: 100%;
  padding: 0;
}

.cu-transform-section2 .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.cu-transform-section3 .dnd-section> .row-fluid {
  width: 100%;
  padding: 0;
}

.member-details-page .dnd-section {
  padding: 0 !important;
}

.member-details-page .dnd-section>.row-fluid {
  max-width: unset !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.member-details-page .bottom-panel {
  display: none;
}

.multi-cloud-section3 .services-wrapper .passthrough .service-item {
  height: 365px;
}

.automation-section1 .content-with-divider .content-wrapper {
  width: 100%;
}

.cu-transform-section3 .content-with-divider .button-wrapper .button-inner {
  margin-bottom: 0;
}



@media (min-width:980px) {
  .data-engineering-page .banner .heroBg:after {
        margin-top: -210px !important;
    height: 245px !important;
  }
  .cu-transform .banner .heroBg:after {
    margin-top: -170px;
    height: 220px;
  } 
}

@media (min-width:1360px) and (max-width:1599px) {
  .data-engineering-page .banner .heroBg:after {
        margin-top: -160px !important;
    height: 210px !important;
  }
  .cu-transform .banner .heroBg:after {
    margin-top: -170px;
    height: 220px;
  } 
}

@media (min-width:1600px) {
  .data-engineering-page .banner .heroBg:after {
        margin-top: -210px !important;
    height: 245px !important;
  }
  .cu-transform .banner .heroBg:after {
    margin-top: -170px;
    height: 220px;
  } 
}


@media (min-width:981px) {
  .cloud-acceleration1 {
    padding: 4% 0;
  }
  .internet-of-things1 {
    padding: 4% 0;
  }
  .it-service1 {
    padding: 4% 0;
  }
  .Data-engineering-section1 {
    padding: 4% 0;
  }
  .Data-engineering-section3 .videos-needs-wrapper .top-wrapper,
  .multi-cloud-section3 .videos-needs-wrapper .top-wrapper {
    width: 29.6667%;
  }
  .Data-engineering-section5 .bg-with-form-wrapper .form-wrapper {
    width: 57.8%;
  }
  .Data-engineering-section5 .bg-with-form-wrapper .left_empty {
    width: 15.6%;
  }
  .Data-engineering-section5 .bg-with-form-wrapper .form-content {
    margin-bottom: 4.758%;
  }
  .cu-transform-section1 .content-with-divider {
    padding: 4% 0;
  }
  .cu-transform-section1 .content-with-divider .content-wrapper {
    margin-bottom: 2.75%;
  }
}




@media (min-width:1350px) {
  .cloud-acceleration1 {
    padding: 54px 0;
  }
  .internet-of-things1 {
    padding: 54px 0;
  }
  .it-service1 {
    padding: 54px 0;
  }
  .Data-engineering-section1 {
    padding: 54px 0;
  }
  .cu-transform-section1 .content-with-divider {
    padding: 54px 0;
  }
  .cu-transform-section3 .content-with-divider .content-wrapper {
    padding: 27px 0;
    padding-bottom: 20px;
  }


}


@media (max-width:980px) {
  .updated-footer-banner .banner .bannerInner {
    padding-top: 213px;
  }
  .cloud-acceleration1 {
    padding: 50px 0;
  }
  .cloud-acceleration1 .dnd-section>.row-fluid h2 {
    font-size: 28px!important;
  } 
  .internet-of-things1 {
    padding: 50px 0;
  }
  .internet-of-things1 h2 {
    font-size: 28px!important;
  }
  .it-service1 {
    padding: 50px 0;
  }
  .it-service1 h2 {
    font-size: 28px!important;
  }
  .it-service3 .two-col-image .right .right-inner {
    display: block;
  }
  .it-service3 .two-col-image .bottom-section .page-center {
    padding: 0;
  }
  .multi-cloud-section1 .widget-type-header h2 {
    font-size: 28px;
  }
  .Data-engineering-section1 {
    padding: 50px 0;
    padding-bottom: 0px;
  }
  .Data-engineering-section1 .widget-type-header h2 {
    font-size: 28px;
  }
  .data-engineering-page .videos-needs-wrapper .bottom-panel>.bottom-panel,
  .multi-cloud-page .videos-needs-wrapper .bottom-panel>.bottom-panel {
    padding: 30px 0;
    max-width: 1080px;
    width: 80%;
  }
  .data-engineering-page .videos-needs-wrapper .bottom-panel,
  .multi-cloud-page .videos-needs-wrapper .bottom-panel {
    padding: 0;
  }
  .data-engineering-page .videos-needs-wrapper .blurb_content,
  .multi-cloud-page .videos-needs-wrapper .blurb_content{
    margin: 0 auto;
  }
  .cu-transform-section3 .content-with-divider {
    padding: 50px 0;
    padding-top: 80px;
  }
  .cu-transform-section1 .content-with-divider {
    padding: 50px 0;
  }
}




@media (max-width:767px) {
  .cloud-acceleration1 .widget-type-rich_text p {
    font-size: 16px;
    line-height: 1.3em;
  }
  .internet-of-things1 .widget-type-rich_text p {
    font-size: 16px;
    line-height: 1.3em;
  }
  .it-service1 .widget-type-rich_text p {
    font-size: 16px;
    line-height: 1.3em;
  }
  .multi-cloud-section1 .widget-type-rich_text {
    font-size: 16px;
    line-height: 1.3em;
  }
  .cloud-acceleration1 .dnd-section>.row-fluid {
    padding-bottom: 20px !important;
    position: relative;
  }
  .member-details-page .bottom-panel {
    display: block;
  }
}



/* jitender css */

/* @import url('http://example.com/example_style.css'); */

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

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


.cloud-optimization-section2 .features .features-items .content {
  padding-top: 15px;
  padding-bottom: 35px;
}

.cloud-optimization-section1 .content-with-divider .content-wrapper {
  margin-bottom: 57px;
}

.cloud-optimization-section2 .features .content-wrapper {
  padding: 0;
}

.cloud-optimization-section2 .features .content-wrapper h2.title {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 26px;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #0353a0!important;
  text-align: center;
}
.cloud-optimization-section1 .dnd-section > .row-fluid,
.cloud-optimization-section2 .dnd-section > .row-fluid,
.cloud-optimization-section3 .dnd-section > .row-fluid,
.cloud-optimization-section4 .dnd-section > .row-fluid,
.cloud-optimization-section5 .dnd-section > .row-fluid,
.cloud-optimization-section6 .dnd-section > .row-fluid{
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.cloud-optimization-section3 .services-wrapper .service-item .service-item-inner .content .separator.small.center {
  display: none;
}

.cloud-optimization-section3 .services-wrapper .passthrough .service-item {
  height: 270px;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin: 0;
}

.cloud-optimization-section3 .services-wrapper {
  padding: 0;
}

.cloud-optimization-section3 .services-wrapper>.page-center {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.cloud-optimization-section3 .services-wrapper .passthrough {
  margin-right: 5.5%;
  width: 47.25%;
}

.cloud-optimization-section3 .services-wrapper .passthrough:last-child {
  margin-right: 0;
}

.cloud-optimization-section3 .services-wrapper .service-item .service-item-inner .content p {
  font-size: 16px;
}

.cloud-optimization-section3 .content-with-divider {
  padding: 0;
}

.cloud-optimization-section3 .services-wrapper .service-item .service-item-inner .image span.image_wrap span.et-waypoint {
  font-size: 96px;
}

.cloud-optimization-section3 .services-wrapper .service-item .content h4.module_header {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  overflow-wrap: break-word;
  font-size: 28px;
  color: #ffffff;
}

.cloud-optimization-section2 .features .page-center {
  width: 80%;
}

.cloud-optimization-section4 .content-with-divider {
  padding-bottom: 0 !important;
}

.cloud-optimization-section5 .dnd-section,
.cloud-optimization-section6 .dnd-section{
  padding: 0 !important;
}


@media (min-width: 981px) {
  .cloud-optimization-section1 .content-with-divider,
  .cloud-optimization-section2 .features,
  .cloud-optimization-section3,
  .cloud-optimization-section4 .content-with-divider{
    padding: 4% 0;
  }

  .cloud-optimization-section3 .services-wrapper>.page-center{
    padding: 2% 0;
  }

  .cloud-optimization-section3 .services-wrapper .passthrough .service-item{
    margin-bottom: 5.82%;
  }
}

@media (min-width: 1350px) {
  .cloud-optimization-section1 .content-with-divider,
  .cloud-optimization-section2 .features,
  .cloud-optimization-section3,
  .cloud-optimization-section4 .content-with-divider{
    padding: 54px 0;
  }

  .cloud-optimization-section3 .services-wrapper>.page-center{
    padding: 27px 0;
  }
}

@media (max-width: 980px){
  .cloud-optimization-section1 .content-with-divider,
  .cloud-optimization-section2 .features,
  .cloud-optimization-section3,
  .cloud-optimization-section4 .content-with-divider{
    padding: 50px 0;
  }

  .cloud-optimization-section3 .services-wrapper>.page-center {
    padding: 30px 0;
  }

  .cloud-optimization-section3 .services-wrapper .passthrough {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .cloud-optimization-section3 .services-wrapper .passthrough:last-child {
    margin-bottom: 0;
  }

  .cloud-optimization-section3 .services-wrapper .passthrough .service-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px){
  .cloud-optimization-section2 .features .features-items .title h1 {
    font-size: 32px;
  }

  .cloud-optimization-section3 .services-wrapper .passthrough .service-item {
    height: 310px;
  }
}




/* end */


/* jaswant css */

.communications-section1 .hs_cos_wrapper_type_header,
.video-engineering-section1 .hs_cos_wrapper_type_header,
.industries-section1 .hs_cos_wrapper_type_header,
.energy-utilities-section1 .hs_cos_wrapper_type_header,
.media-technology-section1 .hs_cos_wrapper_type_header,
.community-internet-section1 .hs_cos_wrapper_type_header {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.video-engineering-section1 .hs_cos_wrapper_type_header,
.industries-section1 .hs_cos_wrapper_type_header,
.energy-utilities-section1 .hs_cos_wrapper_type_header,
.media-technology-section1 .hs_cos_wrapper_type_header,
.community-internet-section1 .hs_cos_wrapper_type_header {
  padding: 0;
}

.communications-section1 .hs_cos_wrapper_type_header h2,
.video-engineering-section1 .hs_cos_wrapper_type_header h2,
.industries-section1 .hs_cos_wrapper_type_header h2,
.energy-utilities-section1 .hs_cos_wrapper_type_header h2,
.media-technology-section1 .hs_cos_wrapper_type_header h2,
.community-internet-section1 .hs_cos_wrapper_type_header h2 {
  font-size: 45px;
  font-weight: 700;
  color: #323232;
  padding-bottom: 10px;
  line-height: 1em;
  margin: 0;
}


.communications-section1 .dnd-section>.row-fluid,
.video-engineering-section1 .dnd-section>.row-fluid,
.media-technology-section1 .dnd-section>.row-fluid {
  padding: 27px 0;
  padding-bottom: 3%;
}

.community-internet-section1 .dnd-section>.row-fluid {
  padding: 0;
}

.communications-section1 .hs-horizontal-spacer,
.video-engineering-section1 .hs-horizontal-spacer,
.industries-section1 .hs-horizontal-spacer,
.energy-utilities-section1 .hs-horizontal-spacer,
.media-technology-section1 .hs-horizontal-spacer,
.community-internet-section1 .hs-horizontal-spacer {
  font-weight: 300;
  font-size: 18px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.5em;
  display: block;
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
}

.communications-section1 p,
.industries-section1 p,
.energy-utilities-section1 p,
.media-technology-section1 p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.5em;
}

.video-engineering-section1 p,
.industries-section1 p,
.energy-utilities-section1 p {
  font-weight: 300;
  font-size: 20px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.community-internet-section1 p {
  font-weight: 300;
  font-size: 20px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.industries-section1 p strong {
  font-weight: 700;
}

.video-engineering-section1 h3 {
  letter-spacing: 1px;
}

.community-internet-section1 h2 {
  font-size: 28px;
}

.community-internet-section1 h3 {
  font-size: 24px;
}

.communications-section2 .dnd-section>.row-fluid,
.media-technology-section2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.communications-section3 .dnd-section>.row-fluid,
.communications-section4 .dnd-section>.row-fluid,
.communications-section5 .dnd-section>.row-fluid,
.solutions-section1 .dnd-section>.row-fluid,
.solutions-section2 .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.communications-section3 .content-with-top-image {
  padding-bottom: 0;
}

.communications-section4 .content-with-top-image {
  padding: 0;
  padding-bottom: 1%;
}

.bg-with-form-wrapper .top_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/top_grey_divider.svg);
}

.bg-with-form-wrapper .bottom_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/bottom_svg.svg);
}

.video-engineering-section1 .dnd-section>.row-fluid {
  padding: 0 !important;
}

.video-engineering-section2 .content-with-top-image,
.video-engineering-section3 .content-with-top-image {
  padding: 0;
}
.wow.fadeIn {
   opacity: 0;
   transition-duration: 1000ms;
   visibility: visible !important;
}
.wow.fadeIn.animated {
   opacity: 1;
   visibility: visible;
}
@-webkit-keyframes animate__fadeInLeftSm {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-20%,0,0);
      transform: translate3d(-20%,0,0);
   }

   to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
   }
}

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

   to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
   }
}
.animate__fadeInLeftSm {
   -webkit-animation-name: animate__fadeInLeftSm;
   animation-name: animate__fadeInLeftSm;
   animation-duration:500ms;
}

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

   to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
   }
}

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

   to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
   }
}
.animate__fadeInRightSm {
   -webkit-animation-name: animate__fadeInRightSm;
   animation-name: animate__fadeInRightSm;
   animation-duration:500ms;
}





.animate__fadeInRightSm
.video-engineering-section2 .dnd-section>.row-fluid,
.video-engineering-section3 .dnd-section>.row-fluid,
.video-engineering-section4 .dnd-section>.row-fluid,
.video-engineering-section5 .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.video-engineering-section2 .content-with-top-image .content-with-top-item:last-child .separator,
.video-engineering-section3 .content-with-top-image .content-with-top-item:last-child .separator {
  margin-top: 18px;
  margin-bottom: 24px;
}

.video-engineering-section2 .content-with-top-image .content-with-top-item:last-child .button_wrapper,
.video-engineering-section3 .content-with-top-image .content-with-top-item:last-child .button_wrapper {
  margin-top: 30px;
}

.video-engineering-section2 .content-with-top-image .content-with-top-item:last-child .content-with-top-item-in,
.video-engineering-section3 .content-with-top-image .content-with-top-item:last-child .content-with-top-item-in {
  margin-bottom: 30px;
}

.video-engineering-section2 .content-with-top-image .page-center,
.video-engineering-section3 .content-with-top-image .page-center {
  padding-bottom: 0;
}

.video-engineering-section5 .bg-with-form-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  background-position: top center;
}

.video-engineering-section5 .bg-with-form-wrapper .form-wrapper {
  margin-top: 8%;
}

.video-engineering-section5 .bg-with-form-wrapper .top_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/bottom2_svg.svg);
  background-position: top center;
}

.videos-needs-wrapper .top_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/top2_svg.svg);
}

.video-engineering-section3 {
  padding-bottom: 5%;
}

footer.footer.video-engineering .before-footer-img {
  margin: 3% auto 0;
}

.industries-section1 .dnd-section>.row-fluid,
.industries-section2 .dnd-section>.row-fluid,
.energy-utilities-section1 .dnd-section>.row-fluid {
  padding: 0;
}

.industries-section3 .dnd-section>.row-fluid,
.industries-section2 .dnd-section>.row-fluid,
.energy-utilities-section2 .dnd-section>.row-fluid,
.energy-utilities-section3 .dnd-section>.row-fluid,
.energy-utilities-section4 .dnd-section>.row-fluid,
.energy-utilities-section5 .dnd-section>.row-fluid, 
.energy-utilities-section6 .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.energy-utilities-section6 .bg-with-form-wrapper .form-main-title h2 {
  line-height: 1.2em;
}

.energy-utilities-section6 .bg-with-form-wrapper .form-content h3 {
  font-size: 27px;
}

.industries-section1 .hs-button {
  height: auto !important;
  margin: 0;
  white-space: normal;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #0353a0;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 19px;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  background-color: #0353a0;
  position: relative;
  padding: 0.3em 1em;
  line-height: 1.7em;
  transition: all 300ms ease 0ms;
}

.industries-section1 .hs-button:hover {
  padding: 0.3em 2em 0.3em 0.7em;
  color: #0353a0;
  border: 2px solid #0353a0;
  border-width: 2px;
  background-image: initial;
  background-color: rgba(3,83,160,0);
}

.industries-section1 .hs-button:after {
  font-size: 1.6em;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-family: ETmodules!important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  transition: all 300ms ease 0ms;
}

.industries-section1 .hs-button:hover:after {
  opacity: 1;
  margin-left: 0;
}

.energy-utilities-section2 .two-column-bg-image .right-panel .image_wrap {
  transform: scaleX(1.68) scaleY(1.68) translateX(0px) translateY(58px);
  text-align: left;
  margin-left: 0;
}

.energy-utilities-section3 .hs_cos_wrapper_type_header {
  display: block;
  text-align: center;
}

.energy-utilities-section3 .hs_cos_wrapper_type_header h3 {
  font-weight: 700;
  font-size: 45px;
  color: #323232;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1em;
}


.energy-utilities-section3 .widget-type-header,
.energy-utilities-section3 .widget-type-space {
  max-width: 1080px;
  width: 80%;
  margin: auto;
  position: relative;
}

.energy-utilities-section3 .widget-type-space,
.community-internet-section1 .widget-type-space {
  padding-bottom: 20px;
}

.community-internet-section1 .widget-type-space {
  padding-bottom: 19px;
}

.energy-utilities-section3 .hs-horizontal-spacer {
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
  font-weight: 300;
  font-size: 20px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.8em;
  display: block;
}

.energy-utilities-section3 .content-with-top-image .page-center {
  padding: 0;
}

.energy-utilities-section2 .two-column-bg-image {
  padding-bottom: 0;
}

.media-technology-section1 {
  padding-top: 10px;
}

.media-technology-section3 .content-with-top-image,
.media-technology-section4 .content-with-top-image {
  padding: 0;
}

.media-technology-section3 .content-with-top-image .content-with-top-item:last-child .separator {
  margin-top: 18px;
  margin-bottom: 24px;
}

.media-technology-section3 .dnd-section>.row-fluid,
.media-technology-section4 .dnd-section>.row-fluid,
.media-technology-section5 .dnd-section>.row-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.media-technology-section3 .dnd-section>.row-fluid,
.media-technology-section4 .dnd-section>.row-fluid,
.media-technology-section5 .dnd-section>.row-fluid {
  width: 100%;
}

.media-technology-section3 {
  padding-bottom: 5%;
}

.media-technology-section3 .content-with-top-image .page-center {
  padding-bottom: 0px;
}

.media-technology-section4 .content-with-top-image .separator {
  margin-top: 35px;
  margin-bottom: 24px;
}

.media-technology-section5 .bg-with-form-wrapper .form-content h3 {
  font-weight: 300;
}

.media-technology-section5 .bg-with-form-wrapper .top_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/form_top_svg.svg);
}

.bg-with-form-wrapper .bottom_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/form_bottom_svg.svg);
}


.energy-utilities-section6 .bg-with-form-wrapper .top_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/energy_uti_top_svg.svg);
}

.energy-utilities-section6 .bg-with-form-wrapper .bottom_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/energy_uti_svg.svg);
}

.bg-with-form-wrapper .download_wrap {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  word-wrap: break-word;
  width: 100%;
}

.bg-with-form-wrapper .blurb_image {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}

.bg-with-form-wrapper .image_wrap {
  display: block;
  margin: auto;
}

.bg-with-form-wrapper .blurb_container h3 {
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-size: 22px;
  color: #323232;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  padding-bottom: 10px;
  line-height: 1em;
}

.bg-with-form-wrapper .et-pb-icon {
  content: attr(data-icon);
  font-size: 34px;
  color: #0753a1;
  font-family: ETmodules!important;
  font-weight: 400!important;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: inline-block;
}

.bg-with-form-wrapper .download_wrap a {
  display: block;
}


.media-technology-section4 .content-with-top-image .button_wrapper {
  position: static;
}

.media-technology-section4 .content-with-top-image .button_wrapper:last-child {
  margin-bottom: 0;
}

.media-technology-section4 .content-with-top-image .content-with-top-item {
  padding-bottom: 3%;
}

.media-technology-section4 {
  padding-bottom: 5%;
}

.body-wrapper {
  overflow-x: hidden;
}

.media-technology-section3 .content-with-top-image .content-with-top-item,
.media-technology-section4 .content-with-top-image .content-with-top-item {
  background-color: rgba(233,233,233,0.45);
}

.media-technology-section4 .content-with-top-image .page-center {
  padding-bottom: 0;
}

.community-internet-section3 .content-with-right-image .pb_image,
.community-internet-section4 .content-with-right-image .pb_image,
.community-internet-section5 .content-with-right-image .pb_image,
.community-internet-section6 .content-with-right-image .pb_image,
.community-internet-section7 .content-with-right-image .pb_image {
  margin-left: 0;
  margin-right: auto;
  width: auto;
  text-align: left;
  line-height: 0;
}

.community-internet-section3 .content-with-right-image .page-center {
  background-color: rgba(233,233,233,0.45);
  padding-top: 3%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.community-internet-section3 .dnd-section>.row-fluid,
.community-internet-section4 .dnd-section>.row-fluid,
.community-internet-section5 .dnd-section>.row-fluid,
.community-internet-section6 .dnd-section>.row-fluid,
.community-internet-section7 .dnd-section>.row-fluid,
.community-internet-section8 .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.community-internet-section3 .content-with-right-image {
  padding: 0;
  padding-bottom: 10px;
}

.community-internet-section3 .content-with-right-image .button-wrapper,
.community-internet-section4 .content-with-right-image .button-wrapper,
.community-internet-section5 .content-with-right-image .button-wrapper,
.community-internet-section6 .content-with-right-image .button-wrapper,
.community-internet-section7 .content-with-right-image .button-wrapper {
  margin-top: 0;
}

.community-internet-section2 {
  padding-bottom: 5%;
}

.video-engineering-section5 .bg-with-form-wrapper .bottom_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/video_top_svg.svg);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: rotateX(180deg);
  margin-bottom: -1px;
}

.community-internet-section2 .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.community-internet-section2 .content-with-top-image {
  padding: 0;
}

.community-internet-section2 .content-with-top-image .content-with-top-item {
  background-color: rgba(233,233,233,0.45);
}

.community-internet-section2 .content-with-top-image .content-with-top-item:last-child .separator {
  margin-top: 18px;
  margin-bottom: 24px;
}

.community-internet-section2 .content-with-top-image .content-with-top-item:last-child .content-with-top-item-in {
  margin-bottom: 30px;
}

.community-internet-section2 .content-with-top-image .content-with-top-item:hover {
  background-color: rgba(233,233,233,0.95);
}

.community-internet-section3 .widget-type-header,
.community-internet-section3 .widget-type-space {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.community-internet-section3 .widget-type-header h2 {
  font-weight: 700;
  font-size: 45px;
  color: #323232;
  padding-bottom: 10px;
  line-height: 1em;
}

.community-internet-section3 .widget-type-space {
  padding-bottom: 20px;
  position: relative;
}

.community-internet-section3 .hs-horizontal-spacer {
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
  font-weight: 300;
  font-size: 20px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.8em;
  display: block;
}

.community-internet-section8 .bg-with-form-wrapper .form-content h3 {
  font-weight: 300;
  font-size: 23px;
}

.community-internet-section8 .bg-with-form-wrapper .actions {
  text-align: center;
}

.community-internet-section8 .bg-with-form-wrapper .top_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/community-internet_svg.svg);
}

.community-internet-banner .banner {
  background-position: center right;
}

.communications-section5 .bg-with-form-wrapper .top_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/com_top_svg.svg);
}

.communications-section5 .bg-with-form-wrapper .bottom_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/com_bt_svg.svg);
}

.executive-team-section-1 {
  padding-top: 2px;
}

.executive-team-section-2 .team-member-wrapper .team-member-heading {
  padding-top: 2px;
}

@media screen and (max-width: 980px) {

  .about-us-page .team-by-leveraging {
    padding: 50px 0 30px;
  }

  .executive-team-section-1 {
    padding-top: 0px;
    margin-top: -1px;
  }
}


@media screen and (min-width: 981px) {

  .community-internet-section2 .content-with-top-image .content-with-top-item-wrap {
    margin-bottom: 25px;
  }

  .video-engineering-section2 .content-with-top-image .content-with-top-item-wrap,
  .video-engineering-section3 .content-with-top-image .content-with-top-item-wrap {
    margin-bottom: 25px;
  }
}

@media (min-width: 981px) {

  .community-internet-section8 .bg-with-form-wrapper .left_empty {
    width: 15.6%;
  }

  .community-internet-section8 .bg-with-form-wrapper .form-wrapper {
    width: 57.8%;
  }

  .community-internet-section8 .bg-with-form-wrapper .right_empty {
    width: 15.6%;
  }

  .community-internet-section8 .bg-with-form-wrapper .form-content {
    margin-bottom: 4.758%;
  }

  .community-internet-section3 .widget-type-header {
    padding: 2% 0;
    padding-bottom: 0;
  }

  .community-internet-section1 {
    padding: 4% 0;
    padding-bottom: 0px;
  }

  .energy-utilities-section3 {
    /*     padding: 4% 0;
    padding-bottom: 0px; */
  }

  .energy-utilities-section2 {
    padding: 4% 0;
    padding-bottom: 0px;
  }

  .energy-utilities-section1 {
    padding: 4% 0;
    padding-bottom: 0px;
  }

  .industries-section1 .span4 {
    width: 29.6667%;
    margin-left: 0;
    margin-right: 5.5%;
  }

  .industries-section1 .span4:last-child {
    margin-right: 0;
  }

  .industries-section1 {
    padding: 4% 0;
  }

  .communications-section1 .dnd-section>.row-fluid,
  .video-engineering-section1 .dnd-section>.row-fluid,
  .media-technology-section1 .dnd-section>.row-fluid {
    padding: 2% 0;
    padding-bottom: 3%;
  }

  .video-engineering-section1 {
    padding: 4% 0;
  }

  .media-technology-section3 .content-with-top-image .content-with-top-item {
    width: 47.25%;
  }

  .media-technology-section4 .content-with-top-image .content-with-top-item {
    width: 47.25%;
  }

  .media-technology-section5 .bg-with-form-wrapper .left_empty {
    width: 15.6%;
  }

  .media-technology-section5 .bg-with-form-wrapper .form-wrapper {
    width: 57.8%;
  }

  .media-technology-section5 .bg-with-form-wrapper .right_empty {
    width: 15.6%;
  }

  .bg-with-form-wrapper .download_wrapper {
    margin-bottom: 4.758%;
  }

  .media-technology-section5 .bg-with-form-wrapper .form-content {
    margin-bottom: 4.758%;
  }

  .media-technology-section4 .content-with-top-image .content-with-top-item-in {
    margin-bottom: 5.82%;
  }

  .media-technology-section4 .content-with-top-image .button_wrapper {
    margin-bottom: 5.82%;
  }

  .media-technology-section2 .two-column-bg-image .page-center {
    padding: 2% 0;
    padding-bottom: 57px;
  }

}

@media only screen and (min-width: 1350px) {

  .community-internet-section3 .widget-type-header {
    padding: 27px 0;
    padding-bottom: 0;
  }

  .community-internet-section1 {
    padding: 54px 0;
    padding-bottom: 0px;
  }

  .media-technology-section2 .two-column-bg-image .page-center {
    padding: 27px 0;
    padding-bottom: 57px;
  }

  .energy-utilities-section3 {
    /*     padding: 54px 0;
    padding-bottom: 0px; */
  }

  .energy-utilities-section2 {
    padding: 54px 0;
    padding-bottom: 0px;
  }

  .energy-utilities-section1 {
    padding: 54px 0;
    padding-bottom: 0px;
  }

  .industries-section1 {
    padding: 54px 0;
  }

  .communications-section1 .dnd-section>.row-fluid,
  .video-engineering-section1 .dnd-section>.row-fluid,
  .media-technology-section1 .dnd-section>.row-fluid {
    padding: 27px 0;
    padding-bottom: 3%;
  }

  .video-engineering-section1 {
    padding: 54px 0;
  }
}


@media only screen and (max-width: 980px) {

  .community-internet-section3 .widget-type-header h2 {
    font-size: 28px;
  }

  .community-internet-section3 .content-with-right-image .pb_image,
  .community-internet-section4 .content-with-right-image .pb_image, 
  .community-internet-section5 .content-with-right-image .pb_image, 
  .community-internet-section6 .content-with-right-image .pb_image, 
  .community-internet-section7 .content-with-right-image .pb_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
  }

  .communications-section1 .dnd-section>.row-fluid,
  .video-engineering-section1 .dnd-section>.row-fluid,
  .media-technology-section1 .dnd-section>.row-fluid {
    width: 80%;
    max-width: 80%;
  }

  .communications-section1 .hs_cos_wrapper_type_header h2,
  .video-engineering-section1 .hs_cos_wrapper_type_header h2,
  .industries-section1 .hs_cos_wrapper_type_header h2,
  .energy-utilities-section1 .hs_cos_wrapper_type_header h2,
  .media-technology-section1 .hs_cos_wrapper_type_header h2,
  .community-internet-section1 .hs_cos_wrapper_type_header h2 {
    font-size: 28px;
  }

  .energy-utilities-section3 .hs_cos_wrapper_type_header h3 {
    font-size: 28px;
  }
}

@media (max-width: 980px) {

  .community-internet-section3 .widget-type-header {
    padding: 30px 0;
    padding-bottom: 0;
  }

  .community-internet-section1 {
    padding: 50px 0;
    padding-bottom: 0px;
  }

  .media-technology-section2 .two-column-bg-image .page-center {
    padding: 30px 0;
    padding-bottom: 57px;
  }

  .energy-utilities-section3 {
    /*     padding: 50px 0;
    padding-bottom: 0px; */
  }

  .energy-utilities-section2 {
    padding: 50px 0;
    padding-bottom: 0px;
  }

  .energy-utilities-section1 {
    padding: 50px 0;
    padding-bottom: 0px;
  }

  .industries-section1 .span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .industries-section1 .span4:last-child {
    margin-bottom: 0;
  }

  .industries-section1 {
    padding: 50px 0;
  }

  .communications-section1 .dnd-section>.row-fluid,
  .video-engineering-section1 .dnd-section>.row-fluid,
  .media-technology-section1 .dnd-section>.row-fluid {
    padding: 30px 0;
    padding-bottom: 3%;
  }

  .video-engineering-section1 {
    padding: 50px 0;
  }

  .bg-with-form-wrapper .download_wrapper {
    margin-bottom: 30px;
  }

  .media-technology-section4 .content-with-top-image .content-with-top-item-in {
    margin-bottom: 30px;
  }

  .media-technology-section4 .content-with-top-image .button_wrapper {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .communications-section1 .dnd-section>.row-fluid,
  .video-engineering-section1 .dnd-section>.row-fluid,
  .media-technology-section1 .dnd-section>.row-fluid {
    padding-top: 0px;
    padding-bottom: 3%;
  }

  .communications-section1 p,
  .video-engineering-section1 p,
  .industries-section1 p,
  .energy-utilities-section1 p,
  .media-technology-section1 p {
    font-size: 16px;
    line-height: 1.3em;
  }
}


@media (max-width: 590px) {

  .video-engineering-section5 fieldset.form-columns-2 .hs-form-field,
  .media-technology-section5 fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }

  .video-engineering-section5 .bg-with-form-wrapper .hs-input,
  .media-technology-section5 .bg-with-form-wrapper .hs-input {
    margin-right: 0!important;
    width: 100%!important;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {

  .video-engineering-section5 fieldset.form-columns-2 .hs-form-field,
  .media-technology-section5 fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }

  .video-engineering-section5 .bg-with-form-wrapper .hs-input,
  .media-technology-section5 .bg-with-form-wrapper .hs-input {
    margin-right: 0!important;
    width: 100%!important;
  }
}


@media only screen and (max-width: 479px) {

  .industries-section2 .logo-section .circle_percent {
    font-size: 255px;
    margin: 24px auto 16px;
    max-width: 255px;
    margin: 0 auto;
  }
}


/* end */



/* Rahul Css === */

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

.tech-operations-page .banner {
  margin-top: 2px;
}

.tech-operations-page .banner .bannerInner {
  padding-top: 94px;
}

.tech-operations-page .banner:after {
  margin-top: -39px;
}

.tech-operations-page .two-column-bg-image .left-panel .title h2 {
  letter-spacing: 0;
}

.tech-operations-page .two-column-bg-image .left-panel .content p {
  margin-bottom: 4.242%;
}

.tech-operations-page .two-column-bg-image .left-panel .content ul li {
  list-style-position: outside;
  margin: 0; 
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}

.tech-operations-page .two-column-bg-image .left-panel .content ul {
  padding: 0 0 16px 21px;
  line-height: 26px;
  margin-bottom: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.tech-operations-page .two-column-bg-image .right-panel .image_wrap {
  transform: scaleX(1.91) scaleY(1.91) translateX(-34px) translateY(65px);
  text-align: left;
  margin-left: 0;
}

.tech-operations-page .dnd-section[class*="full-width-section"] > .row-fluid,
.ad-video-page .dnd-section[class*="full-width-section"] > .row-fluid,
.executive-team-page .dnd-section[class*="full-width-section"] > .row-fluid,
.intelligence-page .dnd-section[class*="full-width-section"] > .row-fluid {
  width: 100%;
  padding: 0;
}

.tech-section-3 .dnd-section {
  padding: 50px 0px 0px;
}

.tech-operations-page .bg-with-form-wrapper {
  padding-top: 7%;
  padding-bottom: 7%;
  margin-top: 7%;
  margin-bottom: 0px;
}

.tech-operations-page .bg-with-form-wrapper .top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik02NDAgMTQwTDEyODAgMEgweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik02NDAgOThsNjQwLTk4SDB6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100px;
  top: 0;
  height: 100px;
  z-index: 1;
}

.tech-operations-page .bg-with-form-wrapper .bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTQwTDEyODAgMEgweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik02NDAgOThsNjQwLTk4SDB6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: rotateX(180deg);
}

.tech-operations-page .bg-with-form-wrapper .form-wrapper {
  width: 57.8%;
}

.tech-operations-page .bg-with-form-wrapper .left_empty {
  width: 15.6%;
}

.tech-operations-page .bg-with-form-wrapper .right_empty {
  width: 15.6%;
}

.tech-operations-page .bg-with-form-wrapper .form-content p {
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  color: #323232;
  padding-bottom: 10px;
  line-height: 1em;
}

.tech-operations-page .bg-with-form-wrapper .form-content h3 {
  font-size: 22px;
  color: #323232;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1em;
}

.tech-operations-page .bg-with-form-wrapper .form-content {
  margin-bottom: 4.758%;
}

.tech-operations-page .two-column-bg-image {
  padding-bottom: 0;
}

.tech-operations-page .content-with-divider > .content-wrapper,
.multi-cloud-page .content-with-divider > .content-wrapper{
  padding-top: 25px;
}

.tech-operations-page .content-with-divider,
.multi-cloud-page {
  padding-top: 50px;
  padding-bottom: 5px;
}

.tech-operations-page .content-with-divider .content > ul,
.multi-cloud-page .content-with-divider .content > ul{
  width: 47.25%;
  float: left;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.tech-operations-page .content-with-divider .content > ul:first-child,
.multi-cloud-page .content-with-divider .content > ul:first-child{
  margin-right: 5.5%;
}

.tech-operations-page .content-with-divider .content > ul > li,
.multi-cloud-page .content-with-divider .content > ul > li{
  margin-bottom: 5.82%;
  position: relative;
  padding-left: 65px;
}

.tech-operations-page .content-with-divider .content > ul > li:last-child,
.multi-cloud-page .content-with-divider .content > ul > li:last-child{
  margin-bottom: 0;
}

.tech-operations-page .content-with-divider .content > ul li h4,
.multi-cloud-page .content-with-divider .content > ul li h4{
  color: #0353A0;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1em;
}

.tech-operations-page .content-with-divider .content > ul li p,
.multi-cloud-page .content-with-divider .content > ul li p{
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0;
}

.tech-operations-page .content-with-divider .content > ul > li:before,
.multi-cloud-page .content-with-divider .content > ul > li:before{
  content: "N";
  color: #0753a1;
  font-family: ETmodules;
  font-weight: 400;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 5px;
}

.tech-operations-page .content-with-divider .content:before,
.tech-operations-page .content-with-divider .content:after,
.multi-cloud-page .content-with-divider .content:before,
.multi-cloud-page .content-with-divider .content:after{
  content: "";
  display: block;
  clear: both;
}

.tech-operations-page .content-with-divider .content,
.multi-cloud-page .content-with-divider .content{
  padding-top: 55px;
}

.ad-video-page .banner .heroBg {
  position: relative;
}

.ad-video-page .banner .heroBg:after {
  height: 100%;
  margin: 0;
  top: 0;
}

.ad-video-page .content-with-divider {
  padding: 4% 0;
}

.ad-video-page .content-with-divider .content {
  margin-bottom: 2.75%;
}

.ad-video-page .two-column-bg-image .left-panel .title h2 span {
  color: #fcb227;
}

.ad-video-page .bg-with-form-wrapper .form-main-title h2 {
  line-height: 1.2em;
}

.ad-video-page .bg-with-form-wrapper .form-content h3 {
  font-size: 27px;
}


.ad-video-page .two-column-bg-image .right-panel .image_wrap {
  transform: scaleX(1.91) scaleY(1.91) translateX(-34px) translateY(65px);
  text-align: left;
  margin-left: 0;
}

.ad-video-page .content-with-divider .content ul {
  list-style-type: disc;
  padding: 0 0 23px 50px;
  line-height: 26px;
  font-weight: 300;
  font-size: 20px;
  color: #323232;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.ad-video-page .content-with-divider .content ul li {
  line-height: 1.8em;
}

.ad-video-page .ad-video-sec-3 .content-with-divider .content {
  padding-top: 21px;
  margin-bottom: 0;
}

.ad-video-page .ad-video-sec-3 .content-with-divider {
  padding-bottom: 0;
}

.ad-video-page .two-column-bg-image {
  padding-bottom: 0;
}

.ad-video-page .bg-with-form-wrapper .top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTQwTDEyODAgMEgweiIvPjwvZz48L3N2Zz4=);
}

.ad-video-page .bg-with-form-wrapper .bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTQwTDEyODAgMEgweiIvPjwvZz48L3N2Zz4=);
}

.executive-team-page .bottom-panel {
  margin-top: 0;
} 

.intelligence-page .content-with-top-image .content-with-top-item:last-child .separator {
  margin: 18px auto 24px;
}

.intelligence-page .content-with-divider {
  padding-top: 4%;
  padding-bottom: 0;
}

.intelligence-page .content-with-divider .content-wrapper {
  padding-bottom: 0;
}

.intelligence-page .content-with-top-image {
  padding-top: 57px;
  padding-bottom: 5%;
}

.intelligence-page .bg-with-form-wrapper .top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTQwTDEyODAgMEgweiIvPjwvZz48L3N2Zz4=);
}

.intelligence-page .bg-with-form-wrapper .bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTQwTDEyODAgMEgweiIvPjwvZz48L3N2Zz4=);
}

.intelligence-page .bg-with-form-wrapper .form-main-title h2 {
  line-height: 1.2em;
}

.intelligence-page .bg-with-form-wrapper .form-content h3 {
  font-size: 27px;
  text-align: center;
}

.tech-operations-page .bg-with-form-wrapper .form-content i.icon {
  font-family: ETmodules;
  speak: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
  font-size: 34px;
  color: #0753a1;
  font-family: ETmodules;
  font-weight: 400;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}

.tech-operations-page .bg-with-form-wrapper .form-content p {
  margin-bottom: 4.758%;
}

.tech-operations-page .bg-with-form-wrapper .form-main-title {
  margin-top: 10px;
}



@media (min-width: 981px) {
  .tech-section-3 .dnd-section,
  .ad-video-page .tabber-wrapper {
    padding: 4% 0;
  }

  .executive-team-section-1 .team-member-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .executive-team-section-1 .team-member-wrapper .team-member-item {
    margin: 0;
    width: 33.3333%;
    padding-top: 23px;
    padding-bottom: 57px;
  }

  .executive-team-section-1 .team-member-wrapper .team-member-item .team-member-inner {
    margin: 0 auto;
  }

  .executive-team-section-1 .team-member-wrapper .team-member-item:nth-child(4),
  .executive-team-section-1 .team-member-wrapper .team-member-item:nth-child(5) {
    width: 50%;
  }
}

@media only screen and (min-width: 1350px) {
  .tech-section-3 .dnd-section {
    padding: 54px 0px 0px;
  }

  .intelligence-page .content-with-divider {
    padding-top: 54px;
    padding-bottom: 0;
  }

  .ad-video-page .content-with-divider,
  .ad-video-page .tabber-wrapper {
    padding: 54px 0;
  }
}

@media (max-width: 980px) {
  .tech-operations-page .bg-with-form-wrapper .form-wrapper {
    width: 100%;
  }

  .tech-operations-page .bg-with-form-wrapper .form-main-title {
    padding-top: 15px;
    margin-top: 10px;
  }

  .tech-operations-page .content-with-divider .content>ul,
  .multi-cloud-page .content-with-divider .content>ul{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }

  .tech-operations-page .content-with-divider .content>ul:first-child,
  .multi-cloud-page .content-with-divider .content>ul:first-child{
    margin-right: auto;
  }

  .tech-operations-page .content-with-divider .content>ul:last-child,
  .multi-cloud-page .content-with-divider .content>ul:last-child{
    margin-bottom: 0;
  }

  .ad-video-page .two-column-bg-image .right-panel .image_wrap {
    display: block;
    transform: scaleX(0.8) scaleY(0.8) translateX(0px) translateY(0px);
  }

  .ad-video-page .content-with-divider,
  .ad-video-page .tabber-wrapper {
    padding: 50px 0; 
  }

  .ad-video-page .content-with-divider .content-wrapper {
    padding-bottom: 0;
  }

  .ad-video-page .two-column-bg-image {
    padding: 50px 0;
  }

  .ad-video-page .two-column-bg-image .page-center {
    padding: 30px 0px 0px 0px;
  }

  .ad-video-page .content-with-divider .content {
    margin-bottom: 0;
  }

  .ad-video-page .ad-video-sec-3 .content-with-divider {
    padding-bottom: 20px;
  }

  .ad-video-page .two-column-bg-image {
    padding: 50px 0 64px 0;
  }

  .executive-team-section-1 .team-member-wrapper {
    padding-bottom: 30px;
    padding-top: 3px;
  }

  .tech-operations-page .bg-with-form-wrapper .form-content p {
    margin-bottom: 30px;
  }

  .tech-operations-page .bg-with-form-wrapper .form-content {
    margin-bottom: 30px;
  }
}

/* end */


/* sanjay css */


.about-us-section1{
  padding:25px 0 45px;
  text-align:center;
}
.about-us-section1 .dnd-section > .row-fluid{
  padding:0;
}
.about-us-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  font-size: 45px;
  color: #323232;
  overflow-wrap: break-word;
  padding-bottom: 10px;
  line-height: 1em;
  margin: 0;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
}
.about-us-section1 .hs_cos_wrapper_type_rich_text hr {
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
}
.about-us-section1 .hs_cos_wrapper_type_rich_text h3{
  font-size: 26px;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  padding-bottom: 10px;
  line-height: 1em;
  letter-spacing: 1px;
  margin: 0;
}
.about-us-section1 .hs_cos_wrapper_type_rich_text p{
  color: #323232;
  letter-spacing: 1px;
  margin:0;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 300;
}
.about-us-section2 {
  padding: 0 0 54px;
}
.about-us-section5 .dnd-section > .row-fluid,
.about-us-section4 .dnd-section > .row-fluid,
.about-us-section3 .dnd-section > .row-fluid,
.about-us-section2 .dnd-section > .row-fluid{
  padding:0;
  width:100%;
}
.thank-you-section1 .dnd-section,
.thank-you-banner .dnd-section {
  padding: 0;
}
.thank-you-section1 .dnd-section > .row-fluid,
.thank-you-banner .dnd-section > .row-fluid{
  width: 100%;  
  max-width: 100%;
  padding:0;
}
.automation-section1 {
  padding: 54px 0;
}
.automation-section1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}
.automation-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  font-size: 45px;
  color: #323232;
  overflow-wrap: break-word;
  padding-bottom: 10px;
  line-height: 1em;
  margin: 0;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
}
.automation-section1 .hs_cos_wrapper_type_rich_text hr {
  width: 20%;
  height: 15px;
  border: 0 solid #fff;
  background: #0353a0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  margin: 20px auto;
}
.automation-section1 .dnd-section > .row-fluid {
  padding: 0;
}
.automation-section1 .hs_cos_wrapper_type_rich_text p{
  font-weight: 300;
  font-size: 20px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.8em;
  padding-bottom: 1em;
}
.automation-section2 .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}
.automation-section3 .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}
.automation-section4 .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}
.automation-section5 .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}

.bpa-section3 .dnd-section > .row-fluid,
.bpa-section5 .dnd-section > .row-fluid,
.bpa-section6 .dnd-section > .row-fluid,
.bpa-section4 .dnd-section > .row-fluid,
.bpa-section2 .dnd-section > .row-fluid,
.bpa-section1 .dnd-section > .row-fluid {
  width: 100%;
  padding: 0;
}
.bpa-section3 .icon-with-content .item {
  width: 47.25%;
}
.bpa-section3 .icon-with-content .item:nth-child(2n+2){
  margin-right:0;
}
.bpa-section3 .icon-with-content .content-wrapper {
  max-width: 80%;
  width: 1080px;
}
.bpa-section3 .icon-with-content .item-inner {
  height: 365px;
  margin-bottom:5.82%;
}

.automation-section1 .content-with-divider {
  padding: 0;
}
.automation-section1.dc-auto {
  padding-bottom: 0;
}
.automation-section2.dc-auto .icon-with-content {
  padding: 98px 0;
}
.automation-section2.dc-auto .icon-with-content .item-inner {
  height: 365px;
}
.automation-section2.dc-auto .icon-with-content .item .item-inner:last-child {
  margin-bottom: 0;
}
.bpa-section3 .icon-with-content .item .item-inner:last-child {
  margin-bottom: 0;
}
.bpa-section4 .two-col-image .bottom-section .page-center {
  padding: 0 0 27px;
}
.automation-page.cloud-automation .automation-section1 .content-with-divider .content-wrapper {
  padding-top: 27px;
}
.automation-page.cloud-automation .automation-section2 .icon-with-content .item-inner {
  height: 365px;
}
.automation-page.cloud-automation .automation-section2 .icon-with-content .item .item-inner:last-child{
  margin-bottom:0;
}
.automation-page.cloud-automation .automation-section2 .icon-with-content .content-wrapper {
  padding: 27px 0 0;
}
.automation-page.cloud-automation .automation-section3 .two-col-image .bottom-section .page-center {
  padding: 0;
}
.automation-page.cloud-automation .automation-section3 .two-col-image .left .left-inner h3{
  font-size:22px;
}
.automation-page.cloud-automation .automation-section3 .two-col-image .right .right-inner{
  margin-bottom: 0 !important;  
  margin-top: -2px;
}
.automation-page.network .automation-section2 .icon-with-content .content-wrapper {
  padding: 0;
}
.automation-page.network .automation-section2 .icon-with-content .item-inner{
  height: 365px;
}
.automation-page.network .automation-section2 .icon-with-content .item .item-inner:last-child{
  margin-bottom:0;
}
.automation-page.network .automation-section3 .two-col-image {
  box-shadow:none;
}
.automation-page.network .automation-section3 .two-col-image .right .right-inner {
  margin-bottom: 0 !important;
}
.two-col-image .left .left-inner ul{
  margin: 0;
}

.careers-section2 .dnd-section > .row-fluid,
.careers-section1 .dnd-section > .row-fluid {
  width: 100%;
  padding: 0;
}
.careers-section1 .content-with-divider {
  padding: 37px 0 0;
}
.careers-section1 .content-with-divider .content{
  margin-bottom:2.75%;
}
.careers-section1 .content-with-divider .content-wrapper {
  padding: 0 0 20px;
  text-align: center;
  width: 89%;
  max-width: 89%;
}
.careers-section3 {
  padding: 10px 0;
}
.careers-section3 .content-wrapper {
  padding: 27px 0;
}
.careers-section3 .careers-left-section {
  width: 47.25%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.careers-section3 .careers-right-section {
  width: 47.25%;
  margin-right: 0;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.careers-section5 .dnd-section > .row-fluid ,
.careers-section3 .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.careers-section3 h2 {
  font-weight: 700;
  color: #0353a0;
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 1em;
  margin: 0;
}
.careers-right-section .hs_cos_wrapper_type_rich_text ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
  font-size:14px;
  padding-bottom: 1em;
  margin: 0;
}

.careers-section4{
  padding:0 0 10px;
}
.careers-section4 .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.careers-section3 .content-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.csm-section2 .dnd-section > .row-fluid,
.csm-section1 .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.csm-section1 .content-with-divider {
  padding: 54px 0 30px;
}
.csm-section1 .content-with-divider h3 {
  font-size: 22px;
  color: #323232;
  letter-spacing: 1px;
  padding-top:10px;
}
.csm-section2 .two-column-bg-image .right-panel .image_wrap {
  transform: scaleX(1.3) scaleY(1.3) translateX(-10px) translateY(34px);
}
.csm-section2 .two-column-bg-image {
  padding-bottom: 2px;
}
.csm-section3 .dnd-section > .row-fluid {
  padding: 0;
}
.csm-section3 .hs_cos_wrapper_type_rich_text {
  text-align: center;
  padding:0 0 20px;
  display: block;
}
.csm-section3 .hs_cos_wrapper_type_rich_text p{
  font-size:20px;
  color: #323232;
  letter-spacing: 1px;
  line-height: 1.8em;
  font-weight: 300;
}

.csm-section4 .dnd-section > .row-fluid{
  width:100%;
  max-width:100%;
  padding:0;
}
.csm-section7 .dnd-section > .row-fluid,
.csm-section6 .dnd-section > .row-fluid,
.csm-section5 .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.csm-section5{
  position:relative;
}
.csm-section5 .top_inside_divider{
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  display: block;
  background-repeat-y: no-repeat;
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/top-divider2.svg);
  background-size: 100% 100px;
  top: 0;
  height: 100px;
  z-index: 10;
}
.csm-section5 .we-specialize {
  padding-top: 6%;
  padding-bottom: 1px;
}
.csm-section5 .we-specialize .specialize-title {
  padding-top: 62px;
}
.csm-section7 .bg-with-form-wrapper .form-wrapper {
  width: 57.8%;
  margin-right: 5.5%;
}
.csm-section7 .bg-with-form-wrapper .left_empty {
  width: 15.6%;
}
.csm-section7 .bg-with-form-wrapper .right_empty {
  width: 15.6%;
}
.csm-section7 .bg-with-form-wrapper .form-content h3 {
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  margin-bottom: 4.758%;
  padding-bottom: 9px;
}
.csm-section5 .we-specialize .ws-btn {
  padding-bottom: 2px;
}
.csm-section7 .bg-with-form-wrapper .form-main-title {
  padding-top: 16px;
}
.csm-section7 .form-content h3 + i {
  text-align: center;
  font-size: 34px;
  color: #0753a1;
  font-family: ETmodules;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: block;
  box-sizing: border-box;
  direction: ltr;
  margin-bottom: 5px;
}
.csm-section7 .form-content h4 {
  text-align: center;
  font-weight: bold;
  color: #323232;
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 1em;
}
.csm-section7 .bg-with-form-wrapper .form-content {
  margin-bottom: 4.758%;
}
.csm-section7 .bg-with-form-wrapper .actions {
  text-align: center;
}
.csm-section7 form input[type=submit]{
  letter-spacing: normal;
  font-family: Open Sans;
}
.csm-section7 .hs_error_rollup .hs-error-msgs li label {
  font-family: Open Sans;
}
.csm-section6 .decision {
  padding-bottom: 0;
}
.csm-section7 .bg-with-form-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.csm-section6 .decision .top-section .top-section-inner .divider + h3{
  display:None;
}
.csm-section6 .decision h3 {
  font-size: 22px;
}
.cloud-optimization .form-with-content .formSection form .actions{
  margin-top: 11px;
}
.cloud-optimization .form-with-content .formSection form .actions input.hs-button{
  font-size: 16px;
}
.home-page-banner .banner-area .dnd-section > .row-fluid {
  width: 100%;
}
.home-section8 .dnd-section > .row-fluid ,
.home-section7 .dnd-section > .row-fluid ,
.home-section6 .dnd-section > .row-fluid ,
.home-section5 .dnd-section > .row-fluid ,
.home-section4 .dnd-section > .row-fluid ,
.home-section3 .dnd-section > .row-fluid ,
.home-section2 .dnd-section > .row-fluid ,
.home-section1 .dnd-section > .row-fluid {
  width: 100%;
  max-width:100%;
  padding:0;
}
.home-section2 .content-with-divider {
  padding: 54px 0 0;
}
.home-section2 .content-with-divider h3{
  letter-spacing: 1px;
}
.home-section2 .content-with-divider h2{
  font-size: 45px;
}
.home-section2 .content-with-divider .content-wrapper {
  padding: 25px 0;
}
.home-section2 .content-with-divider p {
  padding-bottom: 1em;
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  color: #323232;
  
  
  line-height:1.8em;
}
.home-section2 .content {
  padding-bottom: 20px;
}
.home-section3 .icon-with-title h2 {
  font-size: 18px;
  
}
.home-section4{
   padding-top: 175px;
   padding-bottom: 125px;
  position:relative;
  background-color: #e9e9e9;
}
.home-section4 .top-inside-divider {
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  display: block;
  background-repeat-y: no-repeat;
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/top-divider2.svg);
  background-size: 100% 137px;
  top: 0;
  height: 137px;
  z-index: 10;
}
.home-section4 .bottom_inside_divider {
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/bottom-divi.svg);
  background-size: 100% 137px;
  bottom: 0;
  height: 137px;
  z-index: 1;
  margin-bottom: -1px;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
  background-repeat-y: no-repeat;
}

.home-section6{
  position:relative;
  margin-top: 0;
   padding-top: 175px;
  background-color: #e9e9e9;
   padding-bottom: 94px;
   margin-top: -75px;
}
.home-section6 .top_inside_divider {
  margin-top: -1px;
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/tragle.svg);
  background-size: 100% 137px;
  top: 0;
  height: 137px;
  z-index: 1;
  transform: rotateY(180deg);
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
}
.home-section6 .bottom_inside_divider {  
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/tragle.svg);
  background-size: 100% 137px;
  bottom: 0;
  height: 137px;
  z-index: 1;
  transform: rotateX(180deg);
  margin-bottom: -1px;
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
}
.ses-banner .banner{
  background-position: center right;
}
.s-e-services-section1{
  margin-bottom: 5%;
}
.s-e-services-section1 .dnd-section > .row-fluid {
  width: 100%;
  max-width:100%;
  padding:0;
}
.s-e-services-section2 .dnd-section > .row-fluid,
.s-e-services-section7 .dnd-section > .row-fluid,
.s-e-services-section6 .dnd-section > .row-fluid,
.s-e-services-section5 .dnd-section > .row-fluid,
.s-e-services-section4 .dnd-section > .row-fluid,
.s-e-services-section3 .dnd-section > .row-fluid {
  width: 100%;
  padding: 0;
}
.s-e-services-section4 .full_width_bottom_inside_divider,
.s-e-services-section4 .full_width_top_inside_divider{
  display:None;
}
.s-e-services-section4 .full-width-content-wrapper .content-wrapper {
  padding: 0;
}
.s-e-services-section4 .full-width-content {
  margin: 0 auto;
  padding: 0;
}
.s-e-services-section4 .full-width-content h1{
  font-weight: 300;
  font-size: 34px;
  color: #0353a0 !important;
  letter-spacing: 2px;
  line-height: 1.1em;
}
.s-e-services-section4 .full-width-content h1 strong {
  font-weight: 700;
}
.s-e-services-section4 .full-width-content .fw-button{
  color: #ffffff;
  border-color: #0353a0;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  background-color: #0353a0;
  margin-right: 0;
  box-shadow: none;
  display: inline-block;
}
.s-e-services-section4 .dnd-section > .row-fluid {
  width: 100%;
  padding: 0;
}
.s-e-services-section5 .dnd-section > .row-fluid {
  width: 100%;
  padding: 0;
}
.s-e-services-section7 .bg-with-form-wrapper {
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 2%;
}
.s-e-services-section7 .bg-with-form-wrapper .bottom_inside_divider{}
.s-e-services-section7 .bg-with-form-wrapper .top_inside_divider{
  background-image: url(https://7545447.fs1.hubspotusercontent-na1.net/hubfs/7545447/raw_assets/public/PureIntegration_May2022/images/form-top-divider.svg);
}
.s-e-services-section7 .bg-with-form-wrapper .form-wrapper {
  width: 57.8%;
}
.s-e-services-section7 .bg-with-form-wrapper .left_empty {
  width: 15.6%;
}
.s-e-services-section7 .bg-with-form-wrapper .right_empty {
  width: 15.6%;
}
.s-e-services-section7 .form-content p {
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
}
.s-e-services-section7 .form-content {
  margin-bottom: 5.82%;
  padding-bottom: 3px;
}
.s-e-services-section7 select.is-placeholder {
  color: #bfbfbf !important;
}
.s-e-services-section7 .bg-with-form-wrapper .hs-input {
  padding: 0 10px;
}
.s-e-services-section7 .hs-input[type=checkbox],
.s-e-services-section7 .hs-input[type=radio]{
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 4px 0px;
  line-height: normal;
  border: none;
  min-height: unset;
}
.s-e-services-section7 .inputs-list label > input,
.s-e-services-section7 .inputs-list label > span {
  vertical-align: unset;
}
.s-e-services-section7 .bg-with-form-wrapper textarea{
  min-height: 66px;
}
.home-section3 .icon-with-title {
  padding-bottom: 54px;
}
.home-section8 .bottom-panel {
  
}
.automation-section2 .icon-with-content .item .item-inner:last-child {
  margin-bottom: 0;
}
.Data-engineering-section2 .two-column-bg-image {
  padding-bottom: 0;
}
.cu-transform-section2 .guide .bottom .bottom-inner{
  padding-bottom:50px;
}


.tech-operations-page .content-with-divider .content>ul>li.wow,
.multi-cloud-page .content-with-divider .content>ul>li.wow{
   visibility: visible !important;
   opacity: 1 !important;
}
.tech-operations-page .content-with-divider .content>ul>li.wow.animated:before,
.tech-operations-page .content-with-divider .content>ul>li[style="visibility: visible;"]:before,
.multi-cloud-page .content-with-divider .content>ul>li.wow.animated:before,
.multi-cloud-page .content-with-divider .content>ul>li[style="visibility: visible;"]:before {
   opacity: 1;
   animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
}
@-webkit-keyframes fadeTop {
   0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
   }

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

@keyframes fadeTop {
   0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
   }

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

@media only screen and (min-width: 1350px){
  .csm-section2 .two-column-bg-image .page-center{
    padding-bottom:9%;
  }
}




@media (min-width: 1600px){
  .csm-page-banner .banner .heroBg:after {
    margin-top: -200px;
    height: 245px;
  }
}


@media only screen and (max-width: 1359px){
  .csm-page-banner .banner .heroBg:after {
    margin-top: -200px;
    height: 245px;
  }
}


@media only screen and (max-width: 1349px) and (min-width: 981px){
  .about-us-section2 {
    padding: 0 0 4%;
  }
  .automation-section1 {
    padding: 4% 0;
  }
  .automation-section3.dc-auto .success-stories {
    padding: 54px 0;
  }
  .automation-section2.dc-auto .icon-with-content {
    padding: 98px 0 97px;
  }
  .automation-section3.dc-auto .success-stories .top-item-wrapper {
    padding-top: 12px;
  }
  .automation-page.cloud-automation .automation-section1 .content-with-divider .content-wrapper {
    padding-top: 2%;
    padding-bottom: 2%; 
  }
  .automation-page.cloud-automation .automation-section2 .icon-with-content .content-wrapper {
    padding: 2% 0 0;
  }
  .careers-section1{
    padding:10px 0 0;
  }
  .careers-section1 .content-with-divider {
    padding: 2% 0 0;
  }
  .careers-section3 .content-wrapper {
    padding: 2% 0;
  }
  .careers-section1 .content-with-divider .content-wrapper {
    padding: 0 0 21px;
  }
  .careers-section3 .content-wrapper {
    padding: 2% 0;
  }
  .careers-section3 {
    padding: 10px 0 0;
  }
  .csm-section1 .content-with-divider {
    padding: 4% 0 21px;
  }
  .csm-section2 .two-column-bg-image .page-center {
    padding: 2% 0 9%;
  }
  .csm-section2 .two-column-bg-image {
    padding-bottom: 0;
  }
  .csm-section7 .bg-with-form-wrapper fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .csm-section7 .bg-with-form-wrapper .hs-form-field input[type=text]{
    width:100%;
  }
  .csm-section7 .bg-with-form-wrapper .form-main-title {
    padding-top: 15px;
  }
  .home-section2 .content-with-divider {
    padding: 4% 0 0;
  }
  .s-e-services-section4 .full-width-content h1 {
    padding: 0;
  }
  .home-section3 .icon-with-title {
    padding-bottom: 4%;
  }
/*   .home-section4 {
    padding-top: 4%;
    padding-bottom: 4%;
  } */
/*   .home-section6 {
    padding-top: 4%;
  }  */
}


@media only screen and (max-width: 980px){
  .cu-transform-section2 .guide .mobile ul.slick-dots {
    width: 100%;
  }
  .cu-transform-section2 .guide .slider-nav-btn {
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
  .cu-transform-section3 .content-with-divider .content-wrapper {
    padding: 0 0 25px;
    text-align: center;
  }
  .cu-transform-section3 .guide .bottom .bottom-inner {
    padding-bottom: 55px;
  }
  .cu-transform-section2 .content-with-divider .button-wrapper .button-inner {
    margin-top: 30px;
  }
  .cu-transform-section2 .slick-list {
    width: calc(100% + 50px);
  }
  .cu-transform-section1 .content-with-divider .button-wrapper{
    padding-top:30px;
  }
  .bpa-section3 .icon-with-content .item .item-inner:last-child{
    margin-bottom:30px;
  }
  .about-us-section1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
  }
  .about-us-section2 {
    padding: 0 0 50px;
  }
  .automation-section1 {
    padding: 50px 0;
  }
  .automation-section1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
  }
  .bpa-section3 .icon-with-content .item {
    width: 100%;
  }
  .bpa-section3 .icon-with-content .item-inner {
    margin-bottom: 30px;
  }
  .bpa-section3 .icon-with-content .item.no-of-2 .item-inner:first-child {
    background-color: #333 !important;
  }
  .bpa-section3 .icon-with-content .item.no-of-2 .item-inner:last-child {
    background-color: #0753a1 !important;
  }
  .bpa-section3 .icon-with-content .item-inner {
    margin-bottom: 30px;
  }
  .automation-section2.dc-auto .icon-with-content .item.no-of-2,
  .automation-section2.dc-auto .icon-with-content .item.no-of-1 {
    margin-bottom: 30px;
  }
  .automation-section2.dc-auto .icon-with-content .item.no-of-2 .item-inner:first-child {
    background-color: #333!important;
  }
  .automation-section2.dc-auto .icon-with-content .item.no-of-2 .item-inner:last-child {
    background-color: #0753a1 !important;
  }
  .automation-section3.dc-auto .success-stories {
    padding: 54px 0;
  }
  .automation-section3.dc-auto .success-stories .top-item-wrapper {
    padding-top: 23px;
    padding-bottom: 50px;
  }
  .automation-section3.dc-auto .success-stories .bottom-section h3 {
    padding-bottom: 40px;
  }
  .bpa-section3 .icon-with-content .item.no-of-2 .item-inner:last-child {
    margin-bottom: 0;
  }
  .automation-page.cloud-automation .automation-section1 .content-with-divider .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .automation-page.cloud-automation .icon-with-content {
    padding: 50px 0 50px;
  }
  .automation-page.cloud-automation .automation-section2 .icon-with-content .item .item-inner:last-child {
    margin-bottom: 30px;
  }
  .automation-page.cloud-automation .automation-section2 .icon-with-content .item.no-of-2 .item-inner:first-child {
    background-color: #333 !important;
  }
  .automation-page.cloud-automation .automation-section2 .icon-with-content .item.no-of-2 .item-inner:last-child {
    background-color: #0753a1 !important;
  }
  .automation-page.cloud-automation .automation-section2 .icon-with-content .item.no-of-3 .item-inner:last-child {
    margin-bottom: 0 !important;
  }
  .automation-page.cloud-automation .automation-section3 .two-col-image .right .right-inner {
    display: block;
  }
  .automation-page.network .automation-section2 .icon-with-content .item .item-inner:last-child {
    margin-bottom: 30px;
  }
  .automation-page.network .automation-section2 .icon-with-content .item.no-of-3 .item-inner:last-child {
    margin-bottom: 0;
  }
  .automation-page.network .automation-section2 .icon-with-content .item.no-of-2 .item-inner:first-child {
    background-color: #333 !important;
  }
  .automation-page.network .automation-section2 .icon-with-content .item.no-of-2 .item-inner:last-child {
    background-color: #0353a0 !important;
  }
  .automation-page.network .automation-section3 .two-col-image .right .right-inner {
    display: block !important;
  }
  .automation-page.network  .automation-section1 {
    padding: 50px 0 50px;
  }
  .careers-section1 .content-with-divider {
    padding: 40px 0 0;
  }
  .careers-section1 .content-with-divider .content-wrapper {
    width: 80%;
    max-width: 80%;
  }
  .careers-section1 .content-with-divider .content {
    margin-bottom: 30px;
  }
  .careers-section3 .content-wrapper {
    padding: 30px 0;
  }
  .careers-section3 .careers-left-section {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .careers-section3 .careers-right-section {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .csm-section1 .content-with-divider {
    padding: 50px 0 30px;
  }
  .csm-section2 .two-column-bg-image .page-center {
    padding: 30px 0 9%;
  }
  .csm-section5 .we-specialize {
    padding-top: 12%;
    padding-bottom: 96px;
  }
  .csm-section5 .we-specialize .ws-btn {
    padding-top: 57px;
  }
  .csm-section6 .decision .bottom-section .decision-items:last-child {
    margin-bottom: 0;
  }
  .csm-section7 .bg-with-form-wrapper .form-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .csm-section6 .decision .bottom-section .page-center {
    z-index: 5;
    padding: 25px 0 65px;
  }
  .csm-section7 .bg-with-form-wrapper .form-content h3 {
    margin-bottom: 30px;
    padding-bottom: 10px; 
  }
  .csm-section7 .bg-with-form-wrapper .form-main-title {
    padding-top: 15px;
  }
  .csm-section7 .bg-with-form-wrapper .form-content {
    margin-bottom: 30px;
  }
  .cloud-optimization-section5 .form-with-content {
    padding: 50px 0 32px;
  }
  .home-section6 .top_inside_divider,
  .home-section6 .bottom_inside_divider{
    display:None;
  }
  .s-e-services-section7 .bg-with-form-wrapper .form-wrapper {
    width: 100%;
  }
  .bg-with-form-wrapper .form-content {
    margin-bottom: 35px;
  }
  .home-section2 .content-with-divider h2 {
    font-size: 28px !important;
  }
  .home-section2 .content-with-divider {
    padding: 50px 0 0;
  }
  .home-section3 .icon-with-title .item {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 550px;
  }
  .home-section3 .icon-with-title .item:last-child {
    margin: 0 auto;
  }
  .home-section3 .icon-with-title {
    padding-bottom: 0;
  }
  .home-section4 {
/*     padding-top: 50px;
    padding-bottom: 50px; */
  }
/*   .home-section6 {
    padding-top: 50px;
  } */
  .automation-section2 .icon-with-content .item .item-inner:last-child {
    margin-bottom: 30px;
  }
  .automation-section2 .icon-with-content .item:nth-child(3n+3) .item-inner:last-child{
    margin-bottom: 0;
  }
}


@media only screen and (max-width: 767px){
  .automation-section1 {
    padding: 50px 0;
  }
  .automation-section1 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 1.3em;
  }
  .automation-section1 .hs_cos_wrapper_type_rich_text p:last-child{
    padding:0;
  }
  .about-us-section1 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 1.3em;
  }
  .csm-section5 .we-specialize .specialize-title p,
  .csm-section3 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 1.3em;
  }
  .csm-section5 .we-specialize {
    padding-top: 20%;
  }
  .cloud-optimization-section3 .services-wrapper .passthrough:last-child .service-item:last-child .service-item-inner .content p{
    font-size: 14px;
  }
  .s-e-services-section4 .full-width-content {
    width: 100%;
  }
  .s-e-services-section7 .bg-with-form-wrapper .hs-input[type=checkbox], 
  .s-e-services-section7 .bg-with-form-wrapper .hs-input[type=radio] {
    width: auto !important;
    margin: 3px 5px 4px 0px !important;
  }
  .home-section2 .content-with-divider p {
    font-size: 16px;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 767px){
  .industries .tabber-wrapper ul.tab-button-wrapper li a {
    text-align: left;
  }
}

@media only screen and (max-width: 342px){
  .updated-footer-banner .banner .bannerInner {
    padding-top: 234px;
  }
}
/* end */