*, *: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-xl: 1280px;
  --max-column-lg: 1024px;
  --max-column-md: 610px;
  --max-column-sm: 390px;
  --max-column: 308px;
  --main-padding: 12px;
  --main-margin: 12px;
  --divider-height-desktop: 72px;
  --divider-height-mobile: 36px;

  /* Colors */
  --background-color: #fff;
  --primary: #FA5F1F;
  --secondary: #565552;
  --heading-color: #17191f;
  --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: #F7602E;
  --dropdown-menu-text-color: #FFFFFF;
  --nav-mobile-text-color: #FFFFFF;
  --nav-mobile-background-color: #FA5F1F;
  --nav-desktop-text-color: #000000;
  --nav-desktop-background-color: #ffffff;
  /* cta */
  --cta-bg-color: #F7602E;
  --cta-text-color: #FFFFFF;
  --button-border-radius: 0px;

  /* Typography */
  --font-family: IBM Plex Sans, 'Poppins', sans-serif;
  --font-family-headings: IBM Plex Sans, 'Poppins', sans-serif;

  /* Headings for mobiles */
  --heading1: 32px;
  --heading2: 28px;
  --heading3: 21px;
  --heading4: 20px;
  --heading5: 24px;
  --heading6: 16px;
  --preheader: 20px;

  --blog-heading1: 32px;

  /* Line heights for mobiles */
  --line-height-mobile-heading1: 41px;
  --line-height-mobile-heading2: 37px;
  --line-height-mobile-heading3: 30px;
  --line-height-mobile-heading4: 29px;
  --line-height-mobile-heading5: 33px;
  --line-height-mobile-heading6: 22px;
  --preheader-line-height: 30px;

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

  /* Heading for desktop */
  --medium-up-heading1: 60px;
  --medium-up-heading2: 45px;
  --medium-up-heading3: 22px;
  --medium-up-heading4: 21px;
  --medium-up-heading5: 30px;
  --medium-up-heading6: 20px;

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

  /* Line heights for desktop */
  --line-height-heading1: 70px;
  --line-height-heading2: 55px;
  --line-height-heading3: 32px;
  --line-height-heading4: 31px;
  --line-height-heading5: 40px;
  --line-height-heading6: 25px;
  --line-height-heading6: 25px;

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


  --paragraph: 18px;
  --paragraph-line-height: 28px;
  --paragraph-small: 17px;
  --paragraph-small-line-height: 20px;
  --paragraph-tiny: 15px;
  --paragraph-tiny-line-height: 18px;
  --h3-blog-post: 22px;
  --h3-blog-post-line-height: 32px;
  --menu-mobiles-font-size: 20px;

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

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

  /* Footer */
  --footer-background-color: #393939;
  --footer-color: #FFFFFF;
  --footer-headings-color: #FFFFFF;
  --footer-logo-width: 176px;

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

.footer-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: var(--main-margin);
}

.footer-wrapper .cp-rich-text {
  margin: 0;
  padding: 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;
  flex-flow: row wrap;
  /* align-items: center; */
  justify-content: flex-end;
}



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

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

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

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

.footer-logo img {
  padding-left: var(--main-padding);
  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);
  padding: 0 var(--main-padding);
  align-items: center;
}

.footer-wrapper form {
  display: flex;
  justify-content: flex-end;
}

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

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

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

.footer-wrapper form input[type="submit"] {
  min-width: 105px;
  background-color: white;
  color: var(--black);
  padding: var(--main-padding) calc(var(--main-padding) * 2);
  border: none;
}

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

.footer-wrapper .form-subscription {
  padding: var(--main-padding);
}

.footer-wrapper .form-subscription .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  order: -1;
  padding: 0 8px 12px 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;
}

@media screen and (max-width: 768px) {
  .footer-wrapper form input[type="submit"] {
    width: 100%;
  }

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


  .footer-nav, .footer-right-description {
    display: none;
  }

  .footer-wrapper {
    padding: calc(4*var(--main-padding)) var(--main-padding) 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-top: calc(2*var(--main-margin));
  }

  .footer-wrapper form input[type="email"] {
    width: 100%;
  }

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

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

  .footer-wrapper form {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .footer-wrapper form input[type="submit"] {
    margin-top: var(--main-margin);
  }
}
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;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(--orange-button-overlay) !important;
  cursor: pointer;
}

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

