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

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

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

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

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

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

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

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

body {
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  vertical-align: top;
}
button,
.hs-button,
.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s linear;
  white-space: normal;
  min-width: 125px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  padding: 12px 33px;
  border-radius: 32px;
  border: none;
  cursor: pointer;
}
.hs-button:hover,
.hs-button:focus,
button:focus,
.btn:focus,
button:hover,
.btn:hover {
  text-decoration: none;
}
button:disabled,
.btn:disabled {
  background: #d3d8de;
  color: #4d4f52;
}
.slick-arrow {
  position: absolute;
  left: 0;
  font-size: 0;
  line-height: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  min-width: 0;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  background: #00a4a6;
  text-align: center;
  transform: translateY(-50%);
}
.slick-arrow:hover {
  background: #00a4a6;
}
.slick-arrow.next-arrow {
  left: auto;
  right: 0;
}
.slick-arrow.next-arrow svg {
  transform: rotate(180deg);
}
.slick-arrow svg .cls-2 {
  transition: stroke 0.3s ease;
}
.slick-arrow:hover svg .cls-2 {
  stroke: #43d9ca;
}
@media (max-width: 767px) {
  button,
  .hs-button,
  .btn {
    font-size: 14px;
    padding: 10px 22px 9px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
/* Fields */

.hs-form-field {
  margin-bottom: 33px;
}
@media (max-width: 1399px) {
  .hs-form-field {
    margin-bottom: 20px;
  }
}

/* Labels */

form label {
  display: block;
  font-size: 10px;
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 10px;
}

/* Inputs */

select{
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 24px 20px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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: 18px;
  height: 48px;
  width: 100%;
  outline: none;
  border: 1px solid #303134;
  padding: 0 15px;
  transition: border 0.3s ease, outline 0.3s ease;
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #43d9ca !important;
  outline: 1px solid #43d9ca;
}

form fieldset {
  max-width: 100% !important;
}
@media (max-width: 1399px) {
  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 {
    height: 40px;
    font-size: 16px;
  }
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.hs_error_rollup {
  padding: 0 0 5px;
}
form .inputs-list > li {
  display: block;
  margin: 5px 0 0;
}
form .hs-error-msgs label a,
form .hs-error-msgs label {
  color: #ef6b51;
}
form .hs-error-msgs label a:hover{
  text-decoration: none;
}
form .inputs-list label {
  margin: 0;
  font-size: 12px;
}
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;
}

h3.form-title:empty {
  display: none;
}
/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0;
  box-shadow: none !important;
}
/* 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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header.static {
  position: static;
}
.header.static .header__logo {
  display: flex;
  align-items: center;
}
.header.static:before {
  display: none;
}
.header.static .second-logo {
  white-space: nowrap;
}
.header.static .second-logo:before {
   content:'+';
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin: 0 14px;
  font-size: 34px;
}
.header.static .second-logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 54px;
  width: auto;
  object-fit: contain;
  object-position: 0 50%;
}
.header__skip {
  display: none;
}
.header__skip:focus {
  display: block;
}
.header  .container {
  display: flex;
  align-items: center;
  align-items: center;
  height: 72px;
}
.header:before {
  content:'';
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  width: 600px;
  background: #fff;
  transition: all 0.5s linear;
}
.header.fixed:before {
  width: 100%;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
}
.header .header__logo {
  position: relative;
  z-index: 2;
}
.header .header__logo .hs_cos_wrapper img {
  transition: all 0.5s linear;
  display: block;
  height: 54px;
  width: auto !important;
  object-fit: contain;
  object-position: 0 50%;
}
.header:not(.static).fixed .header__logo img {
  height: 48px !important;
}
#nav {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  background: #fff;
  z-index: 2;
}
#nav >li {
  margin: 0 0 0 44px;
  position: relative;
}
@keyframes showNav {
 from { opacity: 0; transform: translateY(-100%);}
 to { opacity: 1; transform: translateY(0%); }
}
#nav >li:nth-child(2)>span,
#nav >li:nth-child(2)>a {
  animation-delay: 0.37s;
}
#nav >li:nth-child(3)>span,
#nav >li:nth-child(3)>a {
  animation-delay: 0.44s;
}
#nav >li:nth-child(4)>span,
#nav >li:nth-child(4)>a {
  animation-delay: 0.51s;
}
#nav >li:nth-child(5)>span,
#nav >li:nth-child(5)>a {
  animation-delay: 0.58s;
}
#nav >li:nth-child(6)>span,
#nav >li:nth-child(6)>a {
  animation-delay: 0.65s;
}
#nav >li:nth-child(7)>span,
#nav >li:nth-child(7)>a {
  animation-delay: 0.72s;
}
#nav >li >span,
#nav >li >a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding: 23px 0 22px;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  transition: color 0.3s ease;
  transform: translateY(-100%);
  opacity: 0;
  animation: showNav 1s ease both 0.3s; 
}
#nav >li >span:after,
#nav >li >a:after {
  content:'';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00a4a6;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#nav >li:last-child >a:after {
  display: none;
}
#nav >li:last-child >a {
  background: #035975;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 24px 31px;
  letter-spacing: 0.1em;
}
#nav >li:last-child >a:hover {
  color: #005570;
  background: #fff;
}
#nav >li >span.menu__link--active-branch,
#nav >li >a.menu__link--active-branch,
#nav >li:hover >span,
#nav >li:hover >a {
  color: #005570;
}
#nav >li:last-child >a.menu__link--active-branch {
  color: #ffffff !important;
}
#nav >li:hover >span:after,
#nav >li:hover >a:after {
  opacity: 1;
}
.header--toggle {
  display: none;
  width: 48px;
  z-index: 3;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.header--toggle span {
  position: absolute;
  left: 50%;
  width: 36px;
  margin-left: -18px;
  height: 3px;
  top: 5px;
  background: #035975;
  transition: all 0.3s ease;
}
.menu-open .header--toggle span:nth-child(2) {
  opacity: 0;
}
.header--toggle span:last-child {
  top: auto;
  bottom: 5px;
}
.header--toggle span:nth-child(2){
  top: 50%;
  margin-top: -1.5px;
} 
.menu-open .header--toggle span:first-child {
  top: 46%;
  transform: rotate(45deg);
}
.menu-open .header--toggle span:last-child {
  bottom: 48%;
  transform: rotate(-45deg);
}
#nav>li .menu__child-toggle {
  display: none;
}
#nav>li.full {
  position: static;
}
#nav .large-drop,
#nav .menu__submenu--level-2 {
  font-weight: bold;
  position: absolute;
  left: -30px;
  right: -44px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 2px 30px 31px;
  border-top: 4px solid #00a4a6;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  top: -9999px;
  transition: opacity 0.3s ease, top 0s 0.3s;
}
#nav .large-drop {
  right: 175px;
  left: auto;
  width: 800px;
  padding: 29px 56px 27px;
  font-weight: normal;
  font-size: 16px;
}
#nav>li:hover .large-drop,
#nav>li:hover .menu__submenu--level-2 {
  opacity: 1;
  top: 100%;
  transition: opacity 0.3s ease, top 0s 0s;
}
#nav .menu__submenu--level-2 > li {
  padding: 22px 0 0;
}
#nav .menu__submenu--level-2 > li a {
  text-decoration: none;
}
#nav .menu__submenu--level-2 > li a:hover {
  text-decoration: underline;
}
#nav>li:nth-child(4) .menu__submenu--level-2 {
  right: auto;
  width: 255px;
}
.large-drop .head-group h3 {
  margin: 0 0 12px;
  line-height: 0.9;
}
.large-drop .head-group p {
  margin: 0 0 19px;
}
.large-drop .head-group > a {
  position: relative;
  font-weight: bold;
  color: #035975;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}
.large-drop .head-group {
  padding: 0 0 17px;
}
.large-drop .head-group > a:hover {
  color: #012392;
}
.large-drop .head-group > a:hover:before {
  width: 100%;
}
.large-drop .head-group > a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  bottom: -1px;
  z-index: 1;
  background: #012392;
  transition: width 0.3s ease;
}
.large-drop .head-group > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #303134;
}
.large-drop  .link-group {
  display: flex;
  padding: 30px 0 7px;
  flex-wrap: wrap;
}
.large-drop  .link-group + .link-group {
  border-top: 1px solid #e1e3e6;
}
.large-drop  .link-group .item {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 20px 20px 0;
}
.link-group .item p {
  margin: 5px 0 0;
}
.large-drop.with-card {
  display: flex;
  justify-content: space-between;
}
.large-drop.with-card .card-holder {
  width: 298px;
  padding: 10px 0 13px;
  margin:  0 -15px 0 0 ;
}
.large-drop.with-card .card-holder .title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'IBM Plex Mono', sans-serif;
  margin: 0 0 10px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.large-drop.with-card .holder {
  padding-right: 32px;
  max-width: 340px;
}
.large-drop.with-card .link-group .item {
  width: 100%;
  flex: 0 0 100%;
  padding: 0 0 20px;
}
.large-drop.with-card .link-group .item ul {
  padding: 15px 0 0 15px;
  list-style: none;
  margin: 0;
}
.large-drop.with-card .link-group .item ul a {
text-decoration: none;}
.large-drop.with-card .link-group .item ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1399px) {
  .large-drop.with-card .card-holder { 
    width: 246px;
    padding: 7px 0;
  }
  .large-drop .head-group p {
    margin: 0 0 12px;
  }
  .large-drop .head-group {
    padding: 0 0 12px;
  }
  #nav .large-drop {
    right: 155px;
    font-size:14px;
    padding: 20px 40px;
    width: 650px;
  }
  .large-drop .link-group {
    padding: 20px 0 5px;
  }
  .large-drop .link-group .item {
    padding: 0 15px 15px 0;
  }
  #nav .menu__submenu--level-2 {
    font-size: 16px;
  }
  .large-drop.with-card .card-holder .title {
    font-size: 12px;
  }
  #nav >li >span,
  #nav >li >a {
    font-size: 16px;
    padding: 24px 0;
  }
  #nav >li:last-child >a {
    font-size: 14px;
    padding: 26px 28px 25px;
  }
  #nav >li {
    margin: 0 0 0 38px;
  }
  #nav .menu__submenu--level-2 {
    right: -38px;
    left: -24px;
    padding: 2px 24px 24px;
  }
  #nav .menu__submenu--level-2>li {
    padding: 18px 0 0;
  }
  #nav>li:nth-child(4) .menu__submenu--level-2 {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  #nav >li {
    margin: 0 0 0 30px;
  }
  #nav .menu__submenu--level-2 {
    right: -30px;
    left: -24px;
  }
}
@media (min-width: 1024px) {
  #nav .large-drop, #nav .menu__submenu--level-2 {
    display:block !important;
    height: auto !important;
  }
  #nav .large-drop.with-card {
    display:flex !important;
  }
}
@media (max-width: 1023px) {
  .header.static .second-logo img {
    max-height: 40px;
  }
  .header.static .second-logo:before {
    margin: 0 8px;
    font-size: 28px;
  }
  .header--toggle {
    display: block;
  }
  .header .menu {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    overflow: hidden;
    max-height: 100%;
    padding-top: 60px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s linear, visibility 0s 0.3s;
  }
  .menu-open .header .menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s linear, visibility 0s 0s;
  }
  #nav {
    position: static;
    display: block;
    height: 100%;
    overflow-y: auto;
    border-top: 1px solid #f5f5f5;
  }
  .header .container {
    height: 60px;
    background: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
  }
  .header:before {
    display: none;
  }
  .header.fixed .header__logo .hs_cos_wrapper img,
  .header .header__logo .hs_cos_wrapper img {
    height: 40px !important;
  }
  #nav>li {
    margin: 0;
    animation: none;
    opacity: 1;
    transform: none;
    border-bottom: 1px solid #f5f5f5;
  }
  #nav>li.menu__item--has-submenu,
  #nav>li.full {
    position: relative;
  }
  #nav>li.menu__item--has-submenu>a:after,
  #nav>li.full >a:after,
  #nav>li.menu__item--has-submenu>span:after,
  #nav>li.full >span:after {
    content:'';
    left:auto;
    border:2px solid #303134;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    margin: -10px 0 0;
    opacity: 1;
    right: 8px;
    position: absolute;
    transition: all 0.3s ease;
    bottom: auto;
    top: 50%;
  }
  #nav>li.menu__item--has-submenu.open>a:after,
  #nav>li.full.open >a:after,
  #nav>li.menu__item--has-submenu.open>span:after,
  #nav>li.full.open >span:after {
    transform: rotate(-135deg);
    border-color: #012392;
    margin: -3px 0 0;
  }
  #nav >li >span,
  #nav >li >a {
    padding: 15px 0;
    margin: 0 16px;
  }
  #nav>li:last-child {
    border: none;
  }
  #nav>li:last-child>a {
    margin: 0;
    padding: 12px 16px 11px;
  }
  #nav .large-drop, #nav .menu__submenu--level-2 {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    border-top-width: 1px;
    padding: 16px 16px;
    display: block;
    transition: max-height 0.3s ease;
    overflow: hidden;
  }
  .large-drop.with-card .link-group .item {
    padding: 0 0 10px;
  }
  .large-drop .link-group {
    display: block;
    padding: 0;
  }
  .large-drop.with-card .holder {
    padding: 0;
    max-width: 100%;
  }
  .large-drop .head-group {
    padding: 0 0 17px;
  }
  .large-drop .link-group+.link-group {
    border: none;
  }
  .large-drop .link-group .item {
    width: 100%;
    padding: 0 0 10px;
  }
  .large-drop.with-card .card-holder,
  .link-group .item p {
    display: none;
  }
  .large-drop .head-group p {
    margin: 0 0 9px;
  }
  #nav>li:nth-child(4) .menu__submenu--level-2 {
    width: 100%;
    padding: 16px;
  }
  #nav .menu__submenu--level-2>li:first-child {
    padding: 0;
  }
  #nav .menu__submenu--level-2>li {
    padding: 10px 0 0 ;
  }
}
.news-section {
    position: relative;
    margin-top: -297px;
    padding-top: 119px;
}
.news-section .head-module {
  max-width: 66%;
  margin: 0 auto;
  padding: 76px 0 100px;
  border-top: 1px solid #dadfe3;
}
.news-section .head-module p:last-child {
  margin: 0;
}
.news-section .head-module p {
  margin: 0 0 56px;
}
.news-section .head-module h2{
  margin: 0 0 49px;
}
.news-section.top-align {
  margin-top:0;
  padding-top: 0;
}
.news-section .gray-square {
    position: absolute;
    right: 0;
    top:0;
    z-index: -1;
    left: 0;
    height: 560px;
    background: #fff;
}
.news-section.top-align .gray-square {
  top: 140px;
}
.news-section .row {
    margin: 0 -16px;
}
.news-section .col {
    width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 16px;
}
.news-section.top-align .col {
  margin: 0 !important;
}
.news-section .col:nth-child(2) {
    margin: 200px 0 0;
}
.news-section .col:nth-child(3) {
    margin: 400px 0 0;
}
.news-section .item {
    text-decoration: none;
    position: relative;
    z-index:2;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    transition: padding 0.3s ease;
    font-size: 18px;
    line-height: 1.333;
    display: block;
}
.news-section .item:hover {
    text-decoration: none;
}
.news-section .item .bg-image,
.news-section .item .bg-image img {
    display: none;
}
.news-section .item.with-image {
    padding-top: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.news-section .item.with-image:hover {
    padding-top: 0;
}
.news-section .item .arrow-link {
    width: 100%;
}
.news-section .item.blue .arrow-link:after {
    border-color: #fff;
}
.news-section .item.with-image .bg-image {
    height: 260px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease;
}
.news-section .item:hover .bg-image {
    transform: scale(1.05);
}
.news-section .item.with-image .text {
    position: relative;
    z-index: 2;
}
.news-section .item .text {
    padding: 32px 40px 65px;
}
.news-section .item.turquoise .text,
.news-section .item.turquoise {
    background: #00a4a6;
    color: #fffdf7;
}
.news-section .item.blue .text,
.news-section .item.blue {
    background: #035975;
    color: #fffdf7;
}
.news-section .item .link {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    transition:color 0.3s ease;
}
.news-section .item.turquoise .link {
    color: #fffdf7;
}
.news-section .item:hover .link {
    color: #43d9ca;
}
.news-section .item.turquoise:hover .link {
    color: #dadfe3;
}
.news-section .item .link:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #fff;
}
.news-section .item.turquoise .link:after {
    background: #fffdf7;
}
.news-section .item .link:before {
    content:'';
    position: absolute;
    left: 0;
    width:0;
    height: 2px;
    bottom: -1px;
    z-index: 1;
    background: #43d9ca;
    transition: width 0.3s ease;
}
.news-section .item.turquoise .link:before {
    background: #dadfe3;
}
.news-section .item:hover .link:before {
    width: 100%;
}
.news-section .item .arrow-link {
    margin: 0 0 16px;
}
.news-section .item.with-image .arrow-link + div {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news-section .item.with-image:hover .arrow-link + div {
    max-height: 220px;
}
.news-section .item p {
    margin: 0 0 20px;
}
.news-section .item.with-image .arrow-link {
    min-height: 108px;
    transition: min-height 0.3s 0s;
}
.news-section .item.with-image:hover .arrow-link {
    min-height: 0;
}
@media (max-width: 1399px) {
    .news-section .gray-square {
        height: 460px;
    }
    .news-section {
        margin-top: -234px;
        padding-top: 100px;
    }
    .news-section .col:nth-child(2) {
        margin-top: 164px;
    }
    .news-section .col:nth-child(3) {
        margin-top: 328px;
    }
    .news-section .item {
        font-size: 16px;
    }
    .news-section .item .text {
        padding: 26px 32px 53px;
    }
    .news-section .item .link {
        left: 32px;
        bottom: 34px;
        font-size: 12px;
    }
    .news-section .item .arrow-link {
        margin: 0 0 12px;
    }
    .news-section .item.with-image .arrow-link {
        min-height: 90px;
    }
    .news-section .item.with-image {
        padding-top: 214px;
    }
    .news-section .item.with-image .bg-image {
        height: 214px;
    }
  .news-section .head-module {
    padding: 60px 0 72px;
  }
  .news-section .head-module p {
    margin: 0 0 40px;
  }
  .news-section .head-module h2{
    margin: 0 0 40px;
  }
  .news-section.top-align .gray-square {
    top: 100px;
  }
  .news-section .row {
      margin: 0 -13px;
  }
  .news-section .col {
      padding: 0 13px;
  }
}
@media (max-width: 1023px) {
    .news-section .row {
        margin: 0 -10px;
    }
    .news-section .col {
        padding: 0 10px;
    }
    .news-section .item .text {
        padding: 18px 16px 45px;
    }
    .news-section .item {
        font-size: 14px;
    }
    .news-section .item .link {
        left: 16px;
        bottom: 22px;
    }
    .news-section {
        margin-top: -80px;
        padding-top: 60px;
    }
    .news-section .item p {
        margin: 0 0 12px;
    }
    .news-section .col:nth-child(2) {
        margin-top: 100px;
    }
    .news-section .col:nth-child(3) {
        margin-top: 200px;
    }
    .news-section .item.with-image .arrow-link {
        min-height: 110px;
    }
  .news-section .head-module {
    padding: 40px 0 55px;
  }
  .news-section .head-module p {
    margin: 0 0 30px;
  }
  .news-section .head-module h2{
    margin: 0 0 30px;
  }
  .news-section.top-align .gray-square {
    top: 68px;
  }
}
@media (max-width: 767px) {
    .news-section {
        margin-top: 0;
        padding-top: 32px;
    }
  .news-section .item .text {
    min-height: 0 !important;
  }
    .news-section .col {
        width: 100%;
    }
    .news-section .col:nth-child(2) {
        margin-top: 20px;
    }
    .news-section .col:nth-child(3) {
        margin-top: 20px;
    }
    .news-section .item.with-image .arrow-link {
        min-height: 0;
    }
    .news-section .item.with-image .bg-image {
        height: 73%;
    }
    .news-section .head-module {
      padding: 30px 0 10px;
      max-width: 100%;
    }
    .news-section .head-module p {
      margin: 0 0 20px;
    }
    .news-section .head-module h2{
      margin: 0 0 20px;
    }
    .news-section.top-align .gray-square {
      top: 53px;
    }
    .news-section.top-align .col {
      margin-top: 20px !important;
    }
    
}
.heading-group {
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}
.heading-group.no-padding {
    padding-bottom: 0;
}
.heading-group .row.with-border {
    padding-top: 76px;
}
.heading-group .row {
    margin: 0 -16px;
    position: relative;
}
.heading-group .row:not(.v-center) .coll:last-child {
    padding-top: 18px;
}
.heading-group h2.title-section  {
    margin: 0;
}
.heading-group .btn-wrap {
    padding-top: 20px;
    position: relative;
    z-index: 3;
}
.heading-group .btn-wrap.mobile-visible {
    display: none;
}
.heading-group h2 + .btn-wrap {
    padding-top: 55px;
}
.heading-group .coll {
    padding: 0 16px;
    flex: 1;
}
.heading-group .border-top {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
}
.heading-group .border-top:before {
    content:'';
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    border-top: 1px solid #dadfe3;
}
.heading-group .reverse .border-top {
    left: auto;
    right: 0;
}
.heading-group .coll2 {
    width: 41%;
    flex: 0 0 41%;
}
.heading-group .coll3 {
    width: 50%;
    flex: 0 0 50%;
}
.heading-group .coll35 {
    width: 58%;
    flex: 0 0 58%;
}
.heading-group .coll4 {
    width: 61%;
    flex: 0 0 61%;
}
.heading-group .coll5 {
    width: 66%;
    flex: 0 0 66%;
}
.heading-group .coll6 {
    width: 80%;
    flex: 0 0 80%;
}
.heading-group p:last-child {
    margin: 0;
}
.heading-group.js-anim-scroll h2,
.heading-group.js-anim-scroll p,
.heading-group.js-anim-scroll .btn-wrap {
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(50px);
}
.heading-group.js-anim-scroll p {
    transition-delay: 0.25s;
}
.heading-group.js-anim-scroll .btn-wrap {
    transition-delay: 0.5s;
}
.heading-group.in-view h2,
.heading-group.in-view p,
.heading-group.in-view .btn-wrap {
    opacity: 1;
    transform: none;
}
@media (min-width: 1400px) and (max-height: 800px) {
  .heading-group .row:not(.v-center) .coll:last-child {
        padding-top: 11px;
    }
}
@media (max-width: 1399px) {
    .heading-group {
        padding-bottom: 60px;
    }
    .heading-group .row.with-border {
        padding-top: 50px;
    }
    .heading-group .btn-wrap {
        padding-top: 15px;
    }
    .heading-group .row:not(.v-center) .coll:last-child {
        padding-top: 11px;
    }
    .heading-group h2 + .btn-wrap {
        padding-top: 40px;
    }
}
@media (max-width: 1023px) {
    .heading-group {
        padding-bottom: 30px;
    }
    .heading-group .row.with-border {
        padding-top: 40px;
    }
    .heading-group .row:not(.v-center) .coll:last-child {
        padding-top: 4px;
    }
    .heading-group h2 + .btn-wrap {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .heading-group h2 + .btn-wrap {
        display: none;
    }
    .heading-group .btn-wrap.mobile-visible {
        display: block;
    }
    .heading-group .row:not(.v-center) .coll:last-child {
        padding-top: 0;
    }
    .heading-group {
        padding-bottom: 20px;
    }
    .heading-group .row.with-border {
        padding-top: 30px;
    }
    .heading-group .coll {
        padding: 0 16px;
    }
    .heading-group h2.title-section  {
        margin: 0 0 20px;
    }
    .heading-group .coll35,
    .heading-group .coll6,
    .heading-group .coll2,
    .heading-group .coll3,
    .heading-group .coll4,
    .heading-group .coll5 {
        width: 100%;
    }
    .heading-group .btn-wrap {
        padding-top: 5px;
    }
}
@media screen and (min-width: 768px) {
    .heading-group.heading-group-right-aligned .row{
        max-width: 50%;
        margin: 0 0 0 auto;
    }
    .heading-group.heading-group-right-aligned .coll{
        width: 100%;
        flex: 0 0 100%;
    }
}
.paging {
    margin: 56px 0 0;
  position:relative;
  z-index: 2;
}
.paging.hidden {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
}
.pagination, .paging ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li, .paging ul li {
    padding: 0 !important;
}
.pagination li:before, .paging ul li:before {
    display: none;
}
.pagination li:first-child, .paging ul li:first-child{
    margin: 0 6px 0 0 ;
}
.pagination li:last-child, .paging ul li:last-child {
    margin: 0 0 0 6px;
}
.paging ul li.active span.current.prev svg, .paging ul li.active span.current.next svg {
    opacity: 0.5;
}
.pagination svg .cls-2, .paging ul svg .cls-2 {
    stroke: #303134;
    transition: stroke 0.3s ease;
}
.pagination a:hover svg .cls-2, .paging ul a:hover svg .cls-2 {
    stroke: #012392;
}
.pagination .next svg, .paging ul .next svg {
    transform: rotate(180deg);
}
.pagination .disabled {
    pointer-events: none;
}
.pagination .disabled svg .cls-2, .paging ul .disabled svg .cls-2 {
    stroke: #979ba0;
}
.pagination a, .paging ul a, .paging ul span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #4d4f52;
    border-radius: 50%;
    transition: color 0.3s ease;
    font-size:16px;
    text-decoration: none;
}
.pagination a.active, .paging ul a.active, .paging ul span.current {
    color: #fff;
    font-weight: 700;
    background: #035975;
    pointer-events: none;
}
.paging ul span.current.prev, .paging ul span.current.next {
    background: none;
}
.pagination a:focus, .paging ul a:focus {
    text-decoration: none;
}
.pagination a:not(.active):hover, .paging ul a:not(.active):hover {
    text-decoration: none;
    color: #035975;
    font-weight: 700;
}
@media (max-width: 1399px) {
    .paging {
        margin: 48px 0 0;
    }
}
@media (max-width: 1023px) {
    .pagination a, .paging ul a {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
    .paging {
        margin: 40px 0 0;
    }
}
@media (max-width: 767px) {
    .pagination a, .paging ul a {
        width: 24px;
        height: 28px;
        font-size: 12px;
    }
    .pagination a.active, .paging ul a.active {
      width: 28px;
    }
    .pagination li:first-child, .paging ul li:first-child {
        margin: 0 2px 0 0 ;
        display: none;
    }
    .pagination li:last-child, .paging ul li:last-child {
        margin: 0 0 0 3px;
        display: none;
    }
    .paging {
        margin: 30px 0 0;
    }
}
/* 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;
  }
}

/* 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%;
}
.dnd-section .dnd-column {
  padding: 0 !important;
}
.relative {
  position: relative;
}
.container {
  max-width: 1322px;
  padding: 0 16px;
  margin: 0 auto;
}
.container.fluid {
  max-width: none;
}
#wrapper {
  overflow: hidden;
}
.row {
  display: flex;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.v-center {
  align-items: center;
}
.padding-bottom {
  padding-bottom: 200px;
}
.padding-bottom-medium {
  padding-bottom: 120px;
}
.padding-bottom-medium2 {
  padding-bottom: 140px;
}
.fs-lg {
  font-size: 24px;
  line-height: 1.333;
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}
.menu__submenu .menu__link,
.arrow-link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  font-size: 24px;
  line-height: 1.333;
  font-weight: 700;
  text-decoration: none;
}
.large-drop .arrow-link,
.menu__submenu .menu__link {
  font-size: 18px;
}
.hover  .arrow-link,
.menu__submenu .menu__link:hover,
a:hover .arrow-link,
.arrow-link:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
@-moz-document url-prefix() {
  .hover  .arrow-link,
  .menu__submenu .menu__link:hover,
  a:hover .arrow-link,
  .arrow-link:hover {
    text-underline-offset: 4px;
  }
}
.menu__submenu .menu__link:after,
.arrow-link:after {
  content:'';
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border: 2px solid #4d4f52;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  margin: 13px -20px 0 5px;
  opacity: 0;
  transition: all 0.3s ease;
}
.large-drop .holder .arrow-link:after {
  opacity: 1;
  border-color: #4d4f52;
}
.large-drop .holder .arrow-link:hover:after {
  border-color: #012392;
}
.large-drop .holder .arrow-link:after,
.menu__submenu .menu__link:after {
  margin: 8px -20px 0 5px;
}
.hover  .arrow-link:after,
.menu__submenu .menu__link:hover:after,
a:hover .arrow-link:after,
.arrow-link:hover:after {
  opacity: 1
}
.menu__submenu .menu__link:hover:after {
  border-color: #012392;
}
.js-pattern-right {
  position: absolute;
  right: 0;
  top:0;
  width: 83%;
  transform: translateX(12%);
  pointer-events: none;
}
.js-pattern-left {
  position: absolute;
  left: 0;
  top:0;
  pointer-events: none;
  width: 83%;
  transform: translateX(-12%);
}
.js-pattern-left.simple {
  transform: translateX(-36%);
}
.js-pattern-right.simple,
.js-pattern-left.simple {
  overflow: hidden;
}
.js-pattern-right.simple:after,
.js-pattern-left.simple:after {
  display: block;
  content:'';
  padding-top: 20%;
}
.js-pattern-right.simple svg,
.js-pattern-left.simple svg {
  position: absolute;
  bottom:0;
  right:0;
  width: 100% !important;
  height: auto !important;
}
.js-pattern-right.simple svg>g> g,
.js-pattern-left.simple svg>g> g {
  display: none !important;
}
.js-pattern-right.simple svg>g> g:nth-child(25),
.js-pattern-right.simple svg>g> g:nth-child(28),
.js-pattern-right.simple svg>g> g:nth-child(9),
.js-pattern-right.simple svg>g> g:nth-child(6),
.js-pattern-right.simple svg>g> g:nth-child(7),
.js-pattern-right.simple svg>g> g:nth-child(34),
.js-pattern-right.simple svg>g> g:last-child,
.js-pattern-left.simple svg>g> g:nth-child(25),
.js-pattern-left.simple svg>g> g:nth-child(28),
.js-pattern-left.simple svg>g> g:nth-child(9),
.js-pattern-left.simple svg>g> g:nth-child(6),
.js-pattern-left.simple svg>g> g:nth-child(7),
.js-pattern-left.simple svg>g> g:nth-child(34),
.js-pattern-left.simple svg>g> g:last-child {
  display: block !important;
}
.small-resource {
  background: #067cb8;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  transition: padding 0.3s ease;
  font-size: 16px;
  padding-top: 190px;
  min-height: 362px;
}
.small-resource:hover {
  text-decoration: none;
  padding-top: 0;
}
.small-resource:hover .bg-image {
  transform: scale(1.05);
}
.small-resource .bg-image {
  height: 190px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.small-resource .bg-image img {
  display: none;
}
.small-resource.no-image {
  padding: 0;
  justify-content: flex-start;
}
.small-resource.no-image .arrow-link+div {
  max-height: 100% !important;
}
.small-resource.no-image .arrow-link {
  min-height: 0;
}
.small-resource.no-image .text {
  position: static;
  padding-bottom: 50px;
}
.small-resource.no-image .category-tags{
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
.small-resource .text {
  background: #035975;
  color: #fffdf7;
  position:relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 20px 24px 24px;
}
.small-resource .arrow-link {
  font-size: 18px;
  line-height: 1.333;
  margin: 0 0 12px;
  min-height: 91px;
  transition: min-height 0.3s 0s;
}
.small-resource:hover .arrow-link {
  min-height: 0;
}
.small-resource  .arrow-link:after {
  border-color: #fff;
  margin-top: 10px;
}
.small-resource  .arrow-link + div {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.small-resource:hover  .arrow-link + div {
  max-height: 150px;
}
.small-resource p {
  margin: 0 0 15px;
}
.small-resource .category-tags {
  min-height: 25px;
  margin-top: auto;
}
.small-resource .category-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 500;
  justify-content: flex-start;
  padding: 2px 4px;
  margin: 4px 4px 0 0;
  display: inline-flex;
  background: rgba(255,255,255, 0.2);
}
.header-indent {
  padding-top: 72px;
}
.body-container-wrapper ul:not([class]) {
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}
.body-container-wrapper ul:not([class]) li {
  padding: 0 0 8px 24px;
  position: relative;
}
.body-container-wrapper ul:not([class]) li:before {
  content:"\2022";
  position: absolute;
  left: 0;
  color: #067cb8;
}
.body-container-wrapper .fs-lg ul:not([class]) {
  margin: 0 0 23px;
}
.circle-anim {
  position: relative;
}
.circle-anim:after {
  content:'';
  padding-top: 100%;
  display: block;
}
.circle-anim svg {
  position: absolute;
  left: -5.2%;
  top: -5.2%;
  width: 110.4%;
  height: 110.4%;
}
.circle-anim .text-box {
  position: absolute;
  left: 12%;
  top:50%;
  width: 76%;
  transform: translateY(-56%);
  text-align: center;
}
.circle-anim .text-box .value {
  font-size: 80px;
  font-weight: 600;
  line-height: 0.8;
  padding: 20px 0 0;
}
.circle-anim.medium .text-box .value {
  font-size: 64px;
  line-height: 0.7;
}
.circle-anim.medium .text-box p {
  margin: 18px 0 0;
}
.circle-anim.small .text-box .value {
  font-size: 50px;
}
.circle-anim.small .text-box p {
  margin: 12px 0 0;
}
.circle-anim .text-box p {
  text-transform: uppercase;
  margin: 20px 0 0;
  font-weight: 700;
  line-height: 1.3;
  font-size:14px;
  letter-spacing: 1.68px;
  font-family: 'Poppins',sans-serif;
}
.circle-anim .progressbar-line {
  stroke: #ff5a5a;
  stroke-width: 1;
  fill: none;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50px 50px;
  stroke-dasharray: 304.777px, 304.777px;
  stroke-dashoffset: 304.777px;
  transition: stroke-dashoffset 1s ease;
}
.circle-anim .progressbar-marker {
  fill: #ff5a5a;
  transform-origin: 50px 50px;
  transform: rotate(0deg);
  transition: transform 1s ease;
}
.circle-anim.yellow .progressbar-line{
  stroke: #f1c232;
}
.circle-anim.yellow .progressbar-marker {
  fill: #f1c232;
}
.body-container--blog-post .content-wrapper  table p,
table p {
  margin: 0;
}
@media (max-width: 1399px) {
  .small-resource.no-image .category-tags {
    left: 20px;
    bottom: 20px;
  }
  .small-resource .arrow-link:after {
    margin-top: 7px;
  }
  .small-resource {
    font-size: 14px;
    padding-top: 157px;
    min-height: 298px;
  }
  .small-resource p {
    margin: 0 0 5px;
  }
  .small-resource .category-tags {
    min-height: 21px;
  }
  .small-resource .category-title {
    font-size: 8px;
  }
  .small-resource .arrow-link {
    font-size: 16px;
    min-height: 76px;
    margin: 0 0 8px;
  }
  .small-resource .bg-image {
    height: 157px;
  }
  .small-resource .text {
    padding: 16px 20px 20px;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }
  .padding-bottom-medium {
    padding-bottom: 80px;
  }
  .padding-bottom-medium {
    padding-bottom: 90px;
  }
  .container {
    max-width: 1092px;
  }
  .arrow-link ,
  .fs-lg {
    font-size: 20px;
    line-height: 1.4;
  }
  .arrow-link:after {
    margin: 10px -15px 0 5px;
  }
  .large-drop .arrow-link,
  .menu__submenu .menu__link {
    font-size: 16px;
  }
  .body-container-wrapper ul:not([class]) li {
    padding: 0 0 6px 22px;
  }
  .body-container-wrapper .fs-lg ul:not([class]) {
    margin: 0 0 19px;
  }
  .circle-anim .text-box .value {
    font-size: 66px;
    padding: 10px 0 0;
  }
  .circle-anim .text-box p {
    font-size: 10px;
    margin: 18px 0 0;
  }
  .circle-anim.medium .text-box .value {
    font-size: 50px;
  }
  .circle-anim.medium .text-box p {
    margin: 16px 0 0;
  }
  .circle-anim.small .text-box .value {
    font-size: 42px;
  }
  .circle-anim.small .text-box p {
    margin: 14px 0 0;
  }
}
@media (max-width: 1199px) {
  .circle-anim .text-box .value {
    font-size: 58px;
  }
  .circle-anim .text-box p {
    margin: 14px 0 0;
  }
  .circle-anim.medium .text-box .value {
    font-size: 47px;
  }
  .circle-anim.medium .text-box p {
    margin: 14px 0 0;
  }
  .circle-anim.small .text-box .value {
    font-size: 38px;
  }
  .circle-anim.small .text-box p {
    margin: 12px 0 0;
  }
  .small-resource p {
    margin: 0;
  }
  .small-resource .arrow-link {
    margin: 0 0 4px;
  }
  .small-resource .text {
    padding: 16px 16px 20px;
  }
  .small-resource.no-image .category-tags {
    left: 16px;
    right: 16px;
  }
}
@media (max-width: 1023px) {
  .padding-bottom {
    padding-bottom: 80px;
  }
  .padding-bottom-medium {
    padding-bottom: 64px;
  }
  .padding-bottom-medium2 {
    padding-bottom: 70px;
  }
  .js-pattern-left,
  .js-pattern-right {
    width: 87%;
  }
  .menu__submenu .menu__link:after {
    opacity: 1 ;
  }
  .header-indent {
    padding-top: 60px;
  }
  p {
    margin: 0 0 15px;
  }
  .body-container-wrapper ul:not([class]) li {
    padding: 0 0 3px 15px;
  }
  .body-container-wrapper ul:not([class]) {
    margin: 0 0 12px;
  }
  .body-container-wrapper .fs-lg ul:not([class]) {
    margin: 0 0 17px;
  }
  .circle-anim .text-box .value {
    font-size: 48px;
  }
  .circle-anim .text-box p {
    margin: 10px 0 0;
    font-size: 9px;
    letter-spacing: 1px;
  }
  .circle-anim.medium .text-box .value {
    font-size: 38px;
  }
  .circle-anim.medium .text-box p {
    margin: 10px 0 0;
  }
  .circle-anim.small .text-box .value {
    font-size: 28px;
  }
  .circle-anim.small .text-box p {
    margin: 8px 0 0;
  }
}
@media (max-width: 767px) {
  .content-wrapper table {
    width: 100% !important;
    height: auto !important;
  }
  .content-wrapper table td:first-child {
    max-width: 150px ;
    width: auto !important;
  }
  .content-wrapper table td + td {
    width: auto !important;
  }
  .circle-anim {
    max-width: 200px;
    margin: 0 auto;
  }
   .circle-anim .text-box .value {
    font-size: 30px;
  }
  .circle-anim.medium .text-box .value {
    font-size: 26px;
  }
  .circle-anim.small .text-box .value {
    font-size: 22px;
  }
  .body-container-wrapper .fs-lg ul:not([class]) {
    margin: 0 0 12px;
  }
  .padding-bottom {
    padding-bottom: 64px;
  }
  .padding-bottom-medium2 {
    padding-bottom: 50px;
  }
  .padding-bottom-medium {
    padding-bottom: 40px;
  }
  .row {
    display: block;
  }
  .arrow-link,
  .fs-lg {
    font-size: 18px;
  }
  .js-pattern-left,
  .js-pattern-right {
    width: 95%;
  }
  .small-resource:hover .arrow-link+div {
    max-height: 85px;
  }
}

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