/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 */
  -webkit-locale: "ja";
}

/* 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;
  max-width:100%;
  height:auto;
}

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

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-center {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { 
  font-family: smartfontui;
  src: url("https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/fonts/03SmartFontUI.ttf") format("truetype"); 
}
html {
  font-size: 10px;
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-size: 62.5% !important;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;    
  line-height: 1.4em;
  margin: 0;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.14286em;
  margin: 0;
}

h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  letter-spacing: 0.05em;
  margin: 0;
}

h5 {
  font-size: 1rem;
  line-height: 1.21429em;
  margin: 0;
}

h6 {
  font-size: .9rem;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
  margin: 0;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul li,
ol li {
  line-height: 1.5;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  p {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 6.0px
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
/*form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}
@media ( max-width: 700px ){
  form {
    max-width: 100%;
  }
}*/

form fieldset {
  max-width: 100% !important;
}

.hs-submit {
  text-align: center;
}
a.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;

  border: 4px solid #e72420;
  font-weight: 500;
  color: #e72420;
  position: relative;
  padding: 0 40px;
  height: 70px;
  border-radius: 50px;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
  
  text-decoration: none !important;
  outline: none !important;
}

.hm-page .hs-button:before{
  content: '';
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/macroman-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 52px;
  height: 52px;
}

a.hs-button:hover, a.hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration:none;
}

a.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.hs-form .hs-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  width: 315px;
  height: 70px;
  margin: 0 auto;
  padding: 0 35px 0 65px;
  background-image: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/macroman-icon-large.png);
  background-repeat: no-repeat;
  background-position: -4px center;
  background-color: #c92b26;
  color: #fff;
  border: 4px solid #312927;
  border-radius: 35px;
  font-size: 2.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.hs-form .hs-button:disabled {
  background-color: #fff;
  color: #e71a21;
  pointer-events: none;
}

@media ( max-width: 767px ) {
  .hs-form .hs-button {
    background-size: auto 100%;
    height: 60px;
    width: 260px;
    padding: 0 28px 0 46px;
    border-radius: 30px;
    font-size: 2.5rem;
  }
}

.hs-form .hs-button:hover,
.hs-form .hs-button:focus,
.hs-form .hs-button:active{
  opacity: 0.7;
  background-color: #fff;
  border-color: #312927;
  color: #c92b26;
}

.hs-form label {
  
  line-height: 1.3 !important;
  margin-bottom: 5px;
}

.hs-form .field > label {
  display: block;
  padding: 0 20px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media ( max-width: 767px ) {
  .hs-form .field > label {
    font-size: 1.6rem;
  }
}
.hs-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}


input#hs-pwd-widget-password,
.hs-search-field__input,
.fr-main-section .hs-input {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  height: 50px;
  background: #fff ;
  color: #333;
  font-size: 1.8rem;
  padding: 5px 10px;
  border: #ccc solid 1px;
  
}
@media ( max-width: 767px ) {
  input#hs-pwd-widget-password,
  .hs-search-field__input,
  .fr-main-section .hs-input {
    font-size: 1.6rem;
  }
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display: inline-block !important;
  height: auto;
  padding: 0;
  margin: 6px 5px 6px 0px;
  line-height: normal;
  border: none;
  box-shadow: none;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
.hs-input:focus {
  outline: 1px auto;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: calc( 1.3em * 5 );
  line-height: 1.3;
  
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.field {
  margin-bottom: 18px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}
.hs-error-msgs {
  margin-top: 0.5em;
}
.hs-error-msgs label, .regex-error {
  color: #f2545b;
  font-size: 1.6rem;
}
@media ( max-width: 767px ) {
  .hs-error-msgs label, .regex-error {
    font-size: 1.4rem;
  }
}
.regex-error {
  display: block;
  margin-top: 0.4em;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.fr-intro-page a {
  /*  */
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #e08025;
  border-bottom: solid 2px #e08025;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;

}

.fr-main-section form {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.fr-main-section form fieldset {
  max-width: 100% !important;
}

.fr-main-section form .form-columns-1 .field {
  margin: 0 auto;
  padding-bottom: 25px;
  display: flex;
  max-width: 760px;
  flex-wrap: wrap;
}

.fr-main-section form .form-columns-1 .field > label {
  width: calc(100% - 530px);
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 18px;
  float: left;
  letter-spacing: 0;
}

.fr-main-section form .form-columns-1 .field > .input {
  width: calc(100% - 230px);
  float: left;
  margin-right: 0;
}

span.hs-form-required {
  width: auto;
  color: #C92B26;
  font-size: 1.4rem;
  padding-left: 5px;
}

.fr-main-section form .form-columns-1 .field:after {
}

.fr-main-section form .hs-input {
}

.fr-main-section form fieldset.form-columns-2 {
  display: flex;
  padding-bottom: 25px;
  max-width: 760px !important;
  margin: 0 auto;
}

.fr-main-section form fieldset.form-columns-2 .field {
  margin: 0;
  width: 34%;
}

.fr-main-section form fieldset.form-columns-2 .field > label {
  display: none;
}

.fr-main-section form fieldset.form-columns-2 .hs-richtext {
  width: calc(100% - 530px);
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 18px;
  margin: 0;
  letter-spacing: 0;
}

.fr-main-section form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

.fr-main-section form fieldset.form-columns-2 .field:last-child {
  margin-left: 15px;
}
/* 
.fr-main-section form .form-columns-1 .field.hs_message {
margin-top: 96px;
}
*/
.fr-main-section form .form-columns-1 .field.hs_message textarea {
  height: 180px;
  margin: 0;
  padding: 10px;
  line-height: 1.5;
}
.fr-main-section form  .hs_error_rollup label {
  text-align: center;
  margin-bottom:8px;
}
.fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  padding: 0 0 25px 0;
  margin-bottom: 30px;
  border-bottom: #ccc solid 1px;
  justify-content: center;
  line-height: 1.5;
  max-width: 100%;
  margin-top: -2px;
}

.fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input {
  width: 100%;
  float: none;
}

.fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input ul {
  padding: 0;
  margin: 0;
}

.fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input ul input {
  margin-right: 10px;
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
}

.fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input ul a {
  text-decoration: underline;
  color: inherit;
}

.fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input ul a:hover {
  text-decoration: none;
}

.fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input ul li {
  line-height: inherit;
}

.fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input ul li label {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

.fr-main-section form .hs-submit {
  text-align: center;
}


.hs-input::-webkit-input-placeholder {
  color: #8e8e8e;
}

.footer__page-top span#hs_cos_wrapper_linked_image_ {
  display: block;
  line-height: 0;
}

.footer__page-top:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.fr-main-section form .form-columns-1 .field .hs-error-msgs {
  width: calc(100% - 230px);
  margin-left: auto;
}

form .hs-error-msgs label, form .regex-error {
  color: #C92B26 !important;
}
.fr-intro-page {
  line-height: 1.5;
  font-size: 1.6rem;
}
.cs-inn-ques h3 {
  color: #e08025;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  padding-left: 40px;
  margin-bottom: 30px;
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/q_icon.png) left top no-repeat;
}

.cs-inn-ques {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.cs-inn-ques p {
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 40px;
}
.cs-inn-ques h6 {
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 40px;
  position: relative;
  padding-left: 22px;
  color: #333;
}

.cs-inn-ques h6:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: #e08025;
  border-radius: 10px;
  left: 0;
  top: 8px;
}

.cs-inn-ques h6 + p {
  margin-bottom: 30px;
}

.cs-inn-ques h6 + p:last-child {
  margin-bottom: 0;
}

.cs-inn-main .hs-button {
  height: auto;
  color: #C92B26;
  font-size: 22px;
  border: 4px solid #C92B26;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 44px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  padding: 0 45px;
}

.cs-inn-main .hs-button:hover {
  background: #C92B26;
  border-color: #C92B26;
  color: #fff;
}
.cs-inn-ques mark {
  background: linear-gradient(transparent 0%, #ffe0c1 0%);
  font-weight: bold;
  border-radius: 6px;
  color: inherit;
}

.cs-inn-ques mark a {
  color: inherit;
  text-decoration: none !important;
}
.fw-page {
  font-size: 1.6rem;
  line-height: 1.5;
}

.fw-page p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

.fw-intro-section p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.fw-intro-section h5 {
  margin-bottom: 15px;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
  font-size: 2.2rem;
  font-weight: 700;
}

.fw-intro-section ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fw-intro-section ol span {
  font-size: 1.8rem;
  margin-right: 5px;
  font-weight: 500;
}

.fw-intro-section ol a {
  font-size: 1.8rem;
  color: #e08025;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none !important;
}


@-webkit-keyframes bgLoop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1430px 0;
  }
}

@keyframes bgLoop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1430px 0;
  }
}
.banner .banner__container .banner__button-container a:before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/banner-icon.png) no-repeat;
}
.about__container .button__container a:before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/macroman-icon.png) no-repeat;
}
.hm-News-section a {
  color: inherit !important;
}
.hm-page {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.hm-page p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

.hm-system-section .hs-button {
  border: 4px solid #c92b26;
  font-weight: 500;
  color: #c92b26;
  position: relative;
  padding: 0 40px 0 65px;
  height: 45px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  box-sizing: unset;
  letter-spacing: -0.01em;
}

.hm-system-section .hs-button:hover {
  background: #C92B26;
  border-color: #C92B26;
  color: #fff;
  text-decoration: none;
}

.hm-system-section .hs-button:before {
  content: '';
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/macroman-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 52px;
  height: 52px;
}
.intro__container .button__container a:before{
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/macroman-icon.png) no-repeat;
}
.hm-system-section .hs-button p {
  margin-left: 25px;
  font-size: 2.2rem;
}
.hm-system-section .widget-type-linked_image {
  width: 100%;
  max-width: 270px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  margin-left: auto;
  line-height: 0;
}
.mc-page .about__container .about__content .about__image {
  margin-bottom: -100px;
}
.mci-main-section {
  font-size: 1.8rem;
}
.rpa-page h4 {
  font-size: 21px;
  color: #e08025;
  letter-spacing: 0;
  line-height: 1.5;
}

