@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Theme base styles */

/* Generic */

*, *: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.
 */

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  cursor: pointer;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

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

/* Footer rules */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer.footer a {
    font-size: 0.8rem;
  }
}

footer.footer a:hover {
  text-decoration: underline !important;
}

footer.footer ul.no-list li {
  margin-bottom: 0.3rem;
}

footer.footer ul.no-list li a {
  color: #fff;
  text-decoration: none;
}

footer.footer .policy-links {
  text-align: right;
}

footer.footer .policy-links a:last-of-type {
  margin-left: 2em;
}

@media (max-width: 767px) {
  footer.footer ul.no-list {
    margin: 2em 0 1em;
  }

  footer.footer .policy-links a {
    text-align: left;
  }

  footer.footer .policy-links p > * {
    display: flex;
    flex-direction: column;
  }

  footer.footer .row-number-8.footer-column-5-row-0-vertical-alignment > * {
    display: flex;
    flex-direction: column-reverse;
  }

  footer.footer .policy-links a:last-of-type {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* Custom section rules */

.blue-filter.green .hs_cos_wrapper_type_linked_image::after {
  background-color: #009933;
  opacity: 1;
}

.blue-filter.yellow .hs_cos_wrapper_type_linked_image::after {
  background-color: #ffcc33;
  opacity: 1;
}

.blue-filter.red .hs_cos_wrapper_type_linked_image::after {
  background-color: #ff3366;
  opacity: 1;
}

.blue-filter .hs_cos_wrapper_type_linked_image {
  height: 100% !important;
  max-width: 50% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 50% !important;
  z-index: 2;
}

.blue-filter .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  max-width: none !important;
  position: static !important;
}

.blue-filter .hs_cos_wrapper_type_linked_image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0033cc;
  opacity: 0.6;
  top: 0;
  mix-blend-mode: multiply;
}

.full-width-img {
  position: relative;
}

.full-width-img.img-40 img:not(.hs-mce-draggable) {
  max-width: 42% !important;
}

.full-width-img.vertical-padding img:not(.hs-mce-draggable) {
  height: 55% !important;
  top: 50%;
  transform: translateY(-50%);
}

.full-width-img.reverse img:not(.hs-mce-draggable) {
  right: auto;
  left: 0;
}

.full-width-img.overlap img:not(.hs-mce-draggable) {
  height: auto !important;
  top: -40px;
}

@media screen and (max-width: 1024px) {
  .full-width-img.overlap img:not(.hs-mce-draggable) {
    top: 50%;
    transform: translateY(-50%);
  }
}

.full-width-img img:not(.hs-mce-draggable) {
  position: absolute;
  height: 100% !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 50% !important;
  max-width: 50% !important;
  object-fit: cover;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .full-width-img
    .dnd_area-dnd_partial-3-column-1-vertical-alignment
    img:not(.hs-mce-draggable) {
    object-position: left;
  }

  .full-width-img img:not(.hs-mce-draggable) {
    object-position: right;
  }
}

@media (max-width: 767px) {
  .row-fluid-wrapper.white-bg-mobile {
    background-color: #fff !important;
  }

  .full-width-img.hide-img-mob img.hs-image-widget:not(.hs-mce-draggable) {
    display: none;
  }

  .full-width-img.reverse img.hs-image-widget:not(.hs-mce-draggable),
  .full-width-img.overlap img.hs-image-widget:not(.hs-mce-draggable) {
    margin-left: -20px;
  }

  .full-width-img.right-align-mob img.hs-image-widget:not(.hs-mce-draggable),
  .full-width-img.overlap img.hs-image-widget:not(.hs-mce-draggable) {
    width: calc(100% + 20px) !important;
    max-width: none !important;
    margin-bottom: 10px;
  }

  .full-width-img img.hs-image-widget:not(.hs-mce-draggable) {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    transform: none;
  }

  .reverse-img-mob > * {
    display: flex;
    flex-direction: column-reverse;
  }

  .blue-filter .hs_cos_wrapper_type_linked_image {
    height: 100% !important;
    max-width: none !important;
    position: relative;
    width: 100% !important;
    display: flex;
    z-index: 1;
  }

  .blue-filter .hs_cos_wrapper_type_linked_image::after {
    z-index: 2;
  }
}

/* Responsive grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

@media (max-width: 1000px) {
  .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 wrappers for blog post and system templates */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

/* Drag and drop layout styles */

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

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

/* Elements */

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

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  line-height: 1.6;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

h1 {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem !important;
  }
}

/* Lists */

ul.white {
  list-style: none;
}

ul.white li {
  margin: 0 0.7rem 1rem 0;
  display: flex;
  align-items: center;
}

ul.white li::before {
  content: "•";
  display: block;
  color: #fff;
  padding-right: 5px;
}

ul.diamond {
  list-style-type: none;
  padding-left: 1rem;
}

ul.diamond li {
  position: relative;
}

ul.diamond li::before {
  display: block;
  content: url("https://4940960.fs1.hubspotusercontent-na1.net/hubfs/4940960/2022%20Assets/diamond-list.svg");
  left: -1.4rem;
  position: absolute;
}

