/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

ul {
  list-style: none;
}
  
/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */


:root {
  --column-gap: 2.3121387282%;
  --column-width-multiplier: 8.333333;
}


.layout__row_fluid-wrapper {
  padding: 0 24px; 
}

.dnd-section {
  overflow-x: hidden;
  width: 100%;
  padding: 0 24px !important;
  /* margin-bottom: 48px; */
  position: relative;
}

.dnd-section:last-child {
  margin-bottom: 0px
}

.row-fluid {
  gap: 2.3121387282%;
  align-items: start;
}

.layout__row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .layout__row_fluid-wrapper {
    width: 100%;
    padding: 0 24px; 
  }
  
  .dnd-section {
    width: 100%;
    padding: 0 24px; 
    /* margin-bottom: 64px; */
  }

  .dnd-section:last-child {
    margin-bottom: 0px
  }
  
  .dnd-section > .row-fluid {
    max-width: 1384px;
    margin: 0 auto; 
    display: flex;
  }

  .layout__row_fluid-content_area {
    max-width: 1384px;
    margin: 0 auto; 
  }

  .layout__row_fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span12 {
      width: calc(var(--column-width-multiplier) * 1% * 12 - var(--column-gap) * (0 * var(--column-width-multiplier) / 100));
    }
  
}
  
/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
.button-wrapper {
  position: relative;
  z-index: 1;
}

button,
.button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-align: center;
  white-space: normal;

  text-decoration: none;
  border-radius: 200px;
}

button.type-primary,
.button.type-primary {
  color: var(--button-color-primary);
  background-color: var(--button-bgcolor-primary);
  border: 1px solid var(--button-bgcolor-primary);
  transition: all 0.4s cubic-bezier(0.13, 0.41, 0.48, 1.15);
}
button.type-primary:hover,
.button.type-primary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--button-bgcolor-primary);
  transition: all 0.4s cubic-bezier(0.13, 0.41, 0.48, 1.15);
}

.button.type-primary.has-hover-text .button-text-wrapper {
  position: relative;
  transition: all 0.4s cubic-bezier(0.13, 0.41, 0.48, 1.15);
}
.button.type-primary.has-hover-text:hover .button-text-wrapper {
  color: rgba(0, 0, 0, 0);
  transform: translate(0, -100%);
}

.button-wrapper .button-hover-text {
  position: absolute;
  transform: translate(-50%, 100%);
  transition: all 0.4s cubic-bezier(0.13, 0.41, 0.48, 1.15);
  color: rgba(0, 0, 0, 0);
  left: 50%;
}

.button-wrapper:hover .button-hover-text {
  transform: translate(-50%, 0);
}

.button-wrapper:hover .button.type-primary .button-hover-text {
  color: var(--button-bgcolor-primary);
}

button.type-secondary,
.button.type-secondary {
  color: var(--button-color-secondary);
  background-color: var(--button-bgcolor-secondary);
  border: 1px solid var(--button-color-secondary);
}

button.type-tertiary,
.button.type-tertiary {
  color: var(--button-color-secondary);
}

button.size-sm,
.button.size-sm {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.5rem 1rem;
}

button.size-sm.icon-only,
.button.size-sm.icon-only {
  padding: 0.5rem;
}

button.size-sm i,
.button.size-sm i {
  font-size: 1rem;
}

button.size-md,
.button.size-md {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
  padding: 0.65rem 1.8rem;
}

button.size-md.icon-only,
.button.size-md.icon-only {
  padding: 0.65rem;
}

button.size-md i,
.button.size-md i {
  font-size: 1rem;
}

button.size-lg,
.button.size-lg {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 1.1rem 3rem;
  font-weight: bold;
}

button.size-lg.icon-only,
.button.size-lg.icon-only {
  padding: 1.1rem;
}

button.size-lg i,
.button.size-lg i {
  font-size: 1.25rem;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button.full-width,
.button.full-width {
  width: 100%;
  justify-content: center;
}

/* 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;
}
.checkbox-symbol {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

.checkbox-container {
  box-sizing: border-box;
  background: #ffffff;
  color: #222;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.checkbox-container * {
  box-sizing: border-box;
}

.checkbox-input {
  position: absolute;
  visibility: hidden;
}

.checkbox {
  user-select: none;
  cursor: pointer;
  padding: 6px 8px 6px 0;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.checkbox:not(:last-child) {
  margin-right: 6px;
}

.checkbox span {
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox span:last-child {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.3s ease;
}

.checkbox span:last-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transform: translate3d(0, 0, 0);
}

.checkbox span:first-child {
  /* padding-left: 8px; */
  line-height: 18px;
}