.rpa-page .about__container .about__content {
  margin-top: 0;
  align-items: flex-start;
}

.rpa-page .about__container .about__content .about__info {
  margin-top: 21px;
}

.rpa-page .about__container .about__content h3 {
  margin-bottom: 36px;
}

.rpa-page .about__container .about__content p + h3 {
  margin-top: 69px;
}

.rpa-page .hs-button {
  height: 45px;
  box-sizing: unset;
  padding-left: 65px;
  letter-spacing: -0.01em;
}

.rpa-Business-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.rpa-Business-section ul li {
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  line-height: 1.55556em;
  font-weight: 500;
}

.rpa-Business-section ul li:not(:last-child) {
  margin-bottom: 10px;
}

.rpa-Business-section ul li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
.rpa-Business-section h3 {
  padding-left: 50px;
  position: relative;
  font-size: 28px;
  line-height: 1.21429em;
  color: inherit;
  margin: 0;
}

.rpa-Business-section h3:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 8px solid #e08025;
  border-radius: 100%;
  box-sizing: unset;
}
.rpa-Why-section .about__container .about__content {
  margin-top: 67px;
}

.rpa-Why-section .about__container .about__content .about__info {
  max-width: 589.81px;
  margin-top: 0;
}

.rpa-Why-section .about__container .about__content .about__info h3 {
  margin-bottom: 18px;
}
.sup-page .kn__container .fit__list {
  width: 100%;
  max-width: 688px;
}

.sup-page .kn__container .fit__list p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

.sup-page .kn__container .image-container {
  width: 270px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.sup-page .kn__container .beforeuse__content {
  margin-top: 0;
}

.sup-page .hs-button {
  height: 45px;
  box-sizing: unset;
  padding-left: 65px;
  letter-spacing: -0.01em;
}
.sup-page .kn__container .fit__list {
  width: 100%;
  max-width: 688px;
}

.sup-page .kn__container .fit__list p {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

.sup-page .kn__container .image-container {
  width: 270px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.sup-page .kn__container .beforeuse__content {
  margin-top: 0;
}

.sup-page .hs-button {
  height: 45px;
  box-sizing: unset;
  padding-left: 65px;
  letter-spacing: -0.01em;
}

.sup-main-section h3 {
  padding-left: 50px;
  position: relative;
  font-size: 28px;
  line-height: 1.21429em;
  color: inherit;
}

.sup-main-section h3:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 8px solid #e08025;
  border-radius: 100%;
  box-sizing: unset;
}
.button-module.cst-style a:before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/link-icon.png) no-repeat;
}
.main-page {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.main-page p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}
.service__container .support__rpa-content .support__rpa-content-container .support__rpa-content-item--2:after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/plus.png) no-repeat;
}
.semi-intro-page h6 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
  color: inherit;
  margin-top: 15px;
}

.semi-intro-page .kn__container .beforeuse__content .fit__item p {
  font-size: 18px;
  padding-right: 20px;
  line-height: 1.8;
}
.semi-bottom-page .boxed-btm {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  display: block;
}

.semi-bottom-page .boxed-btm .l .tit2 {
  color: #e08025;
  border: 1px solid #e08025;
  border-left: 5px solid #e08025;
  padding: 5px 17px 5px 12px;
  font-size: 20px;
  margin-bottom: 16px;
  display: inline-block;
  line-height: 1.55556em;
}

.semi-bottom-page .boxed-btm .l li {
  padding-left: 20px;
  margin-bottom: 5px;
}

.semi-bottom-page .boxed-btm .l li span {
  display: block;
  float: left;
  margin-left: -20px;
  text-align: center;
  width: 20px;
  color: inherit;
}

.semi-bottom-page h5 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.semi-bottom-page h5 br {
  display: none;
}

.semi-bottom-page p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.semi-bottom-page .button-module {
  justify-content: center;
}

.semi-bottom-page .button-module .button-module-item {
  margin: 0;
}

.semi-bottom-page .button-module .button-module-item a {
  color: #c92b26;
  font-size: 22px;
  border: 4px solid #c92b26;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 44px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  padding: 0 45px;
}

.semi-bottom-page .button-module .button-module-item a br {
  display: none;
}

.semi-bottom-page .button-module .button-module-item a:hover {
  background: #c92b26;
  color: #fff;
  text-decoration: none;
}

