@charset 'UTF-8';

/*********************
Variables, Mixins, Etc
*********************/
/*********************
 color
*********************/
/*********************
 layout
*********************/
/*********************
path
*********************/
/*********************
 transition
*********************/
/************* Font size *****************/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
    /* 1 */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    background-repeat: no-repeat;
    /* 2 */
    ;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
    /* 1 */
    vertical-align: inherit;
    text-decoration: inherit;
    /* 2 */
    ;
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
    /* 1 */
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    ;
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    /* 1 */
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
    ;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
    list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
    ;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: 0;
    /* 1 */
    text-decoration: underline;
    /* 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 style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
    background-color: #b3d4fc;
    /* 1 */
    color: #000;
    /* 1 */
    text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
    fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
    border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: none;
    /* 2 */
    ;
}

/**
 * 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 {
    padding: 0;
    border-style: none;
}

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

/**
 * 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 {
    /* 2 */
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 1 */
    color: inherit;
    /* 3 */
    white-space: normal;
    /* 1 */
    ;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
    ;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
    /* 1 */
    resize: vertical;
    overflow: auto;
    /* 2 */
    ;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    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'] {
    /* 1 */
    outline-offset: -2px;
    -webkit-appearance: textfield;
    /* 2 */
    ;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[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 {
    /* 1 */
    font: inherit;
    -webkit-appearance: button;
    /* 2 */
    ;
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    /* 1 */
    touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy='true'] {
    cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
    cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden='false'][hidden]:not(:focus) {
    display: inherit;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
    cursor: default;
}

/* normalize overwrite */
html {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16;
    font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1280 - 320));
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: YakuHanJP, Avenir, 'Noto Sans', 'Noto Sans CJK JP', 'NotoSansCJKjp-Jxck', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /* フォントレンダリング設定 for Mac: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/*********************
0. ADMINS STYLES
*********************/
/* Admin Top Navigation fixes */
#wpadminbar {
    position: fixed !important;
}

body.admin-bar .site__header {
    top: 46px !important;
}

@media screen and (min-width: 782px) {
    body.admin-bar .site__header {
        top: 32px !important;
    }
}

img {
    max-width: 100%;
}

@font-face {
    font-family: 'NotoSansCJKjp-Jxck';
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: local('../fonts/NotoSansCJKjp-Jxck-Regular.otf'), local('../fonts/NotoSansCJKjp-Jxck-Regular.otf'), url('../fonts/NotoSansCJKjp-Jxck-Regular.woff') format('woff');
}

@font-face {
    font-family: 'NotoSansCJKjp-Jxck';
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: local('../fonts/NotoSansCJKjp-Medium.otf'), local('../fonts/NotoSansCJKjp-Medium.otf'), url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
    font-family: 'NotoSansCJKjp-Jxck';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: local('../fonts/NotoSansCJKjp-Jxck-Bold.otf'), local('../fonts/NotoSansJP-Jxck-Bold.otf'), url('../fonts/NotoSansCJKjp-Jxck-Bold.woff') format('woff');
}

@font-face {
    font-family: 'YakuHanJP';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/YakuHanJP-Regular.woff2') format('woff2'), url('../fonts/YakuHanJP-Regular.woff') format('woff');
}

@font-face {
    font-family: 'YakuHanJP';
    font-weight: bold;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/YakuHanJP-Bold.woff2') format('woff2'), url('../fonts/YakuHanJP-Bold.woff') format('woff');
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts//fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts//fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts//fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    top: 0.14286em;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: '';
}

.fa-music:before {
    content: '';
}

.fa-search:before {
    content: '';
}

.fa-envelope-o:before {
    content: '';
}

.fa-heart:before {
    content: '';
}

.fa-star:before {
    content: '';
}

.fa-star-o:before {
    content: '';
}

.fa-user:before {
    content: '';
}

.fa-film:before {
    content: '';
}

.fa-th-large:before {
    content: '';
}

.fa-th:before {
    content: '';
}

.fa-th-list:before {
    content: '';
}

.fa-check:before {
    content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: '';
}

.fa-search-plus:before {
    content: '';
}

.fa-search-minus:before {
    content: '';
}

.fa-power-off:before {
    content: '';
}

.fa-signal:before {
    content: '';
}

.fa-gear:before,
.fa-cog:before {
    content: '';
}

.fa-trash-o:before {
    content: '';
}

.fa-home:before {
    content: '';
}

.fa-file-o:before {
    content: '';
}

.fa-clock-o:before {
    content: '';
}

.fa-road:before {
    content: '';
}

.fa-download:before {
    content: '';
}

.fa-arrow-circle-o-down:before {
    content: '';
}

.fa-arrow-circle-o-up:before {
    content: '';
}

.fa-inbox:before {
    content: '';
}

.fa-play-circle-o:before {
    content: '';
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: '';
}

.fa-refresh:before {
    content: '';
}

.fa-list-alt:before {
    content: '';
}

.fa-lock:before {
    content: '';
}

.fa-flag:before {
    content: '';
}

.fa-headphones:before {
    content: '';
}

.fa-volume-off:before {
    content: '';
}

.fa-volume-down:before {
    content: '';
}

.fa-volume-up:before {
    content: '';
}

.fa-qrcode:before {
    content: '';
}

.fa-barcode:before {
    content: '';
}

.fa-tag:before {
    content: '';
}

.fa-tags:before {
    content: '';
}

.fa-book:before {
    content: '';
}

.fa-bookmark:before {
    content: '';
}

.fa-print:before {
    content: '';
}

.fa-camera:before {
    content: '';
}

.fa-font:before {
    content: '';
}

.fa-bold:before {
    content: '';
}

.fa-italic:before {
    content: '';
}

.fa-text-height:before {
    content: '';
}

.fa-text-width:before {
    content: '';
}

.fa-align-left:before {
    content: '';
}

.fa-align-center:before {
    content: '';
}

.fa-align-right:before {
    content: '';
}

.fa-align-justify:before {
    content: '';
}

.fa-list:before {
    content: '';
}

.fa-dedent:before,
.fa-outdent:before {
    content: '';
}

.fa-indent:before {
    content: '';
}

.fa-video-camera:before {
    content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: '';
}

.fa-pencil:before {
    content: '';
}

.fa-map-marker:before {
    content: '';
}

.fa-adjust:before {
    content: '';
}

.fa-tint:before {
    content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: '';
}

.fa-share-square-o:before {
    content: '';
}

.fa-check-square-o:before {
    content: '';
}

.fa-arrows:before {
    content: '';
}

.fa-step-backward:before {
    content: '';
}

.fa-fast-backward:before {
    content: '';
}

.fa-backward:before {
    content: '';
}

.fa-play:before {
    content: '';
}

.fa-pause:before {
    content: '';
}

.fa-stop:before {
    content: '';
}

.fa-forward:before {
    content: '';
}

.fa-fast-forward:before {
    content: '';
}

.fa-step-forward:before {
    content: '';
}

.fa-eject:before {
    content: '';
}

.fa-chevron-left:before {
    content: '';
}

.fa-chevron-right:before {
    content: '';
}

.fa-plus-circle:before {
    content: '';
}

.fa-minus-circle:before {
    content: '';
}

.fa-times-circle:before {
    content: '';
}

.fa-check-circle:before {
    content: '';
}

.fa-question-circle:before {
    content: '';
}

.fa-info-circle:before {
    content: '';
}

.fa-crosshairs:before {
    content: '';
}

.fa-times-circle-o:before {
    content: '';
}

.fa-check-circle-o:before {
    content: '';
}

.fa-ban:before {
    content: '';
}

.fa-arrow-left:before {
    content: '';
}

.fa-arrow-right:before {
    content: '';
}

.fa-arrow-up:before {
    content: '';
}

.fa-arrow-down:before {
    content: '';
}

.fa-mail-forward:before,
.fa-share:before {
    content: '';
}

.fa-expand:before {
    content: '';
}

.fa-compress:before {
    content: '';
}

.fa-plus:before {
    content: '';
}

.fa-minus:before {
    content: '';
}

.fa-asterisk:before {
    content: '';
}

.fa-exclamation-circle:before {
    content: '';
}

.fa-gift:before {
    content: '';
}

.fa-leaf:before {
    content: '';
}

.fa-fire:before {
    content: '';
}

.fa-eye:before {
    content: '';
}

.fa-eye-slash:before {
    content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: '';
}

.fa-plane:before {
    content: '';
}

.fa-calendar:before {
    content: '';
}

.fa-random:before {
    content: '';
}

.fa-comment:before {
    content: '';
}

.fa-magnet:before {
    content: '';
}

.fa-chevron-up:before {
    content: '';
}

.fa-chevron-down:before {
    content: '';
}

.fa-retweet:before {
    content: '';
}

.fa-shopping-cart:before {
    content: '';
}

.fa-folder:before {
    content: '';
}

.fa-folder-open:before {
    content: '';
}

.fa-arrows-v:before {
    content: '';
}

.fa-arrows-h:before {
    content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: '';
}

.fa-twitter-square:before {
    content: '';
}

.fa-facebook-square:before {
    content: '';
}

.fa-camera-retro:before {
    content: '';
}

.fa-key:before {
    content: '';
}

.fa-gears:before,
.fa-cogs:before {
    content: '';
}

.fa-comments:before {
    content: '';
}

.fa-thumbs-o-up:before {
    content: '';
}

.fa-thumbs-o-down:before {
    content: '';
}

.fa-star-half:before {
    content: '';
}

.fa-heart-o:before {
    content: '';
}

.fa-sign-out:before {
    content: '';
}

.fa-linkedin-square:before {
    content: '';
}

.fa-thumb-tack:before {
    content: '';
}

.fa-external-link:before {
    content: '';
}

.fa-sign-in:before {
    content: '';
}

.fa-trophy:before {
    content: '';
}

.fa-github-square:before {
    content: '';
}

.fa-upload:before {
    content: '';
}

.fa-lemon-o:before {
    content: '';
}

.fa-phone:before {
    content: '';
}

.fa-square-o:before {
    content: '';
}

.fa-bookmark-o:before {
    content: '';
}

.fa-phone-square:before {
    content: '';
}

.fa-twitter:before {
    content: '';
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: '';
}

.fa-github:before {
    content: '';
}

.fa-unlock:before {
    content: '';
}

.fa-credit-card:before {
    content: '';
}

.fa-feed:before,
.fa-rss:before {
    content: '';
}

.fa-hdd-o:before {
    content: '';
}

.fa-bullhorn:before {
    content: '';
}

.fa-bell:before {
    content: '';
}

.fa-certificate:before {
    content: '';
}

.fa-hand-o-right:before {
    content: '';
}

.fa-hand-o-left:before {
    content: '';
}

.fa-hand-o-up:before {
    content: '';
}

.fa-hand-o-down:before {
    content: '';
}

.fa-arrow-circle-left:before {
    content: '';
}

.fa-arrow-circle-right:before {
    content: '';
}

.fa-arrow-circle-up:before {
    content: '';
}

.fa-arrow-circle-down:before {
    content: '';
}

.fa-globe:before {
    content: '';
}

.fa-wrench:before {
    content: '';
}

.fa-tasks:before {
    content: '';
}

.fa-filter:before {
    content: '';
}

.fa-briefcase:before {
    content: '';
}

.fa-arrows-alt:before {
    content: '';
}

.fa-group:before,
.fa-users:before {
    content: '';
}

.fa-chain:before,
.fa-link:before {
    content: '';
}

.fa-cloud:before {
    content: '';
}

.fa-flask:before {
    content: '';
}

.fa-cut:before,
.fa-scissors:before {
    content: '';
}

.fa-copy:before,
.fa-files-o:before {
    content: '';
}

.fa-paperclip:before {
    content: '';
}

.fa-save:before,
.fa-floppy-o:before {
    content: '';
}

.fa-square:before {
    content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: '';
}

.fa-list-ul:before {
    content: '';
}

.fa-list-ol:before {
    content: '';
}

.fa-strikethrough:before {
    content: '';
}

.fa-underline:before {
    content: '';
}

.fa-table:before {
    content: '';
}

.fa-magic:before {
    content: '';
}

.fa-truck:before {
    content: '';
}

.fa-pinterest:before {
    content: '';
}

.fa-pinterest-square:before {
    content: '';
}

.fa-google-plus-square:before {
    content: '';
}

.fa-google-plus:before {
    content: '';
}

.fa-money:before {
    content: '';
}

.fa-caret-down:before {
    content: '';
}

.fa-caret-up:before {
    content: '';
}

.fa-caret-left:before {
    content: '';
}

.fa-caret-right:before {
    content: '';
}

.fa-columns:before {
    content: '';
}

.fa-unsorted:before,
.fa-sort:before {
    content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: '';
}

.fa-envelope:before {
    content: '';
}

.fa-linkedin:before {
    content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
    content: '';
}

.fa-legal:before,
.fa-gavel:before {
    content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: '';
}

.fa-comment-o:before {
    content: '';
}

.fa-comments-o:before {
    content: '';
}

.fa-flash:before,
.fa-bolt:before {
    content: '';
}

.fa-sitemap:before {
    content: '';
}

.fa-umbrella:before {
    content: '';
}

.fa-paste:before,
.fa-clipboard:before {
    content: '';
}

.fa-lightbulb-o:before {
    content: '';
}

.fa-exchange:before {
    content: '';
}

.fa-cloud-download:before {
    content: '';
}

.fa-cloud-upload:before {
    content: '';
}

.fa-user-md:before {
    content: '';
}

.fa-stethoscope:before {
    content: '';
}

.fa-suitcase:before {
    content: '';
}

.fa-bell-o:before {
    content: '';
}

.fa-coffee:before {
    content: '';
}

.fa-cutlery:before {
    content: '';
}

.fa-file-text-o:before {
    content: '';
}

.fa-building-o:before {
    content: '';
}

.fa-hospital-o:before {
    content: '';
}

.fa-ambulance:before {
    content: '';
}

.fa-medkit:before {
    content: '';
}

.fa-fighter-jet:before {
    content: '';
}

.fa-beer:before {
    content: '';
}

.fa-h-square:before {
    content: '';
}

.fa-plus-square:before {
    content: '';
}

.fa-angle-double-left:before {
    content: '';
}

.fa-angle-double-right:before {
    content: '';
}

.fa-angle-double-up:before {
    content: '';
}

.fa-angle-double-down:before {
    content: '';
}

.fa-angle-left:before {
    content: '';
}

.fa-angle-right:before {
    content: '';
}

.fa-angle-up:before {
    content: '';
}

.fa-angle-down:before {
    content: '';
}

.fa-desktop:before {
    content: '';
}

.fa-laptop:before {
    content: '';
}

.fa-tablet:before {
    content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: '';
}

.fa-circle-o:before {
    content: '';
}

.fa-quote-left:before {
    content: '';
}

.fa-quote-right:before {
    content: '';
}

.fa-spinner:before {
    content: '';
}

.fa-circle:before {
    content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
    content: '';
}

.fa-github-alt:before {
    content: '';
}

.fa-folder-o:before {
    content: '';
}

.fa-folder-open-o:before {
    content: '';
}

.fa-smile-o:before {
    content: '';
}

.fa-frown-o:before {
    content: '';
}

.fa-meh-o:before {
    content: '';
}

.fa-gamepad:before {
    content: '';
}

.fa-keyboard-o:before {
    content: '';
}

.fa-flag-o:before {
    content: '';
}

.fa-flag-checkered:before {
    content: '';
}

.fa-terminal:before {
    content: '';
}

.fa-code:before {
    content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: '';
}

