@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  box-sizing: border-box;
}

/**
 * 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;
  text-decoration: none;
  color: #333;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Custom
   ========================================================================== */
address {
  display: block;
  font-style: normal;
}

dl, dd, p {
  margin: 0;
}

ol {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media print, screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media print, screen and (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media print, screen and (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* Colors
   ========================================================================== */
/* Common
   ========================================================================== */
/* Text
   ========================================================================== */
/* Background
   ========================================================================== */
/* Btn
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Common
   ========================================================================== */
/* Text
   ========================================================================== */
/* Background
   ========================================================================== */
/* Btn
   ========================================================================== */
/* Common
   ========================================================================== */
body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 160%;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

section {
  padding: 60px 0;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.inner::after {
  content: "";
  clear: both;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .inner {
    max-width: 720px;
  }
}

@media print, screen and (min-width: 992px) {
  .inner {
    max-width: 960px;
  }
}

@media print, screen and (min-width: 1200px) {
  .inner {
    max-width: 1140px;
  }
}

.container {
  width: 100%;
  padding: 0 21px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media print, screen and (min-width: 768px) {
  .container {
    padding: 0 20px;
    max-width: 720px;
  }
}

@media print, screen and (min-width: 992px) {
  .container {
    padding: 0 20px;
    max-width: 960px;
  }
}

@media print, screen and (min-width: 1200px) {
  .container {
    padding: 0 20px;
    max-width: 1140px;
  }
}

.row {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}

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

@media print, screen and (min-width: 992px) {
  .row.reverse {
    flex-direction: row;
  }
}

.pickUp {
  position: absolute;
  background: #fff;
  padding: 80px 60px;
  z-index: 0;
}

@media print, screen and (min-width: 576px) {
  .pickUp {
    width: 80%;
    right: 0;
    bottom: -50px;
  }
}

@media print, screen and (min-width: 768px) {
  .pickUp {
    left: 500px;
    bottom: -50px;
  }
}

.page-title {
  color: #fff;
  line-height: 1.25;
  text-align: center;
}

.page-title-en {
  font-size: 30px;
  margin: 0 0 8px;
  letter-spacing: 4px;
}

@media print, screen and (min-width: 992px) {
  .page-title-en {
    font-size: 56px;
    margin: 0 0 30px;
  }
}

.page-title-ja {
  font-size: 12px;
}

@media print, screen and (min-width: 992px) {
  .page-title-ja {
    font-size: 14px;
  }
}

.section-title {
  font-size: 14px;
  color: #000034;
  line-height: 1.5;
  margin: 0 0 40px;
  text-align: center;
}

@media print, screen and (min-width: 992px) {
  .section-title {
    font-size: 16px;
    margin: 0 0 40px;
  }
}

.section-title-en {
  font-size: 38px;
  font-weight: 300;
  color: #8b8b8b;
  margin: 0;
}

@media print, screen and (min-width: 992px) {
  .section-title-en {
    font-size: 48px;
  }
}

.section-title-ja {
  font-size: 12px;
  font-weight: 300;
  color: #333;
}

.large-txt {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin: 0 0 48px;
}

@media print, screen and (min-width: 992px) {
  .large-txt {
    font-size: 24px;
    line-height: 1.75;
  }
}

.base-txt {
  font-size: 14px;
  color: #333;
  line-height: 2;
  margin: 0;
}

.readmore-txt {
  font-size: 14px;
  color: #333;
  line-height: 2;
  margin: 0;
}

.btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  margin: 0;
  border: 1px solid #f2901c;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #f2901c;
}

.btn:hover {
  border-color: #f2901c;
  background-color: #f2901c;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .btn {
    width: 320px;
    font-size: 16px;
  }
}

.topcontrol {
  z-index: 10000;
}

#btn-pagetop {
  width: 50px;
  height: 50px;
  bottom: -50px;
  overflow: hidden;
  background-color: #0762af;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: bottom .3s ease-out, background-color .2s linear;
  -webkit-transition: bottom .3s ease-out, background-color .2s linear;
  transition: bottom .3s ease-out, background-color .2s linear;
}

#btn-pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 10000;
}

#btn-pagetop a::before, #btn-pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  top: 23px;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: -moz-transform .2s linear;
  -webkit-transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
}

#btn-pagetop a::before {
  left: 17px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#btn-pagetop a::after {
  left: 23px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-pagetop a:hover::before {
  -moz-transform: translate3d(0, -3px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -3px, 0) rotate(-45deg);
  transform: translate3d(0, -3px, 0) rotate(-45deg);
}

#btn-pagetop a:hover::after {
  -moz-transform: translate3d(0, -3px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -3px, 0) rotate(45deg);
  transform: translate3d(0, -3px, 0) rotate(45deg);
}

/* Colors
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Common
   ========================================================================== */
/* Text
   ========================================================================== */
/* Background
   ========================================================================== */
/* Btn
   ========================================================================== */