.checkbox:hover span:last-child {
  border-color: var(--color-black-3);
}

.checkbox-input:checked + .checkbox span:last-child {
  background: var(--color-black-3);
  border-color: var(--color-black-3);
  animation: zoom-in-out 0.3s ease;
}

.checkbox-input:checked + .checkbox span:last-child svg {
  stroke-dashoffset: 0;
}

@keyframes zoom-in-out {
  50% {
    transform: scale(0.9);
  }
}
.divider {
  height: 1px;
  background-color: #e5e5e5;
}

hr {
  width: 100% !important;
  border-bottom-color: #e5e5e5 !important;
}

.divider_module.vertical {
  // prettier-ignore
  width: px;
  height: 100%;
}

.divider_module.horizontal {
  width: 100%;
  // prettier-ignore
  height: px;
}
#modal {
  display: none; /* Hide the modal by default */
  position: fixed; /* Position it on top of the content */
  z-index: 10; /* Make sure it stays on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black background with transparency */
}

#modal.open {
  display: block;
}

.modal__content_container {
  position: relative;
  background-color: #fefefe;
  margin: 10% auto; /* 10% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* 80% width */
  padding-top: 56px;
}

#modal__content {
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 15px;
  color: #aaa;
  /* float: right; */
  font-size: 28px;
  font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.tag {
  font-size: 0.875rem;
  padding: 8px 8px;
  border-radius: 5px;
  display: inline-block;
}

.tag_list {
  display: flex;
  gap: 8px;
}
/* CODE FROM: https://www.w3schools.com/howto/howto_css_switch.asp */
/* The toggle - the box around the slider */
.toggle {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}

/* Hide default HTML checkbox */
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
  
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
footer {
  padding-top: 120px;
  padding-bottom: 24px;
}

.footer__inner_wrapper {
  max-width: 1384px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 24px;
}

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

.footer__categories {
  display: flex;
  gap: 64px;
}

li.footer__category_li {
  margin-top: 8px;
}

.footer__category_link {
  color: inherit;
}

h4.footer__category_name {
  font-family: var(--primary-font-family);
  font-weight: bold;
  font-size: 1rem;
}

.footer__company_details__logo {
  margin-top: 4px;
  margin-bottom: 8px;
}

.footer__company_details {
  /* flex-grow: 1; */
}

.footer__company_details a {
  color: inherit;
}

.footer__company_details__links {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

ul.footer__bottom_links {
  display: flex;
  margin-top: 100px;
}

ul.footer__bottom_links a {
  color: inherit;
}

@media (max-width: 1048px) {
  .footer__categories {
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 540px;
    width: 100%;
    gap: unset;
    row-gap: 40px;
  }
}

@media (max-width: 730px) {
  .footer__top_wrapper {
    flex-direction: column;
    gap: 80px;
  }
  ul.footer__bottom_links {
    margin-top: 80px;
  }
}
.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;
}

header#header-desktop__simple {
  display: block;
  position: fixed;
  z-index: 3;
  background-color: white;
  top: 0;
  width: 100%;
}

#header-desktop__content_offset__simple {
  height: 80px;
}

header#header-desktop {
  display: none;
  background: blue;
}

.header__utils-bar-wrapper {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__language_selector {
  font-size: 0.875rem;
}

.header__language_selector--other-language {
  color: var(--color-black-4);
}

.header__language_selector--current-language {
  color: var(--color-digital-blue-1);
  font-weight: bold;
}

.header-desktop__top-button-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-desktop__top-button-contact-wrapper .button {
  /* border: 1px solid black; */
  padding-right: 10px;
  padding-left: 30px;
}

.header__divider {
  height: 1px;
  background-color: #efefef;
}

.header__content-wrapper__simple {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; /* used by menu hover card */
}

.header__content-wrapper {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; /* used by menu hover card */
}

.header__navigation--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 126.66px;
}
@media (min-width: 768px) {
  header#header-desktop {
    display: block;
    position: fixed;
    z-index: 3;
    background-color: white;
    top: 0;
    width: 100%;
    transition: transform 0.4s ease-in-out;
  }

  header#header-desktop.header-top-hidden {
    transform: translateY(-57px);
  }

  #header-desktop__content_offset {
    height: 140px;
  }

  .header__mobile {
    display: none;
  }
}

