@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

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

main {
    display: block;
}

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 1 */
    line-height: 1.5;
    /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #cccccc;
    /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0;
}

button,
[role="button"] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
    color: inherit;
    text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
}

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

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

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

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

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

.space-y-1> :not(template)~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.space-y-2> :not(template)~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.space-x-2> :not(template)~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-3> :not(template)~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.space-y-4> :not(template)~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-x-7> :not(template)~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
}

.space-y-10> :not(template)~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.space-y-2\.5> :not(template)~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
}

.space-x-2\.5> :not(template)~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
}

.space-x-7\.5> :not(template)~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse)));
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, var(--bg-opacity));
}

.bg-gray-800 {
    --bg-opacity: 1;
    background-color: #333333;
    background-color: rgba(51, 51, 51, var(--bg-opacity));
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #222222;
    background-color: rgba(34, 34, 34, var(--bg-opacity));
}

.bg-primary {
    --bg-opacity: 1;
    background-color: #004282;
    background-color: rgba(0, 66, 130, var(--bg-opacity));
}

.bg-primary-dark {
    --bg-opacity: 1;
    background-color: #b5382f;
    background-color: rgba(181, 56, 47, var(--bg-opacity));
}

.bg-secondary {
    --bg-opacity: 1;
    background-color: #c4b9a3;
    background-color: rgba(196, 185, 163, var(--bg-opacity));
}

.border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-gray-300 {
    --border-opacity: 1;
    border-color: #cccccc;
    border-color: rgba(204, 204, 204, var(--border-opacity));
}

.border-secondary {
    --border-opacity: 1;
    border-color: #c4b9a3;
    border-color: rgba(196, 185, 163, var(--border-opacity));
}

