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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

.row-fluid {
  width: 100%;
  *zoom: 1;
}

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

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

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

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

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

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

@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

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

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

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

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

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section>.row-fluid,.content-wrapper  {
  padding-right: 3vw;
  padding-left: 3vw;
  max-width: calc(1200px + 6vw + 34px);
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section>.row-fluid,.content-wrapper  {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
@font-face { 
  font-family: "squarespace-ui-font"; 
  src: url(https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/raw_assets/public/Harrier_Talent_Solutions_May2022/fonts/squarespace-ui-font.woff) format("woff"), 
    url(https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/raw_assets/public/Harrier_Talent_Solutions_May2022/fonts/squarespace-ui-font.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "social-icon-font"; 
  src: url("https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/raw_assets/public/Harrier_Talent_Solutions_May2022/fonts/social-icon-font/social-icon-font.eot") format("embedded-opentype"),
    url("https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/raw_assets/public/Harrier_Talent_Solutions_May2022/fonts/social-icon-font/social-icon-font.woff") format("woff"), 
    url("https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/raw_assets/public/Harrier_Talent_Solutions_May2022/fonts/social-icon-font/social-icon-font.ttf") format("truetype"), 
    url("https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/raw_assets/public/Harrier_Talent_Solutions_May2022/fonts/social-icon-font/social-icon-font.svg") format("svg");
  font-style: normal; 
  font-weight: normal;
 }

html, body {
  font-size: 16px;
}

body {
  line-height: 1.6;
  word-break: break-word;
  color: var(--asphaltgrey);
  font-family: var(--Inter);
}

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

/* Paragraphs */

p {
  margin: 1rem 0;
  -webkit-font-smoothing: antialiased;
  font-family: var(--Inter);
}

/* Anchors */
.hs_cos_wrapper_type_rich_text a {
  background-repeat: unset;
  background-image: unset;
  background-size: unset;
  background-position: unset;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  text-decoration-skip: auto;
  text-decoration-skip-ink: auto;
}
a {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4,h5,h6 {
 -webkit-font-smoothing: antialiased; 
  font-family: 'Inter', sans-serif  !important;
}
/* Headings */

h1, h2, h3, h4 {
  margin: 2rem 0;
}

.display {
  line-height: 1.2;
  color: var(--ultramarine);
  font-size:68px;
  font-weight:700;
}

h1 {
  line-height: 1.2;
  color: var(--ultramarine);
  font-size:50px;
  font-weight:700;
}

h2 {
  line-height: 1.2;
  color: var(--ultramarine);
  font-size:38px;
  font-weight:700;
}

h3 {
  line-height: 1.2;
  color: var(--ultramarine);
  font-size:29px;
  font-weight:700;
}

h4 {
  line-height: 1.4;
  color: var(--ultramarine) ;
  font-size:21px;
  font-weight:700;
}

h5 {
  line-height: 1.4;
  color: var(--ultramarine);
  font-size:16px;
  font-weight:700;
}

h6 {
  line-height: 1.4;
  color: var(--ultramarine);
  font-size:16px;
  font-weight:700;
}

.subtitle {
  line-height: 1.6;
  color: var(--asphaltgrey);
  font-size:24px;
  font-weight:400;;
}

/* Lists */

ul {
    padding-left: 20px;
}
ul li{ margin-bottom:20px;}
ul li::marker {
    color: var(--brightpink);
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

b, strong {
  font-weight: bold;
}


/* Horizontal rules */

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

/* Tablet */

@media(max-width:991px){
  
  .display {
    font-size:50px;
  }
  h1{
    font-size:34px;
  }
  h2{
    font-size:28px;
  }
  h3{
    font-size:25px;
  }
  h4{
    font-size:20px;
  }
  h5{
    font-size:16px;
  }
  h6{
    font-size:16px;
  }
  .subtitle {
    font-size:20px;
  }
  
}

/* Mobile */

@media(max-width:767px){
  
  .display {
    font-size:40px;
  }
  h1{
    font-size:32px;
  }
  h2{
    font-size:26px;
  }
  h3{
    font-size:22px;
  }
  h4{
    font-size:18px;
  }
  h5{
    font-size:16px;
  }
  h6{
    font-size:16px;
  }
  .subtitle {
    font-size:18px;
  }
  
}
:root {
  
  --brightpink: #ea005a;
  --ultramarine: #001a5c;
  --white: #fff;
  
  
  --pigletpink: #ff698d;
  --softpink: #ffe1e1;
  --dustymauve: #a69cac;
  --deepsea: #131530;
  --brightblue: #0c11f2;
  --pegionblue: #a6b0d8;
  --iceblue: #f3f3fe;
  
  
  --asphaltgrey: #3d464d;
  --rhinogrey: #9ea3a6;
  --pebblegrey: #ced1d3;
  --lightgrey: #f3f3f4;
  --softgrey: #fafafb;
  --Inter: 'Inter', sans-serif;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}

.button_wrap.white a.btn:hover {
    border: 2px solid #fff !important;
}

.button_wrap.white a.btn {
    border: 2px solid #001a5c !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: ;
  font-family:  sans-serif;
}
.button,
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 0 15px;
  font-size: 14px;
  font-family: Source Sans Pro;
  text-decoration: none;


}
a.hs-button {
  margin:15px 0;
}
.hs-button:hover,
.hs-button:focus {
  outline: none;
}
.hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50;
}
.hs-form label,.systems-page label {
  font-family: Lato,Arial,sans-serif;
  font-size: 14px;
  text-align: right;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.systems-page label {
  display:inline-block;
}
.hs-error-msgs label,
.hs_error_rollup .hs-error-msgs label.hs-main-font-element{
  color: #f2545b;
}
.hs-input,
input[type="password"]{
  display: inline-block;
  width: 90%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-input:not([type="file"]),
input[type="password"]{
  background-color: #f5f8fa;
}
.hs-input[type="checkbox"],
.hs-input[type="radio"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input[type="file"] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder, 
input[type="password"]:-moz-placeholder {
  color: #bfbfbf;
}
.hs-input::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder{
  color: #bfbfbf;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
input[type="password"]:focus{
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
form fieldset {
  max-width: 100% !important;
}
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;
}
.hs-error-msgs label {
  color: #f2545b!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: ;
}
form>div .hs-input,
fieldset>div:last-of-type .hs-input {
  width: 100%;
  max-width: 100%;
}

.input {
  line-height: 0;
}
form {
  margin-bottom: 1em;
}
.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.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;
}


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

.field ,.hs-form-field{
  margin-bottom: 18px;
}
.input {
  line-height: 0;
}

.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;
}
@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:  sans-serif;
}
.grecaptcha-badge {margin: 0;}

.form-columns-3 .hs-form-field, 
fieldset.form-columns-3 .hs-form-field {
  width: 33.3%!important;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 0 8px 20px;
  padding-top: 8px;
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  fieldset.form-columns-2 .hs-form-field,
  fieldset input.hs-input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
  .form-columns-3 .hs-form-field, fieldset.form-columns-3 .hs-form-field{
    margin-right: 0!important;
    width: 100%!important;
    float:none !important; 
  }
  .input {
    margin-right: 0 !important;
  }

}


form .input ul.inputs-list li label input[type=checkbox]:checked+span:before {
    background: #ea005a url(https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/right.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px
}

form .input ul.inputs-list li label input[type=checkbox] {
    display: none!important;
    opacity: 0
}

form .input ul.inputs-list li label input[type=checkbox]+span:before {
    background: #fff;
    border: 0;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    margin-top: 1px;
    max-width: 20px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
        box-shadow: 0px 0px 1px 0px rgba(0, 26, 92,1.0);
}

form .input ul.inputs-list li label span {
    display: flex;
    line-height: 1.7;
    margin: 0
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";


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

Copyright (c) 2013 Daniel Eden

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

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

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

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

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

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

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* 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.header {
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper ul li a {
    -webkit-font-smoothing: antialiased;
}
.lp_header .logo-mwnu {
  padding: 9px 0;
}
.logo-mwnu {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 82%;
  align-items: center;
}

.logo {
  width: 18%;
  flex: 1 1 18%;
  max-width: 300px;
}

.header-btn {
  width: 18%;
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}


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

.logo img {
  width: auto !important;
  max-width: 100%;
  max-height: 45px;
}

.custom-menu-primary .hs-menu-wrapper> ul>li {
    padding: 20px 1vw;
    margin-bottom: 0px;
}

.custom-menu-primary .hs-menu-wrapper> ul>li>a {
  font-size: calc(1 * 1rem);
}

.custom-menu-primary {
  width: 34%;
  text-align: center;
  flex: 1 1 34%;
}

.custom-menu-primary .hs-menu-wrapper> ul {
  justify-content: center;
  visibility: visible!important;
}
.custom-menu-primary .hs-menu-wrapper >ul> li> a {
  padding: 0.1em 0;
  display: block;
  font-size: 1rem;
    color: var(--deepsea);
    font-weight: 600;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul {
    border-top: 4px solid var(--brightpink);
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
    box-sizing: content-box;
    font-size: 1rem;
    left: 10px;
    line-height: 1.3;
    min-width: 200px;
    min-width: 270px;
    opacity: 0;
    padding: 2em 2em 0.8em;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 64px;
    visibility: visible!important;
    z-index: 10;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul li a {
  padding: 0.1em 0;
  display: block;
}
.custom-mob-primary {
  display: none;
}
.header-wrapper {
  min-height: 117.72px;
  position: relative;
    z-index: 100;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  pointer-events: auto;
}
.header-burger {
  display: none;
}
.is-fixed .header-inner {
  transform: translateY(-100%);
}

.header-inner {
  transition: background 140ms ease-in-out 140ms,transform 140ms ease-in-out;
  width: 100%;
  background: white;
  background-color: rgba(255,255,255,1.0);
  z-index: 9;
  position: fixed;
}

.is-fixed.is-visible .header-inner {
  transform: translateY(0%);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
  color: var(--brightpink);
    border-color: rgba(51,55,64,1.0);
    background-color: rgba(194,255,0,0.0);
    border-bottom:0px solid var(--brightpink);
}
body.fixed-wrapper .header-wrapper {
  min-height: unset !important;
}

.header.header .header-cta.cta_button{
    padding: 1.2rem 2.004rem;
  line-height: normal;
}

@media (max-width:1450px){
  .lp_header .logo-mwnu {
    padding: 25px 0;
  }
}
@media(max-width:799px){
  .lp_header .logo-mwnu {
    padding: 0px 0;
  }
  .custom-menu-primary {
    display: none;
  }

  header.header {
    padding: 6vw;
    padding-top: 2vmax;
    padding-bottom: 2vmax;
    padding: 6vw;
  }

  .header-btn {
    display: none;
  }

  .header-burger {
    flex: 0 0 50px;
    width: 50px;
    margin-right: 0;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
  }

  button.header-burger-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }

  .burger-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
  }

  .burger-inner.header-menu-icon-doubleLineHamburger {
    width: 100%;
    height: 100%;
  }

  .burger-inner .top-bun, .burger-inner .patty, .burger-inner .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform,width;
  }

  .burger-inner.header-menu-icon-doubleLineHamburger .top-bun {
    transform: translatey(-5.5px);
  }

  .top-bun, .patty,.bottom-bun {
    height: 1px;
    background-color: #333740;
  }


  .patty {
    transform: scale(0);
  }

  .bottom-bun {
    transform: translatey(5.5px);
  }
  .is-fixed header.header {
    padding-top: 2vmax;
    padding-bottom: 2vmax;
  }

  .custom-mob-primary {
    position: fixed;
    z-index: 10;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity,visibility;
    user-select: none;
    text-align: center;
    pointer-events: auto;
    transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
    padding-top: 137.359px;
    background-color: #fff;
  }

  body.mobile-open {
    overflow: hidden;
  }

  body.mobile-open .custom-mob-primary {
    opacity: 1;
    visibility: visible;
  }

  .custom-mob-primary .hs-menu-children-wrapper {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translatex(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
  }

  .custom-mob-primary  li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3vw;
    padding-right: 3vw;
    font-family: Poppins;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.8em;
    font-size: 1rem;
    line-height: 1;
  }

 .custom-mob-primary ul.parent-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    visibility: hidden !important;
}
body.mobile-open .custom-mob-primary ul.parent-wrapper {
    visibility: visible !important;
}
  .custom-mob-primary  li a {
    position: relative;
    display: block;
    margin: 5vw 5vw;
    transition: opacity 250ms cubic-bezier(.4,0,.2,1);
    font-size: 6vmin;
    color: #333740;
  }

  ul.parent-wrapper>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  }

  .header-btn.mob {
    display: block;
    width: 100%;
    transform: translatey(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }

  .header-cta.cta_button {
    display: inline-block;
    text-align: center;
    box-sizing: border-box !important;
    margin: 4vw 6vw 6vw;
    min-width: 210px;
    font-size: 1.2rem;
    padding: 1.2rem 2.004rem;
    line-height: normal;
  }

  body.mobile-open {
  }

  body.mobile-open .header-btn.mob {
    transform: translatey(0);
  }

  .custom-mob-primary .innermenu {
    position: relative;
    flex-grow: 1;
    width: 100%;
    transform: translatey(20px);
    visibility: hidden;
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }

  body.mobile-open .innermenu {
    transform: translatey(0);
        visibility: visible;
  }

  body.mobile-open .mobile-content-wrapper {
  }

  .custom-mob-primary .mobile-content-wrapper {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    justify-content: center;
    overflow-y: scroll;
    overflow-x: hidden;
       transform: translatey(20px);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    justify-content: flex-start;
    will-change: transform;
  }

  body.mobile-open .custom-mob-primary .mobile-content-wrapper {
    transform: translatey(0%);
  }

  body.mobile-open .burger-inner.header-menu-icon-doubleLineHamburger .top-bun {
    transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
  }

  .patty {
  }
  .mobile-content-wrapper.after-child-open {
    transform: translatex(-100%) !important;
  }

  body.mobile-open .patty {
    transform: scale(0);
  }

  body.mobile-open .bottom-bun {
    transform: translatex(3.5px) rotate(135deg);
    width: 28px;
  }

  .custom-mob-primary   ul.parent-wrapper>li.hs-item-has-children>a:after {
    position: relative;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    vertical-align: middle;
    margin-top: -0.14em;
    content: '';
    transform: rotate(45deg);
    margin-left: 11px;
    box-sizing: content-box;
  }
  .custom-mob-primary  ul.hs-menu-children-wrapper.child-open {
    transform: translatex(0);
    will-change: transform;
  }
  .custom-mob-primary  .hs-menu-children-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-mob-primary  li.dl-back {
    padding-bottom: 10px;
    opacity: .5;
  }

  .custom-mob-primary  li.dl-back a:before {
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    vertical-align: middle;
    margin-top: -0.14em;
    transform: rotate(-135deg);
    position: relative;
    display: inline-block;
    content: '';
  }

  .custom-mob-primary  .hs-menu-children-wrapper {
    align-items: center;
    justify-content: center;
  }
  .menumob {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
  }
}
@media(max-width:767px){
  .logo img {
    max-height: 30px;
  }
  .custom-mob-primary li a {
    font-size: 6.6vmin;
  }


}
@media(max-width:575px){
  .custom-mob-primary li a {
    font-size: 8.5vmin;
  }
}
@media(max-width:320px){
  .custom-mob-primary ul.parent-wrapper>li.hs-item-has-children>a:after{
    margin-left: 8px;
  }
}

.logo-mwnu .custom-menu-primary #hs_menu_wrapper_header_menu ul li.about ul.hs-menu-children-wrapper li.about {
    display: none;
}
footer.footer {
  background-color: var(--deepsea);
  color: #fff;
}

footer.footer .content-wrapper {
  padding-right: 3vw;
  padding-left: 3vw;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  margin: 0 auto;
}

footer.footer a {
  color: #fff;
  display: inline-block;
}
.copyright {
  text-align: center;
  padding: 17px;
}

.divider {
  padding: 17px;
}

.divider  hr {
  background-color: #fff;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-menu {
  width: 33.3333%;
  padding: 17px;
}

.footer-address1 {
  width: 25%;
  padding: 17px;
}

.footer-address2 {
  width: 25%;
  padding: 17px;
}

.footer-address3 {
  width: 16.6667%;
  padding: 17px;
}

.footer-menu .hs-menu-wrapper ul {
  display: block;
}

.footer-menu .hs-menu-wrapper ul li {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.footer-menu .hs-menu-wrapper ul li:first-child {
  margin-top: 0;
}

.footer-menu .hs-menu-wrapper ul li a {
  background-repeat: unset;
  background-image: unset;
  background-size: unset;
  background-position: unset;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  text-decoration-skip: auto;
  text-decoration-skip-ink: auto;
  -webkit-font-smoothing: antialiased;
}

.footer-menu .hs-menu-wrapper ul li:last-child {
  margin-bottom: 0;
}
.content-wrapper {
  width: 100%;
}
.row-wrapper {
  margin: 0 -17px;
}
.footer-columns h4 {
  color: #fff;
}


.company-name {
  padding: 0px 17px 17px;
}

.social-icons {
    margin-bottom: 24px;
    padding: 17px;
}

.company-name h3 {
  color: #fff;
}

.social-icons svg {
  fill: #fff;
}

nav.sqs-svg-icon--list a {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

nav.sqs-svg-icon--list a>div {
  transform: scale(2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-icons svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 170ms ease-in-out;
}
nav.sqs-svg-icon--list {
  display: inline-flex;
}

@media(max-width:1295px){
  footer.footer .content-wrapper {
    box-sizing:border-box;
    max-width: 100%;
  }
}
@media(max-width:767px){
  footer.footer  .content-wrapper {
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }

  .footer-columns>div {
    width: 100%;
  }

  .social-icons {
    margin-bottom: 0;
  }

  .company-name {
    padding: 17px;
  }

}

.footer-columns a {
    text-decoration: none;
}

.footer-menu .hs-menu-wrapper ul li a {
    text-decoration: none;
}

.copyright a {
    text-decoration: none;
}

.copyright .footer-logo {
    float: left;
}

.copyright .footer-content {
    float: right;
}

@media (max-width: 799px) {
.copyright .footer-logo {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}

.copyright .footer-content {
    width: 100%;
    float: none;
}
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @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    */
/*****************************************/

.body-container-wrapper .row-fluid .hs_cos_wrapper_widget h2 {
    line-height: 1.2 !important;
}

.about-bottom-page h6{
  font-size: calc(1.3 * 1rem);
  font-family: Poppins;
  font-weight: 300;
  line-height: 1.8;
  margin: 1rem 0 0;
}
.container-fluid.about-bottom-page {
  padding-top: 3vw;
  padding-right: 3vw;
  padding-bottom: 3vw;
  padding-left: 3vw;
}
.team-member-wrapper {
  overflow: hidden;
}
.container-fluid.about-approach-sec {
  overflow: hidden;
}

.about-approach-sec.container-fluid .dnd-section>.row-fluid {
  padding-left: calc(3vw - 17px );
  padding-right: calc(3vw - 17px );
}
.about-approach-sec.container-fluid .dnd-section[class*="force-full-width-section"]>.row-fluid{
  padding-left: 0;
  padding-right:0;
}
@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:landscape) {
  .about-bottom-page h6{
    font-size:calc((1.3 - 1) * 1.2vw + 1rem)
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:portrait) {
  .about-bottom-page h6 {
    font-size:calc((1.3 - 1) * 1.2vh + 1rem)
  }
  .about-approach-sec.container-fluid .dnd-section>.row-fluid {
    padding-left: calc(6vw - 17px );
    padding-right: calc(6vw - 17px );
  }
  .about-approach-sec.container-fluid .dnd-section[class*="force-full-width-section"]>.row-fluid{
    padding-left: 0;
    padding-right:0;
  }
}
/***********************************************************************************************************************************************/
.active_popup .ct_jobrole_wrap .ct_jobpopup_form {
  display: block;
}

.body-container--blog-index .modal-box .hs-form-field>.hs-field-desc {
  font-weight: 400;
}

.contact-page .block-horizontalrule {
  padding: 17px;
  position: relative;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.ct_section_two .button_wrap.Pink {
  margin-top: 30px;
}
.contact-page nav.social-share-list {
  padding: 17px;
}

.contact-page .block-horizontalrule hr {
  background-color: #db0a5b;
}


.contact-page nav.social-share-list a:hover {
  opacity: .8;
}

.full-width .dnd-section .dnd-column {
  padding: 0;
}

.full-width .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}


.hs_cos_wrapper_type_rich_text{

  line-height:1.8;
}
.hs_cos_wrapper_type_rich_text>*:first-child {
  margin-top: 0;
}

.hs_cos_wrapper_type_rich_text>*:last-child {
  margin-bottom: 0;
}

.full-width .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 0;
}


.full-width .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
}

.full-width .hs_cos_wrapper_type_rich_text ul > li > p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.full-width .hs_cos_wrapper_type_rich_text ul>li>p strong {
  font-weight: bold;
}

.full-width .hs_cos_wrapper_type_rich_text ul > li > p:before {
  padding-right: 10px;
  content: "\2022";
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
  white-space: pre;
}

.hs_cos_wrapper_type_rich_text p strong {
  font-weight: bold;
}

.full-width .hs_cos_wrapper_type_rich_text hr {
  background-color: #db0a5b;
  margin: 8.8px 0;
}


.about-page .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

/*===== Join Us Page Css =====*/

.ct_joinus_pg .joinus-banner .banner .contents>*:last-child {
  margin-bottom: 0;
}
.ct_joinus_pg .container-fluid.ct_section_one .dnd-section .dnd-column {
  padding: 0;
}
.ct_joinus_pg .container-fluid.ct_joinus_row .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}
.ct_joinus_pg .container-fluid.ct_section_two .button_wrap.white a.btn {
  font-size: 1rem;
}
.ct_joinus_pg .container-fluid.ct_joinus_row.ct_section_three .button_wrap .btn {
  margin-top: 34px;
  font-size: 1rem;
}
.ct_joinus_pg .container-fluid.ct_section_two .dnd-section {
  min-height: 33vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/*===== Orange Page Css =====*/

.ct_partnership_pg .container-fluid.ct_partnership_one .dnd-section {
  padding-top: 3vw;
}
.ct_partnership_pg .container-fluid.ct_partnership_two img {
  max-width: 600px !important;
  width: 100%;
}
.ct_partnership_pg .container-fluid.ct_partnership_two .dnd-section {
  padding-bottom: 6.6vmax;
}
.ct_partnership_pg .container-fluid.ct_partnership_two .dnd-section>.row-fluid .dnd-column {
  width: 50%;
  margin: 0 auto;
  float: none;
  padding: 17px 0;
}

/*===== Project Services =====*/


.ct_project_services_pg .ct_ps_two .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  min-height: 66vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ct_project_services_pg .ct_ps_two .button_wrap .btn{
  font-size: 1.1rem;
}
.ct_project_services_pg .ct_ps_two .dnd-section>.row-fluid .dnd-column {
  width: 75%;
  margin: 0 auto;
  float: none;
  padding-top: 0;
}
.ct_project_services_pg .container-fluid.ct_ps_four .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}
.ct_project_services_pg .subscribe-card .top-content h3{
  white-space: pre-wrap;
}

/*=== RPO Cost Savings Page Css ===*/


.container-fluid.ct_cost_savings_one .dnd-section {
  padding-bottom: 6.6vmax;
}
.container-fluid.ct_cost_savings_one iframe {
  width: 100%;
}

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

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, .8);
    -ms-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
  }

  50% {
    opacity: 1
  }
}

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



@media(max-width: 976px){

  .ct_joinus_pg .container-fluid.ct_joinus_row.ct_section_three p br{
    display: none;
  }

}


@media(max-width: 767px){

  .ct_joinus_pg .container-fluid.ct_section_two h2 br,
  .ct_joinus_pg .container-fluid.ct_joinus_row.ct_section_three h2 br{
    display: none;
  }
  .ct_joinus_pg .container-fluid.ct_section_two .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  /*=== Orange Page Css ===*/

  .ct_partnership_pg .container-fluid.ct_partnership_two .dnd-section>.row-fluid .dnd-column{
    width: 100%;
  }
  .ct_partnership_pg .container-fluid.ct_partnership_one h2 {
    white-space: pre-wrap;
  }

  /*==== Project Services Page css ====*/

  .ct_project_services_pg .ct_ps_two .dnd-section>.row-fluid .dnd-column{
    width: 100%;
    padding-top: 17px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-content-id-85797711487 .widget_1664428437435-flexbox-positioning>div{ margin-bottom:50px;}
}

/***************************************************************************************************************************************************************************************/

/* Modal box css */
.modal-box .hs-error-msgs{
  padding:0;
  margin:0;
  order:4;
}
.modal-box .hs-error-msgs .hs-error-msg{
  border-radius: 2px;
  background: #cc3b3b url(https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/raw_assets/public/Harrier_Talent_Solutions_May2022/images/icon_close_7_light.png) no-repeat 9px 50%;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 12px 0;
  padding: 5px 15px 3px 25px;
}

.modal-box .hs-error-msgs .hs-main-font-element {

  border-radius: 2px;
  background: #cc3b3b url(https://20338367.fs1.hubspotusercontent-na1.net/hubfs/20338367/raw_assets/public/Harrier_Talent_Solutions_May2022/images/icon_close_7_light.png) no-repeat 9px 50%;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 12px 0;
  padding: 5px 15px 3px 25px;
}

.modal-box .hs_lastname label span{
  display:none;
}
.modal-box form textarea.hs-input {
  min-height:100px;
}
.popup-background-lower-section {
  background-color: var(--lightgrey);
  display: flex;
  /*   padding: 3vw 3vw 3vw; */
  line-height: 1.8;
}
.modal-box .modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  z-index: 100;
  background: hsl(0deg 0% 0% / 40%);
  opacity: 0;
  visibility:hidden;
}
.modal-box .model-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.modal-box .modal-container {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 40px;
  background: #fff;
  z-index: 100000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.modal-box .lightbox-close {
  position: absolute;
  color: #333;
  font-size: 22px;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  width: 22px;
  line-height: 22px;
  top: 40px;
  right: 40px;
  text-align: center;
  cursor: pointer;
}
.modal-box .hs_cos_wrapper.form-title{
  display:none;
}
.modal-box form {
  margin-top: 55px;
  margin-bottom: 0;
}
.modal-box .form-title {
  font-size: 22px;
  line-height: 1.2em;
  margin-right: 22px;
  color: #333;
  font-weight: 400;
  font-family: sans-serif;
}

.isvisible .modal-box .modal-wrapper {
  opacity: 1;
  visibility: visible;
}


.modal-box .hs-form label {
  color: #222;
  margin: 0;
  line-height: normal;
}

.modal-box span.hs-form-required {
  color: #222;
  margin-left: 4px;
}

.modal-box form fieldset.form-columns-2 {
  margin: 0 0 0 -2%;
  max-width: unset!important;
}
.modal-box form fieldset.form-columns-2 .hs-form-field{
  margin: 0 0 24px;
  margin-left: 2%;
  float: left!important;
  width:48%!important;
}
.modal-box form fieldset.form-columns-2 .hs-input{
  font-size:14px!important;
}
.modal-box form fieldset .input {
  margin-right: 0px!important;
}
.modal-box .hs-form-field input[type=text], 
.modal-box .hs-form-field input[type=email],
.modal-box .hs-form-field input[type=phone], 
.modal-box .hs-form-field input[type=number], 
.modal-box .hs-form-field input[type=tel], 
.modal-box .hs-form-field input[type=date], 
.modal-box .hs-form-field textarea {
  font-size: 12px;
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  height: unset;
}

.modal-box .actions {
  padding: 0;
  margin: 0;
  text-align: center;
}

.modal-box input.hs-button.primary.large {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  transition: 0.1s background-color linear, 0.1s color linear;
  color: #db0a5b;
  border-color: #db0a5b;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  font-size: 14px;
  text-transform: none;
  border-radius: 300px;
}

.modal-box input.hs-button.primary.large:hover{

  background: #db0a5b;
  color: #fff;

}

.modal-box .hs-form-field {
  flex-wrap: wrap;
  display: flex;
  margin-bottom:24px;
}


.modal-box .hs-form-field>*{
  width:100%;
}

.modal-box .hs-form-field>label{
  order:1;
}

.modal-box .hs-form-field>.hs-field-desc{
  order:3;
}

.modal-box .hs-form-field>.input{
  order:2;
}

.modal-box .hs_lastname label{

  padding-bottom: 15px;
}

.modal-box input.hs-input.error {
  border: 1px solid #e99292;
}


.modal-box .hs-form-field>.hs-field-desc {
  font-size: 12px;
  line-height: normal;
  color: #222;
  margin: 0;
  margin-top: 1px;
  font-family: sans-serif;
}

.modal-box .hs-form-field input[type=text]:focus,
.modal-box .hs-form-field input[type=email]:focus, 
.modal-box .hs-form-field input[type=phone]:focus,
.modal-box .hs-form-field input[type=number]:focus, 
.modal-box .hs-form-field input[type=tel]:focus,
.modal-box .hs-form-field input[type=date]:focus,
.modal-box .hs-form-field textarea:focus {

  outline:#000;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 4px;
}

.modal-box textarea {
  min-height: 100px;
}

body.isvisible {
  overflow: hidden;
}
/************************************************************************************************************************************************************************************/
.banner-section .dnd-section {
  padding: 0;
}


body.fixed_header .header-wrapper{
  min-height:unset!important;
}

.our-business-main .hs_cos_wrapper_type_header h2{
  margin:0;
}

.our-business-main p .cta_button.cta-contct{
  line-height: normal;
  color: #dfdfdf;
  border-color: #dfdfdf;
  text-decoration:none;
  padding: 1.2rem 2.004rem;
}

.our-business-main p .cta_button.cta-contct:hover {
  background: #dfdfdf;
  color: #333740;
}
.consulting-main .hs_cos_wrapper_type_header h2,
.consulting-top .hs_cos_wrapper_type_header h2 {
  margin-top: 0;
}
.consulting-main .hs_cos_wrapper_type_header h6{
  margin:0;
}
.hf-11 h6,
.consulting-main .hs_cos_wrapper_type_header h6,
.hf-13 h6,
.consulting-bottom .hs_cos_wrapper_type_rich_text h6,
.consulting-main .hs_cos_wrapper_type_rich_text h6{
  font-family: Poppins;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8;
}

.executive-search-bottom .widget-type-linked_image img,
.consulting-main .span6 .hs_cos_wrapper_type_linked_image img{
  width:100%;
  position:relative;
}
.executive-search-bottom a {
  color: #ff698d;
  text-decoration: none;
}

.executive-search-bottom a:hover {
  opacity: .8;
}
.executive-search-bottom .widget-type-linked_image,
.consulting-main .widget-type-linked_image{
  display:block;
  width:100%;
}
.consulting-main .cta-contct.cta_button{
  text-decoration:none;
}
.rpo-row4,
.rpo-row1 .dnd-section,
.rpo-row2 .dnd-section,
.rpo-row5 .dnd-section,
.rpo-row3 .dnd-section,
.total-talent-row1 .dnd-section,
.total-talent-row3 .dnd-section,
.total-talent-row4 .dnd-section,
.total-talent-row2 .content_wd_img,
.ondemand-row4 .dnd-section,
.ondemand-row2 .dnd-section,
.ondemand-row3 .dnd-section,
.ondemand-row1 .dnd-section,
.executive-search-main .dnd-section,
.executive-search-bottom .dnd-section,
.consulting-bottom .dnd-section[class*="background-color"],
.consulting-main .dnd-section[class*="background-color"]{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
}
.hs-content-id-85797711487 .widget_1664428437435-flexbox-positioning > div{ width:100%;}
.hs-content-id-85797711487 .widget_1664428437435-flexbox-positioning > div img {
    max-width: 300px;
}
.total-talent-row5 .content_wd_img,
.consulting-main .dnd-section[class*="background-image"]{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
}
a {
    text-decoration: none !important;
}

.consulting-bottom .dnd-section[class*="background-image"]{

  display: flex;
  align-items: center;
  flex-wrap:wrap;
}
.case-studies-main h2{
  margin:0;
}
.case-studies-main h3{
  margin-top:0;
}
.case-study-banner .banner h3{
  font-family: Poppins;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
}

.case-study-banner .banner .contents>*:last-child {
  margin-bottom: 0;
}

.case-studies-main p .header-cta.cta_button{
  line-height: normal;
  padding: 1.2rem 2.004rem;
  text-decoration:none;
}

.case-studies-main .hs_cos_wrapper_type_rich_text hr {
  background-color: #db0a5b;
  margin:0.5em 0;
  border: none;
  color: #bbb;
  height: 1px;
}

.case-studies-main h6{
  margin:1rem 0;
}

.case-studies-main ul{
  list-style:none;
}

.case-studies-main ul li>*:first-child::before {
  padding-right: 10px;
  content: "\2022";
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.case-studies-main ul li h6,
.case-studies-main ul li p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.executive-search-main h4 {
  color: #001a5c;
}

.executive-search-bottom .dnd-section>.row-fluid{
  display:flex;
  flex-wrap:wrap;
}

.executive-search-bottom .dnd-section>.row-fluid .span6{
  width:50%;
}

.ondemand-row3 h2{
  margin:0;
}

.ondemand-row3 .span4{
  text-align:center;
}

.ondemand-row4{

  padding:3vw;
}

.ondemand-row4 .button_wrap.white a.btn{
  color: #dfdfdf;
  border-color: #dfdfdf;
}

.ondemand-row4 .button_wrap.white a.btn:hover{
  background: #dfdfdf;
  color: #333740;
}

.ondemand-row5 .recent_articles .col {
  width: 66.6667%;
}
.ondemand-row5 .recent_articles .col:last-child {
  width: 33.3333%;
}

.ondemand-row5 .recent_articles .row {
  margin: 0 -17px;
  padding-bottom: 66px;
}

.ondemand-row4 .dnd-section,
.ondemand-row2 .dnd-section{

}

.event-main .subscribe-card .top-content h2{
  margin: 0 auto;
  margin-bottom:16px;
  font-family: Poppins;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4em;
}

.event-main .subscribe-card  .content {
  width: 91.43%;
  display: inline-block;
  margin: 0;
}

.event-main .subscribe-card .top-content {
  padding: 0;
  width: 85%;
  margin: 0 auto;
}

.event-main form fieldset {
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
}

.event-main form .hs_submit{
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
  padding: 0.5rem 0.25rem;
}

.event-main form fieldset.form-columns-3 .hs-form-field{
  display: inline-block;
  width: auto!important;
  min-width: 18rem;
  margin: 0;
  float: none;
  margin: 0 2.5px;
  position:relative;
  padding: 0.5rem 0.25rem;
}

.event-main form fieldset .hs-input{
  border: 1px solid rgba(0,0,0,.12);
  width: 100%;
  padding: 1em;
  background: #fff;
  transition: background .3s ease-out,border .3s ease-out;
  padding: 1.4rem 2rem;
  line-height: 1.2rem;
  font-family: Poppins;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  height: unset;
  text-transform: none;
}

.event-main .subscribe-card form {
  margin: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.event-main .subscribe-card .form-content {
  padding: 16px 0 1rem 0;
}

.event-main .subscribe-card .input {
  margin-right: 0px!important;
}
.event-main .hs_error_rollup {
  width: 93%;
  order: 4;
  margin-top: 36px;
}
.event-main form fieldset.form-columns-3 .hs-form-field>.hs-error-msgs {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -30px;
  padding: 0rem 0.25rem;
}
.event-main .subscribe-card .hs-error-msgs label{
  display: block;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background: #fed9db;
  color: #f23d3d!important;
  line-height: normal;
  font-size:13px;
  font-family: Poppins;
  font-weight:300;
}
.event-main .subscribe-card .hs-button {
  border-width: 2px;
  border-style: solid;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  color: #FFF;
  border-color: #FFF;
  background:transparent;
  border-radius: 300px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: 1.2rem 2.004rem;
  font-family: Poppins;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  letter-spacing: .02em;
}

.event-main .subscribe-card .hs-button:hover{
  background: #fff;
  color: #000;
}
.event-main .subscribe-card .actions {
  margin: 0;
  padding: 0;
}
.event-main .subscribe-card .hs-form label {
  margin: 0;
}

.event-main .subscribe-card .hs-form ::-webkit-input-placeholder {
  color: rgba(0,0,0,.3);
}

.event-main .subscribe-card .bottom-content{
  padding:16px 0 0;
}

.event-inner-main .events_wrap .content-wrapper{
  max-width: 1200px;
}

.event-inner-main .events_wrap {
  padding-bottom: 0;
}

.rpo-row1 h2,
.total-talent-row1 h2{
  margin:0;
}
.rpo-row2 .content_wd_img .row,
.total-talent-row2 .content_wd_img .row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0;
}
.rpo-row2 .content_wd_img .bg_image{
  background-color: var(--lightgrey);
}
.rpo-row2 .content_wd_img .left-col,
.total-talent-row2 .content_wd_img .left-col{
  margin-left: 10%;
  width: calc(50% - 5%)!important;
  float:none;
  padding: 0;
}
.rpo-row2 .content_wd_img .right-col,
.total-talent-row2 .content_wd_img .right-col{
  width: calc(50% - 5%)!important;
  float:none;
}
.rpo-row2 .content_wd_img .blnk_div,
.total-talent-row2 .content_wd_img .blnk_div {
  display: none;
}
.rpo-row2 .content_wd_img .top-spacer,
.total-talent-row2 .content_wd_img .top-spacer {
  display: none;
}
.rpo-row2 .content_wd_img .content-wrapper,
.total-talent-row2 .content_wd_img .content-wrapper{
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}
.total-talent-row2 .content_wd_img .bg_image {
  background-color: var(--lightgrey);
}
.rpo-row2 .content_wd_img .image,
.total-talent-row2 .content_wd_img .image {
  padding: 0;
}
.rpo-row2 .content_wd_img .contents p.subtitle,
.total-talent-row2 .content_wd_img .contents p.subtitle {
  line-height: 1.98;
}
.rpo-row2 .content_wd_img h2,
.total-talent-row2 .content_wd_img h2 {
  color: var(--ultramarine);
  margin-bottom: 25px;
  margin-top: 15px;
}
.rpo-row2 .content_wd_img .btn_wrap,
.total-talent-row2 .content_wd_img .btn_wrap {
  padding: 0;
}

.total-talent-row4 h2{
  margin-top:0;
}

.total-talent-row4 .hs-responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.total-talent-row4 .hs-responsive-embed{
  max-width: unset!important;
  max-height: unset!important;
  min-width: unset!important;
  padding-bottom: 56.338%;
}
.total-talent-row5 .content_wd_img .right-col,
.total-talent-row5 .content_wd_img .left-col {
  width: 50%;
}
.total-talent-row5 .content_wd_img .blnk_div{
  display:none;
}
.total-talent-row5 .content_wd_img .top-spacer .inner {
  padding-bottom: 22.2985%;
}

.total-talent-row1 .button_wrap .header-cta.cta_button{
  font-size:1rem;
}

.executive-search-bottom p a:hover {
  opacity: .8;
  color: #333740;
}
.consulting-bottom .button_wrap .btn,
.consulting-main .button_wrap .btn{
  font-size:16px;
}
.consulting-main .cta-contct.cta_button,
.consulting-bottom .dnd-section:first-child .button_wrap .btn{
  font-size: 1.1rem!important;
}


.rpo-row5 .button_wrap .header-cta.cta_button{
  font-size: 1.1rem;
}
.total-talent-row2 .content_wd_img .image,
.rpo-row2 .content_wd_img .image {
  position:relative;
}

.rpo-row2 .content_wd_img .image img{
  width: 100%;
  height: auto;
  position: static;
}
.total-talent-row2 .content_wd_img .image:after {
  background-color: #0094b3;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: .1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rpo-row2 .content_wd_img .image:after {
  content: '';
  background-color: #0094b3;
  opacity: .1;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rpo-row4>div{
  width:100%;
}

.rpo-row6 .content_wd_img .bg_image {
  background-color: var(--lightgrey);
}

.rpo-row6 .content_wd_img .content-wrapper{
  padding-top:6.6vmax;
  padding-bottom:6.6vmax;
}

.rpo-row4 .dnd-section,
.rpo-row2 .content_wd_img,
.rpo-row6 .content_wd_img{
  min-height: 66vh;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.rpo-row4 .dnd-section{
  margin: 3vw;
  min-height: calc(66vh - 6vw);
}
.rpo-row6 .content_wd_img .left-col{
  width: 50%;
}

.rpo-row6 .content_wd_img .right-col{
  width: 41.6667%;
}
.rpo-row6 .content_wd_img .top-spacer .inner {
  height: 34px;
  padding: 0;
}
.rpo-row3 .button_wrap .header-cta.cta_button,
.rpo-row1 .button_wrap .header-cta.cta_button{
  font-size: 1rem;
}

.rpo-row4 .button_wrap.white a.btn,
.rpo-row6 .content_wd_img .btn_wrap .btn{
  font-size: 1.1rem;
}

.rpo-row6 .recent_articles .col:first-child{
  width: 66.6667%;
}

.rpo-row6 .recent_articles .row>.inner {
  padding-bottom: 17px;
  padding-top: 68px;
}

.rpo-row6 .recent_articles .rec-post-item {
  padding-left: .3%;
  padding-right: .3%;
}

.rpo-row6 .recent_articles .rec-posts-group {
  margin:0;
  margin-left: -1%;
}

.rpo-row6 .recent_articles .content-wrapper{
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.contact-page .map iframe {
  width: 100%!important;
  vertical-align: middle;
  height: 100%!important;
  position:absolute;
}

.contact-page .map{
  padding-bottom:90.5312%!important;
  position: relative;
  margin-bottom:17px;
}
.about-approach-sec .recent_news .rec-posts-group {
  margin: 0 0 0 -1%;
  padding: 0 0px 17px;
}

.about-approach-sec .recent_news .rec-post-item {
  padding-left: .3%;
  padding-right: .3%;
}

.about-approach-sec .recent_news .arrows {
  padding: 17px 0px 0;
}

.about-approach-sec .recent_news .row {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul{
  display:none;
}
.event-main .subscribe-card input.hs-input,
.event-main .subscribe-card input.hs-input:focus {
  border: 1px solid rgba(0,0,0,.12)!important;
}
.event-main .subscribe-card input.hs-input{
  color:#000;
}

.contact-page .hs-form label{
  font-family: Source Sans Pro;
  font-size: 15px;
}

.contact-page .hs-form input.hs-input.error{
  border-color: #c87872!important;
}
.contact-page .hs-form .hs-error-msgs label{
  font-size: 14px;
  font-weight: 500;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.contact-page .hs-form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8)!important;
}

.full-width .hs_cos_wrapper_type_rich_text>ul>li>ul>li>p:before{
  content: "\25CB";
}

.case-study-pg .custom-menu-primary .hs-menu-wrapper ul li.projects_consulting.active-branch>a{
  background-image:none;
}

.case-study-pg .custom-menu-primary .hs-menu-wrapper ul li.projects_consulting ul li a:hover {
  background-color: rgba(191,227,125,0.0);
  color: rgba(219,10,91,1.0)!important;
}
.event-main .subscribe-card .hs-button{
  font-weight:500;
}

.event-main .subscribe-card input.hs-input:focus {
  outline: 2px solid white;
  border-color: rgba(82,168,236,.8);
  outline-offset: 4px;
  border-radius: 0;
}


.event-main form fieldset.form-columns-3 .hs-form-field>.hs-error-msgs {
  margin: 0;
  position: absolute;
  bottom: -37px;
  padding: 0;
  left: 0;
}
.event-main .subscribe-card .hs_error_rollup .hs-error-msgs label {
  text-align: center;
}

.executive-search-banner .banner.has-btn .btn_wrap a{
  font-size:1.1rem!important;
}
/********************************************************************************************************************************************************************************/
@media (min-width:601px){
  .event-inner-main .case_studies_pagin .item-pagination-title{
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1272px){
  .pfs-1 p,
  .consulting-main .hs_cos_wrapper_type_header h6,
  .total-talent-row3 .content_wd_left_icon .content p,
  .consulting-main .span6 .hs_cos_wrapper_type_rich_text h6,
  .consulting-top .span6 .hs_cos_wrapper_type_rich_text p{
    font-size: calc(1 * 1rem);
  }
  .knowledge-listing .rss-col a.social-rss,
  .hf-11 h6,
  .rpo-row5 .content_wd_left_icon .content p,
  .total-talent-row5 .content_wd_img .contents p.subtitle,
  .event-main .subscribe-card .hs-button,
  .total-talent-row3 .button_wrap .header-cta.cta_button,
  .event-main form fieldset .hs-input,
  .hf-11 ul,
  .ondemand-row3 .button_wrap .header-cta.cta_button,
  .pfs-11 p,
  .ondemand-row4 .button_wrap.white a.btn,
  .sidebar-knowledge .blog-post__read-more a,
  .sidebar-news .blog-post__tags,
  .media_enquiry .btn_wrap.wow.fadeIn a,
  .executive-search-banner .banner.has-btn .btn_wrap a,
  .case-studies-main p .header-cta.cta_button,
  .consulting-main .hs_cos_wrapper_type_rich_text h6,
  .consulting-bottom .hs_cos_wrapper_type_rich_text h6,
  .consulting-main .span6 .hs_cos_wrapper_type_rich_text p,
  .consulting-main .content_wd_left_icon .content p,
  .consulting-main .cta-contct.cta_button,
  .consulting-bottom .span6 .hs_cos_wrapper_type_rich_text p,
  .our-business-main p .cta_button.cta-contct{
    font-size: calc(1.1 * 1rem);
  }
  .case-study-banner .banner h3,
  .pfs-13 p,
  .hf-13 h6,
  .consulting-bottom .hs_cos_wrapper_type_rich_text p{
    font-size: calc(1.3 * 1rem);
  }
  .event-main .subscribe-card .top-content h2{
    font-size: calc(2.2 * 1rem);
  }
  .sidebar-knowledge .blog-index__post-content--small h2{
    font-size: calc(1.5 * 1rem);
  }
  .knowledge-listing .sidebar-knowledge a.blog-post__tag-link{
    font-size: calc(.9 * 1rem);
  }
  .knowledge-listing .blog-header__inner h1{
    font-size: calc(2.8 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1271px) and (orientation: portrait){
  .pfs-1 p,
  .consulting-main .hs_cos_wrapper_type_header h6,
  .total-talent-row3 .content_wd_left_icon .content p,
  .case-studies-main .button_wrap .header-cta.cta_button,
  .consulting-top .span6 .hs_cos_wrapper_type_rich_text p,
  .consulting-main .hs_cos_wrapper_type_rich_text h6,
  .our-business-main .header-cta.cta_button {
    font-size: calc((1 - 1) * 1.2vh + 1rem);
  }
  .total-talent-row5 .content_wd_img .contents p.subtitle,
  .rpo-row5 .content_wd_left_icon .content p,
  .hf-11 h6,
  .media_enquiry .btn_wrap.wow.fadeIn a,
  .sidebar-knowledge .blog-post__read-more a,
  .event-main form fieldset .hs-input,
  .total-talent-row3 .button_wrap .header-cta.cta_button,
  .ondemand-row4 .button_wrap.white a.btn,
  .event-main .subscribe-card .hs-button,
  .hf-11 ul,
  .knowledge-listing .rss-col a.social-rss,
  .sidebar-news .blog-post__tags,
  .pfs-11 p,
  .ondemand-row3 .button_wrap .header-cta.cta_button,
  .executive-search-banner .banner.has-btn .btn_wrap a,
  .case-studies-main p .header-cta.cta_button,
  .consulting-bottom .span6 .hs_cos_wrapper_type_rich_text p,
  .consulting-bottom .hs_cos_wrapper_type_rich_text h6,
  .consulting-main .content_wd_left_icon .content p,
  .consulting-main .span9 .hs_cos_wrapper_type_rich_text h6,
  .consulting-main .cta-contct.cta_button,
  .our-business-main p .cta_button.cta-contct{
    font-size: calc((1.1 - 1) * 1.2vh + 1rem);
  }
  .hf-13 h6,
  .case-study-banner .banner h3,
  .pfs-13 p,
  .consulting-bottom .hs_cos_wrapper_type_rich_text p{
    font-size: calc((1.3 - 1) * 1.2vh + 1rem);
  }
  .event-main .subscribe-card .top-content h2{
    font-size: calc((2.2 - 1) * 1.2vh + 1rem);
  }
  .sidebar-knowledge .blog-index__post-content--small h2{
    font-size: calc((1.5 - 1) * 1.2vh + 1rem);
  }
  .knowledge-listing .sidebar-knowledge a.blog-post__tag-link{
    font-size: calc((.9 - 1) * 1.2vh + 1rem);
  }
  .knowledge-listing .blog-header__inner h1{
    font-size: calc((2.8 - 1) * 1.2vh + 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1271px) and (orientation: landscape){
  .pfs-1 p,
  .consulting-main .hs_cos_wrapper_type_header h6,
  .total-talent-row3 .content_wd_left_icon .content p,
  .case-studies-main .button_wrap .header-cta.cta_button,
  .consulting-top .span6 .hs_cos_wrapper_type_rich_text p,
  .consulting-main .hs_cos_wrapper_type_rich_text h6,
  .our-business-main .header-cta.cta_button {
    font-size: calc((1 - 1) * 1.2vw + 1rem);
  }
  .hf-11 h6,
  .knowledge-listing .rss-col a.social-rss,
  .total-talent-row5 .content_wd_img .contents p.subtitle,
  .rpo-row5 .content_wd_left_icon .content p,
  .media_enquiry .btn_wrap.wow.fadeIn a,
  .hf-11 ul,
  .sidebar-knowledge .blog-post__read-more a,
  .sidebar-news .blog-post__tags,
  .event-main form fieldset .hs-input,
  .event-main .subscribe-card .hs-button,
  .total-talent-row3 .button_wrap .header-cta.cta_button,
  .pfs-11 p,
  .ondemand-row4 .button_wrap.white a.btn,
  .ondemand-row3 .button_wrap .header-cta.cta_button,
  .executive-search-banner .banner.has-btn .btn_wrap a,
  .case-studies-main p .header-cta.cta_button,
  .consulting-bottom .hs_cos_wrapper_type_rich_text h6,
  .consulting-bottom .span6 .hs_cos_wrapper_type_rich_text p,
  .consulting-main .content_wd_left_icon .content p,
  .consulting-main .span9 .hs_cos_wrapper_type_rich_text h6,
  .consulting-main .cta-contct.cta_button,
  .our-business-main p .cta_button.cta-contct{
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
  }
  .case-study-banner .banner h3,
  .hf-13 h6,
  .pfs-13 p,
  .consulting-bottom .hs_cos_wrapper_type_rich_text p{
    font-size: calc((1.3 - 1) * 1.2vw + 1rem);
  }
  .event-main .subscribe-card .top-content h2{
    font-size: calc((2.2 - 1) * 1.2vw + 1rem);
  }
  .sidebar-knowledge .blog-index__post-content--small h2{
    font-size: calc((1.5 - 1) * 1.2vw + 1rem);
  }
  .knowledge-listing .sidebar-knowledge a.blog-post__tag-link{
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
  }
  .knowledge-listing .blog-header__inner h1{
    font-size: calc((2.8 - 1) * 1.2vh + 1rem);
  }
}
@media (max-width: 1400px){
  .consulting-bottom .dnd-section .dnd-row>.row-fluid{
    align-items:flex-start;
  }
}
@media (max-width: 1022px){
  .event-main form fieldset.form-columns-3 .hs-form-field>.hs-error-msgs {
    position: unset; 
    padding-top: 10px;
  }
  .event-main .hs_error_rollup {
    order: unset;
    margin-top: 0;
  }
}

@media (max-width: 799px){
  .rpo-row3 .button_wrap .header-cta.cta_button,
  .rpo-row5 .button_wrap .header-cta.cta_button,
  .rpo-row1 .button_wrap .header-cta.cta_button,
  .total-talent-row3  .button_wrap .header-cta.cta_button,
  .total-talent-row1 .button_wrap .header-cta.cta_button,
  .ondemand-row3 .button_wrap .header-cta.cta_button,
  .case-studies-main .header-cta.cta_button,
  .our-business-main .header-cta.cta_button{
    margin:0;
    min-width: unset;
  }
}

@media (max-width: 767px){
  .consulting-bottom .dnd-section[class*="background-color"] .dnd-row:last-child .span6,
  .consulting-main .dnd-section[class*="background-color"] .dnd-row:last-child .span6 {
    width:50%;
    float:left;
  }
  .ondemand-row5 .recent_articles .col,
  .ondemand-row4 .dnd-section>.row-fluid>div {
    width: 100%;
  }
  .event-main .subscribe-card .content {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .rpo-row6 .recent_articles .row>.inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .rpo-row6 .recent_articles .col:first-child {
    width: 100%;
  }
  .working .banner .left-col {
    padding:0 17px;
  }
  .contact-page .dnd-section[class*="background-color"] {
    min-height: auto;
  }
  .contact-page .hs_cos_wrapper_type_rich_text h1 {
    padding: 21px 0;
  }
  .container-fluid.ct_section_two {
    padding: 0 6vw;
  }
}

@media (max-width: 600px) and (min-width:480px){
  .consulting-bottom .span6 .hs_cos_wrapper_type_rich_text h2{
    font-size:27px;
  }
}
@media (max-width: 500px){
  .rpo-row2 .content_wd_img .right-col,
  .executive-search-bottom .dnd-section>.row-fluid .span6{
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .executive-search-bottom .dnd-section>.row-fluid .span6:last-child{
    padding-top:10%!important;
  }
  .rpo-row2 .content_wd_img .row,
  .total-talent-row2 .content_wd_img .row {
    flex-direction: column-reverse;
    padding: 17px 0;
  }
  .rpo-row2 .content_wd_img .left-col,
  .total-talent-row2 .content_wd_img .left-col {
    margin-left: 0;
    margin-top:10%;
    width: 100% !important;
  }
  .total-talent-row2 .content_wd_img .right-col {
    width: 100%!important;
  }
}
@media (max-width: 470px){
  .consulting-bottom .dnd-section[class*="background-color"] .dnd-row:last-child .span6,
  .consulting-main .dnd-section[class*="background-color"] .dnd-row:last-child .span6 {
    width:100%;
    float:none;
    padding:0!important;
  }
  .consulting-bottom .dnd-section[class*="background-color"] .dnd-row:last-child .span6:last-child,
  .consulting-main .dnd-section[class*="background-color"] .dnd-row:last-child .span6:first-child {
    margin-top: 10%;
  }
  .consulting-main .dnd-section[class*="background-color"] .dnd-row:last-child>.row-fluid{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .consulting-bottom .dnd-section[class*="background-color"] .dnd-row:last-child>.row-fluid{
    display: flex;
    flex-wrap: wrap;
  }
}

.hs_cos_wrapper_type_rich_text h4 {
    color: #3D464D !important;
}

.hs_cos_wrapper_type_rich_text h6 {
    color: #3D464D !important;
}

a span {
    text-decoration: none !important;
}

.logo-mwnu .custom-menu-primary #hs_menu_wrapper_header_menu ul li.solutions ul.hs-menu-children-wrapper li.solutions {
    display: none;
}
.container { max-width: 1220px; margin: 0 auto; width: 100%; padding: 0 25px; }

.lp-logo { width: 185px;}
.lp-logo .logo { width: 100%;}
header.lp-header { display: flex; align-items: flex-end;  z-index: 10; width: 100%; padding: 45px 0; }

.lp-menu { width: calc(100% - 185px); text-align: right; display: flex; align-items: center; }
.lp-menu .hs-menu-wrapper ul { display: block;}
.lp-menu .custom-menu-primary { border-bottom: 1px solid #A6B0D8; padding-bottom: 10px; flex: 1 1 34%; text-align: right; width: calc(100% - 272px); }
.lp-header-btn { width: 272px;}
.lp-menu .hs-menu-wrapper ul li { margin: 0 50px 0 0; margin-bottom: 0; display: inline-block;}
.lp-menu .hs-menu-wrapper ul li:last-child{ margin-right:0;}
.lp-menu .custom-menu-primary .hs-menu-wrapper ul li a { position: relative; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; font-size: 14px; font-weight: 700; }
.lp-menu a.secondary-btn { border: 1.5px solid #FFFFFF; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; font-size: 14px; font-weight: 700; padding: 11px 23px; display: inline-block; }
.lp-menu .custom-menu-primary .hs-menu-wrapper ul li a:before { background: #EA005A; position: absolute; content: ""; left: 0; right:0; width: 0; height: 2px; bottom: -12px; }
.lp-menu .custom-menu-primary .hs-menu-wrapper ul li a:hover:before{ width:100%;}
.lp-menu .custom-menu-primary .hs-menu-wrapper ul li a:hover{ color:#fff;}

.d-flex { display: flex; flex-wrap: wrap;}


.hs-landing-page .-O-DeepSeaBlue.d-none:after, .hs-landing-page .-O-UltramarineBlue.d-none:after, .hs-landing-page .-O-bright_pink.d-none:after{ bottom:-90px; height:393px;}

@media(max-width:1271px){
  
  h2{ font-size:34px !important;}
  
}

@media(max-width:1200px){
  
  .hs-landing-page .-O-DeepSeaBlue.d-none:after, .hs-landing-page .-O-UltramarineBlue.d-none:after, .hs-landing-page .-O-bright_pink.d-none:after{ bottom:-30px;}
  
}

@media(max-width:767px){
  
  h2{ font-size:26px !important;}
  .hs-landing-page .-O-DeepSeaBlue.d-none:after, .hs-landing-page .-O-UltramarineBlue.d-none:after, .hs-landing-page .-O-bright_pink.d-none:after{ display:none;}
  .hs-landing-page .hero-text p{ margin-left:0;}
  
}