/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
  vertical-align: middle;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

ul li, ol li {
  color: #001489;
  margin: 0 0 1.4rem;
}

ul li::marker, ol li::marker {
  color: inherit;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-decoration: none;
  background-color: #001489;
  border: 2px solid #001489;
  border-radius: 0px;
  padding: 7px 25px;
  font-weight: 700;
  letter-spacing: 0.063rem;
  transition: all 250ms ease;
  font-family: Montserrat;
}

button:hover,
.button:hover {
  font-weight: 700;
  color: #001489;
  background-color: #FFFFFF;
  border: 2px solid #001489;
}

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

/* No button */

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

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

/* Labels */

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

form label span {
  font-weight: 700;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

div[id^="__lpform_firstname"] {
  display: none;
  border: 2px solid red;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  background-image: none !important;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

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

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

/* Navigation skipper */

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

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

/* Logo */

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

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

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

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

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

/* Search bar */

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

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

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

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

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

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

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

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

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

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

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

/* Language switcher */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

@media (max-width: 768px) {
  .hs-menu-wrapper ul {
    gap: 0;
  }
}

.hs-menu-wrapper ul.hs-menu-children-wrapper {
  gap: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  transform: translateX(-20px);
}

@media (max-width: 768px) {
  .hs-menu-wrapper ul.hs-menu-children-wrapper {
    background-color: transparent;
  }
}

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

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









/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */









.hs-cta-wrapper {
  display: block;
}

.hs-cta-wrapper > span {
  display: block;
}

span.close {
  font-size: 2.5rem;
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  z-index: 1002;
  cursor: pointer;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.content-wrapper {
  
}

.dnd-section,
.content-wrapper--vertical-spacing {
  
}

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





html {
  
  font-size: 16px;
}

@media (max-width: 991px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #001489;
  font-size: 1rem;
      overflow-x: hidden;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 1.375;
  letter-spacing: 0;
}

.cta {
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #fff;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #fff;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #fff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
  font-size: 3rem;
  text-transform: none;
  line-height: 1.0625;
  letter-spacing: 0;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
  font-size: 2.5rem;
  text-transform: none;
  line-height: 1.125;
  letter-spacing: 0;
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
  font-size: 1.625rem;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.5px;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 1.5px;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #e0004d;
}











form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #e0004d;
}

/* Labels */

form label {
  display: flex;
  align-items: center;
  color: #001489;
}

/* Help text */

form legend {
  color: #001489;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100% !important;
  border: 2px solid #161B30;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #001489;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #001489;
}

::-moz-placeholder {
  color: #001489;
}

:-ms-input-placeholder {
  color: #001489;
}

::placeholder {
  color: #001489;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #001489;
}

.fn-date-picker td.is-selected .pika-button {
  background: #001489;
}

.fn-date-picker td .pika-button:hover {
  background-color: #001489 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #001489;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  

  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #001489;
  border: 2px solid #161b30;
  border-radius: 0px;
  padding: 16px 25px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 250ms ease;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: #001489;
  background-color: #fff;
  border-color: #001489;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 60, 177, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #001489;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #001489;

  padding: 18px;

  border-color: ;
  color: #001489;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 20, 137, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #001489;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #001489;
  font-family: Montserrat;
}

.menu__child-toggle-icon {
  border-top-color: #001489;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000061;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000061;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #283cb1;
}

.menu__child-toggle-icon:active {
  border-top-color: #283cb1;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #001489;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #001489;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #001489;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #001489;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat;
}

.header__language-switcher-label-current:after {
  border-top-color: #001489;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #001489;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(57, 62, 70, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #001489;
}

.blog-post__tag-link {
  color: #001489;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000061;
}

.blog-post__tag-link:active {
  color: #283cb1;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #001489;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000061;
}

.blog-related-posts__title-link:active {
  color: #283cb1;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #fff;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #d7d7d7;
}

#comments-listing .comment-reply-to:active {
  color: #ffffff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #001489;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000061;
}

.blog-index__post-title-link:active {
  color: #283cb1;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #001489;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #001489;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000061;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #283cb1;
}

.pagination__link-icon svg {
  fill: #001489;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
  font-size: 1.625rem;
}

.card__body svg {
  fill: #001489;
}

/* Social follow */

.social-links__icon {
  background-color: #001489;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000061;
}

.social-links__icon:active {
  background-color: #283cb1;
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #001489;
  font-size: 1.625rem;
}


@keyframes rotating {
  0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#fullscreen-menu .expand {
  display: none;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper {
  gap: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  left: -100vw;
  top: 0;
  position: fixed;
  background-color: #e0004d;
  transition: left 250ms ease;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open {
  left: 0;
  transform: translateX(0px);
}


#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open .close {
  font-size: 40px;
}


#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open li,
#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open h2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open li {
  margin-bottom: 15px;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open h2 {
  font-size: 40px;
  margin-bottom: 35px;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper a {
  font-size: 30px;
  color: #001489;
  text-transform: unset;
}


.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
}

.main-navigation .logo-company-name {
  margin-bottom: 0px;
}

.main-navigation .menu {
  display: flex;
  gap: 3rem;
}

.main-navigation .menu li {
  margin-bottom: 0px;
}

.main-navigation .mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .main-navigation .mobile-menu {
    display: block;
    position: absolute;
    z-index: 1002;
    top: 30px;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    right: -100%;
    top: 0px;
    height: 100vh;
    width: 80vw;
    gap: 0;
    background-color: #fff;
    z-index: 1001;
    padding-top: 107px;
    transition: all 250ms ease;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu.open {
    right: 0%;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu > span {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu .hs-item-has-children .hs-menu-children-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu .hs-item-has-children .hs-menu-children-wrapper a {
    padding-left: 2.5rem;
  }
}

.main-navigation .menu a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #001489;
  text-transform: uppercase;
  
}

@media (max-width: 768px) {
  .main-navigation .menu a {
    display: block;
    font-size: 1.2rem;
    padding: 1.30rem 1.5rem;
    border-bottom: 1px solid #efefef;
  }
}

.main-navigation .menu .hs-item-has-children .expand {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
/*   height: 100%; */
  z-index: 1001;
  border-left: 1px solid #efefef;
}

@media (max-width: 768px) {
  .main-navigation .menu .hs-item-has-children .expand {
    display: flex;
    font-size: 1.625rem;
    padding: 1.04rem 1.55rem;
    align-items: center;
    justify-content: center;
  }
}

.main-navigation .menu .search-icon {
  cursor: pointer;
}

.main-navigation .search-container {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 0px;
  overflow: hidden;
  z-index: 1002;
  transition: all 250ms ease;
}

.main-navigation .search-container.search-open {
  max-width: 340px;
}

@media (max-width: 768px) {
  .main-navigation #search-toggle {
    position: absolute;
    top: 35px;
    left: 20px;
  }
}

.hs-search-field {
  width: 100%;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar .close-search {
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
}

.main-navigation .search-container .hs-search-field__suggestions {
  display: none;
}

.main-navigation .search-container form input[type=text] {
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}

.main-navigation .search-container form input[type=text]:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}








.hero-banner {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  position: relative;
}

.hero-banner .scroll-down-animation {
  width: 100%;
  max-width: 175px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1005;
  transform: translateY(50%);
}

.hero-banner .scroll-down-animation img {
  max-width: 100%;
  vertical-align: middle;
  animation: rotating 12s forwards infinite linear
}

.hero-banner .video-overlay {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.2);
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  z-index: 1001;
}

.hero-banner .media.background-video {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  position: relative;
  z-index: 1000;
}

.hero-banner .media.background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-banner .content {
  width: 100%;
  display: flex;
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 1002;
  padding: 5vw;
}

@media (max-width: 1280px) {
  .hero-banner .content {
    padding: 7vw;
    align-items: center;
  }
}


.hero-banner .content .inner-content {
  display: flex;
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .hero-banner .content .inner-content {
    flex-direction: column;
  }
}

.hero-banner .content .inner-content section {

}

.hero-banner .content .inner-content section.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.hero-banner .content .inner-content section.text .title {
  color: #fff;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .hero-banner .content .inner-content section.text .title {
    margin: 0px;
  }
}

