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

html, body {
  margin: 0;
  padding: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
:root {
  /* Theme */
  --mobile-breakpoint: 640px; /* not used */
  --tablet-breakpoint: 1024px; /* not used */

  /* Margins, paddings, dividers */
  --max-width: 1270px;
  --wrapper-max-width: 1920px;
  --max-blog-width: 800px;
  --max-column-lg: 1024px;
  --max-column-md: 610px;
  --max-column-sm: 390px;
  --max-column: 308px;
  --main-padding: 12px;
  --main-margin: 12px;
  --divider-height-desktop: 110px;
  --divider-height-mobile: 72px;

  /* Colors */
  --background-color: #fff;
  --primary: #FAB600;
  --secondary: #EB5D0B;
  --heading-color: #2F140D;
  --black: #17191F;
  --white: #ffffff;
  --light-gray: #e6e6e6;
  --medium-gray: #C9C9C9;
  --dark-gray: #707070;
  --grey-button-overlay: #DCDCDD;
  --orange-button-overlay: #D8541E;
  --kyoto-dark-blue: #002A6E;
  --kyoto-beige: #F8F8F4;
  --main-div-bg-color: #ededed;

  /* Nav */
  --nav-height: 80px;
  --nav-menu-position: flex-end;
  --nav-mobile-li-height: 50px;
  --dropdown-menu-bg-color: #ffffff;
  --dropdown-menu-text-color: #2F140D;
  --nav-mobile-text-color: #FFFFFF;
  --nav-mobile-background-color: #EB5D0B;
  --nav-desktop-text-color: #2F140D;
  --nav-desktop-background-color: #ffffff;
  /* cta */
  --cta-bg-color: #2F140D;
  --cta-text-color: #FFFFFF;
  --button-border-radius: 0px;

  /* Typography */
  --font-family: Montserrat, 'Poppins', sans-serif;
  --font-family-headings: EB Garamond, 'Poppins', sans-serif;

  /* Headings for mobiles */
  --heading1: 37px;
  --heading2: 30px;
  --heading3: 19px;
  --heading4: 18px;
  --heading5: 30px;
  --heading6: 16px;
  --preheader: 20px;

  --blog-heading1: 32px;

  /* Line heights for mobiles */
  --line-height-mobile-heading1: 37px;
  --line-height-mobile-heading2: 30px;
  --line-height-mobile-heading3: 27px;
  --line-height-mobile-heading4: 28px;
  --line-height-mobile-heading5: 35px;
  --line-height-mobile-heading6: 22px;
  --preheader-line-height: 30px;

  --line-height-mobile-blog-heading1: 42px;

  /* Heading for desktop */
  --medium-up-heading1: 68px;
  --medium-up-heading2: 48px;
  --medium-up-heading3: 20px;
  --medium-up-heading4: 20px;
  --medium-up-heading5: 38px;
  --medium-up-heading6: 16px;

  --blog-medium-up-heading1: 48px;

  /* Line heights for desktop */
  --line-height-heading1: 68px;
  --line-height-heading2: 48px;
  --line-height-heading3: 30px;
  --line-height-heading4: 30px;
  --line-height-heading5: 43px;
  --line-height-heading6: 22px;
  --line-height-heading6: 22px;

  --blog-line-height-heading1: 58px;


  --paragraph: 17px;
  --paragraph-line-height: 27px;
  --paragraph-small: 17px;
  --paragraph-small-line-height: 20px;
  --paragraph-tiny: 14px;
  --paragraph-tiny-line-height: 21px;
  --h3-blog-post: 22px;
  --h3-blog-post-line-height: 32px;
  --menu-mobiles-font-size: 20px;

  /* Forms */
  --form-labels-color: #000000;
  --field-border-radius: 0px;

  /* Custom settings */
  --sliders-card-background-color: #FFFFFF;

  /* Footer */
  --footer-background-color: #2F140D;
  --footer-color: #fefefe;
  --footer-headings-color: #fefefe;
  --footer-logo-width: 174px;

}
.footer-wrapper {
  max-width: var(--max-width);
  width: 100%;
  padding: calc(4*var(--main-padding)) 0 var(--main-padding);
  margin: auto;
}

.footer-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-wrapper .cp-rich-text {
  margin: 0;
  font-size: var(--paragraph-small);
}

.footer-wrapper .privacy-policy {
  margin-right: calc(2*var(--main-margin));
}

.footer-list-item {
  list-style: none;
  text-transform: uppercase;
  padding-left: calc(2*var(--main-margin));
}

.row {
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: flex-end;
}

.row:first-child {
  padding-bottom: calc(var(--main-padding)*3.75);
}

.column-12 {
  flex-basis: 100%;
}
.column-6 {
  flex-basis: 50%;
  width: 50%;
}
.column-3 {
  flex-basis: 50%;
}

.footer-wrapper .row .right-column {
  text-align: right !important;
  justify-content: flex-end;
}

.left {
  text-align: left;
}
.center {
  text-align: center;
}

footer {
  background-color: var(--footer-background-color);
  color: var(--footer-color);
}

.footer-logo img {
  width: var(--footer-logo-width) !important;
}

.footer-nav {
  list-style: none;
  padding: 0;
}
.footer-nav li {
  line-height: calc(var(--paragraph) * 1.5);
}

footer .copyrights {
  font-size: var(--paragraph-tiny);
  line-height: var(--paragraph-tiny-line-height);
  font-weight: 500;
  height: 100%;
  padding-top: calc(var(--main-padding)*2.5);
}

.footer-wrapper form {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.footer-wrapper form input[type="email"],
.footer-wrapper form input[type="submit"] {
  font-weight: 500;
  font-size: var(--paragraph-tiny);
  height: 50px;
  transition: all .2s;
}

.footer-wrapper a:hover {
  color: var(--primary) !important;
}

.footer-wrapper form input[type="email"] {
  min-width: 250px;
  background-color: #2f140d;
  padding: var(--main-padding);
  outline: none;
  border: 2px solid #fff;
  height: 50px;
  color: #FFFFFF;
  margin-right: 6px;
}

.footer-wrapper form input[type=submit] {
  min-width: 105px;
  background-color: #EB5D0B;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  padding: var(--main-padding) calc(var(--main-padding)*2);
  border: none;
}

.footer-wrapper form input[type="submit"]:hover {
  background-color: var(--white);
  color: var(--heading-color);
  cursor: pointer;
}

.footer-wrapper .form-subscription {
  padding: 0;
}


.footer-wrapper .hs-error-msg,
.footer-wrapper .hs_error_rollup {
  color: #c00;
}

.footer-wrapper .hs_error_rollup {
  display: none !important;
}

.footer-wrapper .hs-error-msgs ul {
  list-style: none;
}

.footer-wrapper .hs-error-msgs li {
  list-style: none;
}
footer .row.copyrights .column-6 {
  display: flex;
  align-items: center;
}
.footer-wrapper .footer-list--wrapper .cp-rich-text {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.footer-list--wrapper {
  display: flex;
  align-items: flex-start;
}
.footer-left-description .footer-list--wrapper > div {
  width: 100%;
}
.footer-list--container {
  width: 49.9%;
}
.footer-list--container.connect {
  width: 43%;
}
.footer-list--container.updates {
  width: 56.9%;
}
footer h3.footer-list--title {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  font-family: var(--font-family);
  text-align: left;
  font-weight: 600;
  margin: 0 0 calc(var(--main-padding)*1.75) 0;
}
li.footer-list--item::marker {
  content: none;
}
footer ul.footer-list--list {
  padding: 0;
}
footer li.footer-list--item {
  padding: 0;
  font-size: var(--paragraph);
  line-height: var(--paragraph-line-height);
  font-weight: 500;
}
a.footer-list--anchor {
  color: #FFFFFF;
  font-weight: 500;
}
footer .cp-social-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
footer .cp-social-icons a {
  margin: 0 11px 0 0;
  display: block;
  max-width: 30px;
  min-height: 30px;
}
span.IN-widget {
  display: none !important;
}
h6.footer-list--text {
  color: #FFFFFF;
  text-align: left;
  margin: 0 0 calc(var(--main-padding)*1.75) 0;
  font-weight: 500;
  font-size: var(--paragraph);
  line-height: var(--paragraph-line-height);
}
footer input::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  padding: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
.footer-wrapper a.chimera-prime--ref {
    color: #ffffff;
}
@media screen and (max-width: 1300px) {
  .footer-wrapper form {
    align-items: flex-start;
    flex-direction: column;
  }
    .footer-wrapper form input[type=submit] {
      min-width: 235px;
    }
    .footer-wrapper form input[type="email"] {
    min-width: 235px;
    }
}
@media screen and (max-width: 768px) {
  .footer-wrapper form input[type="submit"] {
    width: 100%;
  }
  .footer-wrapper form input[type=submit] {
    min-width: 105px;
  }

  .footer-wrapper p {
    text-align: center;
  }

  .footer-wrapper {
    padding: calc(var(--main-padding)*4) calc(var(--main-padding)*2 + 1px) var(--main-padding);
    text-align: center;
  }

  .column-3 {
    flex-basis: 100%;
  }

  .column-6 {
    flex-basis: 100%;
  }

  .footer-wrapper .column-6 {
    flex-basis: 100%;
    width: 100%;
  }

  .row {
    flex-direction: column;
  }

  footer .copyrights {
    margin: 0;
    padding: 0 0 calc(var(--main-padding)*2) 0;
}

  .footer-wrapper form input[type="email"] {
    min-width: 214px;
    width: 214px;
  }

  .footer-wrapper .row .right-column {
    text-align: left !important;
  }

  .footer-list-item {
    padding-left: 0;
  }

  .footer-wrapper form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  #copyrights-id {
    flex-direction: column-reverse;
  }

  .footer-list--wrapper,
  .footer-wrapper .footer-list--wrapper .cp-rich-text {
    flex-direction: column;
  }
  .footer-list--container {
    width: 100%;
    margin-bottom: calc(var(--main-margin)*2);
  }
  .footer-list--container.connect,
  .footer-list--container.updates {
    width: 100%;
  }
  .footer-list--container.updates {
    margin-bottom: calc(var(--main-margin)*3.5);
  }
  footer h3.footer-list--title {
    text-align: center;
  }
  .right-column .footer-list--wrapper {
    flex-direction: column-reverse;
  }
  h6.footer-list--text {
    text-align: center;
  }
  footer .cp-social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  footer .row.copyrights .column-6 {
    justify-content: center;
  }
  footer .cp-social-icons a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 7px;
  }
  .cp-footer-privacy-links .container .column a {
    text-decoration: underline;
  }
  ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    padding: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'EBGaramondMedium', serif;
  src: url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MontserratSemibold';
  src:url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
  font-weight: 600;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Montserrat:ital,wght@0,400;0,600;1,400&display=swap');

* {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

a {
  color: var(--black);
  text-decoration: none;
  /* font-size: var(--paragraph); */
}

a:hover {

}

blockquote {
  padding: 50px 0px;
  margin: 0;

}

blockquote p {
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  margin: 0;
}

.kyoto-quote {
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  padding: 50px 0px;
}

.preheader {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
}

a[data-hs-anchor="true"] {
  display: block;
  position: relative;
  visibility: hidden;
  top: -110px;
}

.link-underline {
  border-bottom: 2px solid var(--primary);
}

.link-underline:hover {
  color: var(--primary);
}

.link-white-underline {
  color: var(--white);
  border-bottom: 2px solid var(--white);
}

.link-white-underline:hover {
  color: var(--black);
}

.cta_button_border {
  border: 2px solid #FFFFFF;
  border-radius: 0px;
  text-shadow: none;
  font-weight: 500;
  font-family: var(--font-family);
}

.cta_button_orange {
  background-color: var(--primary);
}
.cta_button_orange:hover {
  background-color: var(--nav-mobile-background-color) !important;
}

.cta_button_white {
  background-color: var(--white);
}
.cta_button_white:hover {
  background-color: var(--grey-button-overlay) !important;
}

.cta_button {
  font-size: var(--paragraph);
  background-color: var(--cta-bg-color);
  color: var(--cta-text-color);
  padding: var(--main-padding) calc(var(--main-padding) * 3);
  border-radius: var(--button-border-radius);
  font-weight: 500;
  transition: all .2s;
  border: 2px solid #FFFFFF;
  border-radius: 0px;
  text-shadow: none;
  font-weight: 500;
  font-family: 'MontserratSemibold', 'Montserrat' !important;
}

.cta_button:hover {
  text-decoration: none;
  background: #EB5D0B !important;
}

.wrapper {
  /*max-width: var(--max-width);*/
  width: 100%;
  padding: 0px;
  margin: auto;
  max-width: var(--wrapper-max-width);
  background-color: white;
}

.main-div {
  background-color: var(--main-div-bg-color);
}

.m-1 {
  margin: var(--paragraph);
}
.m-2 {
  margin: var(--paragraph) * 2;
}
.p-1 {
  padding: var(--paragraph);
}
.p-2 {
  padding: var(--paragraph) * 2;
}
.mx-1 {
  margin-left: var(--paragraph);
  margin-right: var(--paragraph);
}
.mx-2 {
  margin-left: var(--paragraph) * 2;
  margin-right: var(--paragraph) * 2;
}
.my-1 {
  margin-top: var(--paragraph);
  margin-bottom: var(--paragraph);
}
.my-2 {
  margin-top: var(--paragraph) * 2;
  margin-bottom: var(--paragraph) * 2;
}

.px-1 {
  padding-left: var(--paragraph);
  padding-right: var(--paragraph);
}
.px-2 {
  padding-left: var(--paragraph) * 2;
  padding-right: var(--paragraph) * 2;
}
.py-1 {
  padding-top: var(--paragraph);
  padding-bottom: var(--paragraph);
}
.py-2 {
  padding-top: var(--paragraph) * 2;
  padding-bottom: var(--paragraph) * 2;
}

p {
  font-size: var(--paragraph);
  line-height: var(--paragraph-line-height);
}

h1, h2, h3, h4, h5, h6 {
  margin: var(--main-margin) 0;
  color: var(--heading-color);
  font-family: var(--font-family-headings);
}

h1 {
  font-size: var(--heading1);
  line-height: var(--line-height-mobile-heading1);
  letter-spacing: 0px;
  font-weight: 400;
}

h2 {
  font-size: var(--heading2);
  line-height: var(--line-height-mobile-heading2);
  font-weight: 500;
}

h3 {
  font-size: var(--heading3);
  line-height: var(--line-height-mobile-heading3);
  font-weight: 600;
}

h4 {
  font-size: var(--heading4);
  line-height: var(--line-height-mobile-heading4);
}

h5 {
  font-size: var(--heading5);
  line-height: var(--line-height-mobile-heading5);
  font-weight: 400;
}

h6 {
  font-size: var(--heading6);
  line-height: var(--line-height-mobile-heading6);
}

.main-section-dnd {
  padding-top: var(--nav-height);
}

@media screen and (min-width: 768px) {

  /* .column-3 {
    flex-basis: 25%;
  } */

  blockquote {
    padding: 80px 0px;
    margin: 0;
  }

  blockquote p {
    font-size: 28px;
    line-height: 38px;
    font-style: italic;
    margin: 0;
  }

  .preheader {
    font-size: var(--preheader);
    line-height: var(--preheader-line-height);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
  }

  .kyoto-quote {
    padding: 80px 0px;
    font-size: 28px;
    line-height: 38px;
    font-style: italic;
  }

  h1 {
    font-size: var(--medium-up-heading1);
    line-height: var(--line-height-heading1);
    font-weight: 400;
  }

  h2 {
    font-size: var(--medium-up-heading2);
    line-height: var(--line-height-heading2);
    font-weight: 500;
  }

  h3 {
    font-size: var(--medium-up-heading3);
    line-height: var(--line-height-heading3);
  }

  h4 {
    font-size: var(--medium-up-heading4);
    line-height: var(--line-height-heading4);
  }

  h5 {
    font-size: var(--medium-up-heading5);
    line-height: var(--line-height-heading5);
    font-weight: 400;
  }

  h6 {
    font-size: var(--medium-up-heading6);
    line-height: var(--line-height-heading6);
  }

}

.container-fluid.main-section-dnd.privacy-policy-page {
  background-image: url('https://25969936.fs1.hubspotusercontent-eu1.net/hubfs/25969936/04%20Blog%20-%20listing%20page/4.1%20Images/puzzles_blog.svg');
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: 2% 2%;
}
.privacy-text--container h3 {
    font-family: var(--font-family);
}
.privacy-text--container {
    margin-bottom: calc(var(--main-margin)*3);
}
.privacy-policy-page h1.rich-text--h2-title {
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .container-fluid.main-section-dnd.privacy-policy-page {
    background: none;
  }
  .privacy-policy-page .cp-rich-text h2.rich-text--h2-title {
    font-size: 37px;
    font-weight: 500;
  }
}

#nav ul li a span {
  font-weight: 500 !important;
}

.blog-container {
  /* max-width: var(--max-width); */
  margin: var(--nav-height) auto 0px;
  padding-bottom: calc(4.5*var(--main-padding));
  max-width: var(--wrapper-max-width);
  background-color: white;
}

.blog-container em {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  padding: 60px 0px;
}

article.blog-post {
    background-image: url('https://25969936.fs1.hubspotusercontent-eu1.net/hubfs/25969936/04%20Blog%20-%20listing%20page/4.1%20Images/puzzles_blog.svg');
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: 5% 950px;
}

.more-articles button {
  font-size: var(--paragraph);
  background-color: #ffffff;
  color: var(--cta-text-color);
  padding: calc(var(--main-padding)*7) 0;
  font-weight: 500;
  border-radius: 0px;
  text-shadow: none;
  font-family: var(--font-family);
  width: 226px;
  color: var(--cta-text-color);
  border: none;
  cursor: pointer;
  outline: inherit;
}

.more-articles .button-row {
  margin: 68px auto 120px;
}
.more-articles {
  background-color: #ffffff !important;
  padding-top: calc(var(--main-padding)*1);
}

.blog-container .post-reading-time {
  text-align: center;
  color: var(--black);
  padding-top: calc(4*var(--main-padding));
  padding-bottom: 0;
}

.blog-container .post-reading-time p {
  margin-bottom: 0;
  font-size: var(--paragraph-tiny);
  text-transform: uppercase;
}

.blog-container .blog-post h1,
.blog-container .blog-post h1 span {
  font-size: var(--medium-up-heading1);
  line-height: var(--line-height-heading1);
  text-transform: uppercase;
  font-family: var(--font-family-headings);
  font-weight: 400;
  padding: 26px 2% 16px;
  text-align: center;
  max-width: var(--max-column-lg);
  margin: auto;
}

.blog-container .blog-post h2,
.blog-container .blog-post h2 span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.blog-container .blog-post h3,
.blog-container .blog-post h3 span {
  font-size: var(--h3-blog-post);
  line-height: var(--h3-blog-post-line-height);
}

.blog-container .blog-post-body {
  max-width: var(--max-blog-width);
  padding: var(--main-padding);
  width: 100%;
  margin: auto;
}

.blog-container .featured-image {
  width: 100%;
  margin: auto;
  text-align: center;
}

.blog-container .featured-image img {
  margin: auto;
  width: var(--max-column-lg);
  max-height: 628px;
  object-fit: cover;
}


.blog-container .blog-post-body img {
  max-width: 100%;
}

.blog-container .blog-published-date {
  padding: calc(2*var(--main-padding)) calc(2*var(--main-padding)) calc(4*var(--main-padding));
  text-transform: uppercase;
  text-align: center;
  font-size: var(--paragraph-tiny);
}

.more-articles .blog-published-date {
  text-transform: uppercase;
  font-size: var(--paragraph-tiny);
}

.more-articles .post-reading-time p {
  font-size: var(--paragraph-tiny);
  text-transform: uppercase;
}

.blog-container .blog-author {
  display: flex;
  flex-direction: row;
  margin: 0px auto 0px;
  width: 100%;
  padding: calc(4*var(--main-padding)) var(--main-padding);
}

.blog-container .social-media-sharing-buttons {
  margin: 0 auto calc(2*var(--main-margin));
  padding: calc(2*var(--main-padding));
  max-width: var(--max-blog-width);
}

.blog-author .blog-author-avatar-wrapper {
  border-radius: 50%;
  padding: 2px;
  width: 60px;
  height: 60px;
}

.blog-author .blog-author-avatar-wrapper .blog-author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 72px;
  width: 72px;
}

.blog-author .blog-author-social-links {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: 24px auto;
}

.blog-author .blog-author-social-links a {
  text-decoration: none;
}

.blog-author .blog-author-info {
  margin-left: calc(2*var(--main-margin));
}

.blog-author .blog-author-name {
  color: var(--primary);
  font-size: var(--heading5);
  white-space: nowrap;
}

.blog-author .blog-author-bio {
  font-size: var(--heading6);
}

.read-more-title span {
  font-family: var(--font-family-headings);
  text-transform: uppercase;
}

.read-more-title h5 {
  margin-left: 0px;
  text-align: left;
}

.previous-next-post {
  padding: var(--main-padding);
  margin: var(--main-margin);
  max-width: 610px;
  flex-basis: 50%;
}

.title-previous-next-container h5 a {
  font-family: var(--font-family-headings);
  margin-bottom: var(--main-margin);
  text-transform: uppercase;
}

.previous-next-post img {
  width: 100%;
  max-width: 610px;
  max-height: 325px;
  object-fit: cover;
}

.more-articles {
  width: 100%;
  background-color: #F8F8F4;
  display: flex;
  flex-direction: column;
  padding-top: calc(7*var(--main-padding));
  align-items: center;
  justify-content: center;
  max-width: var(--wrapper-max-width);
  margin: auto;
}

.more-articles .more-articles-title {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  max-width: var(--max-width);
  width: 100%;
  padding-left: calc(2*var(--main-padding));
}

.more-articles .posts-cards {
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.blog-title h1 {
    text-transform: uppercase;
}

.blog-container .blog-published-date {
    text-transform: capitalize;
}
.blog-container .blog-post-body {
  margin: calc(var(--main-margin)*3) auto 0;
}
button.button-blog-post.cta_button_beyondo {
    font-size: 18px;
    line-height: 22px;
    background: #2f140d;
    padding: 14px;
    font-weight: 500;
    transition: all .2s;
}
button.button-blog-post.cta_button_beyondo:hover {
  background: #EB5D0B;
}
.form-subscription.blog-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: var(--max-blog-width);
}
.blog-page form input[type=email] {
    width: 100%;
    min-width: 250px;
    background-color: #ffffff;
    padding: var(--main-padding);
    outline: none;
    border: 2px solid #fff;
    height: 50px;
    color: #fff;
    margin-right: 6px;
}
.form-subscription.blog-page #hs_cos_wrapper_form {
    background: #2f140d;
    width: 100%;
    min-height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-subscription.blog-page h3 {
    font-weight: 500;
    width: 100%;
    color: #ffffff;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 calc(var(--main-margin)*3);
}
.form-subscription.blog-page .hs-custom-form {
    display: flex;
    justify-content: space-evenly;
}
.form-subscription.blog-page .hs-custom-form > :first-child {
    margin-right: 15px;
}
.form-subscription.blog-page input.hs-button.primary.large {
    width: 100%;
    min-width: 105px;
    background-color: #eb5d0b;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: var(--main-padding) calc(var(--main-padding)*2);
    border: none;
    height: 50px;
}
.form-subscription.blog-page .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 70%;
}
.form-subscription.blog-page .hs_submit.hs-submit {
    width: 30%;
}