@media screen and (max-width: 767px) {
  ul.diamond {
    list-style-type: disc;
    padding-left: 0.2rem;
  }

  ul.diamond li {
    position: static;
  }

  ul.diamond li::before {
    display: none;
  }
}

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 0.2rem;
}

ul li,
ol li {
  margin: 0 0.7rem 1rem;
}

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

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

.no-list li {
  margin: 0;
}

.light {
  font-weight: 100;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 10px solid;
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

/* RSS */

.hs_cos_wrapper_type_rss_listing h3,
.hs-rss-module .hs-rss-item .hs-rss-item-text a.hs-rss-title {
  font-family: Montserrat, sans-serif !important;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
button.filter:hover {
  text-decoration: underline;
  background-color: inherit;
  border-width: 1px;
}

button.filter.active {
  background-color: #fff;
}

button.filter.active a {
  color: initial;
}

button.filter {
  background-color: transparent;
  border-color: #fff !important;
  border-width: 1px;
  margin: 0.5em 1em 0.5em 0;
  padding: 0;
}

button.show-more,
button.show-more:focus,
button.show-more:focus-within {
  background: transparent;
  border: none;
  color: #fff;
}

button.filter a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

p.filter-title {
  margin: 0;
  color: #fff;
  margin-right: 2rem;
}

/* Swiper nav styles */

.swiper-nav-wrapper .swiper-button-prev {
  left: 10px;
  right: auto;
  height: 20px;
  width: 15px;
}

.swiper-nav-wrapper .swiper-button-prev::after {
  content: "";
  background-image: url("https://4940960.fs1.hubspotusercontent-na1.net/hubfs/4940960/2022%20Assets/left-arrow.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 15px;
}

.swiper-nav-wrapper .swiper-button-next {
  left: auto;
  right: 10px;
  height: 20px;
  width: 15px;
}

.swiper-nav-wrapper .swiper-button-next::after {
  content: "";
  background-image: url("https://4940960.fs1.hubspotusercontent-na1.net/hubfs/4940960/2022%20Assets/right-arrow.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 15px;
}

/* Primary button */

@media screen and (max-width: 767px) {
  a.cta_button.custom_cta {
    display: flex;
    justify-content: center;
  }
}

a.cta_button.custom_cta.no-bg.white:hover {
  background-color: initial !important;
  text-decoration: none !important;
}

a.cta_button.custom_cta.no-bg.white {
  border: none !important;
}

a.cta_button.custom_cta.white:hover {
  background-color: transparent !important;
  color: #fff !important;
}

a.cta_button.custom_cta.aqua {
  background-color: #33ffff;
  border-color: #33ffff;
}

a.cta_button.custom_cta.white:hover {
  background-color: transparent !important;
  color: #fff !important;
}

a.cta_button.custom_cta.white {
  border-color: #fff;
  color: #000033;
}

a.cta_button.custom_cta.turquoise:hover {
  border-color: #fff !important;
}

a.cta_button.custom_cta.turquoise {
  background-color: #0099ff;
  border-color: #0099ff;
}

a.cta_button.custom_cta:hover {
  color: #0033cc !important;
  background-color: #fff !important;
}

a.cta_button.custom_cta {
  background-color: #0033cc;
  color: #fff;
  text-decoration: none;
  border: 2px solid #0033cc;
  padding: 10px 30px;
  transition: 0.2s ease-in-out;
}

button,
.button,
.hs-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  transition: color 0.2s ease-in-out;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

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

/* Button icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
form {
  position: relative;
}

/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

/* Form fields */

form select {
  background-image: url(https://4940960.fs1.hubspotusercontent-na1.net/hubfs/4940960/2022%20Assets/select-arrow.svg);
  background-position: calc(100% - 20px) 1em, calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-repeat: no-repeat;
  background-size: auto;
}

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

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 input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form .hs-submit {
  margin-top: 2em;
}

@media screen and (max-width: 400px) {
  form .legal-consent-container,
  form li.hs-form-booleancheckbox {
    width: 100%;
    padding-bottom: 2em;
  }

  form .hs-submit {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
  }

  form.hs-form.stacked {
    padding-bottom: 35px;
    width: 100%;
  }
}

/* Form fields - checkbox/radio */

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

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-top: 0.25rem;
  margin-right: 0.35rem;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - 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.8rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  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 !important; /* stylelint-disable-line declaration-no-important */
  width: 100%;
}

/* Captcha */

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

.icon {
  border-radius: 50%;
  display: inline-flex;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* 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;
  z-index: 2;
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  margin-bottom: 3em;
}

.blog-listing__heading h3 {
  margin: 0;
}

/* Article */

.blog-listing__post a:hover h3 {
  text-decoration: none;
  color: #0099ff;
}

.blog-listing__post a h3 {
  text-decoration: underline;
}

.blog-listing__post a:hover {
  text-decoration: none;
}

.blog-listing__post a {
  text-decoration: none;
}

.blog-listing__post-inner-wrapper {
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  height: 100%;
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .featured-blog .blog-listing__post-image {
    height: auto !important;
    min-height: 305px;
  }
}

/* Content */

.blog-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.7rem 0 0;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  align-items: center;
  display: flex;
  margin-bottom: 0.7rem;
}

.blog-listing__post-author-image {
  height: auto;
  margin-right: 0.7rem;
  width: 50px;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
    width: 100%;
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  margin-bottom: 1.4rem;
  max-width: 100%;
}

/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

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

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

/* prettier-ignore */
.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) {
  /* prettier-ignore */
  .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;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

.swiper-nav-wrapper {
  position: relative;
}

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

/* stylelint-disable declaration-no-important */
.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;
  }
}
/* stylelint-enable declaration-no-important */

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

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

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}
.fc-white{
  color: #fff !important;
}
.text-uppercase{
  text-transform: uppercase !important;
}
.text-decoration-none{
  text-decoration: none;
}
.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.w-100{
    width: 100%;
}
.fw-light{
  font-weight: 100 !important;
}
.fw-semi-bold{
  font-weight: 600 !important;
}