.rpa-Business-section .hs_cos_wrapper_type_linked_image img {
  /*width: 100%;*/
}
.modal-video-close-btn {
  cursor: pointer;
}
.modal-video-inner {
  padding: 0 15px;
}
.content-wrapper:before {
  display: table;
  content: '';
}
@media ( max-width: 1004px ) {
  .modal-video-close-btn {
    right: 0 !important;
  }
}
@media ( max-width: 767px ) {
  .fr-main-section form .form-columns-1 .field .hs-error-msgs {
    width: calc(100%);
  }
  body.menu-on {
    overflow-y: hidden;
  }
  .fr-intro-page p {
    margin-left: 0 !important;
  }

  .fr-main-section form .form-columns-1 .field {
    font-size: 1.6rem;
    margin-bottom: 8%;
    padding: 0;
    display: block;
    line-height: 1.5;
  }
  
  .fr-main-section form .hs-error-msgs label {
    font-size: 1.4rem;
  }

  .fr-main-section form .form-columns-1 .field>label {
    width: 100%;
    float: none;
    font-size: 1.5rem;
    padding-bottom: 1%;
    margin: 0;
    display: block;
    padding-top: 0;
    line-height: 1.5;
  }

  .fr-intro-page p {
    margin-bottom: 20px;
  }

  .fr-main-section form .form-columns-1 .field>.input {
    width: 100%;
    float: none;
  }
  
  .fr-main-section form .hs-input[type=checkbox], 
  .fr-main-section form .hs-input[type=radio] {
    margin: 10px 5px 10px 0px;
  }
  
/*
  .fr-main-section form .field>.input .hs-input {
    min-height: 3em;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    border: #ccc solid 1px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    display: block;
    padding: 0.5em;
    box-sizing: border-box;
    font-size: 1.6rem;
    height: auto;
    width: 100% !important;
    margin: 0;
  }*/

  .fr-main-section form fieldset.form-columns-2 {
    font-size: 1.6rem;
    margin-bottom: 8%;
    padding: 0;
    display: block;
    line-height: 1.5;
  }

  .fr-main-section form fieldset.form-columns-2 .hs-richtext {
    width: 100%;
    padding-top: 0;
    font-size: 1.5rem;
    padding-bottom: 1%;
    display: block;
    line-height: 1.5;
  }

  .fr-main-section form fieldset.form-columns-2 .hs-richtext p {
    font-size: inherit;
  }

  .fr-main-section form fieldset.form-columns-2 .field {
    width: 100%;
  }

  .fr-main-section form fieldset.form-columns-2 .field:last-child {
    margin-left: 0;
    margin-top: 4%;
  }

  .fr-main-section form .form-columns-1 .field.hs_message textarea {
    height: 10em;
  }

  .fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field {
    max-width: 295px;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1;
    display: block;
    padding: 0 4% 5%;
    margin: 0 auto 8%;
    box-sizing: border-box;
    position: relative;
    border: 0;
    width: 100%;
  }

  .fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field:before {
    content: '';
    background-color: #ccc;
    width: calc(100%);
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input ul li label {
    font-size: 1.5rem;
    line-height: 1;
  }

  .fr-main-section form .form-columns-1 .hs-fieldtype-booleancheckbox.field .input ul input {
    line-height: inherit;
    font-size: inherit;
    margin: 1px 7px 0 0;
    float: left;
    min-height: 0;
    width: auto !important;
  }
  .fr-main-section .hs-form .hs-button.-js-empty {
    
  }

  .fr-intro-page {
    font-size: 1.6rem;
  }
  .cs-inn-ques {
    font-size: 1.4rem;
  }

  .cs-inn-ques h3 {
    background-size: 18px;
    color: #e08025;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    padding-left: 30px;
    margin-bottom: 15px;
  }


  .cs-inn-ques p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-left: 30px;
  }
  .cs-inn-ques h6 {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-left: 30px;
    position: relative;
    padding-left: 20px;
  }

  .cs-inn-ques h6:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    background: #e08025;
    border-radius: 10px;
    left: 0;
    top: 5px;
  }

  .cs-inn-ques h6+p {
    margin-bottom: 25px;
    padding-left: 20px;
  }

  .cs-inn-main .hs-button {
    padding: 0 25px;
    line-height: 55px;
    font-size: 18px;
  }

  .cs-inn-main .hs-button:hover {
    background: #fff;
    color: #c92b26;
  }
 
  .cs-inn-ques img {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
    max-width: 100%;
  }
 
  
  .fw-page {
    font-size: 1.4rem;
  }

  .fw-intro-section p {
    font-size: 1.6rem;
    line-height: 1.55556em;
  }
  .fw-intro-section h5 {
    font-size: 1.8rem;
  }

  .fw-intro-section ol span {
    font-size: 1.6rem;
  }

  .fw-intro-section ol a {
    font-size: 1.6rem;
  }

  .fw-intro-section ol li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .hm-page p {
    font-size: 1.6rem;
  }


  /*
  .hm-page .hs-button {
    padding: 0 15px !important;
    width: 82% !important;
    font-size: 19px;
    line-height: 1em;
    margin: 0 auto;
    display: flex;
  }
  */
  
  .hm-system-section h2 {
    font-size: 32px;
  }

  .hm-system-section .widget-type-linked_image {
    margin: 30px auto 0;
  }
  .hm-system-section .hs-button {
    padding: 0 15px 0 50px !important;
  }
  .mc-page .about__container .about__content .about__image {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 0;
  }

  .mc-page .about__container .about__content .about__image--sp {
    display: none;
  }
  .mc-page .about__container .about__content .about__image img {
    width: 200px;
  }
  .hm-page h2 {
    font-size: 32px;
  }
  .mci-page .dnd-section>.row-fluid>[class*="span"].dnd-module {
    padding-left: 0;
    padding-right: 0;
  }
  .mci-page h2 {
    font-size: 32px;
  }
  .rpa-page h4 {
    font-size: 18px;
  }


  .rpa-page .about__container .about__content .about__image {
    display: block;
    width: 100%;
  }
  .rpa-page .about__container .about__content .about__image--sp {
    display: none;
  }

  .rpa-page .about__container .about__content .about__info {
    margin: 0 0 21px;
  }

  .rpa-page .about__container .about__content h3 {
    margin-bottom: 20px;
  }

  .rpa-page .about__container .about__content p+h3 {
    margin-top: 30px;
  }

  .rpa-page .about__container .about__content .about__image img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }

  .rpa-page .hs_cos_wrapper_type_module {
    display: block;
    width: 100%;
  }

  .rpa-Business-section ul li {
    padding-left: 8px;
    font-size: 16px;
  }

  .rpa-Business-section h3 {
    font-size: 20px;
    padding-left: 30px;
  }

  .rpa-Business-section h3:before {
    width: 13px;
    height: 13px;
    border: 5px solid #e08025;
  }

  .rpa-Business-section .hs_cos_wrapper_type_linked_image {
    display: block;
    /*height: 95vw;*/
    height: 50vw;
    position: relative;
    overflow: hidden;
  }

  .rpa-Business-section .hs_cos_wrapper_type_linked_image img {
    /*width: 200%;
    max-width: 200% !important;*/
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .rpa-Why-section .about__container .about__content {
    margin-top: 30px;
  }

  .rpa-Why-section .about__container .about__content .about__info {
    max-width: 100%;
    margin: 0;
  }

  .rpa-Why-section .about__container .about__content .about__image img {
    width: 220px;
    margin: 20px auto 0;
  }

  .sup-page .kn__container .fit__list {
    max-width: 100%;
    order: unset !important;
    margin-top: 20px !important;
  }

  .sup-page .kn__container .fit__list p {
    font-size: 1.6rem !important;
  }

  .sup-page .kn__container .image-container {
    margin: 30px auto 0;
  }

  .sup-page .kn__container .image-container img {
    width: 100%;
  }

  .sup-main-section h3 {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .sup-main-section h3:before {
    width: 13px;
    height: 13px;
    border-width: 5px;
  }

  .sup-page .hs_cos_wrapper_type_module {
    display: block;
    width: 100%;
  }
  .main-page p {
    font-size: 1.6rem;
  }
  .main-page h2 {
    font-size: 32px;
  }

  .semi-intro-page .hs_cos_wrapper_type_linked_image img {
    height: 53px !important;
    width: auto !important;
  }

  .semi-page .kn__container .beforeuse__content .beforeuse__command .fit__list {
    order: unset;
    margin-top: 0;
  }

  .semi-intro-page h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 17px;
  }

  .semi-intro-page .kn__container .beforeuse__content .fit__item p {
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0;
    line-height: 1.55556em;
  }

  .semi-page .kn__container .image-container , .semi-page .kn__container .image-container img {
    width: 100%;
    line-height: 0;
  }
  .semi-main-page .hs_cos_wrapper_type_linked_image img {
    height: 23px !important;
    width: auto !important;
  }
  .semi-main-page .hs_cos_wrapper_type_linked_image img {
    height: 23px !important;
    width: auto !important;
  }

  .semi-bottom-page .boxed-btm .l .tit2 {
    color: #e08025;
    border: 1px solid #e08025;
    border-left: 5px solid #e08025;
    padding: 5px 17px 5px 12px;
    font-size: 18px;
    margin-bottom: 16px;
    display: inline-block;
  }

  .semi-bottom-page .boxed-btm .l ul {
    padding: 0;
  }

  .semi-bottom-page h5 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6%;
  }

  .semi-bottom-page h5 br {
    display: block;
  }

  .semi-bottom-page p {
    line-height: 1.55556em;
  }

  .semi-bottom-page .button-module .button-module-item a {
    font-size: 19px;
    height: auto;
    border-radius: 70px;
    display: block;
    line-height: 1;
    padding: 12px !important;
    text-align: center;
  }

  .semi-bottom-page .button-module .button-module-item a br {
    display: block;
  }

  .semi-bottom-page .button-module .button-module-item {
    text-align: center;
    max-width: 315px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 425px){
  .hm-system-section .widget-type-linked_image img {
    width: 100%;
  }

  .hm-system-section .hs_cos_wrapper_type_linked_image {
    display: block;
    /*width: 100%;*/
  }
  .hm-page h2 {
    font-size: 31px;
  }
  .mci-page h2 {
    font-size: 32px;
  }
  /*
  .hm-page .hs-button {
    padding-left: 46px !important;
    width: 71% !important;
  }
  */
  .mc-page .about__container .about__content .about__image img {
    width: 150px;
  }
  .button-module.cst-style a:before {
    min-width: 20px;
  }

}