.hero-banner .content .inner-content section.text .title > span {
  display: block;
}

.hero-banner .content .inner-content section.text .title .letter {
  display: inline-block;
  font-size: 7vw;
  font-weight: 600;
  margin-right: -15px;
  line-height: 120px;
}

@media (max-width: 1280px) {
  .hero-banner .content .inner-content section.text .title .letter {
    line-height: normal;
    font-size: 11vw;
  }
}

@media (min-width: 1921px) {
  .hero-banner .content .inner-content section.text .title .letter {
    font-size: 5vw;
  }
}

.hero-banner .content .inner-content section.quick-menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 435px;
}

.hero-banner .content .inner-content section.quick-menu .menu-title {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.hero-banner .content .inner-content section.quick-menu ul {
  display: flex;
  gap: 0;
  flex-direction: column;
}

.hero-banner .content .inner-content section.quick-menu ul li:last-child {
  margin-bottom: 0px;
}

.hero-banner .content .inner-content section.quick-menu ul a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  padding: 15px 35px;
  border-radius: 200px;
  background-color: #e8004c;
  transition: transform .45s ease;
}

.hero-banner .content .inner-content section.quick-menu ul a:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  transform: translateY(-3px);
  opacity .45s
}








.cta-strip {
  display: flex;
  gap: 1.563rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 480px) {
  .cta-strip {
    flex-direction: column;
  }
}