img{
  max-width: 100%;
}
.hs-inline-edit #hs-eu-cookie-confirmation{
  display: none !important;
}
/* = box shadows -------------------- */
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}


@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* Accordion */

.accordion {
  margin-bottom: 1.4rem;
  padding: 0;
  position: relative;
}

.accordion:not(:last-of-type) {
  border-bottom: 1px solid #231f20;
}

/* Accordion title and content */

.accordion__content {
  padding: 0 0 1rem 0;
}

.accordion__summary {
  cursor: pointer;
  list-style-type: none;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.card--dark .accordion__summary,
.card--dark .accordion__content,
.card--light .accordion__summary,
.card--light .accordion__content {
  padding: 2.1rem;
}

.accordion .accordion__content p {
  margin: 0;
}

/* Accordion icons */

.accordion__summary:before {
  margin-right: 1.4rem;
}

.accordion__summary:-webkit-details-marker {
  display: none;
}

/* Accordion icons - closed icon */

.accordion--caret .accordion__summary:after {
  content: "\25BC";
}

.accordion--plus .accordion__summary:after {
  content: "\002B";
}

/* Accordion icons - opened icons */

.accordion--caret[open] .accordion__summary:after {
  content: "\25B2";
}

.accordion--plus[open] .accordion__summary:after {
  content: "\2212";
}

/* Awards slider */

.awards-slider.swiper {
  overflow: visible;
}

.awards-slider.swiper h3 {
  margin-bottom: 1.5em;
}

.awards-slider .swiper-nav-wrapper {
  width: 140px;
  padding-bottom: 0;
}

.awards-slider .swiper-nav-wrapper .swiper-button-prev::after {
  background-image: url("https://4940960.fs1.hubspotusercontent-na1.net/hubfs/4940960/2022%20Assets/left-arrow-black.svg");
}

.awards-slider .swiper-nav-wrapper .swiper-button-next::after {
  background-image: url("https://4940960.fs1.hubspotusercontent-na1.net/hubfs/4940960/2022%20Assets/right-arrow-black.svg");
}

/* Blog CTA */

.blog-cta .left {
  width: 30%;
}

.blog-cta .right {
  width: 60%;
}

.blog-feed-wrapper {
  margin: 1em 0;
}

.blog-feed-wrapper .title-bar .blog-feed-title {
  padding-right: 2em;
}

/* Blog feed */

.title-bar {
  margin-bottom: 2rem;
}

.title-bar h3 {
  margin: 0 0 0.7rem;
}

.blog-listing.blog-feed .blog-listing__post {
  background-color: #fff;
}

.blog-listing__post .blog-listing__post-content {
  padding: 2em;
}

.blog-listing__post.large {
  width: 60%;
}

.blog-listing__post.large p.read-time {
  margin: 0 0 1.1rem;
}

.blog-listing__post.large img {
  height: 400px;
  object-fit: cover;
}

.blog-listing .secondary {
  width: 38%;
}

.blog-listing .secondary img {
  max-height: 170px;
  object-fit: cover;
  background-position: center;
}

.blog-feed-wrapper .blog-listing__post:not(.large) {
  min-height: 45%;
}

/* Blog filters */

.blog-filter.mob-select {
  display: none;
}

/* Blog listing */

.blog-listing-title {
  margin-bottom: 3rem;
}

/* Brochure download slider */

.brochure-download-slider {
  position: relative;
  padding-bottom: 13em;
}

.brochure-download-slider::before {
  background-color: #f1f2f4;
  display: block;
  position: absolute;
  content: "";
  width: calc(50% - 250px);
  height: 100%;
  top: 0;
  z-index: 1;
}

.brochure-download-slider::after {
  background-color: #f1f2f4;
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 270px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.brochure-download-slider .module-description {
  max-width: 870px;
  margin-bottom: 5em;
  padding-top: 6em;
  position: relative;
  z-index: 1;
}

.brochure-download-slider .brochure .img-wrap {
  width: 40%;
  height: 695px;
}

.brochure-download-slider .brochure .img-wrap img {
  width: 400px;
  height: auto;
}

.brochure-download-slider .brochure .content {
  width: 50%;
}

.brochure-download-slider .brochure .content a.button {
  margin-top: 2em;
}

.swiper-nav-wrapper {
  width: 300px;
  margin-left: 50%;
}

.brochure-download-slider .content-wrapper .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.brochure-download-slider
  .content-wrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0266fa;
}

.brochure-download-slider
  .content-wrapper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 8px;
  background: none;
  border: 1px solid #0266fa;
  opacity: 1;
}