#footer {
  position: relative;
  z-index: 0;
  border-top: 1px solid #2f8ede;
}

#footer--top {
  background-color: #fff;
  padding: 50px 0 0;
  color: #333;
  letter-spacing: .5px;
}

#footer--top h1 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 575px) {
  #footer--top h1 {
    margin-bottom: 15px;
  }
}

#footer--top h4 {
  max-width: 320px;
  margin: 0 0 5px;
}

#footer--top ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

#footer--top ul li {
  font-size: .9rem;
}

#footer--top address {
  font-size: .9rem;
  line-height: 170%;
  margin: 0 0 10px;
}

#footer--top .freedial,
#footer--top .tel,
#footer--top .fax {
  font-size: .9rem;
  line-height: .5;
  margin-bottom: 15px;
}

#footer--top .freedial img {
  width: 20px;
  margin-right: 5px;
}

#footer--top .tel img {
  width: 10px;
  margin-right: 5px;
}

#footer--top .fax {
  margin-bottom: 20px;
}

#footer--top .fax img {
  width: 14px;
  margin-right: 5px;
}

#footer--top a {
  color: #333;
}

#footer--top a:active, #footer--top a:focus, #footer--top a:hover {
  color: #c4c4c4;
  text-decoration: none;
}

#footer--top a span {
  font-size: 10px;
}

#footer--top #copyright {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  line-height: 15px;
  background: #0762af;
  padding: 14px;
  margin-top: 30px;
}

/* Colors
   ========================================================================== */
/* Common
   ========================================================================== */
/* Text
   ========================================================================== */
/* Background
   ========================================================================== */
/* Btn
   ========================================================================== */
#top-head {
  top: 0;
  position: fixed;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  line-height: 1;
  z-index: 999;
  color: #333;
  text-decoration: none;
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 576px) {
  #top-head {
    height: 90px;
  }
}

@media print {
  #top-head {
    position: static;
  }
}

#top-head a {
  color: #333;
  text-decoration: none;
}

#top-head .inner {
  width: 100%;
  padding: 0;
  position: relative;
}

#top-head #mobile-head {
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
  background: #fff;
}

@media print, screen and (min-width: 576px) {
  #top-head #mobile-head {
    height: 90px;
  }
}

#top-head #mobile-head .logo {
  position: absolute;
  left: 20px;
  top: 3px;
  color: #333;
  margin: 0;
  line-height: 0;
}

@media print, screen and (min-width: 576px) {
  #top-head #mobile-head .logo {
    top: 11px;
  }
}

#top-head #mobile-head .logo .base-txt {
  font-size: 9px;
}

@media print, screen and (min-width: 576px) {
  #top-head #mobile-head .logo .base-txt {
    font-size: 11px;
  }
}

#top-head #mobile-head .logo h1 {
  margin: 0;
}

#top-head #mobile-head .logo h1 a img {
  width: 220px;
}

@media print, screen and (min-width: 576px) {
  #top-head #mobile-head .logo h1 a img {
    width: 100%;
  }
}

#top-head #mobile-head .cv {
  display: none;
  position: absolute;
  top: 16px;
  right: 100px;
}

@media print, screen and (min-width: 768px) {
  #top-head #mobile-head .cv {
    display: block;
  }
}

#top-head #mobile-head .cv .tel {
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

#top-head #mobile-head .cv .tel img {
  width: 29px;
  height: 19px;
  margin-right: 4px;
}

#top-head #mobile-head .cv .base-txt {
  font-size: 11px;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: 0.8px;
}

#top-head #global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -500px;
  background: #333;
  width: 100%;
  text-align: center;
  padding: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 99;
}

#top-head #global-nav ul {
  display: block;
  justify-content: inherit;
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 14px;
  padding: 0;
}

#top-head #global-nav ul li {
  float: none;
  position: static;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#top-head #global-nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 20px 0;
}

#top-head #global-nav ul li a.active {
  background: #f2901c;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  padding-top: 0;
  top: 0;
  position: fixed;
  height: 56px;
  background: #fff;
  background: white;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

@media print, screen and (min-width: 576px) {
  #top-head.fixed {
    height: 90px;
  }
}

@media print {
  #top-head.fixed {
    position: static;
  }
}

#top-head.fixed #mobile-head .logo {
  font-size: 24px;
  color: #000034;
}

/* Toggle Button */
#nav-toggle {
  display: block;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 101;
  padding: 4px 10px;
  background: #d7e6f9;
}

@media print, screen and (min-width: 576px) {
  #nav-toggle {
    top: 18px;
    width: 54px;
    height: 54px;
    padding: 10px 15px;
  }
}

#nav-toggle div {
  position: relative;
}

#nav-toggle div .toggle-title {
  font-size: 8px;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 4px;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}

@media print, screen and (min-width: 576px) {
  .open #global-nav {
    -moz-transform: translateY(590px);
    -webkit-transform: translateY(590px);
    transform: translateY(590px);
  }
}