.cta-strip .content {
  width: 100%;
  max-width: 765px;
}

@media (max-width: 480px) {
  .cta-strip .content {
    text-align: center;
  }
}

.cta-strip .content *:last-child {
  margin-bottom: 0px;
}







.slider {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.slider .content {
  margin-bottom: 45px;
}

.slider .content * {
  margin-bottom: 0px;
}

.logo-slider .image {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0px;
  gap: 20px;
  margin: 70px 0 0;
  list-style: none;
}

.slick-dots .slick-active button {
  font-weight: 700;
}

.slick-dots button {
  border: none;
  outline: none;
  padding: 0px;
  font-weight: 400;
  font-size: 1rem;
  background-color: transparent;
}


.slider .arrows {
  display: flex;
  gap: 0.625rem;
  position: absolute;
  right: -105px;
  bottom: 0px;
}

.slider .arrows .slick-arrow {
  width: 100%;
  max-width: 3.063rem;
  cursor: pointer;
}











.info-blocks-container {
  position: relative;
}

.info-blocks-container #arrows {
  display: flex;
  gap: 0.625rem;
  position: absolute;
  right: 0px;
  bottom: -15px;
}

.info-blocks-container #arrows .slick-arrow {
  width: 100%;
  max-width: 3.063rem;
  cursor: pointer;
}

.info-blocks-container .slick-dots li.slick-active button {
  font-weight: 700;
}

.info-blocks-container .slick-dots li button {
  font-weight: 400;
  font-size: 1rem;
  color: #001489;
}

.info-blocks-container .info-block {
  text-align: center;
  padding: 0 10px;
}

.info-blocks-container .image {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px;
}

.info-blocks-container .social-icon {
  width: 70px;
  height: 70px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background-color: #E1E5EA;
}

.info-blocks-container .social-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-blocks-container .social-icon a span {
  display: block;
  width: 100%;
  height: 100%;
}

footer .inner-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  min-height: 50px;
  gap: 1.25rem;
  
}

@media (max-width: 768px) {
  footer .inner-container {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}

@media (max-width: 480px) {
  footer .inner-container {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}

.footer .inner-container .footer-column  {

}

.footer .inner-container .footer-column header {
  margin-bottom: 2.188rem;
}

.footer .inner-container .footer-column .menu ul {
  flex-direction: column;
  gap: 1.25rem;
}

.footer .inner-container .footer-column .menu ul li {
  margin-bottom: 0px;
}

.footer .inner-container .footer-column .menu ul a {
  color: #ffffff;
  font-size: 1rem;
}


.footer .inner-container .footer-column .city {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.footer .inner-container .footer-column .social-inner-container {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  margin-bottom: 5rem;
}

.footer .inner-container .footer-column .social-inner-container .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.188rem;
}

.footer .inner-container .footer-column .social-inner-container .icon span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .inner-container .footer-column .social-inner-container .icon span svg {
  width: 100%;
  max-width: 20px;
}

.social-platforms input[name="email"] {
  outline: none;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 0px;
}


.social-platforms form input[type=submit],
.social-platforms form .hs-button {
  outline: none;
  border-radius: 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: #001489;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fff;
  letter-spacing: 0.063rem;
  border-radius: 0px;
  padding: 16px 25px;
  font-weight: 700;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
}


.social-platforms form input[type=submit]:hover,
.social-platforms form .hs-button:hover {
  color: #fff;
  border: 2px solid #001489;
  background-color: #001489;
}




.accordion-wrapper .accordion {
  display: grid;
  gap: 35px;
  padding: 1.875rem;
  grid-template-columns: 65px 1fr;
  border-radius: 4px;
}

.accordion-wrapper .accordion.open {
  background-color: #E1E5EA;
}

.accordion-wrapper .accordion .actions button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-weight: 700;
  font-size: 2.5rem;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 0px;
  cursor: pointer;
  color: #001489;
  background-color: #E1E5EA;
}

.accordion-wrapper .accordion .actions button::after {
  content: '+';
}

.accordion-wrapper .accordion.open .actions button {
  background-color: #fff;
}

.accordion-wrapper .accordion.open .actions button::after {
  content: '-';
}

.accordion-wrapper .accordion .content-container .title {
  margin-top: 17px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .accordion-wrapper .accordion .content-container .title .view-vacancy {
    display: none;
  }
}

.accordion-wrapper .accordion .content-container .content {
  display: none;
  margin-top: 48px;
}


.accordion-wrapper .accordion.open .content-container .content {
  display: block;
}


.accordion-wrapper .accordion.open .content-container .content ul li,
.accordion-wrapper .accordion.open .content-container .content ol li{
  color: #001489;
  margin-bottom: 10px;
}



.accordion-wrapper header.vacancy-header {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 17.438rem);
  align-items: center;
  justify-content: space-between;
  padding-left: 1.875rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .accordion-wrapper header.vacancy-header {
    padding-left: 0rem;
  }
}