.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;

  border: 2px solid #FFFFFF;
  border-radius: 0px;
  text-shadow: none;
  font-weight: 500;
  font-family: var(--font-family);
  white-space: nowrap;
}

.cta_button:hover {
  text-decoration: none;
}

.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: 500;
}

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

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: 600;
}

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

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

.error-page-container h1 {
  color: var(--primary); /* #FA5F1F; */
  font-size: 150px;
  line-height: 160px;
  font-weight: 700;
}

.error-page-container h2 {
  color: white;
  font-size: 45px;
  line-height: 55px;
}
.error-page-container h4 {
  color: white;
  text-align: center;
  font-weight: 400;
}

.error-wrapper {
  background-color: var(--kyoto-dark-blue);
}

.error-page-container {
  margin-top: 80px !important; 
  max-width: var(--max-width); 
  margin: auto; 
  padding: calc(12 * var(--main-padding)) calc(2 * var(--main-padding));

  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-page-container .cta_button.cta_button_white{
  background-color: white;
  color: black;
}

/* System pages - search results styles */
.systems-page--search-results {

  background-repeat: no-repeat;
  padding-top: calc(2 * var(--main-padding));
  max-width: var(--wrapper-max-width);
  margin: auto;
  background-position: 0px 100px;
  background-size: 100% 61%;
}

.systems-page--search-results .hs-search-results__pagination {
  display: flex;
  justify-content: flex-end;
}

.systems-page--search-results #currentPage {
  width: 20%;
  text-align: center;
  color: var(--black);
}

.systems-page--search-results .hs-search-results__next-page {
  width: 40%;
  text-align: right;
}

.systems-page--search-results .hs-search-results__prev-page {
  width: 40%;
  text-align: left;
}

.systems-page--search-results .content {
  max-width: var(--max-width);
  margin: auto;
  padding: 0 var(--main-padding);
}

.systems-page--search-results h1 {
  text-align: center;
}

.systems-page--search-results #hsresults li a {
  font-size: var(--heading4);
  line-height: var(--line-height-mobile-heading4);
  font-weight: 700;
  color: var(--black);
}

.systems-page--search-results #hsresults li a:hover {
  color: var(--primary);
}

.systems-page--search-results #hsresults li p,
.systems-page--search-results #hsresults li .hs-search-highlight {
  font-size: var(--paragraph-small);
  line-height: var(--paragraph-small-line-height);
}

.systems-page--search-results .hs-search-field__bar .hs-search-field__input {
  font-size: var(--paragraph-small);
  line-height: var(--paragraph-small-line-height);
  padding: calc(var(--main-padding)*1) calc(2 * var(--main-padding));
  border-radius: var(--field-border-radius);
  border: 1px solid var(--light-gray);
  font-weight: 500;
}

.systems-page--search-results #hsresults li {
  padding: var(--main-padding) 0 !important;
  margin: var(--main-margin) 0 !important;
  border-bottom: 1px solid var(--light-blue) !important;
}
.systems-page--search-results #hsresults li:last-child {
  border-bottom: none !important;
}

@media only screen and (max-width: 768px) {
  .systems-page--search-results .content {
    padding: 0 calc(2 * var(--main-padding));
  }
}

/* End - System pages - search results styles */


@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: 500;
  }

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

  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: 600;
  }

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

  .error-page-container h1 {
    font-size: 250px;
    line-height: 270px;
  }

  .error-page-container {
    padding: calc(12 * var(--main-padding)) calc(4 * var(--main-padding));
  }

}

@media screen and (min-width: 1920px) { 
  .error-page-container {
    padding: calc(30 * var(--main-padding)) calc(8 * var(--main-padding));
  }
}

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

@media screen and (max-width: 768px) {
  .landing {

  }
}