/* ---- scroll animation ---- */
.sa {
  opacity: 0;
  /* transition: all 0.5s ease; */
  transition: all 0.5s;
}
.sa-fade {transition: 0.5s;}
.sa-fadeSlow {transition: 4.0s;}
.sa-lr {transform: translate(-40px, 0); transition: 0.5s;}
.sa-rl {transform: translate(40px, 0); transition: 0.5s;}
.sa-up {transform: translate(0, 10%); transition: 0.5s;}
.sa-down {transform: translate(0, -40px); transition: 0.5s;}
.sa-downSlow {transform: translate(0, -40px); transition: 2.0s;}
.sa.show {
  opacity: 1;
  transform: none;
}
/*------------------------------------------------------------
 * header 20211227
------------------------------------------------------------*/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
header.header {
  font-size: 10px;
}

.header__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 128px;
  padding-top: 16px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  line-height: 1.5;
}
.header__container.--lp {
  height: 80px;
}

@media screen and (min-width: 992px) {
  .header__container.--lp .header__logo {
     padding-left: 24px;
  }
}

.header_logo {
  padding-left: 5rem;
}
.header_logo a {
  display: block;
  width: 180px;
}
.header_logo a img {
  vertical-align: bottom;
}

.header__logo.header__logo--main a {
  padding: 0 30px;
  display: block;
}

.header__logo.header__logo--main a > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
  height: auto;
}

.header__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__button.contact_us_button a,
.header__button.download_link_button a {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
}

.header__button-container * {
  height: 100%;
}

.custom-menu-primary ul.submenu.level-1 > li.has-submenu.menu-item > a::before {
  content: "";
  width: 11px;
  height: 7px;
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/drop-arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 10px;
}

.custom-menu-primary .submenu.level-2 > li > a::before {
  content: "";
  width: 11px;
  height: 7px;
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/drop-arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header a {
  text-decoration: none !important;
  letter-spacing: normal;
}

.header ul {
  list-style: none;
  padding: 0;
}

.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-right: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .header__hamburger {
    display: none !important;
  }
}

.header__hamburger span {
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background: #e08025;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.header__hamburger span:not(:last-child) {
  margin-bottom: 8px;
}

.custom-menu-primary,
.custom-menu-primary * {
  display: block;
  height: 100%;
}

.header__container.mobile {
  display: none;
}