@media (max-width: 768px) {
  .accordion-wrapper header.vacancy-header {
    grid-template-columns: 1fr;
  }
}

.accordion-wrapper header.vacancy-header img {
  justify-self: end;
}

@media (max-width: 768px) {
  .accordion-wrapper header.vacancy-header img {
    width: 100%;
    justify-self: center;
  } 
}


.blog-listings-container {
  display: grid;
  column-gap: 30px;
  row-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .blog-listings-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .blog-listings-container {
    grid-template-columns: repeat(1, 1fr);
  }
}


.blog-listings-container .blog-post {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.blog-listings-container .blog-post:nth-child(4) {
  grid-column: 1 / 3;
}

@media (max-width: 768px) {
  .blog-listings-container .blog-post:nth-child(4) {
    grid-column: unset;
  }
}

.blog-listings-container.v2 .blog-post:nth-child(4) {
  grid-column: unset;
}

.blog-listings-container .blog-post.blog-post-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
}

.blog-listings-container .blog-post.blog-post-cta img {
  margin-bottom: 35px;
}

.blog-listings-container .blog-post .featured-image {
  width: 100%;
  height: 185px;
  margin-bottom: 25px;
}

.blog-listings-container .blog-post:nth-child(4) .featured-image {
  height: 245px;
}

.blog-listings-container.v2 .blog-post:nth-child(4) .featured-image {
  height: 185px;
}

.blog-listings-container .blog-post .featured-image img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.blog-listings-container .blog-post .featured-image a {
  display: flex;
  height: 100%;
  width: 100%;
}

.blog-listings-container .blog-post .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-listings-container .blog-post .content .inner {
  flex: 1;
  margin-bottom: 0px;
}

.blog-listings-container .blog-post .content .inner p:last-child {
  margin-bottom: 0px;
}

.blog-listings-container .blog-post .content .tags {
  font-size: 12px;
  text-transform: uppercase;
}

.blog-listings-container .blog-post .content .name {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.blog-listings-container .blog-post .content .actions,
.blog-related-posts .actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-listings-container .blog-post .content .actions .snippet {
  margin-bottom: 40px;
}

.blog-listings-container .blog-post .content .actions p,
.blog-related-posts .actions p {
  color: #BEBEBE;
  margin: 0px;
}

.blog-listings-container .blog-post .content .actions p.read-time,
.blog-related-posts .actions p.read-time {
  margin-bottom: 20px;
}

.blog-listings-container .blog-post .content .actions a,
.case-studies-wrapper .case footer a,
.blog-related-posts .actions a {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #001489;
  border: 2px solid #001489;
  border-radius: 0px;
  padding: 7px 25px;
  font-weight: 700;
  letter-spacing: 0.063rem;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
}

.blog-listings-container .blog-post .content .actions a:hover,
.blog-related-posts .actions a:hover {
  color: #001489;
  background-color: #fff;
  border: 2px solid #001489;
}

.blog-related-posts .actions .snippet {
  color: #001489;
  margin-bottom: 45px;
}

.blog-listings-container .blog-post.case-study .inner .read-time {
  color: #BEBEBE;
}

.blog-listings-container .blog-post.case-study .actions a {
  padding: 8px 25px;
}
  
.blog-listings-container .tags-container {
  display: flex;
  flex-direction: column;
}

.blog-listings-container .tags-container h3 {
  margin-bottom: 15px;
}

.blog-listings-container .tags-container a {
  margin: 0px;
  margin-bottom: 10px;
}

.blog-listings-container .tags-container a:last-child {
  margin-bottom: 0px;
}

.blog-listings-container.case-studies .blog-post.case-study:nth-child(4) {
  grid-column: unset;
}

.blog-listings-container.case-studies .blog-post.case-study:nth-child(4) .featured-image {
  height: 185px;
}

.blog-post form,
.blog-search form {
  position: relative;
  margin-bottom: 30px;
}

.blog-post form input,
.blog-search form input {
  border-radius: 0;
  border: 1px solid #001489;
}

.blog-post form input:focus,
.blog-search form input:focus {
  border: 1px solid #001489;
}

.blog-post form .search-submit,
.blog-search form .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 40px;
  padding: 8px;
  border-radius: 0px;
}