.fa-location-arrow:before {
    content: '';
}

.fa-crop:before {
    content: '';
}

.fa-code-fork:before {
    content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: '';
}

.fa-question:before {
    content: '';
}

.fa-info:before {
    content: '';
}

.fa-exclamation:before {
    content: '';
}

.fa-superscript:before {
    content: '';
}

.fa-subscript:before {
    content: '';
}

.fa-eraser:before {
    content: '';
}

.fa-puzzle-piece:before {
    content: '';
}

.fa-microphone:before {
    content: '';
}

.fa-microphone-slash:before {
    content: '';
}

.fa-shield:before {
    content: '';
}

.fa-calendar-o:before {
    content: '';
}

.fa-fire-extinguisher:before {
    content: '';
}

.fa-rocket:before {
    content: '';
}

.fa-maxcdn:before {
    content: '';
}

.fa-chevron-circle-left:before {
    content: '';
}

.fa-chevron-circle-right:before {
    content: '';
}

.fa-chevron-circle-up:before {
    content: '';
}

.fa-chevron-circle-down:before {
    content: '';
}

.fa-html5:before {
    content: '';
}

.fa-css3:before {
    content: '';
}

.fa-anchor:before {
    content: '';
}

.fa-unlock-alt:before {
    content: '';
}

.fa-bullseye:before {
    content: '';
}

.fa-ellipsis-h:before {
    content: '';
}

.fa-ellipsis-v:before {
    content: '';
}

.fa-rss-square:before {
    content: '';
}

.fa-play-circle:before {
    content: '';
}

.fa-ticket:before {
    content: '';
}

.fa-minus-square:before {
    content: '';
}

.fa-minus-square-o:before {
    content: '';
}

.fa-level-up:before {
    content: '';
}

.fa-level-down:before {
    content: '';
}

.fa-check-square:before {
    content: '';
}

.fa-pencil-square:before {
    content: '';
}

.fa-external-link-square:before {
    content: '';
}

.fa-share-square:before {
    content: '';
}

.fa-compass:before {
    content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: '';
}

.fa-euro:before,
.fa-eur:before {
    content: '';
}

.fa-gbp:before {
    content: '';
}

.fa-dollar:before,
.fa-usd:before {
    content: '';
}

.fa-rupee:before,
.fa-inr:before {
    content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: '';
}

.fa-won:before,
.fa-krw:before {
    content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
    content: '';
}

.fa-file:before {
    content: '';
}

.fa-file-text:before {
    content: '';
}

.fa-sort-alpha-asc:before {
    content: '';
}

.fa-sort-alpha-desc:before {
    content: '';
}

.fa-sort-amount-asc:before {
    content: '';
}

.fa-sort-amount-desc:before {
    content: '';
}

.fa-sort-numeric-asc:before {
    content: '';
}

.fa-sort-numeric-desc:before {
    content: '';
}

.fa-thumbs-up:before {
    content: '';
}

.fa-thumbs-down:before {
    content: '';
}

.fa-youtube-square:before {
    content: '';
}

.fa-youtube:before {
    content: '';
}

.fa-xing:before {
    content: '';
}

.fa-xing-square:before {
    content: '';
}

.fa-youtube-play:before {
    content: '';
}

.fa-dropbox:before {
    content: '';
}

.fa-stack-overflow:before {
    content: '';
}

.fa-instagram:before {
    content: '';
}

.fa-flickr:before {
    content: '';
}

.fa-adn:before {
    content: '';
}

.fa-bitbucket:before {
    content: '';
}

.fa-bitbucket-square:before {
    content: '';
}

.fa-tumblr:before {
    content: '';
}

.fa-tumblr-square:before {
    content: '';
}

.fa-long-arrow-down:before {
    content: '';
}

.fa-long-arrow-up:before {
    content: '';
}

.fa-long-arrow-left:before {
    content: '';
}

.fa-long-arrow-right:before {
    content: '';
}

.fa-apple:before {
    content: '';
}

.fa-windows:before {
    content: '';
}

.fa-android:before {
    content: '';
}

.fa-linux:before {
    content: '';
}

.fa-dribbble:before {
    content: '';
}

.fa-skype:before {
    content: '';
}

.fa-foursquare:before {
    content: '';
}

.fa-trello:before {
    content: '';
}

.fa-female:before {
    content: '';
}

.fa-male:before {
    content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
    content: '';
}

.fa-sun-o:before {
    content: '';
}

.fa-moon-o:before {
    content: '';
}

.fa-archive:before {
    content: '';
}

.fa-bug:before {
    content: '';
}

.fa-vk:before {
    content: '';
}

.fa-weibo:before {
    content: '';
}

.fa-renren:before {
    content: '';
}

.fa-pagelines:before {
    content: '';
}

.fa-stack-exchange:before {
    content: '';
}

.fa-arrow-circle-o-right:before {
    content: '';
}

.fa-arrow-circle-o-left:before {
    content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: '';
}

.fa-dot-circle-o:before {
    content: '';
}

.fa-wheelchair:before {
    content: '';
}

.fa-vimeo-square:before {
    content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
    content: '';
}

.fa-plus-square-o:before {
    content: '';
}

.fa-space-shuttle:before {
    content: '';
}

.fa-slack:before {
    content: '';
}

.fa-envelope-square:before {
    content: '';
}

.fa-wordpress:before {
    content: '';
}

.fa-openid:before {
    content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: '';
}

.fa-yahoo:before {
    content: '';
}

.fa-google:before {
    content: '';
}

.fa-reddit:before {
    content: '';
}

.fa-reddit-square:before {
    content: '';
}

.fa-stumbleupon-circle:before {
    content: '';
}

.fa-stumbleupon:before {
    content: '';
}

.fa-delicious:before {
    content: '';
}

.fa-digg:before {
    content: '';
}

.fa-pied-piper-pp:before {
    content: '';
}

.fa-pied-piper-alt:before {
    content: '';
}

.fa-drupal:before {
    content: '';
}

.fa-joomla:before {
    content: '';
}

.fa-language:before {
    content: '';
}

.fa-fax:before {
    content: '';
}

.fa-building:before {
    content: '';
}

.fa-child:before {
    content: '';
}

.fa-paw:before {
    content: '';
}

.fa-spoon:before {
    content: '';
}

.fa-cube:before {
    content: '';
}

.fa-cubes:before {
    content: '';
}

.fa-behance:before {
    content: '';
}

.fa-behance-square:before {
    content: '';
}

.fa-steam:before {
    content: '';
}

.fa-steam-square:before {
    content: '';
}

.fa-recycle:before {
    content: '';
}

.fa-automobile:before,
.fa-car:before {
    content: '';
}

.fa-cab:before,
.fa-taxi:before {
    content: '';
}

.fa-tree:before {
    content: '';
}

.fa-spotify:before {
    content: '';
}

.fa-deviantart:before {
    content: '';
}

.fa-soundcloud:before {
    content: '';
}

.fa-database:before {
    content: '';
}

.fa-file-pdf-o:before {
    content: '';
}

.fa-file-word-o:before {
    content: '';
}

.fa-file-excel-o:before {
    content: '';
}

.fa-file-powerpoint-o:before {
    content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: '';
}

.fa-file-code-o:before {
    content: '';
}

.fa-vine:before {
    content: '';
}

.fa-codepen:before {
    content: '';
}

.fa-jsfiddle:before {
    content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: '';
}

.fa-circle-o-notch:before {
    content: '';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: '';
}

.fa-ge:before,
.fa-empire:before {
    content: '';
}

.fa-git-square:before {
    content: '';
}

.fa-git:before {
    content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: '';
}

.fa-tencent-weibo:before {
    content: '';
}

.fa-qq:before {
    content: '';
}

.fa-wechat:before,
.fa-weixin:before {
    content: '';
}

.fa-send:before,
.fa-paper-plane:before {
    content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: '';
}

.fa-history:before {
    content: '';
}

.fa-circle-thin:before {
    content: '';
}

.fa-header:before {
    content: '';
}

.fa-paragraph:before {
    content: '';
}

.fa-sliders:before {
    content: '';
}

.fa-share-alt:before {
    content: '';
}

.fa-share-alt-square:before {
    content: '';
}

.fa-bomb:before {
    content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: '';
}

.fa-tty:before {
    content: '';
}

.fa-binoculars:before {
    content: '';
}

.fa-plug:before {
    content: '';
}

.fa-slideshare:before {
    content: '';
}

.fa-twitch:before {
    content: '';
}

.fa-yelp:before {
    content: '';
}

.fa-newspaper-o:before {
    content: '';
}

.fa-wifi:before {
    content: '';
}

.fa-calculator:before {
    content: '';
}

.fa-paypal:before {
    content: '';
}

.fa-google-wallet:before {
    content: '';
}

.fa-cc-visa:before {
    content: '';
}

.fa-cc-mastercard:before {
    content: '';
}

.fa-cc-discover:before {
    content: '';
}

.fa-cc-amex:before {
    content: '';
}

.fa-cc-paypal:before {
    content: '';
}

.fa-cc-stripe:before {
    content: '';
}

.fa-bell-slash:before {
    content: '';
}

.fa-bell-slash-o:before {
    content: '';
}

.fa-trash:before {
    content: '';
}

.fa-copyright:before {
    content: '';
}

.fa-at:before {
    content: '';
}

.fa-eyedropper:before {
    content: '';
}

.fa-paint-brush:before {
    content: '';
}

.fa-birthday-cake:before {
    content: '';
}

.fa-area-chart:before {
    content: '';
}

.fa-pie-chart:before {
    content: '';
}

.fa-line-chart:before {
    content: '';
}

.fa-lastfm:before {
    content: '';
}

.fa-lastfm-square:before {
    content: '';
}

.fa-toggle-off:before {
    content: '';
}

.fa-toggle-on:before {
    content: '';
}

.fa-bicycle:before {
    content: '';
}

.fa-bus:before {
    content: '';
}

.fa-ioxhost:before {
    content: '';
}

.fa-angellist:before {
    content: '';
}

.fa-cc:before {
    content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: '';
}

.fa-meanpath:before {
    content: '';
}

.fa-buysellads:before {
    content: '';
}

.fa-connectdevelop:before {
    content: '';
}

.fa-dashcube:before {
    content: '';
}

.fa-forumbee:before {
    content: '';
}

.fa-leanpub:before {
    content: '';
}

.fa-sellsy:before {
    content: '';
}

.fa-shirtsinbulk:before {
    content: '';
}

.fa-simplybuilt:before {
    content: '';
}

.fa-skyatlas:before {
    content: '';
}

.fa-cart-plus:before {
    content: '';
}

.fa-cart-arrow-down:before {
    content: '';
}

.fa-diamond:before {
    content: '';
}

.fa-ship:before {
    content: '';
}

.fa-user-secret:before {
    content: '';
}

.fa-motorcycle:before {
    content: '';
}

.fa-street-view:before {
    content: '';
}

.fa-heartbeat:before {
    content: '';
}

.fa-venus:before {
    content: '';
}

.fa-mars:before {
    content: '';
}

.fa-mercury:before {
    content: '';
}

.fa-intersex:before,
.fa-transgender:before {
    content: '';
}

.fa-transgender-alt:before {
    content: '';
}

.fa-venus-double:before {
    content: '';
}

.fa-mars-double:before {
    content: '';
}

.fa-venus-mars:before {
    content: '';
}

.fa-mars-stroke:before {
    content: '';
}

.fa-mars-stroke-v:before {
    content: '';
}

.fa-mars-stroke-h:before {
    content: '';
}

.fa-neuter:before {
    content: '';
}

.fa-genderless:before {
    content: '';
}

.fa-facebook-official:before {
    content: '';
}

.fa-pinterest-p:before {
    content: '';
}

.fa-whatsapp:before {
    content: '';
}

.fa-server:before {
    content: '';
}

.fa-user-plus:before {
    content: '';
}

.fa-user-times:before {
    content: '';
}

.fa-hotel:before,
.fa-bed:before {
    content: '';
}

.fa-viacoin:before {
    content: '';
}

.fa-train:before {
    content: '';
}

.fa-subway:before {
    content: '';
}

.fa-medium:before {
    content: '';
}

.fa-yc:before,
.fa-y-combinator:before {
    content: '';
}

.fa-optin-monster:before {
    content: '';
}

.fa-opencart:before {
    content: '';
}

.fa-expeditedssl:before {
    content: '';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: '';
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: '';
}

.fa-mouse-pointer:before {
    content: '';
}

.fa-i-cursor:before {
    content: '';
}

.fa-object-group:before {
    content: '';
}

.fa-object-ungroup:before {
    content: '';
}

.fa-sticky-note:before {
    content: '';
}

.fa-sticky-note-o:before {
    content: '';
}

.fa-cc-jcb:before {
    content: '';
}

.fa-cc-diners-club:before {
    content: '';
}

.fa-clone:before {
    content: '';
}

.fa-balance-scale:before {
    content: '';
}

.fa-hourglass-o:before {
    content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: '';
}

.fa-hourglass:before {
    content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: '';
}

.fa-hand-scissors-o:before {
    content: '';
}

.fa-hand-lizard-o:before {
    content: '';
}

.fa-hand-spock-o:before {
    content: '';
}

.fa-hand-pointer-o:before {
    content: '';
}

.fa-hand-peace-o:before {
    content: '';
}

.fa-trademark:before {
    content: '';
}

.fa-registered:before {
    content: '';
}

.fa-creative-commons:before {
    content: '';
}

.fa-gg:before {
    content: '';
}

.fa-gg-circle:before {
    content: '';
}

.fa-tripadvisor:before {
    content: '';
}

.fa-odnoklassniki:before {
    content: '';
}

.fa-odnoklassniki-square:before {
    content: '';
}

.fa-get-pocket:before {
    content: '';
}

.fa-wikipedia-w:before {
    content: '';
}

.fa-safari:before {
    content: '';
}

.fa-chrome:before {
    content: '';
}

.fa-firefox:before {
    content: '';
}

.fa-opera:before {
    content: '';
}

.fa-internet-explorer:before {
    content: '';
}

.fa-tv:before,
.fa-television:before {
    content: '';
}

.fa-contao:before {
    content: '';
}

.fa-500px:before {
    content: '';
}

.fa-amazon:before {
    content: '';
}

.fa-calendar-plus-o:before {
    content: '';
}

.fa-calendar-minus-o:before {
    content: '';
}

.fa-calendar-times-o:before {
    content: '';
}

.fa-calendar-check-o:before {
    content: '';
}

.fa-industry:before {
    content: '';
}

.fa-map-pin:before {
    content: '';
}

.fa-map-signs:before {
    content: '';
}

.fa-map-o:before {
    content: '';
}

.fa-map:before {
    content: '';
}

.fa-commenting:before {
    content: '';
}

.fa-commenting-o:before {
    content: '';
}

.fa-houzz:before {
    content: '';
}

.fa-vimeo:before {
    content: '';
}

.fa-black-tie:before {
    content: '';
}

.fa-fonticons:before {
    content: '';
}

.fa-reddit-alien:before {
    content: '';
}

.fa-edge:before {
    content: '';
}

.fa-credit-card-alt:before {
    content: '';
}

.fa-codiepie:before {
    content: '';
}

.fa-modx:before {
    content: '';
}

.fa-fort-awesome:before {
    content: '';
}

.fa-usb:before {
    content: '';
}

.fa-product-hunt:before {
    content: '';
}

.fa-mixcloud:before {
    content: '';
}

.fa-scribd:before {
    content: '';
}

.fa-pause-circle:before {
    content: '';
}