/* Events listing */

.events-listing .events-filter {
  background-color: #000033;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 4em;
}

.events-listing .events-filter p {
  margin: 0;
}

.events-listing .events-filter .selects {
  width: 60%;
}

.events-listing .events-filter select:first-of-type {
  margin-right: 2%;
}

.events-listing .events-filter select {
  height: 45px;
  width: 47%;
  padding-left: 1.5rem;
}

.events-listing p.module-title {
  font-weight: 700;
  margin-bottom: 2em;
}

.events-listing .events {
  margin: 0 calc(-4% / 6);
}

.events-listing .event {
  width: 32%;
  margin: 0 calc(4% / 6);
  margin-bottom: 2.5em;
}

.events-listing .event.past .img-wrap {
  position: relative;
}

.events-listing .event.past .img-wrap::before {
  content: "Past event";
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  font-weight: 700;
}

.events-listing .event.past .img-wrap::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.65;
}

.events-listing .event img {
  height: 120px !important;
  object-fit: cover;
}

.events-listing .event .text {
  padding: 2.5em 2em;
}

.events-listing .event p.tag {
  font-size: 0.75rem;
}

/* Toggle box styling */

.events-listing .switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 20px;
  margin: 0 1rem;
}

.events-listing .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.events-listing .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.events-listing .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #000033;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.events-listing input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.events-listing input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.events-listing .slider.round {
  border-radius: 34px;
}

.events-listing .slider.round:before {
  border-radius: 50%;
}

.isotope-pager {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}

.isotope-pager a.active {
  font-weight: bold;
}

.isotope-pager a {
  margin: 0 0.4rem;
  text-decoration: none;
}

.isotope-pager a:hover,
.isotope-pager a:focus {
  color: initial;
}

/* Featured blog */

.featured-blog img {
  height: 510px;
  object-fit: cover;
  margin-bottom: 1.6rem;
}

.featured-blog h3.blog-listing__post-title {
  text-decoration: none;
}

/* Featured content */

.featured-content {
  position: relative;
  height: 100%;
}

.featured-content .bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.featured-content .content-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* Featured event */

.featured-event img {
  width: 100%;
  height: auto;
}

.featured-event .tag-bar {
  margin-top: 2em;
}

.featured-event p.tag {
  font-size: 0.75rem;
  font-weight: bold;
}

.featured-event p.small:last-of-type {
  margin: 0 0 1.8rem;
}

.featured-event p.small {
  font-size: 0.75rem;
  margin: 0 0 0.2rem;
}

/* Focus areas */

.focus-areas {
  position: relative;
  padding-bottom: 10em;
}

.focus-areas::before {
  display: block;
  content: "";
  min-width: 300px;
  width: calc(50% - 250px);
  height: 100%;
  position: absolute;
  z-index: -1;
}

.focus-areas h2 {
  margin-top: 2em;
}

.focus-areas .area {
  margin: 2em 0;
}

.focus-areas .area a {
  color: #0066ff;
}

.focus-areas .area .area-img {
  width: 35%;
}

.focus-areas .area .area-img .img-highlight {
  width: 24px;
}

.focus-areas .area .content {
  width: 60%;
}

.focus-areas .area .content .area-link a {
  text-decoration: none;
  margin-right: 1.2em;
  transition: 0.2s ease-in-out;
}

.focus-areas .area .content .area-link:hover a {
  text-decoration: underline;
  margin-right: 2.2em;
}

/* Form banner */

.form-banner {
  position: relative;
  padding: 200px 0 70px;
}

.form-banner .left {
  width: 31%;
}

.form-banner .right {
  width: 53%;
}

.form-banner .left h1 {
  margin-bottom: 1.5em;
  line-height: 1.2;
}

/* Full colour banner */

.full-colour-banner {
  position: relative;
}

.full-colour-banner .left {
  width: 40%;
}

.full-colour-banner .left h1 {
  color: #fff;
  margin-bottom: 1em;
  line-height: 1.2;
}

.full-colour-banner .left p {
  margin-bottom: 0;
}

.full-colour-banner .right h1 {
  color: #fff;
  margin-bottom: 1em;
  line-height: 1.2;
}

.full-colour-banner .right.image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
  height: 140%;
}

.full-colour-banner .right.image img {
  width: auto;
}

.full-colour-banner .right.icons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
}