.blog-post form .search-submit span,
.blog-search form .search-submit span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-post form .search-submit svg,
.blog-search form .search-submit svg{
  fill: #fff;
  width: 100%;
}



.blog-search {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr minmax(auto, 370px);
}

@media (max-width: 480px) {
  .blog-search {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

.blog-search.tags.v2 {
  align-items: center;
  margin-bottom: 30px;
}

.blog-search.tags.v2 form {
  margin-bottom: 0px;
}

.blog-search.tags.v2 .tags-container {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}






.pagination {
  align-items: center;
  display: grid;
  justify-content: center;
  grid-template-columns: 140px 1fr 140px;
  margin-top: 95px;
}

.pagination .numbers {
  display: flex;
  justify-content: center;
}

.pagination .numbers a {
  background-color: transparent;
}

.pagination .controls {
  display: grid;
  gap: 10px;
  grid-template-columns: 65px 65px;
}

.pagination .controls .pagination__link {
  width: 100%;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination .controls .pagination__link--next svg {
  fill: #fff;
}

.pagination .controls .pagination__link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination__link {
  display: inline-flex;
}

.pagination__link,
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  text-decoration: none;
  border-radius: 4px;
  background-color: #001489;
}

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
  border-radius: 4px;
  background-color: #E1E5EA;
}

.pagination__link--disabled .pagination__link-text {
  color: #B0C1D4 !important;
}

.pagination__link--first,
.pagination__link--prev {
  
}

.pagination__link--first {
  
}

.pagination__link--number {
  border: none;
  border-radius: 6px;
  margin: 0 0.175rem;
  padding: 0.25rem 0.4rem;
}

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  border-color: transparent;
  font-weight: 700;
}

.pagination__link--last,
.pagination__link--next {
  
}

.pagination__link--last {
  
}

.pagination__link-icon svg,
.pagination__link-icon svg {
  height: 16px;
  margin: 0 0.3rem;
  width: 16px;
}

.pagination__link--disabled .pagination__link-icon svg,
.pagination__link--disabled .pagination__link-icon svg {
  fill: #B0C1D4 !important;
}




.body-container--blog-post {
  
}


.body-container--blog-post .featured-image {
  padding-bottom: 35.5%;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.body-container--blog-post .featured-image .inner-container {
  width: 100%;
  max-width: 1170px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.body-container--blog-post .featured-image .inner-container .caption {
  display: inline-flex;
  padding: 10px 25px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-weight: 700;
  background-color: #fff;
}



.pricing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

@media (max-width: 991px) {
  .pricing-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  } 
}

@media (max-width: 768px) {
  .pricing-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  } 
}

.pricing-container .package {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.25rem;
}

.pricing-container .package .content {
  flex: 1;
}

.pricing-container .package .package-title {
  text-align: center;
  margin-bottom: 2.188rem;
}

.pricing-container .package .package-image {
  display: flex;
  justify-content: center;
  margin-bottom: 2.188rem;
}

.pricing-container .package .package-price {
  text-align: center;
  margin-bottom: 2.813rem;
}


.pricing-container .package .incentive-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.pricing-container .package .incentive-container .icon {
  width: 100%;
  max-width: 25px;
  margin-right: 20px;
}

.pricing-container .package .incentive-container p {
  margin-bottom: 0;
}

.pricing-container .package .btn {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #001489;
  border: 2px solid #001489;
  border-radius: 0px;
  padding: 16px 25px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
}

.pricing-container .package .btn:hover {
  color: #001489;
  background-color: #fff;
  border: 2px solid #001489;
}





.stand-alone-form {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 5px;
}

.stand-alone-form .title {
  text-align: center;
}

.stand-alone-form .actions {
  display: flex;
  justify-content: center;
}


.stand-alone-form form label {
  display: flex;
  align-items: center;
}





.banner-form {
  display: grid;
  gap: 130px;
  grid-template-columns: 1fr 1fr;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}

@media (max-width: 991px) {
  .banner-form {
    gap: 0px;
    grid-template-columns: 1fr;
  }
}

.banner-form .logo {
  margin-bottom: 45px;
}

.banner-form .form {
  padding: 30px;
  background-color: #fff;
  box-shadow: -1px 2px 21px -9px rgba(0,0,0,0.6);
}