.rounded-full {
    border-radius: 9999px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-t {
    border-top-width: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.flex {
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-col {
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.items-center {
    -ms-flex-align: center;
    align-items: center;
}

.justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-1 {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.font-arial {
    font-family: Helvetica, Arial, sans-serif;
}

.font-bold {
    font-weight: 700;
}

.h-6 {
    height: 1.5rem;
}

.h-15 {
    height: 3.75rem;
}

.h-20 {
    height: 5rem;
}

.h-25 {
    height: 6.25rem;
}

.h-full {
    height: 100%;
}

.text-sm {
    font-size: .875rem;
}

.text-md {
    font-size: 1.125rem;
}

.text-lg {
    font-size: 1.25rem;
}

.text-xl {
    font-size: 1.5rem;
}

.text-2xl {
    font-size: 1.875rem;
}

.text-3xl {
    font-size: 2.25rem;
}

.text-8xl {
    font-size: 5rem;
    line-height: 1;
}

.text-20px {
    font-size: 1.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mr-7 {
    margin-right: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mt-15 {
    margin-top: 3.75rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mt-7\.5 {
    margin-top: 1.875rem;
}

.mr-7\.5 {
    margin-right: 1.875rem;
}

.-mb-1 {
    margin-bottom: -0.25rem;
}

.-mb-2 {
    margin-bottom: -0.5rem;
}

.-ml-4 {
    margin-left: -1rem;
}

.-mb-5 {
    margin-bottom: -1.25rem;
}

.-ml-5 {
    margin-left: -1.25rem;
}

.-ml-7 {
    margin-left: -1.75rem;
}

.-mb-10 {
    margin-bottom: -2.5rem;
}

.-ml-10 {
    margin-left: -2.5rem;
}

.-ml-15 {
    margin-left: -3.75rem;
}

.-mb-2\.5 {
    margin-bottom: -0.625rem;
}

.-ml-7\.5 {
    margin-left: -1.875rem;
}

.max-h-full {
    max-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.object-cover {
    object-fit: cover;
}

.hover\:opacity-80:hover {
    opacity: .8;
}

.overflow-hidden {
    overflow: hidden;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-7\.5 {
    padding: 1.875rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pr-7 {
    padding-right: 1.75rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pb-15 {
    padding-bottom: 3.75rem;
}

.pl-15 {
    padding-left: 3.75rem;
}

.pr-2\.5 {
    padding-right: 0.625rem;
}

.pb-2\.5 {
    padding-bottom: 0.625rem;
}

.pt-7\.5 {
    padding-top: 1.875rem;
}

.pr-7\.5 {
    padding-right: 1.875rem;
}

.pl-7\.5 {
    padding-left: 1.875rem;
}

.pb-21\.5 {
    padding-bottom: 5.375rem;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.resize-none {
    resize: none;
}

.fill-current {
    fill: currentColor;
}

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

.text-right {
    text-align: right;
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-200 {
    --text-opacity: 1;
    color: #dddddd;
    color: rgba(221, 221, 221, var(--text-opacity));
}

.text-gray-600 {
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
}

.text-gray-700 {
    --text-opacity: 1;
    color: #666666;
    color: rgba(102, 102, 102, var(--text-opacity));
}

.text-primary {
    --text-opacity: 1;
    color: #004282;
    color: rgba(0, 66, 130, var(--text-opacity));
}

.text-secondary {
    --text-opacity: 1;
    color: #c4b9a3;
    color: rgba(196, 185, 163, var(--text-opacity));
}

.w-1 {
    width: 0.25rem;
}

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-15 {
    width: 3.75rem;
}

.w-20 {
    width: 5rem;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/4 {
    width: 25%;
}

.w-3\/4 {
    width: 75%;
}

.w-full {
    width: 100%;
}

.z-30 {
    z-index: 30;
}

.gap-x-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-x-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.duration-300 {
    transition-duration: 300ms;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes ping {
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

/* ==========
  #CONFIG
  ========== */

main {
    display: block;
    overflow: hidden;
}

main.is-space {
    padding: 70px 0 0;
}

@media (min-width: 1024px) {
    main.is-space {
        padding: 100px 0 0;
    }
}

p {
    line-height: 1.75;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

/* ==========
  #PLUGIN
  ========== */

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}

@media screen {
    html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
        opacity: 0;
        transition-property: opacity, transform;
    }
    html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {
        opacity: 1;
        -ms-transform: none;
        transform: none;
    }
    html:not(.no-js) [data-aos="fade-up"] {
        transform: translate3d(0, 100px, 0);
    }
    html:not(.no-js) [data-aos="fade-down"] {
        transform: translate3d(0, -100px, 0);
    }
    html:not(.no-js) [data-aos="fade-right"] {
        transform: translate3d(-100px, 0, 0);
    }
    html:not(.no-js) [data-aos="fade-left"] {
        transform: translate3d(100px, 0, 0);
    }
    html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"] {
        opacity: 0;
        transition-property: opacity, transform;
    }
    html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
        opacity: 1;
        transform: translateZ(0) scale(1);
    }
    html:not(.no-js) [data-aos="zoom-in"] {
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    html:not(.no-js) [data-aos="zoom-out"] {
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */

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

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-lock {
    display: none !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 1.25rem;
    width: 100%;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Bullets */

.swiper-pagination-bullet {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
}

.swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 50%;
}

.swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active:after {
    background-color: #004282;
    opacity: 1;
}

.swiper-pagination-lock {
    display: none !important;
}

/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.lazy-load,
.swiper-lazy {
    opacity: 0;
}

.lazy-load--loaded,
.swiper-lazy-loaded {
    opacity: 1;
    transition: opacity 0.5s ease;
}

/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
}

/* ==========
  #COMPONENTS
  ========== */

/* ==========
  #BTN
  ========== */

.btn {
    position: relative;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border: 2px solid transparent;
    transition: color 0.3s ease;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: transform 0.3s ease;
}

.btn:hover:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.btn--primary {
    color: #ffffff;
    background-color: #004282;
}

.btn--primary:before {
    background-color: #bf1616;
}

.btn--black-outline {
    color: #000000;
    border-color: #000000;
}

.btn--black-outline:before {
    background-color: #000000;
}

.btn--black-outline:hover {
    color: #ffffff;
}

.btn--white-outline {
    color: #ffffff;
    border-color: #ffffff;
}

.btn--white-outline:before {
    background-color: #ffffff;
}

.btn--white-outline:hover {
    color: #004282;
}

.btn--primary-outline {
    color: #004282;
    border-color: #004282;
}

.btn--primary-outline:before {
    background-color: #004282;
}

.btn--primary-outline:hover {
    color: #ffffff;
}

.btn--secondary-outline {
    color: #c4b9a3;
    border-color: #c4b9a3;
}

.btn--secondary-outline:before {
    background-color: #c4b9a3;
}

.btn--secondary-outline:hover {
    color: #333333;
}

/* ==========
  #BACK-BTN
  ========== */

.back-btn {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    transition: width 0.3s ease;
}

.back-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}

.back-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.back-btn:hover {
    width: 60px;
}

/* ==========
  #DESIGN-CARD
  ========== */

.design-card {
    position: relative;
    display: block;
    height: 100%;
    pointer-events: none;
}

.design-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
}

.design-card__content {
    background-color: #ffffff;
    padding: 1.875rem 0.625rem 1.875rem 1.875rem;
}

@media (min-width: 768px) {
    .design-card__content {
        padding: 2.5em 0.625rem 2.5rem 2.5rem;
    }
}

.design-card__content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ==========
  #PROJECT-CARD
  ========== */

.project-card {
    position: relative;
    background-color: #ffffff;
}

.project-card:hover .project-card__overlay,
.project-card:hover .project-card__content {
    opacity: 1;
    visibility: visible;
}

.project-card__mask {
    position: relative;
    width: 100%;
    padding-top: 68.375%;
    background-color: #ffffff;
}

.project-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #004282;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.project-card__action {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1024px) {
    .project-card__action {
        top: 0;
        left: 0;
        -ms-transform: none;
        transform: none;
        padding: 2.5rem 0 0 2.5rem;
    }
}

.project-card__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #c4b9a3;
    border: 2px solid #c4b9a3;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.project-card__btn:not(:first-child) {
    margin: 0 0 0 0.75rem;
}

.project-card__btn:hover {
    color: #004282;
    background-color: #c4b9a3;
}

@media (min-width: 1024px) {
    .project-card__content {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 450px;
        padding: 0 0 2.5rem 2.5rem;
        color: #c4b9a3;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
}

@media (min-width: 1536px) {
    .project-card__content {
        padding: 0 0 3.75rem 2.5rem;
    }
}

.project-card__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 1rem;
}

@media (min-width: 1024px) {
    .project-card__title {
        padding: 0 1.75rem 0 0;
    }
}

.project-card__desc {
    display: none;
}

@media (min-width: 1024px) {
    .project-card__desc {
        display: block;
        padding: 0.75rem 1.75rem 0 0;
        margin: 0.5rem 0 0;
        border-top: 1px solid #c4b9a3;
    }
}

/* ==========
  #BLOG-CARD
  ========== */

.blog-card {
    position: relative;
    display: block;
    height: 100%;
}

.blog-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1000vh;
    background-color: #e1e1e1;
}

.blog-card h3 {
    transition: color 0.3s ease;
}

.blog-card:hover h3 {
    color: #004282;
}

/* ==========
  #TEAMS-CARD
  ========== */

.teams-card {
    position: relative;
}

.teams-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1000vh;
    background-color: #e1e1e1;
}

/* ==========
  #DOT
  ========== */

.dot {
    position: relative;
    padding: 0 0 0 1rem;
}

.dot:before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #004282;
    border-radius: 50%;
}

/* ==========
  #FORM-CONTROL
  ========== */

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #004282;
}

.form-control:-ms-input-placeholder {
    color: #000000;
}

.form-control::placeholder {
    color: #000000;
}

.form-select {
    position: relative;
}

.form-select:after {
    content: "";
    position: absolute;
    top: 1em;
    right: 0.75rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

/* ==========
  #HERO
  ========== */

.hero {
    position: relative;
}

.hero__mask {
    position: relative;
    width: 100%;
    padding-top: 88.51466%;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .hero__mask {
        padding-top: 40.625%;
    }
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .hero__content {
        position: absolute;
        z-index: 10;
        opacity: 0;
        transition: opacity 0.5s ease;
    }
    .swiper-slide-active .hero__content,
    .swiper-slide-duplicate-active .hero__content {
        opacity: 1;
        transition-delay: 0.6s;
    }
}

.hero__content--1 {
    background-color: #7037d1;
}

@media (min-width: 768px) {
    .hero__content--1 {
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: transparent;
    }
}

.hero__content--2 {
    background-color: #ebf5f6;
}

@media (min-width: 768px) {
    .hero__content--2 {
        top: 16%;
        left: 7.8125%;
        background-color: transparent;
    }
}

@media (min-width: 1024px) {
    .hero__content--2 {
        top: 50%;
        left: 10%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.hero__content--3 {
    background-color: #ecf2f6;
}

@media (min-width: 768px) {
    .hero__content--3 {
        top: 16%;
        right: 7.8125%;
        background-color: transparent;
    }
}

@media (min-width: 1024px) {
    .hero__content--3 {
        top: 50%;
        right: 10%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* ==========
  #PAGINATION
  ========== */

.pagination {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__main {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px;
}

.pagination__page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem 0 0;
}

.pagination__select {
    width: auto;
    padding: 0.5rem 1rem;
}

.pagination__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    transition: background-color 0.3s ease;
}

.pagination__btn:hover {
    background-color: #dddddd;
}

.pagination__btn--prev {
    border-right: 1px solid #333333;
}

.pagination__btn--next {
    border-left: 1px solid #333333;
}

/* ==========
  #LAYOUT
  ========== */

/* ==========
  #HEADER
  ========== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    background-color: #ffffff;
}

.site-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.site-header.is-scroll:after {
    opacity: 1;
}

.site-header__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    padding: 0 1.875rem;
}

@media (min-width: 1024px) {
    .site-header__main {
        height: 100px;
        padding: 0 0 0 1.875rem;
    }
}

@media (min-width: 1280px) {
    .site-header__main {
        padding: 0 0 0 3rem;
    }
}

.site-header__logo {
    display: block;
    width: 160px;
}

@media (min-width: 640px) {
    .site-header__logo {
        width: 180px;
    }
}

@media (min-width: 1024px) {
    .site-header__logo {
        width: 196px;
    }
}

.site-header__menu {
    display: none;
}

@media (min-width: 1024px) {
    .site-header__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.site-header__cta {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 140px;
    height: 80px;
    color: #ffffff;
    background-color: #004282;
    padding: 0 1.875rem;
}

@media (min-width: 1024px) {
    .site-header__cta {
        height: 100px;
    }
}

.site-header__cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #bf1616;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: transform 0.3s ease;
}

.site-header__cta:hover:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.site-header__burger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 3;
}

@media (min-width: 1024px) {
    .site-header__burger {
        display: none;
    }
}

.site-header__burger span {
    position: absolute;
    left: 7px;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s ease;
}

.site-header__burger span:nth-child(1) {
    top: 11px;
}

.site-header__burger span:nth-child(2) {
    top: 19px;
    width: 18px;
}

.site-header__burger span:nth-child(3) {
    bottom: 11px;
}

.site-header__burger span:nth-child(4),
.site-header__burger span:nth-child(5) {
    width: 0;
    top: 50%;
    left: 50%;
}

.site-header__burger span:nth-child(4) {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.site-header__burger span:nth-child(5) {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.site-header__burger.is-active span:nth-child(1),
.site-header__burger.is-active span:nth-child(2),
.site-header__burger.is-active span:nth-child(3) {
    width: 0;
}

.site-header__burger.is-active span:nth-child(4),
.site-header__burger.is-active span:nth-child(5) {
    width: 24px;
}

/* ==========
  #NAV
  ========== */

.site-nav {
    margin: 0 1.875rem 0 0;
}

@media (min-width: 1280px) {
    .site-nav {
        margin: 0 3rem 0 0;
    }
}

.site-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.site-nav__item:not(:first-child) {
    margin: 0 0 0 1.875rem;
}

@media (min-width: 1280px) {
    .site-nav__item:not(:first-child) {
        margin: 0 0 0 2.5rem;
    }
}

.site-nav__link {
    position: relative;
    display: block;
    padding: 0.625rem 0;
}

.site-nav__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #004282;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: transform 0.3s ease;
}

.site-nav__link:hover:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* ==========
  #MOBILE-NAV
  ========== */

.site-mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.site-mobile-nav.is-active {
    opacity: 1;
    visibility: visible;
}

.site-mobile-nav__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 5rem 1.875rem;
    text-align: center;
}

@media (min-width: 768px) {
    .site-mobile-nav__main {
        padding: 7.5rem 2.5rem;
    }
}

/* ==========
  #FOOTER
  ========== */

.site-footer {
    position: relative;
    background-color: #222222;
    padding: 3rem 0;
    pointer-events: none;
}

@media (min-width: 1280px) {
    .site-footer {
        padding: 5rem 0;
    }
}

.site-footer__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.875rem;
}

@media (min-width: 1280px) {
    .site-footer__main {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 3rem;
    }
}

.site-footer__info {
    text-align: center;
}

@media (min-width: 1280px) {
    .site-footer__info {
        text-align: left;
    }
}

.site-footer__nav {
    display: none;
}

@media (min-width: 1280px) {
    .site-footer__nav {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1535px) {
    .site-footer__menu:not(:first-child) {
        margin: 0 0 0 3.75rem;
    }
}

@media (min-width: 1536px) {
    .site-footer__menu {
        min-width: 240px;
    }
}

.site-footer__menu a {
    color: #999999;
    transition: color 0.3s ease;
}

.site-footer__menu a:hover {
    color: #cccccc;
}

/* ==========
  #WRAPPER
  ========== */

.wrapper {
    width: 100%;
    padding: 0 1.875rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 1380px;
        padding: 0 2.5rem;
    }
}

.wrapper-small {
    width: 100%;
    padding: 0 1.875rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .wrapper-small {
        max-width: 1080px;
        padding: 0 2.5rem;
    }
}

.wrapper-fluid {
    width: 100%;
    padding: 0 1.875rem;
}

@media (min-width: 1280px) {
    .wrapper-fluid {
        padding: 0 3rem;
    }
}

.mdl-cell {
    margin-top: 0px;
    margin-bottom: 0px;
}

hr {
    background: none;
    background-color: transparent;
    border: none;
    border-top: rgba(0, 0, 0, 0.18) 1px solid;
    margin: 30px 0 25px;
    padding: 5px;
}

table td {
    padding: 12px;
}

pre {
    font-family: courier;
    font-size: 1rem;
    white-space: pre-wrap;
    line-height: 1.4;
    padding: 15px;
    background: rgba(0, 0, 0, 0.03);
}

blockquote {
    margin: 16px 40px;
}

b,
strong {
    font-weight: 600;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/**********************************
    Simple Grid 
    (if css framework not used)
***********************************/

.container {
    margin: initial auto;
    max-width: 980px;
}

@media (min-width: 768px) {
    .column {
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .column.two-third {
        width: 66.7%;
    }
    .column.two-fourth {
        width: 75%;
    }
    .column.two-fifth {
        width: 80%;
    }
    .column.two-sixth {
        width: 83.3%;
    }
    .column.half {
        width: 50%;
    }
    .column.third {
        width: 33.3%;
    }
    .column.fourth {
        width: 25%;
    }
    .column.fifth {
        width: 20%;
    }
    .column.sixth {
        width: 16.6%;
    }
    .column.flow-opposite {
        float: right;
    }
}

.column.full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/**********************************
    Useful Classes
***********************************/

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1.4em;
    margin-bottom: 1em;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.list {
    position: relative;
    margin: 1.5em 0;
    box-shadow: none;
}

.list>i {
    position: absolute;
    left: -3px;
    top: 7px;
    font-size: 1.7em;
    line-height: 1;
}

.list>h2,
.list>h3 {
    margin: 0 0 0 50px;
}

.list>p {
    margin: 5px 0 0 50px;
}

/* ==========
  #PAGES
  ========== */

/* ==========
  #CASE-SHORTCUT
  ========== */

.case-shortcut {
    width: 100%;
    max-width: 1300px;
    margin: 2.5rem auto;
    pointer-events: none;
}

@media (min-width: 768px) {
    .case-shortcut {
        margin: 3rem auto;
    }
}

@media (min-width: 1280px) {
    .case-shortcut {
        margin: 5rem auto;
    }
}

.case-short__link {
    display: block;
    padding: 1.25rem;
    transition: background-color 0.3s ease;
}

@media (min-width: 640px) {
    .case-short__link {
        padding: 1.875rem;
    }
}

@media (max-width: 1279px) {
    .case-short__link {
        border: 1px solid #3b3b3b;
    }
}

.case-short__link:hover {
    background-color: #3b3b3b;
}

/* ==========
  #DESIGN-THINK
  ========== */

.design-think {
    position: relative;
    padding: 3.75rem 1.875rem 0;
}

@media (min-width: 768px) {
    .design-think {
        padding: 4rem 2.5rem 0;
    }
}

@media (min-width: 1280px) {
    .design-think {
        padding: 6.25rem 0 0 3.75rem;
    }
}

.design-think:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #004282;
}

@media (min-width: 1280px) {
    .design-think:before {
        width: 50%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .design-think .swiper-slide {
        width: 480px;
    }
}

.design-think__aside {
    margin: 0 0 2.5rem;
}

@media (min-width: 1280px) {
    .design-think__aside {
        width: 480px;
        margin: 0;
    }
}

.design-think__aside .swiper-btn {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.design-think__aside .swiper-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
}

.design-think__aside .swiper-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.design-think__aside .swiper-btn-prev:before {
    left: 0;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.design-think__aside .swiper-btn-next:before {
    right: 0;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

@media (min-width: 1280px) {
    .design-think__slider {
        width: calc(100% - 480px);
    }
}

/* ==========
  #PROJECT-LIST
  ========== */

.project-list {
    position: relative;
    padding: 0 1.875rem 2.5rem;
    background-color: #222222;
}

@media (min-width: 1024px) {
    .project-list {
        padding: 3rem;
    }
    .project-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-color: #c4b9a3;
    }
}

.project-list--search {
    padding: 1.875rem 1.875rem 2.5rem;
}

@media (min-width: 1024px) {
    .project-list--search {
        padding: 3rem;
    }
    .project-list--search:before {
        background-color: #ffffff;
    }
}

/* ==========
  #PROJECT-FILTER
  ========== */

.project-filter {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2.5rem 0;
    background-color: #ffffff;
}

@media (min-width: 1024px) {
    .project-filter {
        padding: 0 1.875rem 0 0;
    }
}

.project-filter:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
}

@media (max-width: 1023px) {
    .project-filter:before {
        top: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% + 10rem);
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .project-filter:before {
        bottom: 0;
        right: 0;
        width: calc(100% + 5rem);
        height: calc(100% + 5rem);
    }
}

.project-filter a {
    position: relative;
}

.project-filter a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #004282;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: transform 0.3s ease;
}

.project-filter a:hover:before,
.project-filter a.is-active:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.project-filter__title {
    position: relative;
    display: inline-block;
}

@media (min-width: 1280px) {
    .project-filter__title {
        margin-top: -1.25rem;
    }
}

@media (min-width: 1536px) {
    .project-filter__title {
        margin-top: 0;
    }
}

.project-filter__title:before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000000;
}

.project-filter__search {
    position: relative;
}

@media (min-width: 1024px) {
    .project-filter__search {
        max-width: 60%;
    }
}

.project-filter__search input {
    display: block;
    width: 100%;
    padding: 0.375rem 3rem 0.375rem 1rem;
    border: 2px solid #000000;
    border-radius: 50px;
    transition: border-color 0.3s ease;
}

.project-filter__search input:focus {
    border-color: #004282;
}

.project-filter__search input:-ms-input-placeholder {
    color: #aaaaaa;
}

.project-filter__search input::placeholder {
    color: #aaaaaa;
}

.project-filter__submit {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

/* ==========
  #PROJECT-DETAIL
  ========== */

.project-detail .swiper-container {
    padding: 0 10vw;
}

@media (min-width: 1024px) {
    .project-detail .swiper-container {
        height: 100%;
        padding: 16.66667vh 0;
    }
}

/* ==========
  #PROJECT-TAGS
  ========== */

.project-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-tags li:not(:last-child) a:after {
    content: "/";
    display: inline-block;
    margin: 0 0.25rem;
}

/* ==========
  #CSR-TAB
  ========== */

.csr-tab {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #b5382f;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

@media (min-width: 1024px) {
    .csr-tab {
        top: 100px;
    }
}

.csr-tab.is-active {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.csr-tab li {
    -ms-flex: 1;
    flex: 1;
}

.csr-tab li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.csr-tab a {
    display: block;
    padding: 0.75rem;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
    transition: background-color 0.3s ease;
}

@media (min-width: 768px) {
    .csr-tab a {
        font-size: 1rem;
    }
}

.csr-tab a:hover {
    background-color: #a1322a;
}

#star path {
    opacity: 0;
    animation: starLight 1.5s infinite ease;
}

@keyframes starLight {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#star path:nth-child(2) {
    animation-delay: 0.1s;
}

#star path:nth-child(3) {
    animation-delay: 0.2s;
}

#star path:nth-child(4) {
    animation-delay: 0.3s;
}

#star path:nth-child(5) {
    animation-delay: 0.4s;
}

/* ==========
  #BLOG-FILTER
  ========== */

.blog-filter {
    position: relative;
    padding: 1rem 0;
}

@media (min-width: 1024px) {
    .blog-filter:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 2px;
        background-color: #004282;
    }
}

.blog-filter__link {
    transition: color 0.3s ease;
}

.blog-filter__link span:last-child:before {
    content: "/";
    display: inline-block;
    margin: 0 0.25rem 0 0;
    color: #000000;
}

.blog-filter__link:hover {
    color: #004282;
}

/* ==========
  #BLOG-TAGS
  ========== */

.blog-tags {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #666666;
}

.blog-tags li:not(:first-child):before {
    content: "、";
    display: inline-block;
}

/* ==========
  #RELATED-BLOG
  ========== */

.related-blog__list {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.related-blog__item:not(:first-child) {
    border-top: 1px solid #cccccc;
}

.related-blog__link {
    display: block;
    padding: 1.875rem 0;
    transition: background-color 0.3s ease;
}

@media (min-width: 640px) {
    .related-blog__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.related-blog__link:hover {
    background-color: #f5f5f5;
}

.related-blog__cover {
    background-color: #f5f5f5;
}

@media (min-width: 640px) {
    .related-blog__cover {
        width: 30%;
    }
}

.related-blog__content {
    padding: 1.25rem 0 0;
}

@media (min-width: 640px) {
    .related-blog__content {
        width: 70%;
        padding: 0 0 0 2.5rem;
    }
}

/* ==========
  #SOCIAL
  ========== */

.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.social:hover {
    background-color: #004282;
}

/* ==========
  #ABOUT-BANNER
  ========== */

.about-banner {
    position: relative;
    height: 40vw;
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    .about-banner {
        height: 30vw;
    }
}

.about-banner img {
    position: fixed;
    top: 70px;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 40vw;
}

@media (min-width: 768px) {
    .about-banner img {
        height: 30vw;
    }
}

@media (min-width: 1024px) {
    .about-banner img {
        top: 100px;
    }
}

/* ==========
  #ABOUT-SLOGAN
  ========== */

.about-slogan span {
    position: relative;
    line-height: 1;
}

.about-slogan span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #004282;
}

/* ==========
  #ABOUT-COMMUNICATE
  ========== */

.about-communicate {
    position: relative;
}

.about-communicate .swiper-slide {
    width: 90%;
}

.about-communicate .swiper-btn {
    position: absolute;
    bottom: 1.25rem;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
}

.about-communicate .swiper-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
}

.about-communicate .swiper-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
}

.about-communicate .swiper-btn-prev {
    left: 1.25rem;
}

@media (min-width: 1024px) {
    .about-communicate .swiper-btn-prev {
        left: -1.25rem;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.about-communicate .swiper-btn-prev:before {
    left: 0;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-top: 4px solid #000000;
    border-left: 4px solid #000000;
}

.about-communicate .swiper-btn-prev:after {
    background-color: #000000;
}

.about-communicate .swiper-btn-next {
    right: 1.25rem;
}

@media (min-width: 1024px) {
    .about-communicate .swiper-btn-next {
        left: 1.25rem;
        right: auto;
    }
}

.about-communicate .swiper-btn-next:before {
    right: 0;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 4px solid #004282;
    border-right: 4px solid #004282;
}

.about-communicate .swiper-btn-next:after {
    background-color: #004282;
}

.about-communicate__slider {
    position: relative;
}

@media (min-width: 1024px) {
    .about-communicate__slider {
        width: 55%;
        margin-left: auto;
    }
}

@media (min-width: 1024px) {
    .about-communicate__main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.about-communicate__content {
    padding: 2.5rem 0;
}

@media (min-width: 1024px) {
    .about-communicate__content {
        width: 40%;
        padding: 1rem 0 0;
    }
}

#gallery {
    font-size: 0;
}

#gallery img {
    display: inline-block;
}

/* ==========
  #CONTACT-FORM
  ========== */

.contact-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 1.25rem 0 3.75rem;
    background-color: #c4b9a3;
}

@media (min-width: 768px) {
    .contact-form {
        padding: 3.75rem 0;
    }
}

.contact-form__card {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
}

.contact-form__detail {
    -ms-flex: 1;
    flex: 1;
    padding: 1.875rem;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .contact-form__detail {
        padding: 3rem;
    }
}

.contact-form__aside {
    display: none;
}

@media (min-width: 768px) {
    .contact-form__aside {
        display: block;
        width: 120px;
        background-color: #004282;
    }
}

label.error {
    display: inline-block;
    color: #ffffff;
    background-color: #004282;
    border-radius: 0.25rem;
    padding: 0.25rem 0.625rem;
    margin: 0.5rem 0 0;
}

label.error:before {
    content: "! ";
}

.ai-btn-block {
    position: fixed;
    right: 2.5rem;
    bottom: 2.5rem;
    z-index: 30;
    display: -ms-flexbox;
    display: flex;
}

.ai-btn-block .ai-btn-box {
    display: -ms-flexbox;
    display: flex;
    transition: all .5s;
    -ms-transform: translateX(2rem);
    transform: translateX(2rem);
    opacity: 0;
    pointer-events: none;
}

.ai-btn-block .ai-btn-box.open {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.ai-btn-block .line-show {
    background-color: #00C200;
}

.ai-btn-block .ai-show {
    background-color: #4B4E5C;
}

.ai-btn {
    background-color: #C53228;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}

.ai-btn .ai-open {
    display: -ms-flexbox;
    display: flex;
}

.ai-btn .ai-close {
    display: none;
}

.ai-btn.open {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.ai-btn.open .ai-open {
    display: none;
}

.ai-btn.open .ai-close {
    display: -ms-flexbox;
    display: flex;
}

.line-info-block,
.ai-info-block {
    border-radius: 1.25rem;
    width: 25rem;
    height: 33.75rem;
    right: 2.5rem;
    bottom: 9rem;
    position: fixed;
    background-color: #FFF;
    border-radius: 1.25rem;
    z-index: 30;
    overflow: hidden;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    transition: all .3s;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.line-info-block.open,
.ai-info-block.open {
    -ms-transform: scale(1);
    transform: scale(1);
}

.ai-info-block .ai-info-mask {
    transition: all .3s;
}

.ai-info-block.talking {
    width: 31.25rem;
    height: 43.125rem;
}

.ai-info-block.talking .ai-logo-white {
    display: none;
}

.ai-info-block.talking .ai-logo {
    display: block;
}

.ai-info-block.talking .ai-info-mask {
    opacity: 0;
}

.ai-info-block.talking .ai-welcome {
    color: #222;
}

.ai-info-block.talking .ai-info-header {
    height: 4rem;
    border-bottom: 1px solid #DDDDDD;
}

.ai-info-block.talking .ai-hidden path {
    fill: #4B4E5C !important;
}

.ai-info-main,
.ai-info-header {
    position: relative;
    z-index: 30;
}

.ai-info-header {
    height: 5.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
}

.ai-info-main-box {
    height: calc(100% - 5.5rem);
}

.ai-info-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ai-info-main {
    overflow-y: auto;
}

.ai-info-mask {
    width: 100%;
    height: 66.66%;
    background: linear-gradient(to bottom, #4b4e5c 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.ai-question {
    border-radius: 0.3125rem;
    cursor: pointer;
}

.ai-textarea-block {
    width: 100%;
    z-index: 40;
}

.ai-textarea-box {
    width: 100%;
    border: 1px solid #4B4E5C;
    border-radius: 1.5rem;
}

.ai-textarea-box .ai-textarea {
    width: 100%;
    resize: none;
    max-height: 12.5rem;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    resize: none;
    white-space: pre-wrap;
    padding: 0.7rem 4.5rem 0.7rem 1rem;
    outline: none;
    inset: 0px;
    overflow-wrap: break-word;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    line-height: 1.25rem;
    font-size: 0.875rem;
}

.ai-textarea-box .ai-pre {
    max-height: 12.5rem;
    min-height: 2.75rem;
    line-height: 1.25rem;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 0.7rem 4.5rem 0.7rem 1rem;
    visibility: hidden;
    width: 100%;
    white-space: pre-wrap;
    font-size: 0.875rem;
}

.ai-textarea-box .ai-submit {
    width: 2.75rem;
    height: 2.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    right: 0.5rem;
    bottom: 0rem;
}

.user-question {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
}

.user-question p {
    padding: 0.75rem 1.25rem;
    background-color: #4B4E5C;
    border-radius: 3.75rem;
    color: #FFF;
}

.clear:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden;
}

.line-info-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.line-info-block .line-info-mask {
    width: 100%;
    height: 50%;
    background: #00C200;
    position: absolute;
    top: 0;
    left: 0;
}

.line-info-block .line-qrcode {
    max-height: calc(100% - 100px);
}

.line-info-block .line-qrcode img {
    max-height: 100%;
    object-fit: contain;
}

.rwd-close {
    cursor: pointer;
}

.link-arrow {
    background-color: #E9E9E9;
}

.fw-bold {
    font-weight: bold;
}

.ai-question {
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}

.overflow-auto {
    overflow: auto;
}

.img-full img,
.img-full svg {
    width: 100%;
}

.img-full svg {
    height: auto;
}

.ai-submit:focus {
    outline: unset;
}

@media (min-width: 768px) {
    .ai-info-block,
    .line-info-block {
        max-height: calc(100vh - 18.75rem);
    }
}

@media (max-width: 1023px) {
    .ai-info-block {
        bottom: 5.5rem;
        right: 1rem;
    }
    .ai-btn {
        width: 3.75rem;
        height: 3.75rem;
    }
    .ai-btn .ai-open {
        width: 2.5rem;
    }
    .ai-btn .ai-close {
        width: 1.5rem;
    }
    .show-btn {
        width: 3.75rem;
        height: 3.75rem;
    }
    .ai-btn-block {
        right: 1rem;
        bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .rwd-close {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 10;
    }
    .ai-info-block,
    .ai-info-block.talking {
        bottom: 0;
        right: 0;
        width: 100%;
        height: calc(100dvh - 70px);
        border-radius: 0;
    }
    .ai-info-block.talking .rwd-close {
        top: 20px;
        right: 20px;
    }
    .ai-info-block.talking .rwd-close svg {
        color: #222 !important;
    }
}

@media (min-width: 640px) {
    .sm\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .sm\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .sm\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .sm\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .sm\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .sm\:container {
            max-width: 1536px;
        }
    }
    .sm\:flex {
        display: -ms-flexbox;
        display: flex;
    }
    .sm\:items-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .sm\:ml-4 {
        margin-left: 1rem;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
}

@media (min-width: 768px) {
    .md\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .md\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .md\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .md\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .md\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .md\:container {
            max-width: 1536px;
        }
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: -ms-flexbox;
        display: flex;
    }
    .md\:items-center {
        -ms-flex-align: center;
        align-items: center;
    }
    .md\:justify-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .md\:text-base {
        font-size: 1rem;
    }
    .md\:text-lg {
        font-size: 1.25rem;
    }
    .md\:text-xl {
        font-size: 1.5rem;
    }
    .md\:text-2xl {
        font-size: 1.875rem;
    }
    .md\:text-3xl {
        font-size: 2.25rem;
    }
    .md\:text-4xl {
        font-size: 2.5rem;
    }
    .md\:text-9xl {
        font-size: 6.25rem;
        line-height: 1;
    }
    .md\:mb-0 {
        margin-bottom: 0;
    }
    .md\:mt-15 {
        margin-top: 3.75rem;
    }
    .md\:mr-15 {
        margin-right: 3.75rem;
    }
    .md\:p-0 {
        padding: 0;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:py-15 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .md\:pt-15 {
        padding-top: 3.75rem;
    }
    .md\:absolute {
        position: absolute;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
}

@media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .lg\:container {
            max-width: 1536px;
        }
    }
    .lg\:block {
        display: block;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:text-lg {
        font-size: 1.25rem;
    }
    .lg\:mt-15 {
        margin-top: 3.75rem;
    }
    .lg\:min-h-screen {
        min-height: 100vh;
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .lg\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .lg\:pr-12 {
        padding-right: 3rem;
    }
    .lg\:pt-15 {
        padding-top: 3.75rem;
    }
    .lg\:pl-15 {
        padding-left: 3.75rem;
    }
    .lg\:pl-20 {
        padding-left: 5rem;
    }
    .lg\:absolute {
        position: absolute;
    }
    .lg\:w-8 {
        width: 2rem;
    }
    .lg\:w-10 {
        width: 2.5rem;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-1\/5 {
        width: 20%;
    }
    .lg\:w-5\/12 {
        width: 41.666667%;
    }
    .lg\:w-7\/12 {
        width: 58.333333%;
    }
    .lg\:gap-x-5 {
        grid-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .xl\:container {
            max-width: 1536px;
        }
    }
    .xl\:space-y-15> :not(template)~ :not(template) {
        --space-y-reverse: 0;
        margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
        margin-bottom: calc(3.75rem * var(--space-y-reverse));
    }
    .xl\:flex {
        display: -ms-flexbox;
        display: flex;
    }
    .xl\:justify-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .xl\:text-lg {
        font-size: 1.25rem;
    }
    .xl\:text-xl {
        font-size: 1.5rem;
    }
    .xl\:text-2xl {
        font-size: 1.875rem;
    }
    .xl\:text-3xl {
        font-size: 2.25rem;
    }
    .xl\:text-4xl {
        font-size: 2.5rem;
    }
    .xl\:text-6xl {
        font-size: 3.125rem;
        line-height: 1.25;
    }
    .xl\:text-10xl {
        font-size: 7.5rem;
        line-height: 1;
    }
    .xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .xl\:mt-7 {
        margin-top: 1.75rem;
    }
    .xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .xl\:mt-12 {
        margin-top: 3rem;
    }
    .xl\:mb-20 {
        margin-bottom: 5rem;
    }
    .xl\:mt-30 {
        margin-top: 7.5rem;
    }
    .xl\:mt-7\.5 {
        margin-top: 1.875rem;
    }
    .xl\:-ml-10 {
        margin-left: -2.5rem;
    }
    .xl\:-mb-20 {
        margin-bottom: -5rem;
    }
    .xl\:-ml-20 {
        margin-left: -5rem;
    }
    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xl\:py-25 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
    .xl\:pt-10 {
        padding-top: 2.5rem;
    }
    .xl\:pl-10 {
        padding-left: 2.5rem;
    }
    .xl\:pt-20 {
        padding-top: 5rem;
    }
    .xl\:pb-20 {
        padding-bottom: 5rem;
    }
    .xl\:pl-20 {
        padding-left: 5rem;
    }
    .xl\:pt-25 {
        padding-top: 6.25rem;
    }
    .xl\:absolute {
        position: absolute;
    }
    .xl\:w-1\/3 {
        width: 33.333333%;
    }
    .xl\:w-2\/3 {
        width: 66.666667%;
    }
    .xl\:w-1\/4 {
        width: 25%;
    }
    .xl\:w-3\/4 {
        width: 75%;
    }
    .xl\:w-2\/5 {
        width: 40%;
    }
    .xl\:w-3\/5 {
        width: 60%;
    }
}

@media (min-width: 1536px) {
    .\32xl\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .\32xl\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .\32xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .\32xl\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .\32xl\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .\32xl\:container {
            max-width: 1536px;
        }
    }
    .\32xl\:text-5xl {
        font-size: 2.875rem;
    }
    .\32xl\:text-7xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .\32xl\:text-11xl {
        font-size: 8.75rem;
        line-height: 1;
    }
    .\32xl\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .\32xl\:-ml-10 {
        margin-left: -2.5rem;
    }
    .\32xl\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .\32xl\:pl-10 {
        padding-left: 2.5rem;
    }
    .\32xl\:pl-30 {
        padding-left: 7.5rem;
    }
    .\32xl\:w-1\/2 {
        width: 50%;
    }
    .\32xl\:w-1\/4 {
        width: 25%;
    }
}