.sub-mainvis {
  background: url(../img/top/sample01.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 56px;
}

@media print, screen and (min-width: 768px) {
  .sub-mainvis {
    padding: 80px 0;
    margin-top: 84px;
  }
}

@media print, screen and (min-width: 992px) {
  .sub-mainvis {
    padding: 120px 0;
    margin-top: 84px;
  }
}

@media print {
  .sub-mainvis {
    margin-top: 0;
  }
}

.sub-mainvis {
  background: url(../img/regular/mainvis.jpg) no-repeat center center;
  background-size: cover;
}

.intro .base-txt {
  margin-bottom: 30px;
}

.intro .base-txt span {
  color: #f2901c;
}

.intro-btn .btn {
  margin: 0 auto;
}

.flow .col-md-12,
.flow .col-sm-12 {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .flow .col-md-12,
  .flow .col-sm-12 {
    padding: 0 20px;
  }
}

.flow-cnt-step {
  width: 52px;
  height: 52px;
  background: #d7e6f8;
  border: 2px solid #c3d7f0;
  border-radius: 26px;
  font-size: 20px;
  color: #2f8ede;
  text-align: center;
  padding: 11px;
  margin-right: 10px;
}

.flow-cnt li {
  margin-bottom: 24px;
  position: relative;
  counter-increment: count;
  display: flex;
}

.flow-cnt li h4 {
  color: #333;
  font-size: 18px;
  padding: 13px 0;
  margin: 0;
}

.flow-cnt li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50px;
  width: 2px;
  height: 70%;
  background-color: #c3d7f0;
}

.flow .base-txt {
  background: #d7e6f8;
  padding: 20px 30px;
}

.flow-btn {
  margin-top: 30px;
}

.products {
  padding-top: 0;
}

.products .col-md-12,
.products .col-sm-12 {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .products .col-md-12,
  .products .col-sm-12 {
    padding: 0 20px;
  }
}

.products .section-title {
  margin-bottom: 0;
}

.products-itemwrap {
  padding-top: 90px;
}

.products-itemwrap:nth-child(2) {
  padding-top: 60px;
}

.products-category {
  padding: 5px;
  margin-bottom: 30px;
  border: 1px solid #c3d7f0;
}

.products-category-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #d7e6f8;
  padding: 26px 40px;
}

.products-category-inner h4 {
  width: 100%;
  font-size: 16px;
  color: #2f8ede;
  padding-right: 20px;
  margin: 0 0 5px 0;
  line-height: 1.5;
}

@media print, screen and (min-width: 992px) {
  .products-category-inner h4 {
    width: 25%;
    margin: 0;
  }
}

.products-category-inner .intro-txt {
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

@media print, screen and (min-width: 992px) {
  .products-category-inner .intro-txt {
    width: 75%;
    padding-left: 20px;
    border-left: 1px solid #2f8ede;
  }
}

.products .article:not(:last-of-type) {
  margin-bottom: 36px;
}

@media print, screen and (min-width: 992px) {
  .products .article:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

.products .article .img {
  margin-bottom: 12px;
  overflow: hidden;
  line-height: 0;
}

.products .article .img img {
  width: 100%;
  transition: all .3s ease;
  object-fit: cover;
}

.products-btn {
  margin-top: 30px;
}

.products-btn .btn {
  margin: 0 auto;
}

.contact {
  background: url(../img/contact/mainvis.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 70px;
}

.contact-btn {
  margin: 30px 0 0;
}

.contact-btn .btn {
  margin: 0 auto;
}

@media print, screen and (min-width: 992px) {
  .contact-btn .btn {
    margin: 0 auto 0;
  }
}

.contact .section-title {
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
}

.marking .col-md-12,
.marking .col-sm-12 {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .marking .col-md-12,
  .marking .col-sm-12 {
    padding: 0 20px;
  }
}

.marking-cnt-step {
  width: 52px;
  height: 52px;
  background: #d7e6f8;
  border: 2px solid #c3d7f0;
  border-radius: 26px;
  font-size: 20px;
  color: #2f8ede;
  text-align: center;
  padding: 11px;
  margin-right: 10px;
}

.marking-cnt-title {
  width: 100%;
  display: flex;
}

.marking-cnt li {
  margin-bottom: 24px;
  position: relative;
  counter-increment: count;
}

.marking-cnt li h4 {
  color: #333;
  font-size: 18px;
  padding: 13px 0;
  margin: 0;
}

.marking-cnt li .base-txt {
  padding-left: 62px;
}

.marking-cnt li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50px;
  width: 2px;
  height: 90%;
  background-color: #c3d7f0;
}

.marking-btn {
  margin-top: 30px;
}

.marking .article {
  margin-top: 30px;
}

.marking-name {
  font-size: 14px;
  font-weight: 400;
  background: #d7e6f9;
  text-align: center;
  padding: 8px 0;
  margin: 0 0 10px;
}

.marking .msg {
  font-size: 20px;
  margin-top: 40px;
}

/*# sourceMappingURL=regular.css.map */