.banner-form .form .title {
  text-align: center;
}

.banner-form .form .actions {
  display: flex;
  justify-content: center;
}

.banner-form .form .actions input[type=submit],
.form .actions .hs-button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}

.banner-form .form .legal-consent-container .hs-richtext p {
  font-size: 0.625rem;
}

.banner-form .form form label p {
  font-size: 0.625rem;
  margin-left: 0px !important;
}

.banner-form #main-text img {
  max-width: 100%;
}


.map iframe {
  vertical-align: middle;
}










.case-studies-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .case-studies-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .case-studies-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.case-studies-wrapper .case {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.case-studies-wrapper .case .featured-image {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 43%;
  transition: all 300ms ease;
}

.case-studies-wrapper .case .featured-image:hover {
  background-size: 115%;
}

.case-studies-wrapper .case .content {
  padding: 15px 0px 45px;
  height: 100%;
}

.case-studies-wrapper .case h4 {
  font-weight: 700;
  font-size: 0.75rem;
  color: #001489;
  letter-spacing: 0.113rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

.case-studies-wrapper .case h3 {
  color: #001489;
  text-decoration: none;
  outline: none;
  display: block;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 1.875rem;
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

@media (max-width: 768px) {
  .case-studies-wrapper .case h3 {
    font-size: 14px;
  }
}

.case-studies-wrapper .case .read-time {
  font-weight: 400;
  color: #BEBEBE;
  margin-bottom: 20px;
}

.case-studies-wrapper .case footer {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
}



.case-studies-wrapper .case footer .read-time {
  color: #bebebe;
  display: inline-block;
  padding: 8px 15px;
  vertical-align: middle;
  width: calc(100% - 48px);
}





span.link-arrow {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: relative;
    top: calc(50% - 0.5px);
    left: 10px;
    -webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
}



span.link-arrow:before {
    content: '';
    position: absolute;
    height: 7px;
    width: 1.3px;
    background: #fff;
    bottom: 0px;
    right: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
}



span.link-arrow:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 1.3px;
    background: #fff;
    top: 0px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
}





.thank-you-content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thank-you-content-wrapper .thank-you-content {
  flex: 1;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-size: 600px;
  background-position: center;
  background-repeat: no-repeat;
}

.thank-you-content-wrapper .thank-you-content .logo {
  margin-bottom: 2.813rem;
}

.thank-you-content-wrapper .thank-you-content .text-editor *:last-child {
  margin-bottom: 0;
}


.thank-you-content-wrapper .landing-page-footer {
  padding: 2.5rem 1.25rem;
  text-align: center;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(57, 62, 70, 1.0)

;
}

.thank-you-content-wrapper .additional-content-title {
  margin-top: 4.688rem;
  margin-bottom: 2.188rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  color: #001489;
  letter-spacing: 0.031rem;
  text-align: center;
  line-height: 2.188rem;
  font-weight: 600;
}

.thank-you-content-wrapper .additional-content {
  display: grid;
  gap: 30px;
  width: 100%;
  max-width: calc(370px * 3);
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .thank-you-content-wrapper .additional-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.thank-you-content-wrapper .additional-content .content {
  width: 100%;
  max-width: 370px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .thank-you-content-wrapper .additional-content .content {
    max-width: 100%;
  }
}

.thank-you-content-wrapper .additional-content .content .inner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.thank-you-content-wrapper .additional-content .content .category {
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  color: #001489;
  letter-spacing: 0.063rem;
  line-height: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}



footer.landing-page-footer {
  padding: 2.5rem 1.25rem;
  text-align: center;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(57, 62, 70, 1.0)

;
}














.icon-text-container {
  display: flex;
  column-gap: 10.625rem;
  row-gap: 1.563rem;
  justify-content: space-between;
}

.icon-text-container.two {
  display: grid;
  column-gap: 10.625rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .icon-text-container.two {
    display: grid;
    column-gap: 10.625rem;
    grid-template-columns: repeat(1, 1fr);
  }  
}

.icon-text-container.three {
  display: grid;
  column-gap: 4.375rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .icon-text-container.three {
    grid-template-columns: repeat(1, 1fr);
  }
}

.icon-text-container.four {
  display: grid;
  column-gap: 3.438rem;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .icon-text-container.four {
    grid-template-columns: repeat(1, 1fr);
  }
}

.icon-text-container .column .icon {
  margin-bottom: 3.438rem;
}

@media (max-width: 768px) {
  .icon-text-container .column .icon {
    text-align: center;
  }
}

.icon-text-container .column .text {
  width: 100%;
  max-width: 31.25rem;
}

@media (max-width: 768px) {
  .icon-text-container .column .text {
    max-width: 100%;
    text-align: center;
  }
}

.icon-text-container .column .text p {
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 400;
}














.two-column-video-container {
  display: grid;
  column-gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .two-column-video-container {
    row-gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.two-column-video-container .column {
  
}


.two-column-video-container .column .title {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  color: #001489;
  letter-spacing: 0.094rem;
  text-align: center;
  line-height: 1.563rem;
  font-weight: 600;
  margin-bottom: 2.813rem;
}


.two-column-video-container .column iframe {
  border-radius: 0.313rem;
  overflow: hidden;
}









.video-slider-container {
  
}

.video-slider-container .video-slider {
  margin-bottom: 4.063rem;
}

@media (max-width: 768px) {
  .video-slider-container .video-slider {
    margin-bottom: 1.875rem;
  } 
}

.video-slider-container .video-slide {
  padding: 0 90px;
}

@media (max-width: 768px) {
  .video-slider-container .video-slide {
    padding: 0px;
  }
}

.video-slider-container iframe {
  overflow: hidden;
  border-radius: 0.613rem;
}

.video-slider-container .actions {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .video-slider-container .actions {
    flex-direction: column;
    row-gap: 20px;
  } 
}

.video-slider-container .actions #arrows {
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
}

.video-slider-container .actions #arrows img {
  max-width: 65px;
}

.video-slider-container .actions > * {
  flex: 1;
}

.video-slider-container #pagination .slick-dots {
  margin: 0px;
}

.video-slider-container #pagination .slick-dots li,
.video-slider-container #pagination .slick-dots li button {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0rem;
  color: #001489;
}


.video-slider-container #pagination .slick-dots li.slick-active,
.video-slider-container #pagination .slick-dots li.slick-active button {
  font-weight: 700;
}