.full-colour-banner .right.icons .row:not(:last-of-type) {
  margin-bottom: 2em;
}

.full-colour-banner .right.icons .icon-wrap {
  position: relative;
}

.full-colour-banner .right.icons .icon-wrap img {
  position: absolute;
  right: 50%;
  bottom: 56%;
  transform: translate(50%, 50%);
}

.full-colour-banner .right.icons .content {
  border-left: 2px solid #00fffe;
  margin-left: 20px;
  padding-left: 20px;
}

.full-colour-banner .right.icons .content h3,
.full-colour-banner .right.icons .content p {
  color: #33ffff;
  margin: 0;
}

/* Hero banner */

.hero-banner {
  position: relative;
  padding: 2em 0;
}

.hero-banner .bg-layer {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: -1;
}

.hero-banner .bg-layer .bg-1 {
  position: relative;
  width: 50%;
}

.hero-banner .text-content {
  max-width: 50%;
  padding-right: 50px;
}

.hero-banner .bg-layer .bg-2::after {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  opacity: 0.4;
}

/* Icon box */

.icon-box img.icon-image {
  max-width: 78px !important;
  margin-right: 3em;
}

.icon-box .container {
  position: relative;
  margin-right: 3em;
}

.icon-box .container img {
  max-width: 55px;
  position: absolute;
  right: 50%;
  bottom: 54%;
  transform: translate(50%, 50%);
}

.icon-box .content p {
  margin: 0;
}

/* Knowledge Center Filters */

.knowledge-center-filters .mobile {
  display: none;
}

/* Knowledge center listing */

.knowledge-center-listing .module-title-bar {
  margin-bottom: 3em;
}

.knowledge-center-listing h4 {
  margin-bottom: 0;
}

.knowledge-center-listing .assets {
  overflow: visible;
}

.knowledge-center-listing .asset .img-wrap {
  padding: 5% 0;
}

.knowledge-center-listing .asset .img-wrap img {
  width: 100%;
  height: auto;
}

.knowledge-center-listing .asset .text {
  background-color: #f1f2f4;
  padding: 2rem 2rem;
}

.knowledge-center-listing .asset .text a.tag:hover {
  text-decoration: underline;
}

.knowledge-center-listing .asset .text a.tag {
  font-size: 0.75rem;
  text-decoration: none;
  margin-right: 0.7rem;
}

.knowledge-center-listing .asset .text h3 {
  margin-top: 1rem;
}

.knowledge-center-listing .asset .text p.description {
  font-size: 0.875rem;
}

/* Newsletter signup banner */

.newsletter-signup-banner {
  position: relative;
  padding-bottom: 60px;
}

.newsletter-signup-banner h3,
.newsletter-signup-banner p {
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
}

.newsletter-signup-banner h3 {
  margin-bottom: 1.2em;
}

.newsletter-signup-banner p {
  margin-bottom: 1.5em;
}

.newsletter-signup-banner form {
  display: flex;
  justify-content: space-between;
  position: static;
}

.newsletter-signup-banner form input[type="text"],
.newsletter-signup-banner form input[type="email"],
.newsletter-signup-banner form input[type="password"],
.newsletter-signup-banner form input[type="tel"],
.newsletter-signup-banner form input[type="number"],
.newsletter-signup-banner form input[type="search"],
.newsletter-signup-banner form select,
.newsletter-signup-banner form textarea {
  border: none;
  background-color: #fff;
  color: #000033;
}

.newsletter-signup-banner form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000033;
  opacity: 1; /* Firefox */
}

.newsletter-signup-banner form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000033;
}

.newsletter-signup-banner form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000033;
}

.newsletter-signup-banner form > * {
  width: 32%;
}

.newsletter-signup-banner form .hs-submit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 225px;
}

.newsletter-signup-banner form .hs-submit input {
  background-color: #000033;
  border: 1px solid #000033;
}

.newsletter-signup-banner form .hs-submit input:hover {
  background-color: #fff;
  color: #000033;
}

/* Page banner */

.page-banner {
  padding: 220px 0 80px;
  position: relative;
}

.page-banner::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.page-banner .left {
  width: 50%;
}

.page-banner .left h1 {
  margin-bottom: 2em;
}

.page-banner .left .description {
  max-width: 465px;
}

.page-banner .right {
  position: absolute;
  right: 0;
  bottom: -100px;
  max-width: 47%;
}

/* Pillar page banner */