@media screen and (max-width: 1280px) {
  .custom-menu-primary,
.header__button-container {
    display: none;
  }

  .header__container {
    height: 62px;
  }

  .header__container.mobile {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 0;
    top: -62px;
    background: rgba(0, 0, 0, 0.6) !important;
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 0 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    max-height: calc(100vh - 62px);
    overflow-y: auto;
    display: block;
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*  menu visible below  */
  .menu-on .header__container.mobile {
    top: 62px;
    height: 100vh;
  }

  .menu-on div#hs_menu_wrapper_Header_Mobile_SiteMap {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .menu-on .header__container {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /*  menu visible above  */
  div#hs_menu_wrapper_Header_Mobile_SiteMap > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 0;
    border-bottom: 1px solid #ddd;
    height: auto;
    width: 100%;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap > ul > li > a {
    padding: 0 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e72420;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::before, div#hs_menu_wrapper_Header_Mobile_SiteMap li.hs-menu-item.hs-menu-depth-2 a::before {
    content: "";
    width: 11px;
    height: 7px;
    background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/drop-arrow.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap > ul ul {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    visibility: visible;
    opacity: 1;
    max-height: initial;
    position: initial;
    padding: 0;
    width: auto;
    padding-left: 30px;
    z-index: 1;
    display: block;
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap > ul ul > li {
    margin-top: 10px;
    line-height: 1.5;
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap li.hs-menu-item.hs-menu-depth-2 a {
    color: #e72420;
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    padding: 0;
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a::before {
    /*     -webkit-filter: brightness(10);
    filter: brightness(10); */
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap li.hs-menu-item.hs-menu-depth-1:hover > a {
    /*     background: #000;
    color: #fff; */
  }

  body.menu-on {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .header__logo.header__logo--main a {
    padding: 0;
  }

  .header__logo.header__logo--main {
    padding: 0 6%;
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap li.hs-menu-item.hs-menu-depth-1 > a::before {
    content: "";
    width: 11px;
    height: 7px;
    background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/drop-arrow.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  div#hs_menu_wrapper_Header_Mobile_SiteMap li.hs-menu-item.hs-menu-depth-2 a {
    font-weight: 500;
  }
}
@media (max-width: 425px) {
  .header__logo.header__logo--main a > img {
    max-width: 170px;
  }

  .header__logo.header__logo--main a {
    line-height: 0;
  }
}
@media screen and (max-width: 991px) {
  .header .header_navigation {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    max-height: calc(100vh - 62px);
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    overflow: auto;
  }
}

.header.-row-design .header_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 128px;
  padding-top: 16px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.header.-row-design .header_button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 60%;
  padding-right: 5rem;
}
.header.-row-design .header_button-group .button-item:not(:first-child) {
  margin-left: 1.6rem;
}
.header.-row-design .header_button-group a {
  display: block;
  width: 12rem;
  height: auto;
  padding: 0.347em 1em;
  border: 1px solid #D3D4D3;
  border-radius: 4px;
  text-align: center;
  color: #5D615E;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.header.-row-design .header_button-group a:hover {
  background-color: #D3D4D3;
}
.header.-row-design .header_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  max-width: 1155px;
  margin: auto auto 0;
}
.header.-row-design .header_navigation .header-main-menu {
  width: 80%;
}
.header.-row-design .header_navigation .navigation-download-button {
  width: 20%;
  font-size: 0;
}
.header.-row-design .header_navigation .navigation-download-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  text-align: center;
  background-color: #C92B26;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header.-row-design .header_navigation .navigation-download-button a:hover {
  background-color: #5D615E;
}
.header.-row-design .header_navigation .header_button-group {
  display: none;
}
.header.-row-design.-mod .header_navigation .header-main-menu {
  width: calc(100% / 7 * 4);
}
.header_navigation-button {
  width: calc(100% / 7);
  font-size: 0;
}
.header_navigation-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #5d615e;
  border-bottom: 4px solid #e08025;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header_navigation-button a:hover {
  background-color: #e08025;
  color: #fff;
}
.header_navigation-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background-color: #d3d4d3;
  border-radius: 1px;
}
.header_navigation-button.-download a {
  background-color: #C92B26;
  color: #fff;
  border-bottom: none;
}
.header_navigation-button.-download a:hover {
  background-color: #5d615e;
}
.header_navigation-button.-download a::before {
  content: none;
}
.header_navigation-button .outbound-link::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ2MzkyOTVFNjk2RDExRURBOTkxOTFDMjU5QzlDRDM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ2MzkyOTVGNjk2RDExRURBOTkxOTFDMjU5QzlDRDM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDYzOTI5NUM2OTZEMTFFREE5OTE5MUMyNTlDOUNEMzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDYzOTI5NUQ2OTZEMTFFREE5OTE5MUMyNTlDOUNEMzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz776UhsAAABPklEQVR42mKMTYxjIBKIAvEVIBbDIvceiFmA+DwLA/HgDxDfBuJfQPwbKvYBShtCaTtSDAS5wgaL+EIkA9+wQDkGQPwDj2GcQHwJiM+gia8G4hAoLQnEFiADDwMxNxEuBFnIA8R/ofwtQOwNxLuBOAxKs7BADfsExD1QhYxoBoH4bEB8FsmwzVDDQI5xg4rJM0BjBgSeAXEzkWEJc9khIHZAEv+NbCA7kYYhu8weTU4Q2UBiwFYg9sLiMhi4CYo8JhJc5oXksv9A7ALE55CSkj8QqxMykAUaZj5QlyF70waa5KygfFDEviLk5eXQMDuCJcw+otEMxIQhKKl8B+IEYgOakIEdDCQCJgYqA5oZ+J8MvX/wGfiPDAN/4osUFWjxxEhkMPyEFQZAwItu4H5QOQbEumS48iU0acEBQIABAKKoPmST0d/UAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: contain;
  margin-left: 0.3em;
  vertical-align: middle;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header_navigation-button .outbound-link:hover::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNUQ5RjAyNjk2RTExRUQ4QzFGQjFFNjM5RDY1QTE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzNUQ5RjAzNjk2RTExRUQ4QzFGQjFFNjM5RDY1QTE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM1RDlGMDA2OTZFMTFFRDhDMUZCMUU2MzlENjVBMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM1RDlGMDE2OTZFMTFFRDhDMUZCMUU2MzlENjVBMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Uu6OjAAABPklEQVR42mL8//8/A5FAFIivALEYFrn3QMwCxOdZGIgHf4D4NhD/AuLfULEPUNoQStsxgFxIIV74HwFes0BNNwDiH3hcxwnEl4D4DJr4aiAOgdKSQGwBsuHLf+LAdyBmRnLZFqj4Lih/N4gDciE3EH8C4h6orYxorgDx2YD4LBD/hYptBmJvID4MxG5QMXkwCbXlOglhBnPZQSBmRBK/+h/KAIF7RBq2Gar+EBa5Z6QauBWHy2B4PxC/J9ZAbC5zAeJzQGwD5fMBsRgTgcQMirQtQOwDxIeA2B5Jzgaa5KygfFDEviKUU5ZDY/MImmEg8BGNhrsAHwAlle9AnEBs/iRkYAcDiYCJgcqAZgb+J0PvH3wG/iPDwJ/4IkUFWjwxEhkMP+GFAQMDL4oMMHXvA+Jv/8kDL4DYETlXAQQYAJjlA6Hd57s9AAAAAElFTkSuQmCC);
}

.header.-row-design .navigation-primary .submenu.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
}
.header.-row-design .navigation-primary .submenu.level-1 > li {
  position: relative;
  width: 100%;
}
.header.-row-design .navigation-primary .submenu.level-1 > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  background-color: #D3D4D3;
  border-radius: 1px;
  margin-top: -15px;
}
.header.-row-design .navigation-primary .submenu.level-1 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 10px;
  border-bottom: 4px solid #E08025;
  color: #5D615E;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header.-row-design .navigation-primary .submenu.level-1 > li > a:hover {
  background-color: #E08025;
  color: #fff;
}
.header.-row-design .navigation-primary .submenu.level-1 > li:hover > a {
  background-color: #E08025;
  color: #fff !important;
}
.header.-row-design .navigation-primary .submenu.level-1 > li:hover .submenu.level-2 {
  margin-top: 0;
}
.header.-row-design .navigation-primary .submenu.level-1 > li.focus .submenu.level-2 .submenu.level-2 {
  margin-top: 0;
}
.header.-row-design .navigation-primary .submenu.level-1 > li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  background-color: #D3D4D3;
  border-radius: 1px;
  margin-top: -15px;
}
.header.-row-design .navigation-primary .submenu.level-2 {
  width: 100%;
  top: 100%;
  padding: 16px;
  background-color: #EAE8E9;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: visibility 0.1s, opacity 0.3s, margin 0.3s;
  transition: visibility 0.1s, opacity 0.3s, margin 0.3s;
}
.header.-row-design .navigation-primary .submenu.level-2 li:not(:last-child) {
  margin-bottom: 8px;
}
.header.-row-design .navigation-primary .submenu.level-2 li:not(:last-child) .submenu.level-3 {
  margin-top: 5px;
  margin-bottom: 12px;
}
.header.-row-design .navigation-primary .submenu.level-2 li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #5D615E;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header.-row-design .navigation-primary .submenu.level-2 li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #D3D4D3;
  width: 8px;
  height: 3px;
  border-radius: 2px;
  -webkit-transform: none;
  transform: none;
  line-height: 1.3;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header.-row-design .navigation-primary .submenu.level-2 li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  bottom: 0;
  height: 0;
  width: calc(100% - 12px);
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.header.-row-design .navigation-primary .submenu.level-2 li a.no-link, .header.-row-design .navigation-primary .submenu.level-2 li a[href^="javascript:;"] {
  padding-left: 0;
  font-size: 1.5rem;
  color: #E08025 !important;
  cursor: default;
}
.header.-row-design .navigation-primary .submenu.level-2 li a.no-link::before, .header.-row-design .navigation-primary .submenu.level-2 li a.no-link::after, .header.-row-design .navigation-primary .submenu.level-2 li a[href^="javascript:;"]::before, .header.-row-design .navigation-primary .submenu.level-2 li a[href^="javascript:;"]::after {
  content: none;
}
.header.-row-design .navigation-primary .submenu.level-2 li a:hover::before {
  background: #E08025;
}
.header.-row-design .navigation-primary .submenu.level-2 li a:hover::after {
  border-bottom: 1px solid #E08025;
}
@media screen and (max-width: 991px) {
  .header.-row-design .header_container {
    height: 62px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #E08025;
    padding: 0;
  }
  .header.-row-design .header_container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
  }
  .header.-row-design .header_logo {
    position: relative;
    z-index: 2;
    padding-left: 1.5rem;
  }
  .header.-row-design .header_button-group {
    display: none;
  }
  .header.-row-design .header_navigation {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    max-height: calc(100vh - 62px);
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    overflow: auto;
  }
  .header.-row-design .header_navigation .header-main-menu {
    width: 100%;
  }
  .header.-row-design .header_navigation .navigation-download-button {
    width: 100%;
  }
  .header.-row-design .header_navigation .navigation-download-button a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px;
    text-align: left;
    font-size: 1.8rem;
  }
  .header.-row-design .header_navigation .navigation-download-button a br {
    display: none;
  }
  .header.-row-design .header_navigation .header_button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
  }
  .header.-row-design .header_navigation .header_button-group .button-item {
    width: 100%;
  }
  .header.-row-design .header_navigation .header_button-group .button-item:not(:first-child) {
    margin: 1rem 0 0;
  }
  .header.-row-design .header_navigation .header_button-group a {
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1.5rem;
  }
  .header.-row-design.-mod .header_navigation .header-main-menu {
    width: 100%;
  }
  .header_navigation-button {
    width: 100%;
  }
  .header_navigation-button a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px;
    background-color: #e08025;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
  }
  .header_navigation-button a::before {
    content: none;
  }
  .header_navigation-button.-download a br {
    display: none;
  }
  .header_navigation-button .outbound-link::after {
    margin-left: 0.6em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNUQ5RjAyNjk2RTExRUQ4QzFGQjFFNjM5RDY1QTE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzNUQ5RjAzNjk2RTExRUQ4QzFGQjFFNjM5RDY1QTE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM1RDlGMDA2OTZFMTFFRDhDMUZCMUU2MzlENjVBMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM1RDlGMDE2OTZFMTFFRDhDMUZCMUU2MzlENjVBMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Uu6OjAAABPklEQVR42mL8//8/A5FAFIivALEYFrn3QMwCxOdZGIgHf4D4NhD/AuLfULEPUNoQStsxgFxIIV74HwFes0BNNwDiH3hcxwnEl4D4DJr4aiAOgdKSQGwBsuHLf+LAdyBmRnLZFqj4Lih/N4gDciE3EH8C4h6orYxorgDx2YD4LBD/hYptBmJvID4MxG5QMXkwCbXlOglhBnPZQSBmRBK/+h/KAIF7RBq2Gar+EBa5Z6QauBWHy2B4PxC/J9ZAbC5zAeJzQGwD5fMBsRgTgcQMirQtQOwDxIeA2B5Jzgaa5KygfFDEviKUU5ZDY/MImmEg8BGNhrsAHwAlle9AnEBs/iRkYAcDiYCJgcqAZgb+J0PvH3wG/iPDwJ/4IkUFWjwxEhkMP+GFAQMDL4oMMHXvA+Jv/8kDL4DYETlXAQQYAJjlA6Hd57s9AAAAAElFTkSuQmCC);
  }

  .header.-row-design .navigation-primary .submenu.level-1 {
    display: block;
  }
  .header.-row-design .navigation-primary .submenu.level-1 > li {
    margin-bottom: 1px;
  }
  .header.-row-design .navigation-primary .submenu.level-1 > li::before {
    content: none;
  }
  .header.-row-design .navigation-primary .submenu.level-1 > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 60px;
    padding: 5px 70px 5px 15px;
    border-bottom: none;
    background-color: #E08025;
    color: #fff;
    font-size: 1.8rem;
  }
  .header.-row-design .navigation-primary .submenu.level-1 > li:last-child::after {
    content: none;
  }
  .header.-row-design .navigation-primary .submenu.level-1 > li.child-on .child-trigger::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header.-row-design .navigation-primary .submenu.level-2 {
    display: none;
    position: static;
    padding: 16px;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .header.-row-design .navigation-primary .submenu.level-2 li a {
    width: auto;
    padding: 0 0 0 15px;
    font-size: 1.6rem;
  }
  .header.-row-design .navigation-primary .submenu.level-2 li a::before {
    top: 10px;
  }
  .header.-row-design .navigation-primary .submenu.level-2 li a.no-link, .header.-row-design .navigation-primary .submenu.level-2 li a[href^="javascript:;"] {
    font-size: 1.8rem;
  }
  .header.-row-design .navigation-primary .submenu.level-3 {
    display: block !important;
  }
  .header.-row-design .navigation-primary .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .header.-row-design .navigation-primary .child-trigger::before, .header.-row-design .navigation-primary .child-trigger::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin: -1px 0 0 -12px;
  }
  .header.-row-design .navigation-primary .child-trigger::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (max-width: 991px) {
  .menu-on .header .header_navigation {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .menu-on .header .header__hamburger span {
    -webkit-transform: rotate(45deg) translate(7px, 8px);
    transform: rotate(45deg) translate(7px, 8px);
  }
  .menu-on .header .header__hamburger span:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0);
  }
  .menu-on .header .header__hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer_top {
  padding: 35px 0;
}