.role-details-container {

}


.role-details-container .detail-container {
  width: 100%;
  max-width: calc(1208px / 2 - 45px);
  background-color: #E1E5EA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.role-details-container .detail-container .content {
  height: 100%;
  padding: 35px 25px;
}

.role-details-container .detail-container .content > *:last-child {
  margin-bottom: 0px;
}


















.tabs-container .tabs-navigation {
  background-color: transparent;
}

.tabs-container .tabs-navigation .tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.938rem 2.188rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  cursor: pointer;
}

.tabs-container .tabs-navigation .tab.slick-current {
  background-color: #E1E5EA;
}


.tabs-container .tabs {
  background-color: #E1E5EA;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 3.75rem 4.375rem;
}


.tabs-container .tabs > *:last-child {
  margin-bottom: 0px;
}








.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: calc(25px + 70px);
}

@media (max-width: 1280px) {
  .section-title {
    padding: calc(25px + 19px);
  }
}

.section-title .title {
  font-weight: 600;
}




.two-column-content {
  display: grid;
  grid-template-columns:1fr 1fr;
}

@media (max-width: 1280px) {
  .two-column-content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

.two-column-content .column.text {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-left: 9vw;
  padding-right: 9vw;
}

.two-column-content .column.text .additional-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 1280px) {
  .two-column-content .column.text .additional-content {
    grid-template-columns: 1fr 1fr;
  }
}

.two-column-content .column.text .additional-content .subtitle {
  color: #000;
}

.two-column-content .column.text .additional-content .text-column {
  display: flex;
  flex-direction: column;
}

.two-column-content .column.text .quote {
  margin-bottom: 50px;
}

.two-column-content .column.text .call-to-action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.two-column-content .column.text .call-to-action a.link {
  border-radius: 200px;
  background-color: #e8004c;
  padding: 23px 50px;
  font-size: 18px;
  transition: all .45s ease;
}

.two-column-content .column.text .call-to-action a.link:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  transform: translateY(-3px);
  opacity: .87;
}