.pillar-page-banner {
  padding: 25em 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pillar-page-banner::after {
  background-color: #0033cc;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  opacity: 0.3;
}

.pillar-page-banner h1 {
  color: #fff;
  max-width: 820px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Tabbed content */

.tabbed-content .tab-selectors {
  width: 25%;
}

.tabbed-content .tab-selectors-mob {
  display: none;
}

.tabbed-content .tab-selectors .tab-selector h4 {
  margin: 0 1em 0 0;
  padding: 1.1em 1em 1.1em 1.6em;
}

.tabbed-content .tab-selectors .tab-selector.active {
  position: relative;
}

.tabbed-content .tab-selectors .tab-selector:not(:last-of-type) {
  border-bottom: 1px solid #f1f2f4;
}

.tabbed-content .tab-selectors .tab-selector.active::before {
  content: "";
  display: block;
  height: 100%;
  width: 1em;
  position: absolute;
  left: 0;
}

.tabbed-content .tab-selectors .tab-selector {
  cursor: pointer;
}

.tabbed-content .tabs {
  width: 75%;
}

.tabbed-content .tabs .tab:not(.hidden) {
  display: flex;
  padding: 3.5em;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.tabbed-content .tabs .tab.active .text .top,
.tabbed-content .tabs .tab.active .icon-wrap {
  opacity: 1;
}

.tabbed-content .tabs .tab .text .top,
.tabbed-content .tabs .tab .icon-wrap {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.tabbed-content .tabs .tab img.tab-image {
  max-width: 121px !important;
}

.tabbed-content .tabs .tab .text .bottom {
  margin-top: 2em;
}

.tabbed-content .tabs .tab .text {
  max-width: 500px;
  padding-right: 2em;
}

.tabbed-content .tabs .tab a {
  transition: 0.3s ease-in-out;
}

.tabbed-content .tabs .tab a.tab-link:hover {
  padding-left: 1em;
}

.tabbed-content .tabs .tab .icon-wrap {
  position: relative;
}

.tabbed-content .tabs .tab .icon-wrap img {
  position: absolute;
  top: auto;
  bottom: 53%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 60%;
}

/* Team */

.team-wrapper .isotope-pager a {
  color: #fff;
}

.team-filters {
  margin-bottom: 3em;
}

.team {
  width: 100%;
  justify-content: center;
}

.team .team-member {
  margin: 0 5px 1.5em;
  width: calc(25% - 10px);
}

.team .team-member a {
  text-decoration: none;
}

.team .team-member:hover a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #fff;
}

.team .team-member:hover img {
  filter: grayscale(100%);
}

.team .team-member img {
  margin-bottom: 1.4em;
  transition: 0.3s ease-in-out;
  max-height: 167px;
  object-fit: cover;
}

.team .team-member h3,
.team .team-member p {
  color: #fff;
}

/* Testimonial slider */

.testimonial-slider .title-bar {
  margin-bottom: 5em;
}

.testimonial-slider .title-bar .title {
  max-width: 70%;
}

.testimonial-slider .testimonial {
  background: #fff;
  padding: 4em 3em;
}

.testimonial-slider .testimonial h2 {
  margin-bottom: 2em;
}

.testimonial-slider .testimonial p {
  margin-bottom: 0;
}

.testimonial-slider .swiper-nav-wrapper {
  padding-bottom: 0;
  width: 140px;
  margin-left: 0;
}

/* Testimonial */

.testimonial {
  position: relative;
}

.testimonial img {
  width: 70%;
}

.testimonial .quote-box {
  width: 617px;
  max-width: 50%;
  position: absolute;
  right: 0;
  bottom: -4em;
  padding: 4em 3.5em;
  z-index: 2;
}

.testimonial .quote-box h2,
.testimonial .quote-box p {
  color: #fff;
}

.testimonial .quote-box h2 {
  margin-bottom: 3em;
}

.testimonial .quote-box p {
  margin: 0;
}

.testimonial .quote-box .quote-bottom img {
  max-width: 150px !important;
}

/* Three column repeater desktop */

.three-column-repeater .column {
  width: 32.5%;
}

.three-column-repeater .column img {
  margin-bottom: 1em;
  height: 241px !important;
  object-fit: cover;
}

.three-column-repeater .column a {
  text-decoration: none;
  color: #0033cc;
}

.three-column-repeater .column a svg {
  margin-left: 0.5rem;
  transition: 0.2s ease-in-out;
}

.three-column-repeater .column a:hover {
  text-decoration: underline;
}

.three-column-repeater .column a:hover svg {
  margin-left: 1rem;
}

/* Video */

.video-wrapper {
  position: relative;
  cursor: pointer;
}

.video-wrapper:hover svg {
  transform: scale(1.5);
  right: 48%;
  bottom: 47%;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
}

.video-wrapper.paused svg {
  opacity: 1;
}

.video-wrapper svg {
  position: absolute;
  display: block;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translate(50%, 50%);
}

@media screen and (min-width: 768px) {
  /* Knowledge center listing desktop */

  .knowledge-center-listing .assets {
    height: 100%;
  }

  .knowledge-center-listing .swiper-wrapper .asset {
    margin-right: 10px;
  }

  .knowledge-center-listing .swiper-wrapper .asset {
    width: calc((100% / 3) - 10px) !important;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  /* Blog feed tablet */

  .blog-listing.blog-feed .secondary .blog-listing__post .tags {
    flex-direction: column;
  }

  /* Event listing tablet */

  .events-listing .event {
    margin: 0 1% 1.5em;
    width: 48%;
  }

  /* Hero banner tablet */

  .hero-banner .text-content {
    max-width: 65%;
  }

  .hero-banner .text-content h1 {
    font-size: 3.5rem;
  }

  .hero-banner .bg-layer .bg-1 {
    position: relative;
    width: 65%;
  }

  .hero-banner .bg-layer .bg-2 {
    position: relative;
    width: 35% !important;
  }

  .hero-banner .bg-layer .bg-2:after {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  /* Form banner tablet */

  .form-banner .content-wrapper {
    flex-direction: column;
  }

  .form-banner {
    padding: 200px 0 0;
  }

  .form-banner::after {
    display: none !important;
  }

  .form-banner .left,
  .form-banner .right {
    width: 100%;
  }

  .form-banner .left {
    margin-bottom: 3.5em;
  }

  .form-banner .right {
    position: relative;
    padding: 40px 0 70px;
  }

  /* Page banner tablet */

  .page-banner .left {
    padding-right: 1em;
  }

  .page-banner .left h1 {
    font-size: 2.6rem;
  }

  /* Team tablet */

  .team .team-member {
    width: calc(33.33333% - 10px);
  }

  /* Testimomial slider tablet */

  .testimonial {
    display: flex;
    flex-direction: column;
  }

  .testimonial img,
  .testimonial .quote-box {
    width: 100%;
  }

  .testimonial .quote-box {
    position: static;
    padding: 2.5em 30px;
    width: 100%;
    max-width: none;
  }

  .testimonial .quote-box h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5em;
  }

  .testimonial .quote-box .quote-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial .quote-box .quote-bottom p {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {
  /* Accordion mob */

  .accordion {
    padding: 0 0 35px;
  }

  .accordion--plus .accordion__summary:after,
  .accordion--caret .accordion__summary:after {
    position: absolute;
    bottom: 0;
    left: -10px;
    padding: 10px;
  }

  .accordion__summary h3 {
    margin: 0 0 5px;
  }

  .accordion__summary {
    padding: 0;
  }

  .accordion__content {
    padding: 0;
  }

  .accordion__content p {
    margin: 0;
  }

  /* Blog CTA mob */

  .blog-cta {
    flex-direction: column;
  }

  .blog-cta .left,
  .blog-cta .right {
    width: 100%;
  }

  /* Blog feed mob */

  .blog-feed-wrapper {
    position: relative;
    padding-bottom: 3rem;
  }

  .blog-listing__post.large,
  .blog-listing .secondary {
    width: 100%;
  }

  .blog-feed-wrapper .blog-listing__post:not(.large) {
    min-height: auto;
  }

  .blog-listing__post {
    margin-bottom: 2rem;
  }

  .blog-listing .secondary img,
  .blog-listing__post.large img {
    height: 137px;
  }

  .title-bar a {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }

  /* Blog filters mob */

  .blog-filter.filters-desktop {
    display: none;
  }

  .blog-filter.mob-select {
    display: flex;
    position: relative;
  }

  .blog-filter.mob-select select {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-left: none;
    border-right: none;
    border-color: #fff;
    padding: 16px 0;
  }

  .blog-filter.mob-select svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  /* Brochure download slider mob */

  .brochure-download-slider {
    padding-bottom: 0;
  }

  .brochure-download-slider .brochure {
    flex-direction: column;
  }

  .brochure-download-slider .brochure .img-wrap,
  .brochure-download-slider .brochure .content {
    width: 100%;
  }

  .brochure-download-slider .brochure .img-wrap {
    height: auto;
    padding: 70px 0;
    margin-bottom: 3em;
  }

  .brochure-download-slider::before,
  .brochure-download-slider::after {
    display: none;
  }

  .swiper-nav-wrapper {
    padding-bottom: 8em;
    width: 100%;
    margin-left: 0;
  }

  .brochure-download-slider .content-wrapper .swiper-pagination {
    bottom: 50%;
  }

  .brochure-download-slider .brochure .content a.button {
    display: flex;
    justify-content: center;
  }

  /* Events listing mob */

  .events-listing {
    margin: 0;
  }

  .events-listing .event {
    margin-bottom: 1em;
    width: 100%;
    margin: 0 0 1.5em 0;
  }

  .events-listing .events-filter {
    padding: 30px 0;
  }

  .events-listing .events-filter .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .events-listing .events-filter .content-wrapper p {
    margin-bottom: 1.2em;
  }

  .events-listing .events-filter .content-wrapper .selects {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .events-listing .events-filter .content-wrapper .selects select {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .events-listing .events-filter .content-wrapper .checkbox {
    margin: 12px auto 0;
  }

  /* Featured content mob */

  .featured-content {
    padding: 5em 0 4em !important;
  }

  .featured-content .content-wrapper {
    flex-direction: column;
  }

  /* Focus areas mob */

  .focus-areas {
    padding-bottom: 4em;
  }

  .focus-areas .area {
    flex-direction: column;
  }

  .focus-areas .area .area-img,
  .focus-areas .area .area-img .img-wrap,
  .focus-areas .area .area-img .img-wrap img,
  .focus-areas .area .content {
    width: 100%;
  }

  .focus-areas .area .area-img {
    margin-bottom: 2.3em;
  }

  .focus-areas::before {
    width: 100%;
    height: 244px;
  }

  /* Full colour banner mob */

  .full-colour-banner .content-wrapper {
    flex-direction: column;
  }

  .full-colour-banner .left {
    width: 100%;
    margin-bottom: 4.5em;
  }

  .full-colour-banner .right.image {
    position: static;
    max-width: none;
  }

  .full-colour-banner .right.image,
  .full-colour-banner .right.image img {
    width: calc(100% + 20px);
  }

  .full-colour-banner .right.image img {
    margin-bottom: -100px;
  }

  .full-colour-banner .right.icons {
    margin-top: 3em;
    width: 100%;
  }

  .full-colour-banner .right.icons .icon-wrap {
    display: none;
  }

  .full-colour-banner .right.icons .content {
    border-left: 2px solid #00fffe;
    margin-left: 0;
    padding-left: 20px;
  }

  .full-colour-banner .right.icons .row:not(:last-of-type) {
    margin-bottom: 3.5em;
  }

  /* Icon box */

  .icon-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .icon-box img.icon-image {
    max-width: 46px !important;
    margin-bottom: 1em;
  }

  .icon-box .container {
    margin-bottom: 1em;
  }

  .icon-box .container svg {
    width: 46px;
    height: 53px;
  }

  .icon-box .container img {
    width: 50%;
    bottom: 55%;
  }

  /* Knowledge center filters mob */

  .knowledge-center-filters .desktop {
    display: none;
  }

  .knowledge-center-filters .mobile {
    display: block;
    width: 100%;
    position: relative;
  }

  .knowledge-center-filters .mobile select {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-left: none;
    border-right: none;
    border-color: #fff;
    padding: 16px 0;
  }

  .knowledge-center-filters .mobile svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  /* Knowledge center listing */

  .knowledge-center-listing .swiper {
    overflow: visible;
  }

  .knowledge-center-listing {
    position: relative;
    padding-bottom: 60px;
  }

  .knowledge-center-listing .module-title-bar a {
    position: absolute;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
  }

  /* Newsletter signup banner mob */

  .newsletter-signup-banner form {
    flex-direction: column;
  }

  .newsletter-signup-banner form > * {
    width: 100%;
    margin-bottom: 0;
  }

  .newsletter-signup-banner form .hs-submit {
    width: 100%;
  }

  /* Page banner mob */

  .page-banner {
    padding: 160px 0 50px;
    position: relative;
  }

  .page-banner .left {
    padding-bottom: 2em;
  }

  .page-banner .left h1 {
    margin-bottom: 1em;
  }

  .page-banner .left,
  .page-banner .left .description {
    width: 100%;
    max-width: none;
  }

  .page-banner .left .description h2 {
    font-size: 1.25rem;
  }

  .page-banner::after {
    position: static;
    margin-top: 2em;
    margin-left: auto;
    width: 340px;
    height: 285px;
    top: auto;
    bottom: 50px;
    max-width: calc(100% - 17px);
  }

  .page-banner .right {
    bottom: 0;
    max-width: 70%;
  }

  .page-banner .right img {
    max-height: 300px;
    width: auto;
  }

  /* Pillar page banner mob */

  .pillar-page-banner {
    padding: 20em 0;
  }

  /* Tabbed content mob */

  .tabbed-content .tab-selectors {
    display: none;
  }

  .tabbed-content .tabs {
    width: 100%;
  }

  .tabbed-content .tabs .tab {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .tabbed-content .tabs .tab .text {
    max-width: none;
    padding: 0;
  }

  .tabbed-content .tabs .tab .icon-wrap {
    margin-bottom: 1.5rem;
  }

  .tabbed-content {
    flex-direction: column;
  }

  .tabbed-content .tab-selectors-mob {
    display: block;
    position: relative;
  }

  .tabbed-content .tab-selectors-mob select {
    width: 100%;
    padding: 1.2em 30px 1.2em 1.2em;
    margin-bottom: 2em;
    border-color: #f1f2f4;
  }

  .tabbed-content .tab-selectors-mob svg {
    position: absolute;
    right: 10px;
    top: 1.2rem;
  }

  /* Team mobile */

  .team {
    grid-template-columns: 1fr;
  }

  .team .team-member {
    width: calc(50% - 10px);
  }

  .team .team-member img {
    width: 100%;
  }

  /* Testimonial slider mob */

  .testimonial-slider.swiper {
    padding-bottom: 70px;
  }

  .testimonial-slider .title-bar .title {
    max-width: none;
  }

  .testimonial-slider .swiper-nav-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  /* Three column repeater mob */

  .three-column-repeater {
    flex-direction: column;
  }

  .three-column-repeater .column {
    margin-bottom: 3em;
  }

  .three-column-repeater .column,
  .three-column-repeater .column img {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  /* Team mobile small */

  .team .team-member {
    margin: 0 0 1.5em;
    width: 100%;
  }
}