footer.footer {
  font-size: 10px;
}

.footer__container {
  margin: 0 auto;
  padding: 0 15px;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__info {
  flex: 1 1 auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__title {
  text-align: center;
  line-height: 1.4;
}

.footer_top .footer__title h5 {
  font-weight: 700;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

.footer_top .footer__title h5 span {
  display: block;
}
.footer_top .footer__text {
  margin-bottom: 25px;
}

.footer__text {
  margin-top: 15px;
  text-align: center;
}

.footer__text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
  text-align: left;
}

.button__container--footer {
  margin-top: 25px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 388px;
  width: 100%;
}

.button__container--footer a {
  height: 73px;
  padding: 0;
  width: 100%;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box !important;
}

.button__container--footer * {
  width: 100%;
}


.button__container--footer a::before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/banner-icon-red.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 33px;
  display: inline-block;
  margin-right: 15px;
  position: initial;
}

.button__container--footer.contact__button a::before {
  content: '';
  background-image: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/contact-icon-red.png);
  width: 30px;
  height: 29px;
}

.footer_top .button__container--footer {
  margin-top: auto;
}
.footer_top .button__container--footer a p {
  margin-left: 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
  width: auto;
}

.footer__content {
  padding: 45px 0 35px;
}

.footer__wrap--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__info--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.5;
}

.footer__info--start:first-of-type {
  border: none;
}

.footer__info-title a {
  font-weight: 700;
  font-size: 1.8rem;
  border-bottom: 1px solid;
  line-height: 1em;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__links {
  margin-top: 15px;
}

.footer__links ul {
  display: block;
}

.footer__links ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__links a {
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid;
  line-height: 1em;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  padding: 0;
}

.footer__info-text {
  margin-top: 15px;
}

.footer__info-text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

footer a {
  text-decoration: none !important;
}

.footer__info-title {
  line-height: 1.5;
  line-height: 1em;
}

.footer__info-logoBlock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto 0 0 64px;
}

.footer__info-privacymark {
  /*
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  */
  width: 100px;
  /*margin: auto 0 0 10px;*/
}

.footer__info-rpaAssociation {
  /*
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  */
  width: 200px;
  /*margin: auto 0 0 10px;*/
  margin-top: 16px;
}