#header__mobile {
  display: none;
}

#header__mobile_content_offset {
  display: none;
}

@media (max-width: 768px) {
  #header__mobile {
    display: block;
  }

  #header_mobile__menu {
    display: none;
  }

  #header_mobile__menu.open {
    display: block;
    background: white;
    height: calc(100vh - var(--mobile-header-height));
    overflow-y: auto;
  }

  #header__mobile_content_offset {
    display: block;
  }
  #header__mobile_content_offset {
    height: var(--mobile-header-height);
  }
  #header__mobile {
    position: fixed;
    z-index: 3;
    background-color: white;
    top: 0;
    width: 100%;
  }

  #header__mobile-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 0;
  }

  #header-mobile-menu-button {
    border: none;
    background: none;
  }

  /** Mobile menu button */
  #header-mobile-menu-button {
    position: relative;
    height: 24px;
    padding: 16px 0 16px 16px;
    width: 24px;
    cursor: pointer;
    border-radius: 0px;
  }

  #header-mobile-menu-button::before,
  #header-mobile-menu-button::after {
    background: black;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    transition: top ease 0.2s 0.2s, transform ease 0.2s;
    width: 24px;
    border-radius: 2px;
  }

  #header-mobile-menu-button::before {
    top: calc(50% + -3px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  #header-mobile-menu-button::after {
    top: calc(50% + 3px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }

  #header-mobile-menu-button.open::before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }

  #header-mobile-menu-button.open::after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }

  #header-mobile-menu-button.open::before,
  #header-mobile-menu-button.open::after {
    top: 50%;
    transition: top ease 0.2s, transform ease 0.2s 0.2s;
  }

  #header_mobile__cta_button_wrapper {
    display: none;
  }
  #header_mobile__cta_button_wrapper.open {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: -10px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.blog_post__author_grid {
  display: grid;
  grid-template-columns: 1fr 680px 1fr;
  position: absolute;
  width: 100%;
  justify-items: center;
  z-index: -1;
}

.blog_post__author_wrapper {
  display: flex;
  flex-direction: column;
  width: 200px;
}

.blog_post__author_wrapper > img {
  margin-bottom: 20px;
}

.blog_post__author_name {
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.blog_post__author_by {
  color: var(--color-black-6);
}

.blog_post__minute_read {
  color: var(--color-black-6);
  font-size: 0.875rem;
}

.blog_post__author_mobile {
  display: none;
}

.blog_post_content_area {
  /* used by other modules */
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}

#hs_cos_wrapper_post_body {
  color: #323333;
}

#hs_cos_wrapper_post_body > * {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}

#hs_cos_wrapper_post_body > h2::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  top: -40px;
  background-color: #e5e5e5;
}

#hs_cos_wrapper_post_body > h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 88px;
  margin-bottom: 16px;
}

#hs_cos_wrapper_post_body > h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

#hs_cos_wrapper_post_body > .divider {
  padding: 0;
}

#hs_cos_wrapper_post_body > * img {
  max-width: 100%;
  height: auto;
  margin-top: 56px;
  margin-bottom: 56px;
}

#hs_cos_wrapper_post_body > * a {
  color: #000;
  text-decoration: underline;
}

#hs_cos_wrapper_post_body>*.hs_cos_wrapper_type_module: (.widget-type-form) {
  max-width: 1384px;
  margin: 0 auto;
  display: flex;
  gap: 2.3121387282%;
}
/* #hs_cos_wrapper_post_body > *.hs_cos_wrapper_type_module.widget-type-form {
  max-width: 100%;
} */

#hs_cos_wrapper_post_body > * {
  font-size: 18px; /* set the default size that can be overridden in hs */
  line-height: 1.5; /* set the default size that can be overridden in hs */
}

#hs_cos_wrapper_post_body > ul {
  list-style-type: disc;
  padding-left: 20px;
  list-style-position: outside;
}

#hs_cos_wrapper_post_body > ol {
  list-style-position: outside;
}