.fa-pause-circle-o:before {
    content: '';
}

.fa-stop-circle:before {
    content: '';
}

.fa-stop-circle-o:before {
    content: '';
}

.fa-shopping-bag:before {
    content: '';
}

.fa-shopping-basket:before {
    content: '';
}

.fa-hashtag:before {
    content: '';
}

.fa-bluetooth:before {
    content: '';
}

.fa-bluetooth-b:before {
    content: '';
}

.fa-percent:before {
    content: '';
}

.fa-gitlab:before {
    content: '';
}

.fa-wpbeginner:before {
    content: '';
}

.fa-wpforms:before {
    content: '';
}

.fa-envira:before {
    content: '';
}

.fa-universal-access:before {
    content: '';
}

.fa-wheelchair-alt:before {
    content: '';
}

.fa-question-circle-o:before {
    content: '';
}

.fa-blind:before {
    content: '';
}

.fa-audio-description:before {
    content: '';
}

.fa-volume-control-phone:before {
    content: '';
}

.fa-braille:before {
    content: '';
}

.fa-assistive-listening-systems:before {
    content: '';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: '';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: '';
}

.fa-glide:before {
    content: '';
}

.fa-glide-g:before {
    content: '';
}

.fa-signing:before,
.fa-sign-language:before {
    content: '';
}

.fa-low-vision:before {
    content: '';
}

.fa-viadeo:before {
    content: '';
}

.fa-viadeo-square:before {
    content: '';
}

.fa-snapchat:before {
    content: '';
}

.fa-snapchat-ghost:before {
    content: '';
}

.fa-snapchat-square:before {
    content: '';
}

.fa-pied-piper:before {
    content: '';
}

.fa-first-order:before {
    content: '';
}

.fa-yoast:before {
    content: '';
}

.fa-themeisle:before {
    content: '';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: '';
}

.fa-fa:before,
.fa-font-awesome:before {
    content: '';
}

.fa-handshake-o:before {
    content: '';
}

.fa-envelope-open:before {
    content: '';
}

.fa-envelope-open-o:before {
    content: '';
}

.fa-linode:before {
    content: '';
}

.fa-address-book:before {
    content: '';
}

.fa-address-book-o:before {
    content: '';
}

.fa-vcard:before,
.fa-address-card:before {
    content: '';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: '';
}

.fa-user-circle:before {
    content: '';
}

.fa-user-circle-o:before {
    content: '';
}

.fa-user-o:before {
    content: '';
}

.fa-id-badge:before {
    content: '';
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: '';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: '';
}

.fa-quora:before {
    content: '';
}

.fa-free-code-camp:before {
    content: '';
}

.fa-telegram:before {
    content: '';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: '';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: '';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: '';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: '';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: '';
}

.fa-shower:before {
    content: '';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: '';
}

.fa-podcast:before {
    content: '';
}

.fa-window-maximize:before {
    content: '';
}

.fa-window-minimize:before {
    content: '';
}

.fa-window-restore:before {
    content: '';
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: '';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: '';
}

.fa-bandcamp:before {
    content: '';
}

.fa-grav:before {
    content: '';
}

.fa-etsy:before {
    content: '';
}

.fa-imdb:before {
    content: '';
}

.fa-ravelry:before {
    content: '';
}

.fa-eercast:before {
    content: '';
}

.fa-microchip:before {
    content: '';
}

.fa-snowflake-o:before {
    content: '';
}

.fa-superpowers:before {
    content: '';
}

.fa-wpexplorer:before {
    content: '';
}

.fa-meetup:before {
    content: '';
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
}

.order-last {
    order: 13;
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
}

.order-0 {
    order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
}

.order-1 {
    order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}

.order-2 {
    order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
}

.order-3 {
    order: 3;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
}

.order-4 {
    order: 4;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
}

.order-5 {
    order: 5;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
}

.order-6 {
    order: 6;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
}

.order-7 {
    order: 7;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
}

.order-8 {
    order: 8;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
}

.order-9 {
    order: 9;
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
}

.order-10 {
    order: 10;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
}

.order-11 {
    order: 11;
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
}