.footer__page-top {
  position: fixed;
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  right: 30px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scrolled .footer__page-top {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.footer__copyright {
  padding: 30px 0 45px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.footer__logo {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
}

.footer__logo img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__logo a {
  display: block;
  line-height: 0;
}

.footer_text_logo_link p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

.footer__copyright-text p {
  margin-top: 11px;
  font-size: 1.2rem !important;
  text-align: center;
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
  position: relative;
}

.footer__copyright-text {
  margin-top: 10px;
}

.button__container--footer a:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer__content .footer__container,
.footer_top .footer__info {
  padding: 0 15px;
}

.footer__button-container {
  display: none;
}

.fr-intro-page a:hover {
  color: #fff;
}

.footer__links ul>li {
  font-size: 10px;
}
.footer__content a:hover {
  border-color: transparent !important;
}
.footer .footer__copyright .footer__logo:hover img {
  opacity: 0.7;
}
.mci-page .kn__container .beforeuse__content .image-container img {
  max-width: unset;
}
@media( max-width: 767px ){
  .mci-page .kn__container .beforeuse__content .image-container img {
    max-width: 100%;
  }
  .footer_top {
    display: none;
  }

  .footer__content {
    border-top: 2px solid #ddd;
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer__content .footer__container {
    padding: 0;
    max-width: 100%;
  }

  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__info-title a {
    font-size: 1.6rem;
  }

  .footer__info-title {
    line-height: 1em;
    margin-bottom: 1px;
  }

  .footer__links {
    margin: 0;
  }

  div#hs_menu_wrapper_Footer_SiteMap>ul>li>a {
    margin-top: 15px;
    font-size: 1.4rem;
  }

  .footer__links ul>li:not(:last-child) {
    margin-bottom: 0;
  }

  .footer__info.footer__info--start.footer__info--margin {
    margin-top: 35px;
  }

  .footer__info-text p {
    font-size: 1.4rem;
  }

  .footer__info.footer__info--start {
    width: 100%;
  }
  
  .footer__info-logoBlock {
    margin: 20px 0 0 auto;
    display: flex;
  }
  
  
  .footer__info-privacymark {
    width: 80px;
    /*margin: 20px 0 0 auto;*/
  }
  
  .footer__info-rpaAssociation {
    width: 180px;
    margin: 0 0 0 24px;
    /*margin: 20px 0 0 auto;*/
  }

  .footer__page-top {
    right: 3.1%;
  }

  .footer__page-top.active {
    bottom: 3px;
  }

  .footer__page-top img {
    max-width: 40px;
  }

  .footer_text_logo_link p {
    font-size: 1.6rem;
  }

  .footer__copyright-text p {
    margin-top: 10px;
  }

  .footer__button-container {
    display: block;
  }

  .footer__button-container {
    background: #e08025;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -100px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 50;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .scrolled .footer__button-container {
    bottom: 0px;
  }

  .footer__button-container .button__container.button__container--footer {
    margin-top: 0;
    max-width: 230px;
  }

  .button__container--footer a {
    border: 4px solid #000;
    font-weight: 500;
    color: #C92B26;
    position: relative;
    border-radius: 50px;
    background: #fff;
    transition: 0.3s ease;
    width: 90%;
    height: 41px;
    margin: 0 5px;
    border-width: 3px;
    padding: 0;
    box-sizing: unset !important;
    height: 35px;
  }

  .button__container--footer a p {
    width: auto;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .button__container--footer a::before, .button__container--footer.contact__button a::before {
    width: 18px;
    height: 20px;
    margin-right: 5px;
  }

  .footer__page-top:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .footer__info--start {
    font-size: 1.4rem;
  }
  .button__container--footer a:hover {
    border-color: #000 !important;
    background: #C92B26;
    color: #fff;
  }
  .footer__copyright {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 600px){
  .footer__button-container {
    padding: 15px 50px 15px 0;
  }
}
@media screen and (max-width: 425px) {
  .button__container--footer a p {
    font-size: 1.4rem;
  }
}
footer a {
  letter-spacing: normal !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

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

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

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

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

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

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

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}





.case__item {
  padding: 30px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 1.6rem;
}

.case__item:hover .object-fit img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.case__item .object-fit {
  position: relative;
  margin-right: 25px;
  width: 340px;
  height: 230px;
  overflow: hidden;
}

.case__item .object-fit img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform .2s, opacity .2s;
}

.case__item .object-fit a:hover img {
  opacity: 0.7;
}

.case__item .compat-object-fit {
  margin-right: 25px;
  width: 340px;
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case__item .case__info {
  width: 70%;
}

.case__item .case__category {
  color: #e08025;
  display: inline-block;
  border: 2px solid #e08025;
  padding: 0 10px;
  margin-right: 15px;
}

.case__tag_group {
  margin: 0 -15px -10px 0;
  font-size: 0;
}

.case__tag_group .tag {
  display: inline-block;
  background-color: #e08025;
  color: #fff;
  padding: 5px 12px;
  margin: 0 15px 10px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.case__item .case__title {
  margin-top: 15px;
}

.case__item .case__category p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28px;
}

.case__item .case__title p {
  font-size: 2.4rem;
  color: #e08025;
}

.case__item p {
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

.case__item .case__text {
  margin-top: 15px;
}

.case__item .case__text p {
  font-size: 1.8rem;
  /*color: #e08025;*/
}

.case__item .button__container--case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
}

.case__item .button__container--case a {
  border: 4px solid #C92B26;
  font-weight: 500;
  color: #C92B26;
  position: relative;
  padding: 0 40px;
  height: 45px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  box-sizing: unset;
}

.case__item .button__container--case a p {
  font-size: 2.2rem;
}

.case__item .button__container--case a:hover {
  background: #C92B26;
  color: #fff;
  text-decoration: none;
}
.custom-blog-container {
  /*background-color: rgba(241, 241, 239, 1) ;*/
  background-color: #F8F6F2;
  padding-top: 65px ;
  padding-bottom: 65px ;
}

.custom-listing {
  padding-bottom: 40px;
}

.custom-listing:last-child {
  padding-bottom: 0;
}
.case__item .case__info.no-image {
  width: 100%;
}
.blog-pagination {
  margin-top: 40px;
}
@media (max-width:767px){
  .case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
  }

  .case__item .object-fit {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .case__item .compat-object-fit {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .case__item .case__info {
    width: 100%;
  }

  .case__item .case__category p {
    font-size: 1.4rem;
  }

  .case__item .case__title p {
    font-size: 1.8rem;
  }

  .case__item .case__title {
    margin-top: 10px;
  }

  .case__item .case__text {
    margin-top: 10px;
  }

  .case__item .case__text p {
    font-size: 2rem;
  }

  .case__item .button__container--case {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }

  .case__item .button__container--case a {
    padding: 0 15px;
    width: 82%;
  }

  .case__item .button__container--case a p {
    font-size: 19px;
    line-height: 1em;
  }
  .custom-blog-container .page-center {
    padding-left: 6% ;
    padding-right: 6% ;
  }

  .custom-listing {
    padding-bottom: 20px;
  }
}

.case-detail-container {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
}

.case-detail-container .caseTit .case__tag_group {
  margin-bottom: 4px;
}

.case-detail-container .caseTit div {
  color: #312927;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}

.case-detail-container .caseTit div span {
  color: #e08025;
  font-size: 18px;
  display: inline-block;
  border-width: 2px;
  border-color: #e08025;
  border-style: solid;
  line-height: 28px;
  padding: 0 10px;
  margin-right: 15px;
  float: right;
}

.case-detail-container .caseTit h2 {
  color: #e08025;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}

.case-detail-container .caseTit h2 p {
  color: #e08025;
  font-size: 36px;
}

.case-detail-container p {
  font-weight: 500;
  line-height: 1.55556em;
  letter-spacing: -0.01em;
}

.case-detail-container .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: start;
}

.case-detail-container .flex .l {
  width: calc(100% - 470px);
}

.case-detail-container .flex .r {
  background-color: #f8f8f8;
  width: calc(100% - 460px);
  height: auto;
  margin-left: 50px;
  box-sizing: border-box;
  padding: 10px 30px 30px;
}

.case-detail-container .flex .r .tit {
  color: #e08025;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-style: solid;
  border-width: 3px;
  border-color: #e08025;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 132px;
  line-height: 34px;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.case-detail-container .flex .r .dott {
  margin-bottom: 0px;
  padding-left: 15px;
}

.case-detail-container .flex .r .dott p {
  font-size: 1.8rem;
  padding-left: 15px;
}

.case-detail-container .flex .r .dott p span {
  float: left;
  display: inline-block;
  margin-left: -15px;
}

.case-detail-container .flex .l .txt {
  border-left: 4px solid #e08025;
  padding-left: 16px;
}

.case-detail-container .flex .l .img {
  margin-bottom: 12px;
}

.case-detail-container .flex .l .txt strong {
  color: #e08025;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: block;
}

.case-detail-container .flex .l .txt p {
  font-size: 1.8rem;
  padding-left: 25px;
  margin-bottom: 5px;
}
.case-detail-container .flex .l .img img {
  max-width: 100%;
}
.custom-blog-post-top-section-inner {
  padding-top: 70px;
}

.custom-blog-post-top-section-inner .page-center {
  margin-top: -40px;
}

.hs-blog-post {
  background: transparent;
}

.custom-blog-post-med-section-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hs-blog-post .cs-inn-ques h3 {
  margin-top: 50px;
}

.hs-blog-post .cs-inn-ques h3:first-child {
  margin-top: 0;
}

.custom-post-bottom-button {
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width:880px) and (min-width:768px){
  .case-detail-container .flex .l {
    width: 100%;
  }

  .case-detail-container .flex .r {
    width: 100%;
  }
}
@media (max-width:767px){
  .case-detail-container .caseTit div {
    color: #312927;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 7px;
  }

  .case-detail-container .caseTit div span {
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    margin-right: 12px;
    float: right;
  }

  .case-detail-container .caseTit h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
  }

  .case-detail-container {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  .case-detail-container .caseTit h2 p {
    font-size: 24px;
    font-weight: 500;
  }

  .case-detail-container .flex {
    flex-wrap: wrap;
  }

  .case-detail-container .flex .l {
    width: 100%;
    margin-bottom: 23px;
  }

  .case-detail-container .flex .l .img {
    line-height: 0;
    margin-bottom: 15px;
  }

  .case-detail-container .flex .l .img img {
    width: 100%;
  }

  .case-detail-container .flex .l .txt {
    border-left-width: 2px;
    padding-left: 16px;
  }

  .case-detail-container .flex .l .txt strong {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .case-detail-container .flex .l .txt p {
    font-size: 1.3rem;
    padding-left: 25px;
    margin-bottom: 0;
  }

  .case-detail-container .flex .r {
    background-color: #f8f8f8;
    width: 100%;
    height: auto;
    margin-left: 0px;
    box-sizing: border-box;
    padding: 10px 20px 20px;
  }

  .case-detail-container .flex .r .tit {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 4px 10px;
    line-height: 1.4;
    border-radius: 100px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .case-detail-container .flex .r .dott p {
    font-size: 1.4rem;
    padding-left: 15px;
  }

  .case-detail-container .flex .r .dott {
    padding-left: 10px;
  }
  .custom-blog-post-container .page-center {
    padding-left: 6%;
    padding-right: 6%;
  }

  .custom-blog-post-top-section-inner {
    padding-top: 8%;
  }

  .custom-blog-post-top-section-inner .page-center {
    margin-top: 15px;
  }

  .custom-blog-post-container {
    background: #fff;
  }
}



.banner {
  padding: 128px 27px 34px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.banner  *{
  color: #fff !important;
}
.banner .breadcrumbs {
  font-weight: 500;
  font-size: 14px;
  margin: 6px 0 26px;
}

.banner .breadcrumbs .hs-breadcrumb-menu li {
  padding: 0;
  float: none;
  display: inline;
  line-height: unset;
}

.banner .breadcrumbs .hs-breadcrumb-menu li a {
  border-bottom: 1px solid;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.banner .hs-breadcrumb-menu-divider:before {
  content: '>';
  padding-left: 3px;
}

.banner .breadcrumbs .hs-breadcrumb-menu, 
.banner .breadcrumbs .hs-breadcrumb-menu * {
  display: inline;
}

.banner .breadcrumbs .hs-breadcrumb-menu li a:hover {
  text-decoration: none;
  outline-width: 0;
  border-bottom: 1px solid transparent;
  color: #fff;
}

.banner .banner-content {
  text-align: center;
  line-height: 0;
}

.banner .banner-content h1 {
  font-size: 52px;
  line-height: 1.4em;
  text-align: center;
  font-weight: 700;
  margin-top: 4px;
}
/* .custom-blog-post-top-section-inner div#hs_cos_wrapper_post_detail .caseTit {
display: none;
}

.custom-blog-post-top-section-inner .page-center > .case-detail-container {
padding: 0;
border: 0;
} */
.custom-blog-post-container {
  background: #fff;
}
@media (max-width:850px) and (min-width:768px){
  .banner .banner-content h1 {
    font-size: 44px;
  }
}
@media (max-width:767px){
  .banner {
    padding: 62px 6% 50.16px;
    font-size: 1.4rem;
  }

  .banner .breadcrumbs {
    font-size: 11px;
    margin: 5.28px 0 18.92px;
  }

  .banner .banner-content h1 {
    font-size: 3rem;
    margin-top: 19.4px;
  }
  .hs-blog-post .cs-inn-ques h3 {
    margin-top: 30px;
  }
  span#hs_cos_wrapper_post_body div[style="margin-bottom: 50px;"] {
    margin-bottom: 30px !important;
  }
  .custom-blog-post-med-section-inner {
    padding-bottom: 30px;
}
}
/** NEWS **/
.newsTagScroll {
  display: none;
}
.news-posts-wrap {
  margin-bottom: 24px;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-categories {
  margin-bottom: 25px;
}

.custom-categories  ul {
  margin: 0;
  padding: 0;
}

.custom-categories ul li {
  display: inline-block;
  margin-right: 8px;
  border: 2px solid #e08025;
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
}

.custom-categories ul li a {
  text-decoration: none;
  color: #fff;
  background-color: #e08025;
  padding: 8px 16px;
  display: inline-block;
  transition: .2s;
}

.custom-categories ul li:hover a,
.custom-categories ul li.active a {
  background-color: #fff;
  color: #e08025;
}

.custom-categories ul li:hover:after,
.custom-categories ul li.active a:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #e08025;
  top: 100%;
  left: 50%;
}

.news-post-grp {
  border-top: 1px solid #cccccc;
  margin-bottom: 120px;
}

.news-post-item {
  border-bottom: 1px solid #cccccc;
}

.news-post-item a {
  width: 100%;
  align-items: baseline;
  display: flex;
  padding: 13px 0;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
  transition: .2s;
}

.news-post-item__tag {
  min-width: 60px;
  background: #e08025;
  font-size: 12px;
  padding: 2px;
  color: #fff;
  text-align: center;
  flex: none;
}

time.news-post-item__date {
  margin: 0 15px;
  white-space: nowrap;
  flex: none;
}

p.news-post-item__text {
  margin: 0;
}
/* NEWS記事 */
.newsSingle__tag {
  padding: 0 14px;
  margin-bottom: 20px;
  background-color: #e08025;
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
h2.news-blog-post__title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  font-weight: normal;
  letter-spacing: 0;
}

.newsSingle__dateWrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
time.newsSingle__date:not(:first-child) {
  margin-left: 16px;
}
time.newsSingle__date {
  display: block;
  font-size: 14px;
  color:#666;
}


.news-blog-post {
  margin-top: 16px;
}
  
.news-blog-post__body {
  line-height: 2;
  margin-bottom: 50px;
}
.news-blog-post__body img {
  margin-bottom: 80px;
  display: block;
  max-width: 100%;
  width: auto;
}
.news-blog-post__body h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 26px;
  padding-top: 16px;
  position: relative;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
}
.news-blog-post__body h2:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #E08025 0%, #E08025 50%, #C92B26 50%, #C92B26 100%);
}
.news-blog-post__body p {
  margin-bottom: 1.5em;
}

.news-post-grp {
  margin-top: 30px;
}
.news-post-pagination {
  text-align: center;
  font-weight: bold;
  padding-bottom: 118px;
}
.singlePager__prev {
  display: inline-block;
  padding-right: 1em;
  border-right: 1px solid #e08025;
  min-width: 84px;
  white-space: nowrap;
}
.singlePager__center {
  display: inline-block;
  margin: 0 1em;
}
.singlePager__next {
  display: inline-block;
  padding-left: 1em;
  border-left: 1px solid #e08025;
  min-width: 84px;
  white-space: nowrap;
}
.singlePager__prev a:before {
  content: url('https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/icon_page_prev.png');
  margin-right: 0.5em;
  vertical-align: -2px;
}
.singlePager__next a:after {
  content: url('https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/icon_page_next.png');
  margin-left: 0.5em;
  vertical-align: -2px;
}

@media (max-width: 750px){
  .newsTagScroll {
    margin-top: 10px;
    display: block;
    background: url('https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/raw_assets/public/Macro_Man_December_2020/images/icon_scroll.png') no-repeat right center;
    height: 12px;
    background-size: contain;
  }
  .news-posts-wrap {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-categories {
    margin-bottom: 47px;
  }
  .custom-categories ul li {
    margin-bottom: 10px;
  }
  p.news-post-item__text {
    width: 100%;
    margin-top: 10px;
  }
  .news-post-grp {
    margin-bottom: 60px;
  }
  .news-post-item a {
    flex-wrap: wrap;
  }
  /* NEWS記事 */
  h1.news-blog-post__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  time.newsSingle__date {
    font-size: 14px;
  }
  .news-blog-post__body img {
    margin-bottom: 60px;
  }
  .news-blog-post__body h2 {
    font-size: 21px;
  }
  .news-blog-post__body {
    font-size: 14px;
  }
  .news-post-pagination {
    padding-bottom: 57px;
  }
  .news-blog-post__body h3 {
    padding: 10px 20px;
    font-size: 17px;
    margin-bottom: 25px;
  }
  .news-blog-post__body h4 {
    font-size: 16px;
  }
}

/*  ブログ：seminar セミナー情報 */
.seminar-item {
  background: pink;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
@media screen and (max-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs-landing-page label {
  margin-bottom: 8px;
}

.hs-landing-page .hs-form {
  margin-bottom: 30px;
}

.hs-landing-page .hs-button {
  height: auto;
  padding: 15px 40px;
  margin: 10px 0;
  white-space: normal;
}

body.no-banner {
  margin-top: 128px;
}
@media screen and (max-width: 991px) {
  body.no-banner {
    margin-top: 70px;
  }

}

.no-banner .header__container:not(.mobile) {
  top: 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
input#hs-pwd-widget-password {
  margin-top: 0 !important;
  height: 50px !important;
}
.systems-page .success {
  font-size: 1.2rem;
  min-width: 0;
  width: 100%;
  max-width: 650px;
}
@media (max-width:480px){
  .systems-page h2 {
    font-size: 2.6rem;
  }
  .systems-page h1 {
    font-size: 33.72px;
  }
  .grecaptcha-badge {
    overflow: auto;
    max-width: 100%;
  }
  .error-page:before {
    font-size: 13rem;
}
}