.blog-container .preamble {
  margin: 25px 0 45px;
  font-size: 20px;
  line-height: 30px;
}

.blog-container .blog-post-body a {
    color: var(--secondary) !important;
    cursor: pointer;
    text-decoration: underline;
}

.blog-container .blog-post-body a:hover {
    color: var(--primary) !important;
}

@media screen and (max-width: 768px) {
  .blog-container {
    padding: var(--main-padding);
  }

  article.blog-post {
    background-image: none;
  }

  .blog-container .preamble {
    margin: 0px 0 45px;
    font-size: 18px;
    line-height: 28px;
  }
  .blog-container .featured-image img {
    width: 100% !important;
  }

  .blog-container em {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    padding: 40px 0px;
  }

  .blog-container .blog-post h1, .blog-container .blog-post h1 span {
    font-size: 30px;
    line-height: 35px;
    padding: 13px 2% 0;
  }

  .blog-container .blog-post h2,
  .blog-container .blog-post h2 span {
    font-size: 21px;
    line-height: 30px;
  }

  .blog-container .blog-post h3, .blog-container .blog-post h3 span {
    font-size: 19px;
    line-height: 27px;
}
  .more-articles .posts-cards {
    flex-direction: column;
  }

  .more-articles {
    width: 100%;
    flex-direction: column;
  }
  .previous-next-post {
    width: 100%;
    margin: var(--main-margin) 0px;
    padding: var(--main-padding) calc(2*var(--main-padding));
  }
  .form-subscription.blog-page .hs_submit.hs-submit {
    width: 100%;
}

  .blog-container .cp-rich-text {
    padding: var(--main-padding) 0;
    margin: var(--main-margin) 0;
  }
  .form-subscription.blog-page {
    margin: 0 calc(var(--main-margin)*1);
  }
  .form-subscription.blog-page .hs-custom-form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 30px 50px;
}
.form-subscription.blog-page .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
}
.form-subscription.blog-page h3
{
  padding-top: 50px;
}
ul.no-list.hs-error-msgs.inputs-list[role="alert"] {
    transform: translateY(130px);
    color: red;
}
ul.no-list.hs-error-msgs.inputs-list {
    transform: translateY(145px);
    color: red;
}
.blog-container .featured-image {
  width: auto;
  margin: auto 12px;
  text-align: center;
}
.form-subscription.blog-page .hs-custom-form > :first-child {
    margin-right: 0px;
    margin-bottom: 8px;
}

}