.order-12 {
    order: 12;
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .order-sm-last {
        order: 13;
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
    }

    .order-sm-0 {
        order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
    }

    .order-sm-1 {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .order-sm-2 {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .order-sm-3 {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .order-sm-4 {
        order: 4;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
    }

    .order-sm-5 {
        order: 5;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
    }

    .order-sm-6 {
        order: 6;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
    }

    .order-sm-7 {
        order: 7;
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
    }

    .order-sm-8 {
        order: 8;
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
    }

    .order-sm-9 {
        order: 9;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
    }

    .order-sm-10 {
        order: 10;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
    }

    .order-sm-11 {
        order: 11;
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
    }

    .order-sm-12 {
        order: 12;
        -webkit-box-ordinal-group: 13;
        -ms-flex-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 (min-width: 768px) {
    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .order-md-last {
        order: 13;
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
    }

    .order-md-0 {
        order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
    }

    .order-md-1 {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .order-md-2 {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .order-md-3 {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .order-md-4 {
        order: 4;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
    }

    .order-md-5 {
        order: 5;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
    }

    .order-md-6 {
        order: 6;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
    }

    .order-md-7 {
        order: 7;
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
    }

    .order-md-8 {
        order: 8;
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
    }

    .order-md-9 {
        order: 9;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
    }

    .order-md-10 {
        order: 10;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
    }

    .order-md-11 {
        order: 11;
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
    }

    .order-md-12 {
        order: 12;
        -webkit-box-ordinal-group: 13;
        -ms-flex-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 (min-width: 992px) {
    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .order-lg-last {
        order: 13;
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
    }

    .order-lg-0 {
        order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
    }

    .order-lg-1 {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .order-lg-2 {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .order-lg-3 {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .order-lg-4 {
        order: 4;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
    }

    .order-lg-5 {
        order: 5;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
    }

    .order-lg-6 {
        order: 6;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
    }

    .order-lg-7 {
        order: 7;
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
    }

    .order-lg-8 {
        order: 8;
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
    }

    .order-lg-9 {
        order: 9;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
    }

    .order-lg-10 {
        order: 10;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
    }

    .order-lg-11 {
        order: 11;
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
    }

    .order-lg-12 {
        order: 12;
        -webkit-box-ordinal-group: 13;
        -ms-flex-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 (min-width: 1200px) {
    .col-xl {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .order-xl-last {
        order: 13;
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
    }

    .order-xl-0 {
        order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
    }

    .order-xl-1 {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .order-xl-2 {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .order-xl-3 {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .order-xl-4 {
        order: 4;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
    }

    .order-xl-5 {
        order: 5;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
    }

    .order-xl-6 {
        order: 6;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
    }

    .order-xl-7 {
        order: 7;
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
    }

    .order-xl-8 {
        order: 8;
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
    }

    .order-xl-9 {
        order: 9;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
    }

    .order-xl-10 {
        order: 10;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
    }

    .order-xl-11 {
        order: 11;
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
    }

    .order-xl-12 {
        order: 12;
        -webkit-box-ordinal-group: 13;
        -ms-flex-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%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
}

.justify-content-center {
    justify-content: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
}

.justify-content-around {
    justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
}

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

.align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
}

.align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
}

.align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
}

.align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important;
}

.align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
}

.align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
}

.align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important;
}

.align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important;
}

.align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
    }

    .align-items-md-center {
        align-items: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
    }

    .align-content-md-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
    }

    .align-self-md-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    position: relative;
    /* Fix of Webkit flickering */
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

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

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

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

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-container-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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 44px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007aff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -ms-touch-action: none;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.swiper-lazy-preloader-white:after {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    visibility: visible;
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

.site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.site__header {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
}

.site__header::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

@media (min-width: 768px) {
    .site__header::before {
        opacity: 0;
    }
}

.site__header.scrolled::before {
    opacity: 1;
}

.site__body {
    position: relative;
    z-index: 6;
    overflow: hidden;
    flex-grow: 1;
    min-width: 320px;
    padding: 0;
    padding-top: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.loaded .site__body {
    opacity: 1;
}

@media (min-width: 768px) {
    .site__body {
        padding-top: 80px;
    }
}

.page-template-service .site__body,
.page-template-service2 .site__body {
    background-color: #e0e0e0;
}

.site__footer {
    position: relative;
    z-index: 7;
    margin: auto 0 0;
}

.site__svg-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.site__svg-bg-img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -2%;
    bottom: 0;
    left: 0;
}

.site__svg-bg-img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 85vw;
    height: 100vh;
    background-image: url(../images/particles.svg);
    background-position: 100% 50%;
    background-size: contain;
}

@media (min-width: 768px) {
    .site__svg-bg-img::before {
        width: 58vw;
    }
}

.site__svg-bg-img--5::before {
    top: 5%;
}

.site__svg-bg-img--10::before {
    top: 10%;
}

.site__svg-bg-img--20::before {
    top: 20%;
}

.site__svg-bg-img--30::before {
    top: 30%;
}

.site__svg-bg-img--40::before {
    top: 40%;
}

.site__svg-bg-img--50::before {
    top: 50%;
}

.site__svg-bg-img--60::before {
    top: 60%;
}

.site__svg-bg-img--70::before {
    top: 70%;
}

.site__overlay {
    visibility: hidden;
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0.5, 0.3, 1) 0.35s;
    transition: opacity 0.35s cubic-bezier(0, 0.5, 0.3, 1) 0.35s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}

@media (min-width: 768px) {
    .menuHovered .site__overlay {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.35s cubic-bezier(0, 0.5, 0.3, 1) 0.05s;
        transition: opacity 0.35s cubic-bezier(0, 0.5, 0.3, 1) 0.05s;
    }
}

.wrap {
    margin: 1.875rem 0;
}

@media (min-width: 768px) {
    .wrap {
        margin: 2.5rem 0;
    }
}

@media (min-width: 768px) {
    .wrap {
        margin: 3.125rem 0;
    }
}

@media (min-width: 992px) {
    .wrap {
        margin: 5rem 0;
    }
}

.wrap--s {
    margin: 0.9375rem 0;
}

@media (min-width: 768px) {
    .wrap--s {
        margin: 1.25rem 0;
    }
}

@media (min-width: 992px) {
    .wrap--s {
        margin: 1.5625rem 0;
    }
}

.wrap--sm {
    margin: 1.25rem 0;
}

@media (min-width: 768px) {
    .wrap--sm {
        margin: 1.5625rem 0;
    }
}

@media (min-width: 992px) {
    .wrap--sm {
        margin: 1.875rem 0;
    }
}

.wrap--m {
    margin: 1.875rem 0;
}

@media (min-width: 768px) {
    .wrap--m {
        margin: 2.5rem 0;
    }
}

@media (min-width: 992px) {
    .wrap--m {
        margin: 3.75rem 0;
    }
}

.header {
    background-color: #fff;
}

.header::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background-color: transparent;
    -webkit-transition: background-color 0.75s linear 0.25s, -webkit-transform 0s ease 1s;
    transition: background-color 0.75s linear 0.25s, -webkit-transform 0s ease 1s;
    transition: transform 0s ease 1s, background-color 0.75s linear 0.25s;
    transition: transform 0s ease 1s, background-color 0.75s linear 0.25s, -webkit-transform 0s ease 1s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

body.open .header::before {
    background-color: rgba(0, 0, 0, 0.45);
    -webkit-transition: background-color 0.75s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0s ease;
    transition: background-color 0.75s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0s ease;
    transition: transform 0s ease, background-color 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0s ease, background-color 0.75s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0s ease;
    -webkit-transform: none;
    transform: none;
}

@media (min-width: 768px) {
    .header::before {
        display: none;
    }
}

.header__innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    height: 60px;
    margin: auto;
    padding: 0 10px;
    -webkit-transition: height 0.5s cubic-bezier(0.6, 0, 0.3, 1);
    transition: height 0.5s cubic-bezier(0.6, 0, 0.3, 1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

@media (min-width: 768px) {
    .header__innr {
        height: 80px;
    }

    .scrolled .header__innr {
        height: 60px;
    }
}

.header__toggle {
    position: absolute;
    z-index: 12;
    top: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.open .header__toggle {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

@media (min-width: 576px) {
    .open .header__toggle {
        -webkit-transform: translate3d(-340px, 0, 0);
        transform: translate3d(-340px, 0, 0);
    }
}

.site-logo {
    display: block;
    width: 150px;
    margin: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

@media (min-width: 768px) {
    .site-logo {
        width: 169px;
    }

    .scrolled .site-logo {
        width: 150px;
    }
}

.site-logo__img {
    display: block;
    width: 100%;
}

.g-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    border-left: 2px solid #003964;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media (min-width: 576px) {
    .g-nav {
        width: 340px;
    }
}

.open .g-nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.g-nav::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00487d;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .g-nav {
        position: relative;
        left: auto;
        width: auto;
        height: auto;
        border: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .g-nav::before {
        display: none;
    }
}

.g-nav__innr {
    position: relative;
    z-index: 1;
    overflow: auto;
    width: 100%;
    max-height: 100%;
    padding: 0 0 50px;
}

@media (min-width: 768px) {
    .g-nav__innr {
        position: static;
        overflow: visible;
        height: 100%;
        max-height: none;
        margin: 0 auto;
        padding: 0;
    }
}

.g-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .g-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.g-nav__item {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 1.375rem;
}

.g-nav__item.no-active {
    opacity: 0.5;
}

@media (min-width: 768px) {
    .g-nav__item {
        margin: 0 0 0 0.9375em;
        font-size: 1rem;
    }

    .g-nav__item:hover .g-nav__child-box {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media (min-width: 992px) {
    .g-nav__item {
        margin: 0 0 0 1em;
        font-size: 1.25rem;
    }
}

.g-nav .g-nav__item>a,
.g-nav .g-nav__item>.g-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 70px 0 10px;
    border-bottom: 2px solid #003964;
    background-color: #005797;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media (min-width: 768px) {

    .g-nav .g-nav__item>a,
    .g-nav .g-nav__item>.g-nav__link {
        position: relative;
        overflow: hidden;
        padding: 0 0.7em;
        border: 0;
        font-size: 17px;
        line-height: 24px;
        color: #000000;
        font-weight: bold;
        font-family: "DIN Alternate";
        background-color: transparent;
        text-decoration: none;
        text-shadow: white -1px -1px, white -1px 1px, white 1px -1px, white 1px 1px;
    }
}

@media (min-width: 992px) {

    .g-nav .g-nav__item>a,
    .g-nav .g-nav__item>.g-nav__link {
        padding: 0 0.75em;
    }
}

@media (min-width: 1200px) {

    .g-nav .g-nav__item>a,
    .g-nav .g-nav__item>.g-nav__link {
        padding: 0 0.8em;
    }
}

.g-nav .g-nav__item>a::before,
.g-nav .g-nav__item>.g-nav__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

@media (min-width: 768px) {

    .g-nav .g-nav__item>a::before,
    .g-nav .g-nav__item>.g-nav__link::before {
        display: none;
    }
}

@media (min-width: 768px) {

    .g-nav .g-nav__item>a::after,
    .g-nav .g-nav__item>.g-nav__link::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, from(#0d6cc0), to(#00013b));
        background: -webkit-linear-gradient(left, #0d6cc0 0%, #00013b 100%);
        background: linear-gradient(to right, #0d6cc0 0%, #00013b 100%);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1);
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1);
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
    }

    .g-nav .g-nav__item>a:hover::after,
    .g-nav .g-nav__item>.g-nav__link:hover::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    .g-nav .g-nav__item>a.current::after,
    .g-nav .g-nav__item>a.parent::after,
    .g-nav .g-nav__item>.g-nav__link.current::after,
    .g-nav .g-nav__item>.g-nav__link.parent::after {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}

.g-nav__child-toggle {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #003359;
}

.g-nav__child-toggle::before,
.g-nav__child-toggle::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
}

@media (min-width: 768px) {

    .g-nav__child-toggle::before,
    .g-nav__child-toggle::after {
        display: none;
    }
}

.g-nav__child-toggle::before {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}

.g-nav__child-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    -webkit-transition: translform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: translform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(6px, -50%, 0);
    transform: translate3d(6px, -50%, 0);
}

@media (min-width: 768px) {
    .g-nav__child-toggle {
        display: none;
    }
}

.g-nav__child-toggle.open::after {
    opacity: 0;
}

.g-nav__child-box {
    display: block;
    overflow: hidden;
    max-height: 0;
    font-size: 1.125rem;
    -webkit-transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {
    .g-nav__child-box {
        visibility: hidden;
        position: absolute;
        top: 110%;
        overflow: visible;
        max-height: none !important;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: all 0.25s cubic-bezier(0.6, 0, 0.3, 1);
        transition: all 0.25s cubic-bezier(0.6, 0, 0.3, 1);
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, transform, visibility;
        transition-property: opacity, transform, visibility, -webkit-transform;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@media (min-width: 768px) {
    .g-nav__child-innr {
        display: block;
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        float: left;
        min-width: 245px;
        background-color: #fff;
        -webkit-box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.08);
        text-align: left;
    }
}

.g-nav__child-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
}

@media (min-width: 768px) {
    .g-nav__child-list {
        display: block;
    }
}

.g-nav__child-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0;
}

@media (min-width: 768px) {
    .g-nav__child-item {
        margin: 0;
    }
}

.g-nav__child-link,
.g-nav .g-nav__child-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 10px;
    border-bottom: 2px solid #003964;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media (min-width: 768px) {

    .g-nav__child-link,
    .g-nav .g-nav__child-item>a {
        height: 3em;
        padding-left: 13.33333px;
        border: 0;
        color: #040000;
        font-size: 0.9375rem;
        -webkit-transition: all 0.25s cubic-bezier(0.6, 0, 0.3, 1);
        transition: all 0.25s cubic-bezier(0.6, 0, 0.3, 1);
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }

    .g-nav__child-link:hover,
    .g-nav .g-nav__child-item>a:hover {
        background-color: #ececeb;
    }
}

.g-nav__child-link::before,
.g-nav .g-nav__child-item>a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

@media (min-width: 768px) {

    .g-nav__child-link::before,
    .g-nav .g-nav__child-item>a::before {
        display: none;
    }
}

.g-nav__item--sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    align-items: center;
    padding: 15px 15px;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media (min-width: 768px) {
    .g-nav__item--sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.g-nav__item--sns::before {
    display: none;
}

.g-nav__item--sns>a,
.g-nav__item--sns>a.g-nav__link {
    display: block;
    width: 40px;
    height: 40px !important;
    padding: 0 !important;
    background-image: url(../images/fb-icon.png);
    background-size: contain;
}

@media (min-width: 768px) {

    .g-nav__item--sns>a,
    .g-nav__item--sns>a.g-nav__link {
        width: 24px;
        height: 24px !important;
    }
}

@media (min-width: 992px) {

    .g-nav__item--sns>a,
    .g-nav__item--sns>a.g-nav__link {
        width: 30px;
        height: 30px !important;
    }
}

.g-nav__item--sns>a::before,
.g-nav__item--sns>a::after,
.g-nav__item--sns>a.g-nav__link::before,
.g-nav__item--sns>a.g-nav__link::after {
    display: none !important;
}

.g-nav__item--sns .g-nav__title {
    display: none;
}

.g-nav__item--qsta {
    padding: 15px;
}

@media (min-width: 768px) {
    .g-nav__item--qsta {
        padding: 0;
    }
}

.g-nav__item--qsta::before {
    display: none;
}

.g-nav__item--qsta>a,
.g-nav__item--qsta>a.g-nav__link {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 27.60417% !important;
    border-bottom: 0 !important;
    background-color: #fff !important;
    background-image: url(../images/qsta-icon.png);
    background-position: 50% 50%;
    background-size: 72% 72%;
}

@media (min-width: 768px) {

    .g-nav__item--qsta>a,
    .g-nav__item--qsta>a.g-nav__link {
        width: 134.4px;
        height: 37.1px;
        margin: 0;
        padding: 0 !important;
        background-size: contain;
    }
}

@media (min-width: 1200px) {

    .g-nav__item--qsta>a,
    .g-nav__item--qsta>a.g-nav__link {
        width: 192px;
        height: 53px;
    }
}

.g-nav__item--qsta>a::before,
.g-nav__item--qsta>a::after,
.g-nav__item--qsta>a.g-nav__link::before,
.g-nav__item--qsta>a.g-nav__link::after {
    display: none !important;
}

.g-nav__item--qsta .g-nav__title {
    display: none;
}

.g-nav__link--sns {
    display: inline-block;
}

.g-nav__link--sns::before {
    display: none;
}

.g-nav__sns-icon-img {
    display: block;
    width: 40px;
    height: 40px;
}

@media (min-width: 768px) {
    .g-nav__sns-icon-img {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 992px) {
    .g-nav__sns-icon-img {
        width: 30px;
        height: 30px;
    }
}

.trigger {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding: 13px 19px 19px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
}

@media (min-width: 768px) {
    .trigger {
        display: none;
    }
}

.trigger__bar {
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 6px;
    background-color: #040000;
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.trigger__bar:nth-child(2) {
    -webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.trigger.close .trigger__bar:nth-child(1) {
    -webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
    transform: translate3d(0, 9px, 0) rotate(-135deg);
}

.trigger.close .trigger__bar:nth-child(2) {
    opacity: 0;
}

.trigger.close .trigger__bar:nth-child(3) {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
}

.footer {
    position: relative;
}

.footer__upper {
    overflow: hidden;
    padding: 30px 0 10px;
    background-color: #ececeb;
}

@media (min-width: 576px) {
    .footer__upper {
        padding: 30px 0;
    }
}

.footer__bottom {
    overflow: hidden;
    padding-top: 0.75rem;
    background-color: #52677c;
    color: #fff;
}

.footer__innr {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width: 576px) {
    .footer__innr {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .footer__innr {
        max-width: 1080px;
    }
}

.footer__copyright-txt {
    font-size: 0.75rem;
}

.footer__container {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}

.footer__sns-link {
    float: right;
    padding: 10px;
}

.footer__sns-img {
    display: block;
    width: 22px;
    height: 22px;
}

@media (min-width: 768px) {
    .footer__sns-img {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 992px) {
    .footer__sns-img {
        width: 30px;
        height: 30px;
    }
}

.footer__page-top {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.footer__page-top-innr {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #040000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.footer__page-top-innr svg {
    display: block;
    width: 16.29px;
    height: 8.85px;
}

.footer-nav__innr {
    width: 100%;
    margin: 0 auto;
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -1rem 0;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
}

.footer-nav__item {
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    margin: 0 0 1.875rem;
    padding: 0 1rem;
    -ms-flex-preferred-size: 50%;
}

@media (min-width: 576px) {
    .footer-nav__item {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
        margin: 0 0 1.25rem;
        -ms-flex-preferred-size: 33.3333%;
    }
}

@media (min-width: 992px) {
    .footer-nav__item {
        flex-basis: 180px;
        width: 180px;
        max-width: 180px;
        -ms-flex-preferred-size: 180px;
    }
}

.footer-nav .footer-nav__item>a,
.footer-nav .footer-nav__item>.footer-nav__link {
    display: block;
    margin: 0 0 0.5em;
    padding: 0.35em 0;
    border-top: 1px solid #a6a8a9;
    color: #040000;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    text-decoration: none;
}

@media (min-width: 576px) {

    .footer-nav .footer-nav__item>a,
    .footer-nav .footer-nav__item>.footer-nav__link {
        font-size: 1rem;
    }
}

.footer-nav__child-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-nav__child-item {
    display: block;
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 0.8125rem;
}

.footer-nav__child-link,
.footer-nav .footer-nav__child-item>a,
.footer-nav .footer-nav__child-item>.footer-nav__link {
    display: block;
    color: #040000;
    text-decoration: none;
}

.footer-b-nav {
    display: block;
    padding: 1.5rem 0;
}

@media (min-width: 768px) {
    .footer-b-nav {
        padding: 0;
    }
}

.footer-b-nav__list {
    display: block;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .footer-b-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer-b-nav__item {
    display: block;
}

@media (min-width: 768px) {
    .footer-b-nav__item {
        margin: 0 1rem 0 0;
    }
}

.footer-b-nav__link {
    display: inline-block;
    color: #fff;
    font-size: 0.8125rem;
    text-decoration: none;
}

@media (min-width: 576px) {
    .footer-b-nav__link {
        font-size: 0.75rem;
    }
}

.page-header {
    display: block;
    padding: 3.75rem;
    text-align: center;
}

.page-header--dark {
    padding: 0;
    background-color: #000;
    color: #fff;
}

.page-header--dark .page-header__title {
    padding: 0.175em 0 0.19em;
    letter-spacing: 0.1em;
}

.page-header__title {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

@media (min-width: 576px) {
    .page-header__title {
        font-size: 1.5625rem;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
    .page-header__title {
        font-size: 1.625rem;
    }
}

@media (min-width: 992px) {
    .page-header__title {
        font-size: 2rem;
    }
}

.page-body {
    display: block;
    padding: 0 0 3.125rem;
}

@media (min-width: 768px) {
    .page-body {
        padding: 0 0 5rem;
    }
}

.page-body.home {
    padding: 0;
}

.page-body__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 968px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .page-body__container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .page-body__container {
        max-width: 890px;
    }
}

@media (min-width: 1200px) {
    .page-body__container {
        max-width: 968px;
    }
}

.page-body__container--s {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .page-body__container--s {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .page-body__container--s {
        max-width: 691.2px;
    }
}

@media (min-width: 992px) {
    .page-body__container--s {
        max-width: 801px;
    }
}

@media (min-width: 1200px) {
    .page-body__container--s {
        max-width: 871.2px;
    }
}

.page-body__container--l {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.home {
    background-color: #e7edf0;
}

.home__mv {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .home__news {
        margin-top: -1.5vw;
    }
}

.home__container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.home-mv {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.home-mv__box-container {
    height: 100%;
}

.home-mv.index-1 .home-mv__paginate-link--1 {
    opacity: 0.4;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    pointer-events: none;
}

@media (min-width: 576px) {
    .home-mv.index-1 .home-mv__paginate-link--1 {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

.home-mv.index-2 .home-mv__paginate-link--2 {
    opacity: 0.4;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    pointer-events: none;
}

@media (min-width: 576px) {
    .home-mv.index-2 .home-mv__paginate-link--2 {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

.home-mv.index-3 .home-mv__paginate-link--3 {
    opacity: 0.4;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    pointer-events: none;
}

@media (min-width: 576px) {
    .home-mv.index-3 .home-mv__paginate-link--3 {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

.home-mv__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.home-mv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 8;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 142vw;
    margin: 0 auto;
    padding: 0 10px;
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
}

@media (min-width: 576px) {
    .home-mv__container {
        height: 100vw;
    }
}

@media (min-width: 768px) {
    .home-mv__container {
        align-items: center;
        height: 100%;
        padding: 0 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
}

.home-mv__text {
    display: block;
    width: 100%;
    padding: 0 12% 0 0;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
}

@media (min-width: 768px) {
    .home-mv__text {
        padding: 0 58% 0 0;
    }
}

@media (min-width: 768px) and (min-height: 640px) {
    .home-mv__text {
        padding: 0 40% 0 0;
    }
}

@media (min-width: 992px) {
    .home-mv__text {
        padding: 0 58% 0 0;
    }
}

@media (min-width: 992px) and (min-height: 640px) {
    .home-mv__text {
        padding: 0 40% 0 0;
    }
}

@media (min-width: 1200px) {
    .home-mv__text {
        padding: 0 58% 0 0;
    }
}

@media (min-width: 1200px) and (min-height: 640px) {
    .home-mv__text {
        padding: 0 39% 0 0;
    }
}

.home-mv__catch img,
.home-mv__label-en img {
    display: block;
    width: 100%;
}

.home-mv__btn-group {
    padding-top: 1.5625rem;
}

@media (min-width: 768px) {
    .home-mv__btn-group {
        display: none;
    }
}

.home-mv__catch {
    width: 100%;
    margin: 0 0 15px;
}

.home-mv__label-en {
    padding-left: 10px;
}

.home-mv__label-en--1 {
    width: 39.74026%;
}

.home-mv__label-en--2 {
    width: 55.58442%;
}

.home-mv__label-en--3 {
    width: 60%;
}

@media (min-width: 768px) {
    .pc_mainvisual {
        display: block;
        width: 100%;
    }

    .sp_mainvisual {
        display: none;
    }
}

@media (max-width: 767px) {
    .pc_mainvisual {
        display: none;
    }

    .sp_mainvisual {
        display: block;
        width: 100%;
    }
}

.home-mv__paginate {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 3vw;
    left: 0;
}

.home-mv__paginate-wrap {
    width: 100%;
}

@media (min-width: 576px) {
    .home-mv__paginate-wrap {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .home-mv__paginate-wrap {
        width: 56%;
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .home-mv__paginate-wrap {
        width: 52%;
        max-width: 840px;
    }
}

@media (min-width: 1200px) {
    .home-mv__paginate-wrap {
        width: 52%;
        max-width: 840px;
    }
}

.home-mv__paginate-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.home-mv__paginate-item {
    overflow: hidden;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.loaded .home-mv__paginate-item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.home-mv__paginate-item:nth-of-type(1) {
    flex-basis: 59.36455%;
    max-width: 59.36455%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -ms-flex-preferred-size: 59.36455%;
}

.home-mv__paginate-item:nth-of-type(2) {
    flex-basis: 72.40803%;
    max-width: 72.40803%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -ms-flex-preferred-size: 72.40803%;
}

.home-mv__paginate-item:nth-of-type(3) {
    flex-basis: 77.0903%;
    max-width: 77.0903%;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -ms-flex-preferred-size: 77.0903%;
}

.home-mv__paginate-link {
    cursor: pointer;
    display: block;
    padding: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.home-mv__paginate-link:hover {
    opacity: 0.4;
}

.home-mv__out-btns {
    display: none;
    position: absolute;
    z-index: 9;
    top: 50vh;
    right: -15px;
    width: 29vw;
    max-width: 331px;
}

@media (min-width: 768px) {
    .home-mv__out-btns {
        display: block;
    }
}

.home-mv__out-btns-group {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.9s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.9s cubic-bezier(0.6, 0, 0.3, 1);
    -webkit-transform: translate3d(101%, -50%, 0);
    transform: translate3d(101%, -50%, 0);
}

.home-mv.index-1 .home-mv__out-btns-group--1 {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.home-mv.index-2 .home-mv__out-btns-group--2 {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.home-mv.index-3 .home-mv__out-btns-group--3 {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.home-news {
    background-color: #000;
    color: #fff;
}

@media (min-width: 768px) {
    .home-news__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        height: 100%;
    }
}

.home-news__sec-head {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .home-news__sec-head {
        display: block;
        max-width: 25%;
        background: rgba(7, 33, 58, 0.3);
        height: 100%;
    }
}

.home-news__sec-title {
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font-family: "DIN Alternate";
    font-weight: bold;
}

.home-news__more-link {
    float: right;
    font-family: "DIN Alternate";
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    margin: 0.5em 0;
}

.home-news__sec-body {
    padding: 0 10px 80px;
}

@media (min-width: 768px) {
    .home-news__sec-body {
        padding: 0;
        margin: 0 auto;
    }
}

.home-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.home-news__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-news__item {
    display: block;
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid #7c7c7c;
}

.home-news__item:last-child {
    margin: 0;
}

.home-news__date {
    color: #000000;
    font-size: 0.875rem;
}

.home-news__cat {
    margin-left: 1em;
    padding: 0.25em 0.5em 0.22em;
    border-radius: 3px;
    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
    color: #ffffff;
}

.home-news__cat.press {
    background-color: #000000;
}

.home-news__cat.newsletter {
    background-color: #000000;
}

.home-news__cat.media {
    background-color: #000000;
}

.home-news__body {
    padding: 0.15em 0;
}

.home-news__title {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.35;
}

.home-news__link {
    display: block;
    color: #000000;
    text-decoration: none;
}

.home-news__link:hover {
    text-decoration: underline;
}

.home-information__bar {
    margin-top: -42px;
    opacity: 0.8;
    background-color: #000;
    color: #fff;
    height: 42px;
}

@media (max-width: 767px) {
    .home-information__bar {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-information__row {
        flex-flow: column;
    }
}

.home-information__link {
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.home-information__link:hover {
    text-decoration: underline;
}

.home-information__item {
    display: block;
    padding: 0;
}


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

@media (max-width: 767px) {
    .home-information__row {
        flex-flow: column;
    }
}

.home-information__sec-head {
    display: block;
    background: rgba(7, 33, 58, 0.3);
    width: 100%;
}

@media (min-width: 768px) {
    .home-information__sec-head {
        display: block;
        width: 25%;
        height: 100%;
    }
}

.home-information__sec-title {
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font-family: "DIN Alternate";
    font-weight: bold;
    margin: 13.5px 0;
}

.home-information__sec-body {
    padding: 0 0 80px;
}

@media (min-width: 768px) {
    .home-information__sec-body {
        padding: 0;
        margin: 0 auto;
        width: 75%;
        height: 100%;
    }
}

.home-information__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.home-information__title {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.35;
    margin: 12.5px;
}

.home-mv-btns {
    display: block;
    width: 100%;
}

.home-mv-btns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 340px;
    margin: 0 -5px;
    padding: 0;
    -ms-flex-wrap: wrap;
}

@media (min-width: 768px) {
    .home-mv-btns__list {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
    }
}

.home-mv-btns__item {
    display: block;
    position: relative;
    position: relative;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    margin: 0 0 10px;
    padding: 0;
    padding: 0 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -ms-flex-preferred-size: 50%;
}

.home-mv-btns__item:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .home-mv-btns__item {
        flex-basis: auto;
        max-width: none;
        margin: 0 0 2vh;
        padding: 0;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
        -ms-flex-preferred-size: auto;
    }
}

.home-mv-btns__item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home-mv-btns__item--dummy {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .home-mv-btns__item--dummy {
        display: none;
    }
}

.touch-is-active .home-mv-btns__item.touched img {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.8;
}

.mouse-is-active .home-mv-btns__item:hover img {
    background-color: rgba(255, 255, 255, 0.5);
}

.home-mv-btns__item.no-active {
    opacity: 1;
}

.home-mv-btns__item.no-active::after {
    content: 'Coming Soon';
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8) 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 768px) {
    .home-mv-btns__item.no-active::after {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .home-mv-btns__item.no-active::after {
        font-size: 22px;
    }
}

.h-rel {
    display: block;
}

.h-rel__item {
    margin: 0 0 4px;
    padding: 0 2px;
}

.h-rel__link {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.touch-is-active .h-rel__link.touched .h-rel__image {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
    transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
}

.mouse-is-active .h-rel__link:hover .h-rel__image {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
    transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
}

.h-rel__image {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.h-rel__label {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    min-width: 8em;
    padding: 0.35em 0.5em;
    border-radius: 6px;
    background-color: #040000;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 576px) {
    .h-rel__label {
        font-size: 3vw;
    }
}

@media (min-width: 768px) {
    .h-rel__label {
        font-size: 2vw;
    }
}

@media (min-width: 992px) {
    .h-rel__label {
        font-size: 1.5rem;
    }
}

.service__label {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 50%;
    width: 100%;
    padding: 0.35em 0.5em;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: "DIN Alternate";
    line-height: 1;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 904px) {
    .service__label {
        font-size: 25px;
    }
}

.service__under-label {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 35%;
    left: 50%;
    padding: 0.5em;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 904px) {
    .service__under-label {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .service__under-label {
        top: 35%;
        padding: 0.5em;
        font-size: 13px;
        border-bottom: 2px solid #fff;
    }
}

@media (max-width: 368px) {
    .service__under-label {
        font-size: 11px;
    }
}

.service__description {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 50%;
    width: 100%;
    padding: 1em 0.5em;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

@media (max-width: 904px) {
    .service__description {
        font-size: 13px;
    }
}

@media (max-width: 368px) {
    .service__description {
        font-size: 11px;
    }
}

.service {
    background-color: #e0e0e0;
}

.service-content__head {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

@media (min-width: 768px) {
    .service-content__head {
        padding: 20px 0;
    }
}

.mouse-is-active .service-content__head:hover {
    opacity: 0.85;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mouse-is-active .service-content__head:hover .service-content__head-bg {
    -webkit-transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
    transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
}

.touch-is-active .service-content__head.touched {
    opacity: 0.85;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.touch-is-active .service-content__head.touched .service-content__head-bg {
    -webkit-transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
    transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
}

.service-content__head--no {
    pointer-events: none;
}

.service-content__head-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
    color: #fff;
}

.service-content__head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

@media (min-width: 768px) {
    .service-content__head-row {
        flex-wrap: nowrap;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-wrap: nowrap;
    }
}

.service-content__head-title {
    width: 100%;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .service-content__head-title {
        flex-basis: 25%;
        max-width: 25%;
        text-align: left;
        -ms-flex-preferred-size: 25%;
    }
}

.service-content__head-catch {
    width: 100%;
    max-width: 320px;
    margin: 0 0 1em;
}

@media (min-width: 768px) {
    .service-content__head-catch {
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;
        -ms-flex-preferred-size: 50%;
    }
}

.service-content__head-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

@media (min-width: 768px) {
    .service-content__head-btn-wrap {
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
    }
}

.service-content__head-btn {
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 10px;
    background-color: #00a5f1;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.service-content__head-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    transition: transform 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    transition: transform 0.25s cubic-bezier(0.6, 0, 0.3, 1), -webkit-transform 0.25s cubic-bezier(0.6, 0, 0.3, 1);
}

.service-content__head-bg--1 {
    background-image: url(../images/lb_service_1_mv.jpg);
}

@media (min-width: 768px) {
    .service-content__head-bg--1 {
        background-image: url(../images/lb_service_1_mv@2x.jpg);
    }
}

.service-content__head-bg--2 {
    background-image: url(../images/lb_service_2_mv.jpg);
}

@media (min-width: 768px) {
    .service-content__head-bg--2 {
        background-image: url(../images/lb_service_2_mv@2x.jpg);
    }
}

.service-content__head-bg--3 {
    background-image: url(../images/lb_service_3_mv.jpg);
}

@media (min-width: 768px) {
    .service-content__head-bg--3 {
        background-image: url(../images/lb_service_3_mv@2x.jpg);
    }
}

.service-content__head-bg--4 {
    background-image: url(../images/lb_service_biz_mv.jpg);
}

@media (min-width: 768px) {
    .service-content__head-bg--4 {
        background-image: url(../images/lb_service_biz_mv@2x.jpg);
    }
}

.service-content__body {
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

.service-content__block {
    margin: 0 0 10px;
}

.service-content__block.open .service-content__head-btn {
    opacity: 0.5;
}

.service-content__body-innr {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.service-content__body-wrap {
    padding: 1.25rem 0 5rem;
}

.service-content__body-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    padding: 0 15px;
    font-weight: 500;
}

@media (min-width: 576px) {
    .service-content__body-container {
        width: 80%;
    }
}

.service-content__body-container--sm {
    width: 90%;
    padding: 0;
}

@media (min-width: 576px) {
    .service-content__body-container--sm {
        width: 80%;
    }
}

.service-content__body-container--m {
    width: 100%;
    max-width: 1000px;
    padding: 0;
}

.service-content__body-container--l {
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.service-content__p {
    line-height: 2;
}

.service-tab {
    display: block;
    position: relative;
}

.service-tab__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media (min-width: 768px) {
    .service-tab__row {
        margin: 0 -4px;
    }
}

.service-tab__item {
    display: block;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    min-height: 1px;
    padding: 2px 1px;
    -ms-flex-preferred-size: 50%;
}

@media (min-width: 768px) {
    .service-tab__item {
        padding: 4px 2px;
    }
}

.service-tab__link {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .service-tab__link {
        padding: 40px 0;
    }
}

.service-tab__link--comingsoon {
    pointer-events: none;
}

.service-tab__link--comingsoon::after {
    content: 'Coming Soon';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.72);
    color: #000;
    font-size: 1.25rem;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0;
    -webkit-transition: font-size 0.5s ease;
    transition: font-size 0.5s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media (min-width: 576px) {
    .service-tab__link--comingsoon::after {
        font-size: 1.875rem;
    }
}

@media (min-width: 768px) {
    .service-tab__link--comingsoon::after {
        font-size: 2.0625rem;
    }
}

@media (min-width: 992px) {
    .service-tab__link--comingsoon::after {
        font-size: 2.25rem;
    }
}

.touch-is-active .service-tab__link.touched .service-tab__bg {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
    transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
}

.mouse-is-active .service-tab__link:hover .service-tab__bg {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
    transform: translate3d(0, 0, 0) scale(1.025) rotate(0.001deg);
}

.service-tab__innr-img {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.service-tab__innr-img--1 {
    width: 50.83333%;
    min-width: 152.5px;
    max-width: 305px;
}

.service-tab__innr-img--2 {
    width: 55%;
    min-width: 165px;
    max-width: 330px;
}

.service-tab__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.25s cubic-bezier(0.6, 0, 0.3, 1);
}

.service-tab__bg--1 {
    background-image: url(../images/lb_service_0_button01@2x.jpg);
}

.service-tab__bg--2 {
    background-image: url(../images/lb_service_0_button02@2x.jpg);
}

.service-tab__bg--2-dummy {
    background-image: url(../images/lb_service_0_button02_dummy@2x.jpg);
}

.sv-block {
    position: relative;
}

.sv-block__title {
    padding: 0 0 0.5em;
    border-bottom: 1px solid #707070;
    color: #00a5f1;
    font-size: 1.25rem;
    line-height: 1.35;
    text-align: center;
}

.sv-block__container {
    max-width: 780px;
    margin: 0 auto;
}

.sv-block__dt {
    display: block;
    color: #00a5f1;
    font-weight: 700;
}

@media (min-width: 768px) {
    .sv-block__dt {
        position: absolute;
        width: 8em;
    }
}

.sv-block__dd {
    padding: 0 0 1em;
    font-weight: 400;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .sv-block__dd {
        margin: 0 0 0 10em;
    }

    .sv-block__dd::before {
        content: '：';
        display: inline-block;
    }
}

@media (min-width: 768px) {

    .sv-block__dt,
    .sv-block__dd {
        padding: 0 0 0.5em;
    }
}

.sv-block__lead {
    margin: 0 0 1.5em;
    color: #6a6a6a;
    font-weight: 500;
}

.sv-block__list {
    display: block;
    margin: 0;
    padding: 0;
}

.sv-block__item {
    position: relative;
    margin: 0 0 0.75em;
    padding: 0 0 0 1.8em;
    font-weight: 400;
}

.sv-block__item::before {
    content: '・';
    display: inline-block;
    position: absolute;
    left: 0.5em;
    color: #00a5f1;
}

.tm__mv {
    overflow: hidden;
    max-width: 720px;
    margin: 0 auto;
    border-bottom: 1px solid #898989;
}

.tm__profile-p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.98;
}

.tm__mv-img {
    display: block;
}

.tm__name-img {
    display: inline-block;
    width: 65%;
    max-width: 130px;
    margin: 0 0 1em;
    padding: 0.5em 0 0;
}

.tm__catch-img {
    display: block;
    width: 95%;
}

.tm__ph {
    margin: 0 0 2em;
    font-size: 0.875rem;
    line-height: 1.98;
    text-indent: 1em;
}

.tm__ph--nomb {
    margin-bottom: 0;
}

.tm__ph-wrap {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.itv__nav {
    margin-bottom: 40px;
}

.itv__title1 {
    margin: 0 0 0.78em;
    color: #0068b7;
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.4;
}

@media (min-width: 576px) {
    .itv__title1 {
        font-size: 1.4375rem;
    }
}

@media (min-width: 768px) {
    .itv__title1 {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .itv__title1 {
        font-size: 1.875rem;
    }
}

.itv__ph {
    margin: 0 0 1.5em;
    color: #4c4948;
    font-size: 0.875rem;
    line-height: 2.25;
    text-indent: 1em;
}

.itv__ph--nomb {
    margin-bottom: 0;
}

.itv-mv {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.itv-mv__wrap {
    position: relative;
}

.itv-mv__label-img {
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    height: auto;
    -webkit-transform: translate(0, -34%);
    transform: translate(0, -34%);
}

.itv-mv__dscr {
    font-size: 0.75rem;
    line-height: 1.4;
}

@media (min-width: 576px) {
    .itv-mv__dscr {
        font-size: 0.8125rem;
    }
}

@media (min-width: 768px) {
    .itv-mv__dscr {
        font-size: 0.875rem;
    }
}

.itv-mv__bottom {
    border-bottom: 1px solid #898989;
}

.itv-mv__dscr-name {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.5em 0 0;
    font-size: 1.125rem;
    font-weight: 700;
}

@media (min-width: 576px) {
    .itv-mv__dscr-name {
        font-size: 1.3125rem;
    }
}

@media (min-width: 768px) {
    .itv-mv__dscr-name {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .itv-mv__dscr-name {
        font-size: 1.5rem;
    }
}

.itv-mv__profile-p {
    color: #000;
    font-size: 0.8125rem;
    line-height: 2;
}

.itv-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 686px;
    margin: 0 auto;
    background-color: #231815;
}

.itv-nav__link {
    display: block;
}

.itv-nav__link.current {
    opacity: 0.6;
    pointer-events: none;
}

.itv-nav__link:hover {
    background-color: #fff;
}

.itv-nav__link:hover img {
    opacity: 0.8;
}

.news__head {
    overflow: hidden;
    background-color: #ececeb;
}

.news-arc {
    display: block;
}

.news-arc__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #898989;
}

.news-arc__item {
    display: block;
    margin: 0;
    padding: 1em 0;
    border-bottom: 1px solid #898989;
}

@media (min-width: 768px) {
    .news-arc__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.news-arc__head {
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .news-arc__head {
        padding: 0 1em;
        white-space: nowrap;
    }
}

.news-arc__date {
    white-space: nowrap;
}

.news-arc__cat {
    display: inline-block;
    margin: 0.5em 0 1em;
    padding: 0 0.5em;
    background-color: #eee;
    color: #fff;
    font-size: 0.8125rem;
    text-align: center;
}

.news-arc__cat.press {
    background-color: #54c0ff;
}

.news-arc__cat.newsletter {
    background-color: #5cc83c;
}

.news-arc__cat.media {
    background-color: #ff9b1e;
}

.news-arc__cat.other {
    background-color: #666;
}

@media (min-width: 768px) {
    .news-arc__cat {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .news-arc__body {
        padding: 0 1em;
    }
}

.news-arc__title {
    margin: 0 0 1em;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.news-arc__link {
    color: inherit;
    text-decoration: none;
}

.news-arc__link:hover {
    text-decoration: underline;
}

.tag-h__title {
    margin: 0 0 1em;
    font-size: 0.9375rem;
}

.tag-h__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
}

.tag-h__item {
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    margin: 0 0 10px;
    padding: 0 10px;
    -ms-flex-preferred-size: 50%;
}

@media (min-width: 768px) {
    .tag-h__item {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
    }
}

.tag-h__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.tag-h__link:hover {
    opacity: 0.8;
}

.tag-h__link--white {
    border: 2px solid #b3b3b3;
    background-color: #fff;
    color: #666;
}

.tag-h__link--blue,
.tag-h__link--press {
    background-color: #54c0ff;
    color: #fff;
}

.tag-h__link--green,
.tag-h__link--newsletter {
    background-color: #5cc83c;
    color: #fff;
}

.tag-h__link--orange,
.tag-h__link--media {
    background-color: #ff9b1e;
    color: #fff;
}

.tag-h__link--gray,
.tag-h__link--other {
    background-color: #666;
    color: #fff;
}

.year-list ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}

.year-list li {
    display: inline-block;
    margin: 0;
    padding: 0 1em;
    border-right: 1px solid #999;
}

.year-list li.current a {
    color: #040000;
}

.year-list a {
    display: block;
    color: #999;
    text-decoration: none;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.year-list a:hover {
    color: #040000;
}

.tab-r__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid #898392;
    -ms-flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.tab-r__item {
    display: block;
    flex-basis: 38%;
    width: 100%;
    max-width: 38%;
    -ms-flex-preferred-size: 38%;
}

@media (min-width: 576px) {
    .tab-r__item {
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
    }
}

.tab-r__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.5em;
    color: #231815;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

@media (min-width: 576px) {
    .tab-r__link {
        font-size: 0.9375rem;
    }
}

@media (min-width: 768px) {
    .tab-r__link {
        font-size: 1.0625rem;
    }
}

.tab-r__link.current {
    background-color: #898392;
    color: #fff;
}

.rc__h1 {
    margin: 0 0 1em;
    color: #00487d;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

@media (min-width: 576px) {
    .rc__h1 {
        font-size: 1.375rem;
    }
}

@media (min-width: 768px) {
    .rc__h1 {
        font-size: 1.4375rem;
    }
}

@media (min-width: 992px) {
    .rc__h1 {
        font-size: 1.625rem;
    }
}

.rc__h1--top {
    font-weight: 700;
    text-align: center;
}

.rc__h2 {
    margin: 0.5em 0 2em;
    color: #00487d;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
}

.rc__ph {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    line-height: 1.9;
}

@media (min-width: 576px) {
    .rc__ph {
        font-size: 0.9375rem;
    }
}

.rc__ph2 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .rc__ph2 {
        font-size: 1.125rem;
    }
}

.rc__grad {
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
}

.rc__grad::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(315deg, rgba(187, 187, 187, 0.2) 0%, rgba(201, 181, 232, 0.2) 100%);
    background: linear-gradient(135deg, rgba(187, 187, 187, 0.2) 0%, rgba(201, 181, 232, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    ;
}

.rc__ch1 {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 0 1em;
}

.rc__chushaku {
    color: #4c4948;
}

.rc__fixed-btn {
    position: fixed;
    z-index: 9;
    top: 60px;
    right: 0;
    width: 105px;
}

@media (min-width: 768px) {
    .rc__fixed-btn {
        top: 80px;
        bottom: auto;
        width: 200px;
    }
}

.table-content--about .table-content__th,
.table-content--about .table-content__td {
    line-height: 2;
}

@media (min-width: 576px) {
    .table-content--about .table-content__tr {
        margin-bottom: 1.5em;
        border-bottom: 1px solid #c8c8c8;
    }
}

@media (min-width: 576px) {
    .table-content--rc .table-content__tr {
        margin-bottom: 1.5em;
        border-bottom: 1px solid #c8c8c8;
    }
}

@media (min-width: 576px) {
    .table-content--rc .table-content__th {
        position: absolute;
        float: none;
        width: 14.5em;
        font-weight: 700;
        white-space: normal;
    }
}

@media (min-width: 576px) {
    .table-content--rc .table-content__td {
        margin-left: 16em;
    }
}

.table-content__table {
    display: block;
    max-width: 100%;
    margin: 0 auto 40px;
    color: #4c4948;
}

.table-content__table--wide {
    width: 100%;
}

@media (min-width: 576px) {
    .table-content__table {
        margin: 0 auto 30px;
    }
}

.table-content__tr {
    display: block;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ececeb;
    font-size: 0.9375rem;
}

@media (min-width: 576px) {
    .table-content__tr {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
}

@media (min-width: 992px) {
    .table-content__tr {
        font-size: 0.9375rem;
    }
}

.table-content__th,
.table-content__td {
    display: block;
    line-height: 1.75;
    word-wrap: break-word;
}

.table-content__th {
    padding-bottom: 0.5em;
    font-weight: 700;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .table-content__th {
        float: left;
        width: 7em;
        padding-right: 1em;
        padding-bottom: 1em;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .table-content__th {
        width: 8em;
    }
}

.table-content__th--norm {
    color: inherit;
}

@media (min-width: 576px) {
    .table-content__th--norm {
        font-weight: 500;
    }
}

@media (min-width: 576px) {
    .table-content__td {
        margin-left: 8em;
        padding: 0 0 1.5em 1em;
    }
}

@media (min-width: 992px) {
    .table-content__td {
        margin-left: 9em;
    }
}

.table-content__td--norm {
    color: inherit;
    line-height: 2;
}

@media (min-width: 576px) {
    .table-content__td--norm {
        padding: 0;
        font-weight: 500;
    }
}

.it-content {
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
    letter-spacing: 0;
}

@media (min-width: 576px) {
    .it-content {
        margin: 0 auto 40px;
    }
}

.it-content__title {
    cursor: pointer;
    overflow: hidden;
    padding: 15px 0;
    background-color: #00487d;
    color: #fff;
    font-weight: 400;
}

.it-content__title-innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.it-content__title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #666;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-mouse .it-content__title:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.is-touch .it-content__title.touched::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.it-content__title-prefix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 0 1.3em 0 0;
    font-size: 0.625rem;
    font-weight: 500;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .it-content__title-prefix {
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) {
    .it-content__title-prefix {
        font-size: 0.875rem;
    }
}

.it-content__title-prefix::after {
    content: '';
    display: block;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border: 0.68em solid #fff;
    border-top-width: 0.5em;
    border-top-color: transparent;
    border-right: 0;
    border-bottom-width: 0.5em;
    border-bottom-color: transparent;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.it-content__title-txt {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0.2em 1em 0.2em 0.5em;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
}

@media (min-width: 576px) {
    .it-content__title-txt {
        font-size: 1.3125rem;
    }
}

@media (min-width: 768px) {
    .it-content__title-txt {
        padding: 0 1em 0 0.5em;
        font-size: 1.375rem;
    }
}

@media (min-width: 992px) {
    .it-content__title-txt {
        font-size: 1.4375rem;
    }
}

.it-content__block {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .it-content__block {
        margin-bottom: 20px;
    }
}

.it-content__block.open .it-content__title-prefix::after {
    -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
    transform: translate3d(0, -50%, 0) rotate(90deg);
}

.it-content__block.open .it-content__body-innr {
    opacity: 1;
}

.it-content__body {
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

.it-content__body-innr {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.it-content ul {
    margin-top: 0;
}

.it-content img {
    margin-bottom: 20px;
}

.it-content__p--zd {
    padding-left: 0;
}

@media (min-width: 576px) {
    .it-content__p--zd {
        padding-right: 13%;
        padding-left: 13%;
    }
}

@media (min-width: 768px) {
    .it-content__p--zd {
        padding-right: 10%;
        padding-left: 10%;
    }
}

.it-content__img1 {
    display: inline-block;
    float: right;
    max-width: 50%;
    margin-bottom: 20px;
    margin-left: 20px;
}

.it-content__img2 {
    display: block;
    margin: 0 0 20px auto;
}

@media (max-width: 767.98px) {
    .it-content__img2 {
        width: 100%;
    }
}

.it-content__img3 {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}

.it-content__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 15px 0 0;
    font-size: 0.6875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.it-content__close--hide {
    display: none;
}

@media (min-width: 576px) {
    .it-content__close {
        margin: 20px 0 0;
        font-size: 0.8125rem;
    }
}

@media (min-width: 768px) {
    .it-content__close {
        margin: 30px 0 0;
        font-size: 0.875rem;
    }
}

.it-content__close-text {
    cursor: pointer;
    padding-right: 0.3em;
}

.it-content__close-icon {
    cursor: pointer;
    width: 11px;
    height: 11px;
    background-image: url(../images/2x/icon-close@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.rltv-link {
    display: block;
}

.rltv-link__innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.rltv-link__box {
    display: inline-block;
    padding: 20px 45px 30px;
    border: 1px solid #00487d;
}

.rltv-link__title {
    margin: 0 0 1.5em;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.rltv-link__innrwrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
}

.h-side-b {
    display: block;
    height: 100%;
}

.h-side-b__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    height: auto;
    padding: 0 0 0 5px;
    border: 1px solid #fff;
    border-right: 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background-color: #00487d;
    color: #fff;
    font-size: 0.9375rem;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media (min-width: 576px) {
    .h-side-b__link {
        font-size: 0.9375rem;
    }
}

@media (min-width: 768px) {
    .h-side-b__link {
        font-size: 1.125rem;
        line-height: 36px;
    }

    .h-side-b__link::before {
        content: '';
        display: block;
    }
}

.h-side-b__icon {
    display: block;
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    background-image: url(../images/SVG/question-mark.svg);
    background-position: 50% 50%;
    background-size: contain;
}

@media (min-width: 576px) {
    .h-side-b__icon {
        height: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) {
    .h-side-b__icon {
        width: 26px;
        height: 26px;
    }
}

.h-side-b__icon-post {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff9b1e;
    background-position: 50% 50%;
    background-size: contain;
}

@media (min-width: 576px) {
    .h-side-b__icon-post {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) {
    .h-side-b__icon-post {
        width: 26px;
        height: 26px;
    }
}

.h-side-b__icon-post::before {
    content: '\f1d8';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-size: 80%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.h-side-b__text {
    display: inline-block;
    padding: 0.35em 1em;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.07em;
}

@media (min-width: 768px) {
    .h-side-b__text {
        padding: 0 1.5em 0 0.5em;
    }
}

.entry {
    display: block;
}

.entry__lead {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.9;
    text-align: center;
}

.hf-form {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.45;
}

.hf-form__wrap {
    padding: 0 0 1.75em;
}

.hf-form .wpcf7-form-control-wrap.category {
    display: block;
    width: 100%;
}

.hf-form .hf-form__radiostyle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
}

.hf-form .wpcf7-list-item {
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    margin: 0 0 10px;
    padding: 0 10px;
    -ms-flex-preferred-size: 50%;
}

@media (min-width: 768px) {
    .hf-form .wpcf7-list-item {
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
    }
}

.hf-form .wpcf7-list-item input {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.hf-form .wpcf7-list-item input:checked+.wpcf7-list-item-label {
    background-color: #5795ad;
    color: #fff;
}

.hf-form .wpcf7-list-item .wpcf7-list-item-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    border: 1px solid #5795ad;
    font-size: 1.0625rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.hf-form .wpcf7-list-item .wpcf7-list-item-label::before,
.hf-form .wpcf7-list-item .wpcf7-list-item-label::after {
    display: none;
}

.hf-form__option-box {
    margin: 0 0 2em;
    padding: 0 1em;
    text-align: center;
}

.hf-form__option-box input[type=radio] {
    display: inline-block;
    width: auto;
    font-size: inherit;
}

.hf-form__option-text {
    margin: 0 0 1em !important;
}

.hf-form__option-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hf-form__option-left-label {
    position: relative;
    margin-bottom: 1em;
    padding-right: 1.5em;
    color: #666;
    font-weight: 700;
    white-space: nowrap;
}

.hf-form__option-left-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #bcbec0;
}

.hf-form .hf-service .wpcf7-list-item.first {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.hf-form .hf-recruit .wpcf7-list-item.first {
    margin-left: 0;
}

.hf-form__body {
    display: block;
}

@media (min-width: 768px) {
    .hf-form__body {
        display: block;
        width: 100%;
        margin-bottom: 0.5em;
    }
}

.hf-form__body--recruit,
.hf-form__body--rerekisho {
    border-bottom: 1px solid #666;
}

@media (min-width: 768px) {

    .hf-form__body--recruit,
    .hf-form__body--rerekisho {
        border-bottom-color: #666;
    }
}

.hf-form__row {
    border-top: 1px solid rgba(102, 102, 102, 0.9);
}

@media (min-width: 768px) {
    .hf-form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        border-top: none;
        -ms-flex-wrap: nowrap;
    }
}

.hf-form__row.last {
    border-bottom: 1px solid rgba(102, 102, 102, 0.9);
}

.hf-form__row--recruit {
    border-top-color: #666;
    border-bottom-color: #666 !important;
}

@media (min-width: 768px) {

    .hf-form__row--recruit .hf-form__dt,
    .hf-form__row--recruit .hf-form__dd {
        border-top-color: #666;
    }
}

@media (min-width: 768px) {

    .hf-form__row--namae .hf-form__dt,
    .hf-form__row--namae .hf-form__dd,
    .hf-form__row--kaishamei .hf-form__dt,
    .hf-form__row--kaishamei .hf-form__dd {
        padding-bottom: 1.3em;
    }
}

@media (min-width: 768px) {

    .hf-form__row--furigana .hf-form__dt,
    .hf-form__row--furigana .hf-form__dd,
    .hf-form__row--keireki .hf-form__dt,
    .hf-form__row--keireki .hf-form__dd,
    .hf-form__row--busho .hf-form__dt,
    .hf-form__row--busho .hf-form__dd {
        padding-top: 0;
        border-top: none;
    }
}

.hf-form__row--rirekisho {
    position: relative;
    overflow: hidden;
    border-top: none;
}

.hf-form__row--rirekisho::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-image: url(../images/dots-g@2x.png);
    background-repeat: space;
    background-size: 8px 3px;
}

@media (min-width: 768px) {
    .hf-form__row--rirekisho {
        overflow: auto;
    }

    .hf-form__row--rirekisho:before {
        display: none;
    }

    .hf-form__row--rirekisho .hf-form__dt,
    .hf-form__row--rirekisho .hf-form__dd {
        position: relative;
        border-top: none;
    }

    .hf-form__row--rirekisho .hf-form__dt::before,
    .hf-form__row--rirekisho .hf-form__dd::before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        height: 3px;
        background-image: url(../images/dots-g@2x.png);
        background-repeat: space;
        background-size: 8px 3px;
    }
}

.hf-form__dt,
.hf-form__dd {
    margin: 1.5em 0 1.5em;
    padding: 0 0.4em;
}

@media (min-width: 768px) {

    .hf-form__dt,
    .hf-form__dd {
        display: block;
        margin: 0;
        padding: 1.5em 0.5em 1.5em 1em;
        border-top: 1px solid rgba(102, 102, 102, 0.9);
    }
}

.hf-form__dt {
    margin: 1.5em 0 0.5em;
    font-size: 0.875rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .hf-form__dt {
        width: 12.5em;
        margin: 0;
        font-size: 0.9375rem;
        font-weight: 500;
        vertical-align: top;
    }
}

@media (min-width: 992px) {
    .hf-form__dt {
        width: 13em;
    }
}

.hf-form__dd {
    flex: 1;
    margin: 0.25em 0 1.5em;
    font-size: 0.875rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

@media (min-width: 768px) {
    .hf-form__dd {
        margin: 0;
        font-size: 0.9375rem;
        vertical-align: top;
    }
}

.hf-form__dd--input-long textarea {
    width: 100%;
    height: 4em !important;
}

@media (min-width: 768px) {
    .hf-form__dd--input-long textarea {
        height: 7em !important;
    }
}

.hf-form__dd-flexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.hf-form__dd-flexWrap .hf-form__dd-input {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.hf-form__dd-flexItem {
    display: block;
}

.hf-form__small {
    font-size: 80%;
    line-height: inherit;
    vertical-align: middle;
    white-space: nowrap;
}

.hf-form__dd-label {
    padding: 0 0.5em;
    line-height: 1.45;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .hf-form__dd-label {
        padding: 0.25em 0.5em 0.25em 0.5em;
    }
}

.hf-form__dt-label {
    line-height: 1.45;
}

@media (min-width: 768px) {
    .hf-form__dt-label {
        display: block;
        padding: 0.25em 0;
    }
}

.hf-form input,
.hf-form textarea {
    width: 100%;
    padding: 0.25em;
    border: 1px solid #666;
    border-radius: 0;
    font-size: 16px;
}

@media (min-width: 768px) {

    .hf-form input,
    .hf-form textarea {
        font-size: 0.9375rem;
    }
}

@media (min-width: 576px) {
    .hf-form__container--70 {
        width: 70%;
    }
}

.hf-form__container--80 {
    width: 100%;
}

@media (min-width: 576px) {
    .hf-form__container--80 {
        width: 84%;
    }
}

.hf-form__container--90 {
    width: 100%;
}

@media (min-width: 576px) {
    .hf-form__container--90 {
        width: 93%;
    }
}

.hf-form__container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
}

.hf-form__container--birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.hf-form__container--birth>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 5px 0;
    padding: 0 5px;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.hf-form__container--birth>div span {
    display: inline-block;
    padding: 0 5px;
}

.hf-form__container--birth>div input {
    width: 100%;
}

.hf-form__container--birth>div:first-child {
    width: 12em;
}

.hf-form__container--birth>div:nth-of-type(2) {
    width: 6em;
}

.hf-form__container--birth>div:nth-of-type(3) {
    width: 6em;
}

.hf-form__container--birth>div:nth-of-type(4) {
    width: 8em;
}

.hf-form__grid-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 0;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media (min-width: 768px) {
    .hf-form__grid-3 {
        max-width: 33.3333%;
        padding: 0 8px;
    }
}

.hf-form__grid-3>span {
    margin-left: 0.25em;
}

.hf-form textarea {
    width: 100%;
    height: 6em;
}

@media (min-width: 768px) {
    .hf-form textarea {
        height: 8em;
    }
}

.hf-form input[type='file'] {
    width: auto;
    max-width: 90%;
    padding-right: 0;
    border: none;
    background-color: #f1f1f1;
    font-size: 0.9375rem;
}

.hf-form__notice {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    letter-spacing: 0;
}

.hf-form__footer {
    padding: 1.5em 0;
}

.hf-form__button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 3em 0 1em;
    text-align: center;
    -ms-flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.hf-form__button-row input {
    cursor: pointer;
    display: inline-block;
    width: 40%;
    max-width: 200px;
    margin: 0 10px;
    padding: 0.5em 0;
    background-color: #fff;
    font-size: 1rem !important;
    font-weight: 500;
}

.hf-form__button-row input[type=submit] {
    cursor: pointer;
    display: block;
    padding: 0.5em 1em;
    border: 0;
    background-color: #040000;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
}

.hf-form p {
    margin: 0;
}

.hf-form .wpcf7-not-valid-tip {
    display: none;
}

.hf-form .your-rirekisho .wpcf7-not-valid-tip,
.hf-form .your-keireki .wpcf7-not-valid-tip {
    display: block;
    color: #fff;
    font-size: 0;
}

.hf-form .your-rirekisho .wpcf7-not-valid-tip::before,
.hf-form .your-keireki .wpcf7-not-valid-tip::before {
    content: '';
    display: inline-block;
    margin: 0.25em 0;
    padding: 0.5em;
    background-color: rgba(255, 0, 0, 0.05);
    color: red;
    font-size: 13px;
}

.hf-form .your-rirekisho .wpcf7-not-valid-tip::before {
    content: '履歴書が添付されていません';
}

.hf-form .your-keireki .wpcf7-not-valid-tip::before {
    content: '職務経歴書が添付されていません';
}

.hf-form .wpcf7-not-valid {
    border-color: #d5c1bf;
    background-color: #eed9d9;
}

.hf-form .ajax-loader {
    display: none !important;
}

.hf-form__privacy-box {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 200px;
    margin: 0 0 1em;
    padding: 20px;
    border: 1px solid #aaa;
    color: #565656;
    font-size: 0.8125rem !important;
}

.hf-form__privacy-box * {
    font-size: 0.8125rem !important;
}

.hf-form__privacy-box dd {
    margin-bottom: 0.5em;
    margin-left: 1em;
}

.hf-form__dd-label-25 {
    display: block;
    width: 3em;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .hf-form__dd-label-25 {
        width: 3em;
    }
}

@media (min-width: 768px) {
    .hf-form__dd-flexWrapS {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        -ms-flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
}

.hf-form__recruit-text {
    padding: 1.75em 14px 1.75em 0;
    font-size: 1rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .hf-form__recruit-text {
        padding: 2em 15px;
        font-size: 1.0625rem;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .hf-form__recruit-text {
        padding: 2em 15px;
        font-size: 1.1875rem;
        font-weight: 500;
    }
}

body .wpcf7-response-output {
    padding: 1em 1em;
    border: 1px solid rgba(69, 189, 207, 0.4);
    background-color: rgba(69, 189, 207, 0.2);
    font-size: 0.8125rem;
    line-height: 1.45;
    text-align: center;
}

body .wpcf7-validation-errors {
    border: 1px solid rgba(213, 193, 191, 0.7);
    background-color: rgba(238, 217, 217, 0.7);
}

body .wpcf7-form.sent .hf-form {
    display: none;
}

.pagination {
    display: block;
    width: 100%;
    font-size: 1.125rem;
}

.pagination__list,
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0 0 5px;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.pagination__item,
.pagination li {
    margin: 0;
    padding: 0 0.27778em;
}

.pagination__numbers,
.pagination__numbers--prev,
.pagination__numbers--next,
.pagination a,
.pagination span {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 1.88889em;
    height: 1.88889em;
    border: 1px solid #898989;
    background-color: #fff;
    color: #898989;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.pagination__numbers.current,
.current.pagination__numbers--prev,
.current.pagination__numbers--next,
.pagination__numbers.active,
.active.pagination__numbers--prev,
.active.pagination__numbers--next,
.pagination a.current,
.pagination a.active,
.pagination span.current,
.pagination span.active {
    background-color: #040000;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.pagination__numbers:hover,
.pagination__numbers--prev:hover,
.pagination__numbers--next:hover,
.pagination a:hover,
.pagination span:hover {
    opacity: 0.8;
}

.pagination__numbers.prev,
.prev.pagination__numbers--prev,
.prev.pagination__numbers--next,
.pagination a.prev,
.pagination span.prev {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
}

.pagination__numbers.prev::after,
.prev.pagination__numbers--prev::after,
.prev.pagination__numbers--next::after,
.pagination a.prev::after,
.pagination span.prev::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../images/arrow24.svg);
    background-size: contain;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
    transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.pagination__numbers.next,
.next.pagination__numbers--prev,
.next.pagination__numbers--next,
.pagination a.next,
.pagination span.next {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
}

.pagination__numbers.next::after,
.next.pagination__numbers--prev::after,
.next.pagination__numbers--next::after,
.pagination a.next::after,
.pagination span.next::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../images/arrow24.svg);
    background-size: contain;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.pagination__numbers--prev,
.pagination__numbers--next {
    cursor: pointer;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
}

.pagination__numbers--prev.inactive,
.pagination__numbers--next.inactive {
    opacity: 0.38;
}

.pagination__numbers--prev::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.44444em;
    height: 0.44444em;
    border-bottom: 2px solid #040000;
    border-left: 2px solid #040000;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.pagination__numbers--next::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.44444em;
    height: 0.44444em;
    border-top: 2px solid #040000;
    border-right: 2px solid #040000;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.about__map {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 1em;
}

.about__map::before {
    content: '';
    display: block;
    padding-bottom: 50%;
}

.about__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.about-mv {
    position: relative;
}

.about-mv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 833px;
    height: 100%;
    margin: 0 auto;
    padding: 6vh 10px 8vh;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
}

@media (min-width: 576px) {
    .about-mv__container {
        width: 85%;
    }
}

@media (min-width: 768px) {
    .about-mv__container {
        width: 55%;
    }
}

.about-mv__fig {
    width: 100%;
}

.about-mv__text-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.about-mv__catch {
    margin: 0.5em 0 0.78em;
    color: #fff;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.34;
    text-align: center;
}

@media (min-width: 576px) {
    .about-mv__catch {
        font-size: 1.4375rem;
    }
}

@media (min-width: 992px) {
    .about-mv__catch {
        font-size: 1.625rem;
    }
}

.about-mv__dscr {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}

.about-mv__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/lb_profile_mv.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

@media (min-width: 992px) {
    .about-mv__bg {
        background-image: url(../images/lb_profile_mv@2x.jpg);
    }
}

.about-mv__scroll {
    position: absolute;
    z-index: 2;
    bottom: 3vh;
    left: 50%;
    width: 32px;
    height: 16px;
    margin-left: -16px;
}

@media (min-width: 576px) {
    .about-mv__scroll {
        width: 40px;
        height: 20px;
        margin-left: -20px;
    }
}

.about-mv__scroll::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
}

@media (min-width: 576px) {
    .about-mv__scroll::before {
        border: 20px solid transparent;
        border-top-color: #fff;
        border-bottom-width: 0;
    }
}

.btnA {
    display: block;
    overflow: hidden;
    text-align: center;
}

.btnA__link {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5em 1em;
    border-radius: 19px;
    background-color: #00a5f1;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.45;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

.touch-is-active .btnA__link.touched {
    opacity: 0.8;
}

.mouse-is-active .btnA__link:hover {
    opacity: 0.8;
}

/* -----------------------------------------------------
 * Alignment classes
 * -------------------------------------------------- */
.mod-left {
    text-align: left !important;
}

.mod-center {
    text-align: center !important;
}

.mod-right {
    text-align: right !important;
}

/* -----------------------------------------------------
 * Status
 * -------------------------------------------------- */
.no-mt {
    margin-top: 0 !important;
}

.no-mb {
    margin-bottom: 0 !important;
}

.ib {
    display: inline-block;
    font: inherit;
}

.small {
    font-size: 88%;
}

.no-active {
    cursor: default;
    opacity: 0.5;
    pointer-events: none !important;
}

.chushaku {
    display: block;
    position: relative;
    padding-left: 1.2em;
    line-height: 1.5;
}

.chushaku::before {
    content: '※';
    display: block;
    position: absolute;
    top: 0.1em;
    left: 0.1em;
}

.link-style {
    display: inline-block;
    color: #00487d;
    text-decoration: none;
}

.link-style:hover {
    text-decoration: underline;
}

#tinymce,
.editor,
.mce-content-body {
    font-size: 0.875rem;
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4 {
    display: block;
    clear: both;
}

#tinymce h2,
.editor h2,
.mce-content-body h2 {
    margin: 2.5em 0 1.11111em;
    padding: 0 0.88889em;
    border-left: 4px solid #00487d;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 576px) {

    #tinymce h2,
    .editor h2,
    .mce-content-body h2 {
        margin: 2.04545em 0 0.90909em;
        padding: 0 0.72727em;
        font-size: 1.375rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {

    #tinymce h2,
    .editor h2,
    .mce-content-body h2 {
        margin: 1.95652em 0 0.86957em;
        padding: 0 0.69565em;
        font-size: 1.4375rem;
        font-weight: 700;
    }
}

#tinymce h3,
.editor h3,
.mce-content-body h3 {
    margin: 1.71429em 0 1.07143em;
    padding: 0.10714em 0 0.10714em 1.07143em;
    border-left: 4px solid #666;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
}

#tinymce h4,
.editor h4,
.mce-content-body h4 {
    margin: 1.92308em 0 1.15385em;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.5;
}

#tinymce p,
.editor p,
.mce-content-body p {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.89;
}

#tinymce ul,
#tinymce ol,
.editor ul,
.editor ol,
.mce-content-body ul,
.mce-content-body ol {
    margin: 1em 0 1.5em 0;
    padding: 0 0 0 1.8em;
    font-size: 0.875rem;
}

#tinymce ul li,
#tinymce ol li,
.editor ul li,
.editor ol li,
.mce-content-body ul li,
.mce-content-body ol li {
    margin: 0 0 0.35714em;
    padding: 0;
    line-height: 2;
}

#tinymce ul,
.editor ul,
.mce-content-body ul {
    list-style-type: disc;
}

#tinymce table,
.editor table,
.mce-content-body table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 1em auto;
    font-size: 0.875rem;
}

#tinymce table thead th,
#tinymce table thead td,
.editor table thead th,
.editor table thead td,
.mce-content-body table thead th,
.mce-content-body table thead td {
    background-color: #e8e8e8;
}

#tinymce table th,
#tinymce table td,
.editor table th,
.editor table td,
.mce-content-body table th,
.mce-content-body table td {
    padding: 0.71429em 1em;
    border: 1px solid #ccc;
    line-height: 1.78571;
}

#tinymce table th.nobrake,
#tinymce table td.nobrake,
.editor table th.nobrake,
.editor table td.nobrake,
.mce-content-body table th.nobrake,
.mce-content-body table td.nobrake {
    white-space: nowrap;
}

#tinymce table th,
.editor table th,
.mce-content-body table th {
    font-weight: 700;
}

#tinymce img,
.editor img,
.mce-content-body img {
    display: block;
    max-width: 100%;
}

#tinymce img.alignright,
.editor img.alignright,
.mce-content-body img.alignright {
    margin: 0 0 0 auto;
}

#tinymce img.alignleft,
.editor img.alignleft,
.mce-content-body img.alignleft {
    margin: 0 auto 0 0;
}

#tinymce img.aligncenter,
.editor img.aligncenter,
.mce-content-body img.aligncenter {
    margin: 0 auto;
}

#tinymce .right,
.editor .right,
.mce-content-body .right {
    text-align: right;
}

#tinymce .left,
.editor .left,
.mce-content-body .left {
    text-align: left;
}

#tinymce strong,
.editor strong,
.mce-content-body strong {
    font-weight: bold;
}

#tinymce em,
.editor em,
.mce-content-body em {
    font-style: italic;
}

#tinymce .gray-box,
.editor .gray-box,
.mce-content-body .gray-box {
    margin: 1em 0;
    padding: 1em;
    background-color: #f6f6f6;
}

#tinymce .gray-box>*:last-child,
.editor .gray-box>*:last-child,
.mce-content-body .gray-box>*:last-child {
    margin-bottom: 0;
}

#tinymce blockquote,
.editor blockquote,
.mce-content-body blockquote {
    margin: 1.5em 0;
    padding: 1em;
    border-left: 5px solid #666;
    background-color: #fafafa;
}

.home__sec-title {
    font-size: 40px;
    letter-spacing: 2px;
    color: #115393;
    font-weight: bold;
    font-family: "DIN Alternate";
    text-align: center;
    margin-bottom: 0px;
    padding-top: 33.2px;
}

.home__sec-label {
    display: block;
    font-size: 17px;
    color: #5c6c7c;
    font-weight: 500;
    text-align: center;
    margin-bottom: 28px;
    line-height: 0.4;
}

.home-recruit__sec-description {
    font-size: 16px;
    line-height: 29px;
}

@media (max-width: 576px) {
    .home-recruit__sec-description {
        font-size: 14px;
        line-height: 29px;
        padding: 16px 0;
    }
}

.home-link__more-link {
    border: 2px solid #ffffff;
    width: 200px;
    height: 56px;
    position: absolute;
    z-index: 2;
    top: 80%;
    left: 50%;
    display: block;
    font-family: "DIN Alternate";
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 56px;
    transform: translate3d(-50%, -50%, 0);
    text-decoration: none;
    background-color: rgba(255, 255, 255, .1);
    transition: all .3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

@media (max-width: 904px) {
    .home-link__more-link {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
}

.home-link__more-link:hover {
    background-color: rgba(255, 255, 255, .2);
}

.home-recruit__more-link {
    border: 2px solid #115393;
    width: 250px;
    height: 56px;
    display: block;
    font-family: "DIN Alternate";
    font-size: 13px;
    color: #115393;
    text-align: center;
    line-height: 56px;
    text-decoration: none;
    transition: all .3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

@media (max-width: 576px) {
    .home-recruit__more-link {
        margin: 0 auto;
    }
}

.home-recruit__more-link:hover {
    background-color: rgba(17, 83, 147, .2);
}

.home-contact__form-link {
    border: 2px solid #115393;
    width: 250px;
    height: 56px;
    display: block;
    font-family: "DIN Alternate";
    font-size: 13px;
    color: #115393;
    text-align: center;
    line-height: 56px;
    text-decoration: none;
    margin: 33.2px auto;
    margin-bottom: 0;
    transition: all .3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.home-contact__form-link:hover {
    background-color: rgba(17, 83, 147, .2);
}

.home__contact-area {
    background-image: url(../images/bg_contact.png);
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-bottom: 33.2px;
    /*margin-top: 100px;*/
}

.home__service-area {
    background-color: #ffffff;
    padding-bottom: 33.2px;
}

@media (min-width: 576px) {
    .home-service__logo-container-sp {
        display: none;
    }

    .home-service__logo-container {
        display: flex;
        min-width: 100%;
        animation: 30s linear infinite sliderAnimation;
    }

    @keyframes sliderAnimation {
        100% {
            transform: translateX(-2160px);
        }
    }

    .home-service_logo-group {
        display: contents;
    }

    .logo-slide {
        margin: 20px;
    }

    .logo-slide img {
        max-width: initial;
        width: 200px;
    }
}

@media (max-width: 575px) {
    .home-service__logo-container {
        display: none;
    }

    .logo-slide img {
        max-width: initial;
        width: 70%;
        margin: 10px;
    }

    .home-service__logo-container-sp table {
        margin: 0 auto;
    }

    .home-service__logo-container-sp table td {
        padding: 0px;
        text-align: center;
    }

    .home-service__more-link {
        border: 2px solid #115393;
        width: 250px;
        height: 56px;
        display: block;
        font-family: "DIN Alternate";
        font-size: 13px;
        color: #115393;
        text-align: center;
        line-height: 56px;
        text-decoration: none;
        margin: 33.2px auto;
        margin-bottom: 0;
        transition: all .3s;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }
}

.home__service-title {
    font-size: 30px;
    letter-spacing: 3px;
    color: #404040;
    font-weight: bold;
    font-family: "DIN Alternate";
    text-align: center;
    margin: 0px;
    padding-top: 0.83em;
}

.home__service-label {
    display: block;
    font-size: 17px;
    color: #a4a4a4;
    font-weight: 500;
    text-align: center;
    margin-bottom: 28px;
}

.home-recruit_container {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.no-gutters .home-recruit_container {
    padding: 0 16px;
}

.home-link__link {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home__recruit {
    margin-top: 100px;
}

.home__news-area {
    margin-top: 100px;
}

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

/* -----------------------------------------------------
 * 2024.08_追加
 * -------------------------------------------------- */
.pc_flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.pc_w_1140 {
    width: 1140px;
}

.pc_w50 {
    width: 50%;
}

.pc_w-3 {
    width: calc(100% / 3);
}

.pc_w-4 {
    width: calc(100% / 4);
}

.mg-atuo {
    margin: auto;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pd-40 {
    padding: 40px;
}

.py-50 {
    padding: 50px 0;
}

.pb-50 {
    padding-bottom: 50px;
}

.pc-pb-100 {
    padding-bottom: 100px;
}

.bg_w {
    background: #fff;
}

.top-h2 {
    font-size: 50px;
    position: relative;
    text-align: center;
    color: #115393;
    font-weight: bold;
    font-family: "DIN Alternate";
    margin: 0 0 50px 0;
    line-height: 85%;
}

.top-h2 span {
    font-size: 15px;
    display: block;
    color: #5c6c7c;
    font-family: YakuHanJP, Avenir, 'Noto Sans', 'Noto Sans CJK JP', 'NotoSansCJKjp-Jxck', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
}

.top-h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    content: '';
    background: #115393;
}

a.service_more_btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 220px;
    margin: 30px auto 10px auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, .1);
    color: #ffffff;
    transition: 0.5s;
    font-family: "DIN Alternate";
    font-size: 13px;
}

a.service_more_btn:hover {
    background-color: rgba(255, 255, 255, .2);
}

.service_contents {
    color: #fff;
}

.service_contents p {
    font-size: 12px;
}

.service_wrap {
    text-align: center;
    padding: 30px;
}

.service_contents h3 {
    font-size: 30px;
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    font-family: "DIN Alternate";
    color: #ffffff;
}

.service_contents h3 span {
    font-size: 16px;
    display: block;
}

.service_contents h3:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 3px;
    content: '';
    background: #ffffff;
}

.service_contents .sports {
    background: url(../images/img_sports.png) no-repeat;
    background-size: cover;
}

.service_contents .regional {
    background: url(http://www.laiblitz.co.jp/wp-content/uploads/2024/08/img_regionalrevitalization.png) no-repeat;
    background-size: cover;
}

.service_contents .esports {
    background: url(http://www.laiblitz.co.jp/wp-content/uploads/2024/08/img_esports.png) no-repeat;
    background-size: cover;
}

.service_contents .technology {
    background: url(http://www.laiblitz.co.jp/wp-content/uploads/2021/04/img_technology.png) no-repeat;
    background-size: cover;
}

.service_contents .other {
    background: url(http://www.laiblitz.co.jp/wp-content/uploads/2021/04/img_other.png) no-repeat;
    background-size: cover;
}

/*---------------*/
.top__recruit {
    min-height: 450px;
}

.top__recruit img,
.top_sponsor img {
    object-fit: cover;
    height: 100%
}

.top__recruit p,
.top_sponsor p {
    margin: 0 0 50px 0;
}

/*---------------*/
.employee {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin-right: 16px;
}

.employee:last-child {
    margin-right: 0;
}

.employee p {
    margin: 5px 0;
}

.employee img {
    width: 100%;
}

.post_name {
    font-size: 18px;
    font-weight: bold;
}

.post_name span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

a.home_interview__more-link {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px;
    font-weight: bold;
    background-color: rgba(17, 83, 147, .2);
    color: #115393;
    transition: 0.5s;
    font-family: "DIN Alternate";
    font-size: 13px;
    width: 100%;
}

a.home_interview__more-link:hover {
    opacity: 0.7;
}

@media (max-width: 575px) {
    .pc_flex {
        display: block;
    }

    .sp_w100 {
        width: 100% !important;
    }

    .sp_90 {
        width: 90%;
        margin: auto;
    }

    .employee {
        margin-bottom: 20px;
    }

    .pc-pb-100 {
        padding-bottom: 0;
    }
}

@media screen and (min-width:575px) and (max-width:1080px) {
    .pc_flex {
        display: block;
    }

    .sp_90 {
        width: 90%;
        margin: auto;
    }

    .sp_w100 {
        width: 100% !important;
    }

    .employee {
        margin-bottom: 20px;
    }

    .pc-pb-100 {
        padding-bottom: 0;
    }
}

/* -----------------------------------------------------
 * 2026新卒採用ページ用
 * -------------------------------------------------- */
.mt-0 {
    margin-top: 0 !important;
}

#newgraduate_26 {
    font-family: "Zen Maru Gothic";
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    margin: 0;
    padding: 0;
    background: #EEEEEE;
}

#newgraduate_26 .page-body__container {
    max-width: initial;
    padding: 0;
}

#newgraduate_26 a {
    text-decoration: none;
    transition: 0.5s;
}

#newgraduate_26 a:hover {
    opacity: 0.5;
}

#newgraduate_26 .main_visual {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(http://www.laiblitz.co.jp/wp-content/uploads/2024/09/bg_mainvisual_pc.png) center / cover;
    ;
}

#newgraduate_26 .pc_navi {
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#newgraduate_26 .pc_navi h1 {
    margin: 0;
    padding: 0;
}

#newgraduate_26 .pc_navi h1 img {
    width: 189px;
}

#newgraduate_26 .pc_navi ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#newgraduate_26 .pc_navi li {
    font-family: "Barlow Condensed";
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 100%;
}

#newgraduate_26 .pc_navi li a {
    color: #343434;
    display: block;
    height: 100%;
    width: 100%
}

#newgraduate_26 .pc_navi li span {
    font-family: "Zen Maru Gothic";
    font-size: 12px;
    display: block;
}

#newgraduate_26 .pc_navi .button_bk {
    width: 200px;
    border-radius: 100px;
    border: 1px solid #343434;
    padding: 8px 0;
}

#newgraduate_26 .pc_navi .button_bl {
    width: 200px;
    border-radius: 100px;
    background: #3897DD;
    padding: 8px 0;
}

#newgraduate_26 .pc_navi .button_bl a {
    color: #fff !important;
}

#newgraduate_26 .pc_navi .button_gr {
    width: 200px;
    border-radius: 100px;
    background: #23b37b;
    padding: 8px 0;
}

#newgraduate_26 .pc_navi .button_gr a {
    color: #fff !important;
}



#newgraduate_26 .wrap_contents {
    width: 1080px;
    margin: auto;
}

#newgraduate_26 h2 {
    color: #FFF;
    font-family: "Barlow Condensed";
    font-size: 170px;
    font-weight: 600;
    line-height: 120%;
}

#newgraduate_26 .sp_view {
    display: none;
}

#newgraduate_26 footer {
    background: #7CB2C9;
    color: #fff;
    padding: 50px 0;
}

#newgraduate_26 .button_wh {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 8px 0;
    display: inline-block;
    text-decoration: none;
    font-family: "Barlow Condensed";
    font-size: 14px;
    width: 280px;
    text-align: center;
    line-height: 120%;
}

#newgraduate_26 .button_wh span {
    display: block;
    font-size: 10px;
}

#newgraduate_26 .co_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 56px;
}

#newgraduate_26 .co_data p {
    margin: 16px 0;
}

#newgraduate_26 .text-center {
    text-align: center;
}

.fot_link ul {
    margin: 0 0 0 56px;
    padding: 0;
}

.fot_link li {
    margin-bottom: 24px;
    list-style: none;
    font-size: 12px;
}

.fot_link li a {
    color: #fff;
}
.justify-around{
    justify-content: space-around;
}

@media screen and (min-width:300px) and (max-width:1080px) {
    #newgraduate_26 .pc_view {
        display: none;
    }

    #newgraduate_26 .sp_view {
        display: block;
    }

    #newgraduate_26 .wrap_contents {
        width: 100%;
        padding: 0 16px;
    }

    #newgraduate_26 .sp_view .main_visual {
        position: relative;
        width: 100%;
        min-height: 100vh;
        background-color: #fff;
        background: url(http://www.laiblitz.co.jp/wp-content/uploads/2024/09/bg_mainvisual_sp.png) center / cover;
        ;
    }

    #newgraduate_26 .sp_view .sp_hed {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
    }

    #newgraduate_26 .sp_view .sp_hed h1 {
        margin: 0;
        padding: 0;
    }

    #newgraduate_26 .sp_view .sp_hed h1 img {
        width: 50%;
    }

    #newgraduate_26 h2 {
        color: #FFF;
        font-family: "Barlow Condensed";
        font-size: 86px;
    }

    .sp_view .main_visual .catchcopy {
        min-height: 90vh;
        display: flex;
        align-items: center;
    }

    #newgraduate_26 .button_wh {
        width: 100%;
    }

    #newgraduate_26 .co_data {
        display: block;
        margin-right: 0px;
        width: 100%;
    }

    .fot_link ul {
        margin: 0;
        padding: 0;
    }

    .sp_fot {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sp_dsp-no {
        display: none;
    }

    .sp_felx {
        display: flex;
    }

    /*========= sp_navi ===============*/

    #g-nav.panelactive {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

    .circle-bg {
        position: fixed;
        z-index: 3;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        opacity: 0.9;
        background: #FFF;
        transform: scale(0);
        right: -50px;
        top: -50px;
        transition: all .6s;
    }

    .circle-bg.circleactive {
        transform: scale(50);
    }

    #g-nav-list {
        display: none;
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        display: block;
    }

    /*ナビゲーション*/
    #g-nav ul {
        width: 100%;
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    #g-nav.panelactive ul {
        opacity: 1;
    }

    #g-nav.panelactive ul li {
        animation-name: gnaviAnime;
        animation-duration: 1s;
        animation-delay: .2s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    #g-nav li {
        text-align: center;
        list-style: none;
        text-align: center;
        font-family: "Barlow Condensed";
        font-size: 20px;
        line-height: 110%;
    }

    #g-nav li a {
        color: #343434;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    #g-nav li span {
        display: block;
        font-family: "Zen Maru Gothic";
        font-size: 12px;
    }

    #newgraduate_26 .sp_view .button_bk {
        width: 100%;
        border: 2px solid #343434;
        border-radius: 100px;
        margin-top: 40px;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        top: 10px;
        right: 16px;
        z-index: 9999;
        cursor: pointer;
        width: 60px;
        height: 60px;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        height: 3px;
        border-radius: 2px;
        background-color: #040000;
        width: 100%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 33px;
    }

    .openbtn span:nth-of-type(3) {
        top: 51px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 50%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 50%;
    }
}

#newgraduate_26 .btnarea .button_bl {
    border-radius: 100px;
    background: #3897DD;
    padding: 8px 0;
    color: #ffffff;
    padding: 8px 24px;
}

#newgraduate_26 .btnarea  .button_bl a {
    color: #fff !important;
}

#newgraduate_26 .btnarea  .button_gr {
    border-radius: 100px;
    background: #23b37b;
    padding: 8px 0;
    color: #ffffff;
    padding: 8px 24px;

}

#newgraduate_26 .btnarea  .button_gr a {
    color: #fff !important;
}
.btnarea .button_bl span,.btnarea .button_gr span{
    display: block;
}