.two-column-content .column.text .pretitle {
  font-family: Montserrat;
  letter-spacing: .05em;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.two-column-content .column.text .title {
  font-family: Montserrat;
  text-transform: none;
  letter-spacing: -0.03em;
  font-size: 77px;
  line-height: 92.16px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1920px) {
  .two-column-content .column.text .title {
    font-size: 46px;
    line-height: 50px;
  }
}

.two-column-content .column.text .text-editor * {
  color: #000;
  font-weight: 400;
  font-size: 28.16px;
  line-height: 47.872px;
}

@media (max-width: 1920px) {
  .two-column-content .column.text .text-editor * {
    font-size: 17px;
    line-height: 28.7232px;
  }
}

.two-column-content .column.text .title.split-text {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.two-column-content .column.media {
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-self: center;
}

@media (max-width: 1280px) {
  .two-column-content .column.media {
    padding-left: 9vw;
    padding-right: 9vw;
    grid-row: 1;
  }
}


.two-column-content .column.media img {
  max-width: 100%;
}



.two-column-content.reversed {
  
}

.two-column-content.reversed .column.text {
  grid-column: 2 / 4;
  grid-row: 1 / 1;
}

@media (max-width: 1280px) {
  .two-column-content.reversed .column.text {
    grid-column: unset;
    grid-row: unset;
  }
}

.two-column-content.reversed .column.media {
  grid-column: 1 / 2;
  grid-row: 1 / 1;
}







.calendar-container {
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
}

.calendar-container .month-events {
  
}

.calendar-container .month-events .title {
  color: #000;
  font-size: 62px;
  padding-top: 10%;
  font-weight: 600;
  letter-spacing: -1.86px;
  text-transform: uppercase;
  overflow: hidden;
}

.calendar-container .month-events .title span {
  transform: translateY(60px);
  display: inline-block;
  transition-duration: .4s;
}

[data-aos="up"] {
  
}

.calendar-container .month-events .title span[data-aos="up"].aos-animate{
  transform: translateY(0px);
}

.calendar-container .month-events .line {
  width: 0;
  height: 1px;
  transition-duration: 1s;
  background-color: #000;
}

.calendar-container .month-events .line[data-aos="expand"].aos-animate {
  width: 100%;
}


.calendar-container .month-events .event {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-top: 20px;
}


.calendar-container .month-events .event .date {
  display: flex;
  align-items: center;
  font-size: 180px;
  font-weight: 300;
  color: #000;
}

.calendar-container .month-events .event .races {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calendar-container .month-events .event .races .race {
  font-weight: 600;
  font-size: 52px;
  color: #000;
}

.calendar-container .month-events .event .venue {
  font-size: 17px;
  color: #000;
}









.media-grid-container {
  width: 100%;
  gap: 100px 50px;
  max-width: 2000px;
  margin: 0 auto;
  padding: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1280px) {
  .media-grid-container {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.media-grid-container .block {
  max-width: 100%;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
  position: relative;
  background-color: #001489;
}


.media-grid-container .block.youtube .caption {
  text-align: center;
}

.media-grid-container .block.content {
  cursor: pointer;
}


.media-grid-container .block.content .overlay-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  transition: all 250ms ease;
  background-color: #f2f2f2;
  z-index: 1010;
  height: 100vh;
}

@media (max-width: 768px) {
  .media-grid-container .block.content .overlay-content {
    grid-template-columns: 1fr;
  }
}

span.dismiss {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50%;
  position: fixed;
  top: 30px;
  left: 30px;
  font-weight: 600;
  font-size: 27px;
  cursor: pointer;
  z-index: 3333;
}

@media (max-width: 768px) {
  span.dismiss {
    top: 10px;
    left: 10px;
  }
}

.media-grid-container .block.content .overlay-content .content {
  padding: 150px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .media-grid-container .block.content .overlay-content .content {
    padding: 45px;
  }
}

.media-grid-container .block.content .overlay-content .content * {
  color: #000;
}

.media-grid-container .block.content .overlay-content .content h1,
.media-grid-container .block.content .overlay-content .content h2,
.media-grid-container .block.content .overlay-content .content h3,
.media-grid-container .block.content .overlay-content .content h4,
.media-grid-container .block.content .overlay-content .content h5,
.media-grid-container .block.content .overlay-content .content h6 {
  font-weight: 300;
}

.media-grid-container .block.content .overlay-content .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.media-grid-container .block.content .overlay-content.open {
  right: 0;
}


.media-grid-container .block.content .play-button {
  display: none;
}

.media-grid-container .block:hover .cover img {
  transform: scale(1.1);
}

.media-grid-container .block .cover img {
  max-width: 100%;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1);
  transition: all 300ms ease;
}

.media-grid-container .block .play-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  cursor: pointer;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: 1006;
  border: 2px solid #fff;
}

.media-grid-container .block .play-button svg {
  display: block;
  width: 12px;
  height: 18px;
}

.media-grid-container .block .play-button svg path {
  fill: #fff;
}


.media-grid-container .block .cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1005;
}

.media-grid-container .block iframe.video {
  border: none;
  outline: none;
  width: 100%;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 1004;
}

.media-grid-container .block .caption {
  color: #000;
  width: 100%;
  position: absolute;
  top: 100%;
  padding-top: 10px;
}

.media-grid-container .block .caption h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 768px) {
  .media-grid-container .block .caption h4 {
    font-size: 18px;
  }
}