@media (max-width: 1200px) {
  .blog_post__author_grid {
    display: none;
  }

  .blog_post__author_mobile {
    width: 100%;
    display: inherit;
    text-align: center;
    position: absolute;
    margin-top: -30px;
  }

  .blog-post__body {
    padding-top: 40px;
  }
}
/* .webinar_blog_body #hs_cos_wrapper_post_body > * {
  max-width: 1080px;
} */
.fourohfour_page__content {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 240px;
}

.fourohfour_page__description {
  max-width: 900px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}
.widget-type-rich_text ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.widget-type-rich_text ol {
  list-style-position: outside;
  padding-left: 20px;
}
.page__integrations__main_wrapper {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 680px;
  /* padding: 0 24px * /; */
}
form > * {
  margin-bottom: 16px;
}
form .hs-input {
  padding: 12px 8px;
  font-size: 1.125rem;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #888;
}

form .hs-input[type='checkbox'] {
  width: auto;
  margin-top: 3px;
}

form .hs-button[type='submit'] {
  padding: 12px 24px;
  font-size: 1rem;
  background-color: black;
  border-radius: 100px;
  color: white;
  border: none;
}

.hs-form .hs-submit {
}

.hs-form > fieldset {
  margin-bottom: 16px !important;
  max-width: none !important;
}

.hs-form > fieldset:last-child {
  margin-bottom: 0 !important;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/* This is css overrides for the in built component from hubspot */

#productcertifcationcheatsheet {
  border: none !important;
  border-spacing: 0px !important;
  display: inline-flex !important;
  overflow-x: auto !important;
  border-spacing: 0px !important;
}

#productcertifcationcheatsheet th button img {
  display: none !important;
}

#productcertifcationcheatsheet th {
  border: none !important;
}
#productcertifcationcheatsheet td {
  border: none !important;
  border-right: 1px solid #e5e5e5 !important;
  border-top: 1px solid #e5e5e5 !important;
}
#productcertifcationcheatsheet th:last-child,
#productcertifcationcheatsheet td:last-child {
  border-right: 0;
}

#productcertifcationcheatsheet tr td:first-child {
  min-width: 142px;
}

#productcertifcationcheatsheet th:hover {
  background-color: #dee3e3 !important;
}

#productcertifcationcheatsheet th button:hover {
  cursor: auto !important;
}

#productcertifcationcheatsheet tr:hover {
  background-color: inherit !important;
}

#productcertifcationcheatsheet tr {
  background-color: inherit !important;
}
  
@font-face {
  font-family: 'Aeonik';
  src: url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-Light.woff2') format('woff2'),
       url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-RegularItalic.woff2')
      format('woff2'),
    url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-RegularItalic.woff')
      format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-Regular.woff2')
      format('woff2'),
    url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-Regular.woff')
      format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-Bold.woff2')
      format('woff2'),
    url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-Bold.woff')
      format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-BoldItalic.woff2')
      format('woff2'),
    url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/aeonic/Aeonik-BoldItalic.woff')
      format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gazpacho';
  src: url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/gazpacho/Gazpacho-Regular.woff')
    format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gazpacho';
  src: url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/gazpacho/Gazpacho-Medium.woff')
    format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gazpacho';
  src: url('https://6571383.fs1.hubspotusercontent-na1.net/hubfs/6571383/raw_assets/public/delogue-theme/fonts/gazpacho/Gazpacho-Bold.woff')
    format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*------------------------
	ADD ICONS BELOW :)
-------------------------*/

.ph-user-light::before {
  content: '\f202';
}

.ph-user::before {
  content: '\f613';
}

.ph-magnifying-glass::before {
  content: '\f4a8';
}

.ph-users::before {
  content: '\f620';
}

.ph-package::before {
  content: '\f4fa';
}

.body-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
  
.grey-highlight {
  color: #999999;
}

.hs_cos_wrapper_type_inline_rich_text ul {
    list-style: disc;
    padding-left: 20px;
  list-style-position: outside;
}

form[data-portal-id="6571383"] {

}

form[data-portal-id="6571383"] > fieldset {
  margin: 0 auto;

}

form[data-portal-id="6571383"] > fieldset div.input {
  margin-right: 0;
}

form[data-portal-id="6571383"] > fieldset div.input .hs-input {
    width: 100%;
}
form[data-portal-id="6571383"] > fieldset div.input .hs-input[type="checkbox"] {
    width: auto;
}


form[data-portal-id="6571383"] > fieldset .hs-input[type="checkbox"] {
  width: auto;
}