@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-ExtraBold-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-Black-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Medium-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-SemiBold-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium";
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 30px */
/*
This will help you to create spacing classes for margin and padding.

Eg: mt-0 , pl-5

The first letter represents the spacing type ( Margin/Padding ).
m:  margin
p:  padding

The second letter represents the direction.
l: left
r: right
t: top
b: bottom
y: vertical (top and bottom)
x: horizontal (left and right)
a: all

The third represents the spacing value (which you can give your own)

For eg: 'mb-0' means margin-bottom: 0;
*/
.pa--50 {
  padding: -200px;
}

.pl--50 {
  padding-left: -200px !important;
}

.pt--50 {
  padding-top: -200px !important;
}

.pr--50 {
  padding-right: -200px !important;
}

.pb--50 {
  padding-bottom: -200px !important;
}

.py--50 {
  padding-top: -200px !important;
  padding-bottom: -200px !important;
}

.px--50 {
  padding-left: -200px !important;
  padding-right: -200px !important;
}

.pa--45 {
  padding: -180px;
}

.pl--45 {
  padding-left: -180px !important;
}

.pt--45 {
  padding-top: -180px !important;
}

.pr--45 {
  padding-right: -180px !important;
}

.pb--45 {
  padding-bottom: -180px !important;
}

.py--45 {
  padding-top: -180px !important;
  padding-bottom: -180px !important;
}

.px--45 {
  padding-left: -180px !important;
  padding-right: -180px !important;
}

.pa--40 {
  padding: -160px;
}

.pl--40 {
  padding-left: -160px !important;
}

.pt--40 {
  padding-top: -160px !important;
}

.pr--40 {
  padding-right: -160px !important;
}

.pb--40 {
  padding-bottom: -160px !important;
}

.py--40 {
  padding-top: -160px !important;
  padding-bottom: -160px !important;
}

.px--40 {
  padding-left: -160px !important;
  padding-right: -160px !important;
}

.pa--35 {
  padding: -140px;
}

.pl--35 {
  padding-left: -140px !important;
}

.pt--35 {
  padding-top: -140px !important;
}

.pr--35 {
  padding-right: -140px !important;
}

.pb--35 {
  padding-bottom: -140px !important;
}

.py--35 {
  padding-top: -140px !important;
  padding-bottom: -140px !important;
}

.px--35 {
  padding-left: -140px !important;
  padding-right: -140px !important;
}

.pa--32 {
  padding: -128px;
}

.pl--32 {
  padding-left: -128px !important;
}

.pt--32 {
  padding-top: -128px !important;
}

.pr--32 {
  padding-right: -128px !important;
}

.pb--32 {
  padding-bottom: -128px !important;
}

.py--32 {
  padding-top: -128px !important;
  padding-bottom: -128px !important;
}

.px--32 {
  padding-left: -128px !important;
  padding-right: -128px !important;
}

.pa--30 {
  padding: -120px;
}

.pl--30 {
  padding-left: -120px !important;
}

.pt--30 {
  padding-top: -120px !important;
}

.pr--30 {
  padding-right: -120px !important;
}

.pb--30 {
  padding-bottom: -120px !important;
}

.py--30 {
  padding-top: -120px !important;
  padding-bottom: -120px !important;
}

.px--30 {
  padding-left: -120px !important;
  padding-right: -120px !important;
}

.pa--28 {
  padding: -112px;
}

.pl--28 {
  padding-left: -112px !important;
}

.pt--28 {
  padding-top: -112px !important;
}

.pr--28 {
  padding-right: -112px !important;
}

.pb--28 {
  padding-bottom: -112px !important;
}

.py--28 {
  padding-top: -112px !important;
  padding-bottom: -112px !important;
}

.px--28 {
  padding-left: -112px !important;
  padding-right: -112px !important;
}

.pa--25 {
  padding: -100px;
}

.pl--25 {
  padding-left: -100px !important;
}

.pt--25 {
  padding-top: -100px !important;
}

.pr--25 {
  padding-right: -100px !important;
}

.pb--25 {
  padding-bottom: -100px !important;
}

.py--25 {
  padding-top: -100px !important;
  padding-bottom: -100px !important;
}

.px--25 {
  padding-left: -100px !important;
  padding-right: -100px !important;
}

.pa--24 {
  padding: -96px;
}

.pl--24 {
  padding-left: -96px !important;
}

.pt--24 {
  padding-top: -96px !important;
}

.pr--24 {
  padding-right: -96px !important;
}

.pb--24 {
  padding-bottom: -96px !important;
}

.py--24 {
  padding-top: -96px !important;
  padding-bottom: -96px !important;
}

.px--24 {
  padding-left: -96px !important;
  padding-right: -96px !important;
}

.pa--20 {
  padding: -80px;
}

.pl--20 {
  padding-left: -80px !important;
}

.pt--20 {
  padding-top: -80px !important;
}

.pr--20 {
  padding-right: -80px !important;
}

.pb--20 {
  padding-bottom: -80px !important;
}

.py--20 {
  padding-top: -80px !important;
  padding-bottom: -80px !important;
}

.px--20 {
  padding-left: -80px !important;
  padding-right: -80px !important;
}

.pa--18 {
  padding: -72px;
}

.pl--18 {
  padding-left: -72px !important;
}

.pt--18 {
  padding-top: -72px !important;
}

.pr--18 {
  padding-right: -72px !important;
}

.pb--18 {
  padding-bottom: -72px !important;
}

.py--18 {
  padding-top: -72px !important;
  padding-bottom: -72px !important;
}

.px--18 {
  padding-left: -72px !important;
  padding-right: -72px !important;
}

.pa--16 {
  padding: -64px;
}

.pl--16 {
  padding-left: -64px !important;
}

.pt--16 {
  padding-top: -64px !important;
}

.pr--16 {
  padding-right: -64px !important;
}

.pb--16 {
  padding-bottom: -64px !important;
}

.py--16 {
  padding-top: -64px !important;
  padding-bottom: -64px !important;
}

.px--16 {
  padding-left: -64px !important;
  padding-right: -64px !important;
}

.pa--15 {
  padding: -60px;
}

.pl--15 {
  padding-left: -60px !important;
}

.pt--15 {
  padding-top: -60px !important;
}

.pr--15 {
  padding-right: -60px !important;
}

.pb--15 {
  padding-bottom: -60px !important;
}

.py--15 {
  padding-top: -60px !important;
  padding-bottom: -60px !important;
}

.px--15 {
  padding-left: -60px !important;
  padding-right: -60px !important;
}

.pa--12 {
  padding: -48px;
}

.pl--12 {
  padding-left: -48px !important;
}

.pt--12 {
  padding-top: -48px !important;
}

.pr--12 {
  padding-right: -48px !important;
}

.pb--12 {
  padding-bottom: -48px !important;
}

.py--12 {
  padding-top: -48px !important;
  padding-bottom: -48px !important;
}

.px--12 {
  padding-left: -48px !important;
  padding-right: -48px !important;
}

.pa--10 {
  padding: -40px;
}

.pl--10 {
  padding-left: -40px !important;
}

.pt--10 {
  padding-top: -40px !important;
}

.pr--10 {
  padding-right: -40px !important;
}

.pb--10 {
  padding-bottom: -40px !important;
}

.py--10 {
  padding-top: -40px !important;
  padding-bottom: -40px !important;
}

.px--10 {
  padding-left: -40px !important;
  padding-right: -40px !important;
}

.pa--8 {
  padding: -32px;
}

.pl--8 {
  padding-left: -32px !important;
}

.pt--8 {
  padding-top: -32px !important;
}

.pr--8 {
  padding-right: -32px !important;
}

.pb--8 {
  padding-bottom: -32px !important;
}

.py--8 {
  padding-top: -32px !important;
  padding-bottom: -32px !important;
}

.px--8 {
  padding-left: -32px !important;
  padding-right: -32px !important;
}

.pa--6 {
  padding: -24px;
}

.pl--6 {
  padding-left: -24px !important;
}

.pt--6 {
  padding-top: -24px !important;
}

.pr--6 {
  padding-right: -24px !important;
}

.pb--6 {
  padding-bottom: -24px !important;
}

.py--6 {
  padding-top: -24px !important;
  padding-bottom: -24px !important;
}

.px--6 {
  padding-left: -24px !important;
  padding-right: -24px !important;
}

.pa--5 {
  padding: -20px;
}

.pl--5 {
  padding-left: -20px !important;
}

.pt--5 {
  padding-top: -20px !important;
}

.pr--5 {
  padding-right: -20px !important;
}

.pb--5 {
  padding-bottom: -20px !important;
}

.py--5 {
  padding-top: -20px !important;
  padding-bottom: -20px !important;
}

.px--5 {
  padding-left: -20px !important;
  padding-right: -20px !important;
}

.pa--4 {
  padding: -16px;
}

.pl--4 {
  padding-left: -16px !important;
}

.pt--4 {
  padding-top: -16px !important;
}

.pr--4 {
  padding-right: -16px !important;
}

.pb--4 {
  padding-bottom: -16px !important;
}

.py--4 {
  padding-top: -16px !important;
  padding-bottom: -16px !important;
}

.px--4 {
  padding-left: -16px !important;
  padding-right: -16px !important;
}

.pa--3 {
  padding: -12px;
}

.pl--3 {
  padding-left: -12px !important;
}

.pt--3 {
  padding-top: -12px !important;
}

.pr--3 {
  padding-right: -12px !important;
}

.pb--3 {
  padding-bottom: -12px !important;
}

.py--3 {
  padding-top: -12px !important;
  padding-bottom: -12px !important;
}

.px--3 {
  padding-left: -12px !important;
  padding-right: -12px !important;
}

.pa--2 {
  padding: -8px;
}

.pl--2 {
  padding-left: -8px !important;
}

.pt--2 {
  padding-top: -8px !important;
}

.pr--2 {
  padding-right: -8px !important;
}

.pb--2 {
  padding-bottom: -8px !important;
}

.py--2 {
  padding-top: -8px !important;
  padding-bottom: -8px !important;
}

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

.pa--1 {
  padding: -4px;
}

.pl--1 {
  padding-left: -4px !important;
}

.pt--1 {
  padding-top: -4px !important;
}

.pr--1 {
  padding-right: -4px !important;
}

.pb--1 {
  padding-bottom: -4px !important;
}

.py--1 {
  padding-top: -4px !important;
  padding-bottom: -4px !important;
}

.px--1 {
  padding-left: -4px !important;
  padding-right: -4px !important;
}

.pa-0 {
  padding: 0px;
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pa-1 {
  padding: 4px;
}

.pl-1 {
  padding-left: 4px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pa-2 {
  padding: 8px;
}

.pl-2 {
  padding-left: 8px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

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

.pa-3 {
  padding: 12px;
}

.pl-3 {
  padding-left: 12px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pa-4 {
  padding: 16px;
}

.pl-4 {
  padding-left: 16px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.pa-5 {
  padding: 20px;
}

.pl-5 {
  padding-left: 20px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pr-5 {
  padding-right: 20px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pa-6 {
  padding: 24px;
}

.pl-6 {
  padding-left: 24px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pa-8 {
  padding: 32px;
}

.pl-8 {
  padding-left: 32px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pr-8 {
  padding-right: 32px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.px-8 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.pa-10 {
  padding: 40px;
}

.pl-10 {
  padding-left: 40px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pr-10 {
  padding-right: 40px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pa-12 {
  padding: 48px;
}

.pl-12 {
  padding-left: 48px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pr-12 {
  padding-right: 48px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-12 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.pa-15 {
  padding: 60px;
}

.pl-15 {
  padding-left: 60px !important;
}

.pt-15 {
  padding-top: 60px !important;
}

.pr-15 {
  padding-right: 60px !important;
}

.pb-15 {
  padding-bottom: 60px !important;
}

.py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-15 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pa-16 {
  padding: 64px;
}

.pl-16 {
  padding-left: 64px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pr-16 {
  padding-right: 64px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.px-16 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.pa-18 {
  padding: 72px;
}

.pl-18 {
  padding-left: 72px !important;
}

.pt-18 {
  padding-top: 72px !important;
}

.pr-18 {
  padding-right: 72px !important;
}

.pb-18 {
  padding-bottom: 72px !important;
}

.py-18 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.px-18 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.pa-20 {
  padding: 80px;
}

.pl-20 {
  padding-left: 80px !important;
}

.pt-20 {
  padding-top: 80px !important;
}

.pr-20 {
  padding-right: 80px !important;
}

.pb-20 {
  padding-bottom: 80px !important;
}

.py-20 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-20 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pa-24 {
  padding: 96px;
}

.pl-24 {
  padding-left: 96px !important;
}

.pt-24 {
  padding-top: 96px !important;
}

.pr-24 {
  padding-right: 96px !important;
}

.pb-24 {
  padding-bottom: 96px !important;
}

.py-24 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.px-24 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.pa-25 {
  padding: 100px;
}

.pl-25 {
  padding-left: 100px !important;
}

.pt-25 {
  padding-top: 100px !important;
}

.pr-25 {
  padding-right: 100px !important;
}

.pb-25 {
  padding-bottom: 100px !important;
}

.py-25 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-25 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pa-28 {
  padding: 112px;
}

.pl-28 {
  padding-left: 112px !important;
}

.pt-28 {
  padding-top: 112px !important;
}

.pr-28 {
  padding-right: 112px !important;
}

.pb-28 {
  padding-bottom: 112px !important;
}

.py-28 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.px-28 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.pa-30 {
  padding: 120px;
}

.pl-30 {
  padding-left: 120px !important;
}

.pt-30 {
  padding-top: 120px !important;
}

.pr-30 {
  padding-right: 120px !important;
}

.pb-30 {
  padding-bottom: 120px !important;
}

.py-30 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.px-30 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pa-32 {
  padding: 128px;
}

.pl-32 {
  padding-left: 128px !important;
}

.pt-32 {
  padding-top: 128px !important;
}

.pr-32 {
  padding-right: 128px !important;
}

.pb-32 {
  padding-bottom: 128px !important;
}

.py-32 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.px-32 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.pa-35 {
  padding: 140px;
}

.pl-35 {
  padding-left: 140px !important;
}

.pt-35 {
  padding-top: 140px !important;
}

.pr-35 {
  padding-right: 140px !important;
}

.pb-35 {
  padding-bottom: 140px !important;
}

.py-35 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.px-35 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.pa-40 {
  padding: 160px;
}

.pl-40 {
  padding-left: 160px !important;
}

.pt-40 {
  padding-top: 160px !important;
}

.pr-40 {
  padding-right: 160px !important;
}

.pb-40 {
  padding-bottom: 160px !important;
}

.py-40 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.px-40 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.pa-45 {
  padding: 180px;
}

.pl-45 {
  padding-left: 180px !important;
}

.pt-45 {
  padding-top: 180px !important;
}

.pr-45 {
  padding-right: 180px !important;
}

.pb-45 {
  padding-bottom: 180px !important;
}

.py-45 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.px-45 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.pa-50 {
  padding: 200px;
}

.pl-50 {
  padding-left: 200px !important;
}

.pt-50 {
  padding-top: 200px !important;
}

.pr-50 {
  padding-right: 200px !important;
}

.pb-50 {
  padding-bottom: 200px !important;
}

.py-50 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.px-50 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.ma--50 {
  margin: -200px;
}

.ml--50 {
  margin-left: -200px !important;
}

.mt--50 {
  margin-top: -200px !important;
}

.mr--50 {
  margin-right: -200px !important;
}

.mb--50 {
  margin-bottom: -200px !important;
}

.my--50 {
  margin-top: -200px !important;
  margin-bottom: -200px !important;
}

.mx--50 {
  margin-left: -200px !important;
  margin-right: -200px !important;
}

.ma--45 {
  margin: -180px;
}

.ml--45 {
  margin-left: -180px !important;
}

.mt--45 {
  margin-top: -180px !important;
}

.mr--45 {
  margin-right: -180px !important;
}

.mb--45 {
  margin-bottom: -180px !important;
}

.my--45 {
  margin-top: -180px !important;
  margin-bottom: -180px !important;
}

.mx--45 {
  margin-left: -180px !important;
  margin-right: -180px !important;
}

.ma--40 {
  margin: -160px;
}

.ml--40 {
  margin-left: -160px !important;
}

.mt--40 {
  margin-top: -160px !important;
}

.mr--40 {
  margin-right: -160px !important;
}

.mb--40 {
  margin-bottom: -160px !important;
}

.my--40 {
  margin-top: -160px !important;
  margin-bottom: -160px !important;
}

.mx--40 {
  margin-left: -160px !important;
  margin-right: -160px !important;
}

.ma--35 {
  margin: -140px;
}

.ml--35 {
  margin-left: -140px !important;
}

.mt--35 {
  margin-top: -140px !important;
}

.mr--35 {
  margin-right: -140px !important;
}

.mb--35 {
  margin-bottom: -140px !important;
}

.my--35 {
  margin-top: -140px !important;
  margin-bottom: -140px !important;
}

.mx--35 {
  margin-left: -140px !important;
  margin-right: -140px !important;
}

.ma--32 {
  margin: -128px;
}

.ml--32 {
  margin-left: -128px !important;
}

.mt--32 {
  margin-top: -128px !important;
}

.mr--32 {
  margin-right: -128px !important;
}

.mb--32 {
  margin-bottom: -128px !important;
}

.my--32 {
  margin-top: -128px !important;
  margin-bottom: -128px !important;
}

.mx--32 {
  margin-left: -128px !important;
  margin-right: -128px !important;
}

.ma--30 {
  margin: -120px;
}

.ml--30 {
  margin-left: -120px !important;
}

.mt--30 {
  margin-top: -120px !important;
}

.mr--30 {
  margin-right: -120px !important;
}

.mb--30 {
  margin-bottom: -120px !important;
}

.my--30 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.mx--30 {
  margin-left: -120px !important;
  margin-right: -120px !important;
}

.ma--28 {
  margin: -112px;
}

.ml--28 {
  margin-left: -112px !important;
}

.mt--28 {
  margin-top: -112px !important;
}

.mr--28 {
  margin-right: -112px !important;
}

.mb--28 {
  margin-bottom: -112px !important;
}

.my--28 {
  margin-top: -112px !important;
  margin-bottom: -112px !important;
}

.mx--28 {
  margin-left: -112px !important;
  margin-right: -112px !important;
}

.ma--25 {
  margin: -100px;
}

.ml--25 {
  margin-left: -100px !important;
}

.mt--25 {
  margin-top: -100px !important;
}

.mr--25 {
  margin-right: -100px !important;
}

.mb--25 {
  margin-bottom: -100px !important;
}

.my--25 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.mx--25 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}

.ma--24 {
  margin: -96px;
}

.ml--24 {
  margin-left: -96px !important;
}

.mt--24 {
  margin-top: -96px !important;
}

.mr--24 {
  margin-right: -96px !important;
}

.mb--24 {
  margin-bottom: -96px !important;
}

.my--24 {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.mx--24 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.ma--20 {
  margin: -80px;
}

.ml--20 {
  margin-left: -80px !important;
}

.mt--20 {
  margin-top: -80px !important;
}

.mr--20 {
  margin-right: -80px !important;
}

.mb--20 {
  margin-bottom: -80px !important;
}

.my--20 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.mx--20 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}

.ma--18 {
  margin: -72px;
}

.ml--18 {
  margin-left: -72px !important;
}

.mt--18 {
  margin-top: -72px !important;
}

.mr--18 {
  margin-right: -72px !important;
}

.mb--18 {
  margin-bottom: -72px !important;
}

.my--18 {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.mx--18 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.ma--16 {
  margin: -64px;
}

.ml--16 {
  margin-left: -64px !important;
}

.mt--16 {
  margin-top: -64px !important;
}

.mr--16 {
  margin-right: -64px !important;
}

.mb--16 {
  margin-bottom: -64px !important;
}

.my--16 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.mx--16 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}

.ma--15 {
  margin: -60px;
}

.ml--15 {
  margin-left: -60px !important;
}

.mt--15 {
  margin-top: -60px !important;
}

.mr--15 {
  margin-right: -60px !important;
}

.mb--15 {
  margin-bottom: -60px !important;
}

.my--15 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.mx--15 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.ma--12 {
  margin: -48px;
}

.ml--12 {
  margin-left: -48px !important;
}

.mt--12 {
  margin-top: -48px !important;
}

.mr--12 {
  margin-right: -48px !important;
}

.mb--12 {
  margin-bottom: -48px !important;
}

.my--12 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.mx--12 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.ma--10 {
  margin: -40px;
}

.ml--10 {
  margin-left: -40px !important;
}

.mt--10 {
  margin-top: -40px !important;
}

.mr--10 {
  margin-right: -40px !important;
}

.mb--10 {
  margin-bottom: -40px !important;
}

.my--10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.mx--10 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.ma--8 {
  margin: -32px;
}

.ml--8 {
  margin-left: -32px !important;
}

.mt--8 {
  margin-top: -32px !important;
}

.mr--8 {
  margin-right: -32px !important;
}

.mb--8 {
  margin-bottom: -32px !important;
}

.my--8 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.mx--8 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.ma--6 {
  margin: -24px;
}

.ml--6 {
  margin-left: -24px !important;
}

.mt--6 {
  margin-top: -24px !important;
}

.mr--6 {
  margin-right: -24px !important;
}

.mb--6 {
  margin-bottom: -24px !important;
}

.my--6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.mx--6 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.ma--5 {
  margin: -20px;
}

.ml--5 {
  margin-left: -20px !important;
}

.mt--5 {
  margin-top: -20px !important;
}

.mr--5 {
  margin-right: -20px !important;
}

.mb--5 {
  margin-bottom: -20px !important;
}

.my--5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.mx--5 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.ma--4 {
  margin: -16px;
}

.ml--4 {
  margin-left: -16px !important;
}

.mt--4 {
  margin-top: -16px !important;
}

.mr--4 {
  margin-right: -16px !important;
}

.mb--4 {
  margin-bottom: -16px !important;
}

.my--4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.mx--4 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.ma--3 {
  margin: -12px;
}

.ml--3 {
  margin-left: -12px !important;
}

.mt--3 {
  margin-top: -12px !important;
}

.mr--3 {
  margin-right: -12px !important;
}

.mb--3 {
  margin-bottom: -12px !important;
}

.my--3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.mx--3 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.ma--2 {
  margin: -8px;
}

.ml--2 {
  margin-left: -8px !important;
}

.mt--2 {
  margin-top: -8px !important;
}

.mr--2 {
  margin-right: -8px !important;
}

.mb--2 {
  margin-bottom: -8px !important;
}

.my--2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.mx--2 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.ma--1 {
  margin: -4px;
}

.ml--1 {
  margin-left: -4px !important;
}

.mt--1 {
  margin-top: -4px !important;
}

.mr--1 {
  margin-right: -4px !important;
}

.mb--1 {
  margin-bottom: -4px !important;
}

.my--1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.mx--1 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.ma-0 {
  margin: 0px;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ma-1 {
  margin: 4px;
}

.ml-1 {
  margin-left: 4px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.ma-2 {
  margin: 8px;
}

.ml-2 {
  margin-left: 8px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.ma-3 {
  margin: 12px;
}

.ml-3 {
  margin-left: 12px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.ma-4 {
  margin: 16px;
}

.ml-4 {
  margin-left: 16px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.ma-5 {
  margin: 20px;
}

.ml-5 {
  margin-left: 20px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.ma-6 {
  margin: 24px;
}

.ml-6 {
  margin-left: 24px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.ma-8 {
  margin: 32px;
}

.ml-8 {
  margin-left: 32px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mx-8 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.ma-10 {
  margin: 40px;
}

.ml-10 {
  margin-left: 40px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.ma-12 {
  margin: 48px;
}

.ml-12 {
  margin-left: 48px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mr-12 {
  margin-right: 48px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mx-12 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.ma-15 {
  margin: 60px;
}

.ml-15 {
  margin-left: 60px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mr-15 {
  margin-right: 60px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-15 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ma-16 {
  margin: 64px;
}

.ml-16 {
  margin-left: 64px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mr-16 {
  margin-right: 64px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-16 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.ma-18 {
  margin: 72px;
}

.ml-18 {
  margin-left: 72px !important;
}

.mt-18 {
  margin-top: 72px !important;
}

.mr-18 {
  margin-right: 72px !important;
}

.mb-18 {
  margin-bottom: 72px !important;
}

.my-18 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mx-18 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.ma-20 {
  margin: 80px;
}

.ml-20 {
  margin-left: 80px !important;
}

.mt-20 {
  margin-top: 80px !important;
}

.mr-20 {
  margin-right: 80px !important;
}

.mb-20 {
  margin-bottom: 80px !important;
}

.my-20 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx-20 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.ma-24 {
  margin: 96px;
}

.ml-24 {
  margin-left: 96px !important;
}

.mt-24 {
  margin-top: 96px !important;
}

.mr-24 {
  margin-right: 96px !important;
}

.mb-24 {
  margin-bottom: 96px !important;
}

.my-24 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mx-24 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.ma-25 {
  margin: 100px;
}

.ml-25 {
  margin-left: 100px !important;
}

.mt-25 {
  margin-top: 100px !important;
}

.mr-25 {
  margin-right: 100px !important;
}

.mb-25 {
  margin-bottom: 100px !important;
}

.my-25 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-25 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.ma-28 {
  margin: 112px;
}

.ml-28 {
  margin-left: 112px !important;
}

.mt-28 {
  margin-top: 112px !important;
}

.mr-28 {
  margin-right: 112px !important;
}

.mb-28 {
  margin-bottom: 112px !important;
}

.my-28 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.mx-28 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.ma-30 {
  margin: 120px;
}

.ml-30 {
  margin-left: 120px !important;
}

.mt-30 {
  margin-top: 120px !important;
}

.mr-30 {
  margin-right: 120px !important;
}

.mb-30 {
  margin-bottom: 120px !important;
}

.my-30 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mx-30 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.ma-32 {
  margin: 128px;
}

.ml-32 {
  margin-left: 128px !important;
}

.mt-32 {
  margin-top: 128px !important;
}

.mr-32 {
  margin-right: 128px !important;
}

.mb-32 {
  margin-bottom: 128px !important;
}

.my-32 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.mx-32 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.ma-35 {
  margin: 140px;
}

.ml-35 {
  margin-left: 140px !important;
}

.mt-35 {
  margin-top: 140px !important;
}

.mr-35 {
  margin-right: 140px !important;
}

.mb-35 {
  margin-bottom: 140px !important;
}

.my-35 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.mx-35 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.ma-40 {
  margin: 160px;
}

.ml-40 {
  margin-left: 160px !important;
}

.mt-40 {
  margin-top: 160px !important;
}

.mr-40 {
  margin-right: 160px !important;
}

.mb-40 {
  margin-bottom: 160px !important;
}

.my-40 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.mx-40 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.ma-45 {
  margin: 180px;
}

.ml-45 {
  margin-left: 180px !important;
}

.mt-45 {
  margin-top: 180px !important;
}

.mr-45 {
  margin-right: 180px !important;
}

.mb-45 {
  margin-bottom: 180px !important;
}

.my-45 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.mx-45 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.ma-50 {
  margin: 200px;
}

.ml-50 {
  margin-left: 200px !important;
}

.mt-50 {
  margin-top: 200px !important;
}

.mr-50 {
  margin-right: 200px !important;
}

.mb-50 {
  margin-bottom: 200px !important;
}

.my-50 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.mx-50 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

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

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

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

html,
body {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 16px;
  color: #003161;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: inherit;
}
body.drawer-open {
  overflow-y: hidden;
}

main {
  min-height: 100dvh;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 991.98px) {
  main {
    padding-top: 48px;
  }
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.container {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium", Arial, Helvetica !important;
}
@media all and (max-width: 640px) {
  body.hide-header header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media all and (max-width: 640px) {
  body.hide-header .drawer-container {
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
    padding-top: 0;
  }
}
@media all and (max-width: 640px) {
  body.hide-header .drawer-container .drawer-head {
    height: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

.b6-container,
.b6-container-fluid,
.b6-container-sm,
.b6-container-md,
.b6-container-lg,
.b6-container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .b6-container,
  .b6-container-sm {
    max-width: 540px;
  }
  .b6-container.b6-container-fluid {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .b6-container,
  .b6-container-sm,
  .b6-container-md {
    max-width: 720px;
  }
  .b6-container.b6-container-fluid {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .b6-container,
  .b6-container-sm,
  .b6-container-md,
  .b6-container-lg {
    max-width: 960px;
  }
  .b6-container.b6-container-fluid {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .b6-container,
  .b6-container-sm,
  .b6-container-md,
  .b6-container-lg,
  .b6-container-xl {
    max-width: 1140px;
  }
  .b6-container.b6-container-fluid {
    width: 100%;
  }
}
.b6-main-wrapper {
  position: relative;
}
.b6-main-wrapper .b6-main-head {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  padding: 12px 32px;
  background: #1E8BFA;
  border-radius: 0 0 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 991.98px) {
  .b6-main-wrapper .b6-main-head {
    gap: 16px;
    padding: 8px 20px 10px 20px;
    border-radius: 0 0 28px 28px;
  }
}
.b6-main-wrapper .b6-main-head::after {
  content: "";
  width: 32px;
  height: 14px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: calc(50% - 14px);
  top: calc(100% - 2px);
  border-left: 16px solid transparent;
  border-top: 14px solid #1E8BFA;
  border-right: 16px solid transparent;
  z-index: 10;
}
@media all and (max-width: 991.98px) {
  .b6-main-wrapper .b6-main-head::after {
    width: 22px;
    height: 10px;
    position: absolute;
    border-left: 11px solid transparent;
    border-top: 10px solid #1E8BFA;
    border-right: 11px solid transparent;
  }
}
.b6-main-wrapper .b6-main-head .back {
  width: 40px;
  height: 40px;
  background-image: url("../assets/icon/arrow_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
@media all and (max-width: 991.98px) {
  .b6-main-wrapper .b6-main-head .back {
    width: 32px;
    height: 32px;
  }
}
.b6-main-wrapper .b6-main-head .title {
  font-size: 42px;
  color: white;
  font-weight: 700;
  line-height: 64px !important;
  letter-spacing: 0.08em !important;
  font-size: 42px !important;
}
@media all and (max-width: 991.98px) {
  .b6-main-wrapper .b6-main-head .title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

body.idx-body .b6-main-wrapper {
  z-index: 18;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol {
  list-style-type: decimal;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

ul {
  list-style-type: disc;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.pointer {
  cursor: pointer;
}

.none {
  display: none;
}

.spec-title {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 900;
}
.spec-title div, .spec-title span, .spec-title p, .spec-title ul, .spec-title ol, .spec-title li {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: inherit;
}

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

.font-normal {
  font-weight: normal;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-30 {
  font-size: 30px;
}

.w-auto {
  width: auto;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-auto {
  height: auto;
}

.h-20 {
  height: 20%;
}

.h-25 {
  height: 25%;
}

.h-30 {
  height: 30%;
}

.h-35 {
  height: 35%;
}

.h-40 {
  height: 40%;
}

.h-45 {
  height: 45%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.divider {
  border-bottom: 1px solid #BCD6EE;
}

.divider-dashed {
  border-bottom: 1px dashed #BCD6EE;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

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

.btn-common-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 10px auto;
  width: 100%;
}
@media all and (max-width: 991.98px) {
  .btn-common-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-common {
  padding: 12px 12px;
  min-width: 280px;
  height: 60px;
  font-size: 18px;
  line-height: 36px;
  border-radius: 10px;
  border: 0px;
  -webkit-box-shadow: 5px 5px 0px 0px #d5e9ff;
          box-shadow: 5px 5px 0px 0px #d5e9ff;
}
.btn-common:hover {
  background-color: currentColor;
  color: currentColor;
  opacity: 0.5;
}
.btn-common.primary {
  background-color: #005BAC;
  color: #FFFFFF;
}
.btn-common.primary-outline {
  background-color: #FFFFFF;
  color: #1E8BFA;
}
.btn-common.secondary {
  background-color: #eb6000;
  color: #FFFFFF;
}
.btn-common.secondary-outline {
  background-color: #FFFFFF;
  color: #eb6000;
}
.btn-common.btn-block + .btn-block {
  gap: 8px;
}

button.btn-common {
  cursor: pointer;
}

.aside-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 64px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    gap: 24px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    gap: 24px;
  }
}
.aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top,
  .aside-area .aside-top2,
  .aside-area .aside-bottom {
    gap: 10px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top,
  .aside-area .aside-top2,
  .aside-area .aside-bottom {
    gap: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .aside-area .aside-top {
    margin-top: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
.aside-area .aside-top2 {
  display: none;
}
.aside-area .aside-bottom {
  gap: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-bottom {
    gap: 16px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-bottom {
    gap: 16px;
  }
}
.aside-area .link-icon a {
  display: block;
  cursor: pointer;
}
.aside-area .link-icon a:link, .aside-area .link-icon a:active {
  text-decoration: none;
}
.aside-area .link-icon a:hover {
  text-decoration: none;
}
.aside-area .link-icon.customer-ai-chatbot img {
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.customer-ai-chatbot {
  width: 68px;
  height: 68px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 56px;
    height: 56px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 56px;
    height: 56px;
  }
}
.aside-area .link-icon.go-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0px auto 0px;
  -webkit-transform: translateY(360%);
          transform: translateY(360%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    -webkit-transform: translateY(920%);
            transform: translateY(920%);
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    -webkit-transform: translateY(920%);
            transform: translateY(920%);
  }
}
.aside-area .link-icon.go-top.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.aside-area .link-icon.go-top a {
  background-color: #9CCCFC;
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: serif, monospace, Arial, sans-serif;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.go-top a span {
  display: inline-block;
  margin: 3px 0px -3px 0px;
}
.aside-area .button {
  width: 68px;
  height: 118px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: inherit;
  text-align: center;
  border-radius: 8px;
  background: #009fe6;
  -webkit-box-shadow: 0px 4px 0px 0px #0085c1;
          box-shadow: 0px 4px 0px 0px #0085c1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .button {
    width: 158px;
    height: 48px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button {
    width: 158px;
    height: 48px;
  }
}
.aside-area .button .icon {
  width: 20px;
  height: 20px;
}
.aside-area .button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 12px;
  gap: 6px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: inherit;
}
.aside-area .button a:hover {
  color: inherit;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .button a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.aside-area .button.reserve {
  background: #EA6F17;
  -webkit-box-shadow: 0px 4px 0px 0px #A74500;
          box-shadow: 0px 4px 0px 0px #A74500;
}
.aside-area .button.reserve:hover {
  background: #C4570A;
}
.aside-area .button.reserve .icon {
  background-image: url("../assets/icon/shield.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside-area .button.calculation, .aside-area .button.know {
  background: #0664C4;
  -webkit-box-shadow: 0px 4px 0px 0px #054C94;
          box-shadow: 0px 4px 0px 0px #054C94;
}
.aside-area .button.calculation:hover, .aside-area .button.know:hover {
  background: #0452a0;
}
.aside-area .button.calculation .icon, .aside-area .button.know .icon {
  background-image: url("../assets/icon/calculator.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside-area .button.reserve, .aside-area .button.reserve span, .aside-area .button.reserve div, .aside-area .button.calculation, .aside-area .button.calculation span, .aside-area .button.calculation div {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif !important;
  font-weight: 800;
}
@media all and (max-width: 991.98px) {
  .aside-area .button.reserve span br, .aside-area .button.calculation span br {
    display: none;
  }
}
.aside-area .button.know, .aside-area .button.know span, .aside-area .button.know div {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif !important;
  font-weight: 800;
}
.aside-area .button.know .icon {
  background-image: url("../assets/index/flower_pink.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media all and (max-width: 991.98px) {
  .aside-area .button.know a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button.know {
    width: 62px;
    height: 108px;
  }
}

.aside-area {
  position: fixed;
  bottom: 94px;
  right: 24px;
  z-index: 100;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 575.98px) {
  .aside-area {
    right: 16px;
  }
}
@media all and (max-width: 480px) {
  .aside-area {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top2 {
    display: block;
  }
}

body.dialog-open,
body.idx-body.dialog-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

body.idx-body .aside-area .aside-top {
  overflow: hidden;
  display: none;
  opacity: 0;
}

body.idx-body .aside-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 991.98px) {
  body .customer-ai-chatbot .qa-tips-text {
    display: none;
    opacity: 0;
  }
  body .customer-ai-chatbot .qa-tips-text.active {
    display: none;
    opacity: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1140px) {
  .customer-ai-chatbot {
    width: 56px !important;
    height: 56px !important;
  }
  .customer-ai-chatbot .link-chatbot,
  .customer-ai-chatbot .icon-ai-chatbot {
    width: 56px !important;
    height: 56px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .customer-ai-chatbot .tips-text {
    left: -150px !important;
  }
}
main.pg-contents {
  position: relative;
}
main.pg-contents .conts-header {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 575.98px) {
  main.pg-contents .conts-header {
    overflow-x: hidden;
  }
}
main.pg-contents .conts-header img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  display: block;
}
@media all and (min-width: 1800px) {
  main.pg-contents .conts-header img {
    max-height: 300px;
  }
}
@media all and (min-width: 2000px) {
  main.pg-contents .conts-header img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media all and (min-width: 3000px) {
  main.pg-contents .conts-header img {
    max-height: 330px;
  }
}
@media all and (max-width: 991.98px) {
  main.pg-contents .conts-header img {
    max-height: 220px;
    min-height: 120px;
    -o-object-position: left center;
       object-position: left center;
  }
}
@media all and (max-width: 575.98px) {
  main.pg-contents .conts-header img {
    -o-object-position: -10px center;
       object-position: -10px center;
    width: calc(100% + 10px);
  }
}
main.pg-contents .conts-header .head-img.img-pc {
  display: block;
}
@media all and (max-width: 991.98px) {
  main.pg-contents .conts-header .head-img.img-pc {
    display: none;
  }
}
main.pg-contents .conts-header .head-img.img-pad {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  main.pg-contents .conts-header .head-img.img-pad {
    display: block;
  }
}
main.pg-contents .conts-header .head-img.img-mb {
  display: none;
}
@media all and (max-width: 575.98px) {
  main.pg-contents .conts-header .head-img.img-mb {
    display: block;
  }
}
main.pg-contents .conts-detail {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0px 0 60px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  main.pg-contents .conts-detail {
    width: 90%;
  }
}
@media all and (max-width: 991.98px) {
  main.pg-contents .conts-detail {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  main.pg-contents .conts-detail {
    max-width: 344px;
  }
}
@media all and (max-width: 375px) {
  main.pg-contents .conts-detail {
    max-width: 92%;
  }
}
main.pg-contents .conts-bg {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 0;
}
@media all and (max-width: 991.98px) {
  main.pg-contents .conts-bg {
    top: 48px;
  }
}
main.pg-contents .conts-bg img {
  pointer-events: none;
}

.b6-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-box-shadow: 0px -8px 10px 5px #ddd;
          box-shadow: 0px -8px 10px 5px #ddd;
  color: #323232;
}
@media all and (max-width: 991.98px) {
  .b6-header {
    height: 48px;
  }
}
.b6-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.b6-header .header-content a,
.b6-header .header-content .a-link {
  display: inline-block;
}
.b6-header .head-left {
  width: 30%;
  height: 100%;
  padding: 16px 32px 16px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 991.98px) {
  .b6-header .head-left {
    padding: 8px 16px 8px 16px;
  }
}
.b6-header .head-left .brand-logo {
  width: 204px;
  height: 46px;
}
@media all and (max-width: 991.98px) {
  .b6-header .head-left .brand-logo {
    width: 142px;
    height: 32px;
  }
}
.b6-header .head-left .brand-logo img {
  width: 100%;
  height: 100%;
}
.b6-header .head-right {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  position: relative;
}
@media all and (max-width: 991.98px) {
  .b6-header .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.b6-header .head-right .nav-menu {
  width: calc(100% - 64px);
  height: 100%;
  font-size: 20px;
  color: #323232;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: inherit;
  line-height: 80px;
  text-align: right;
}
@media all and (max-width: 991.98px) {
  .b6-header .head-right .nav-menu {
    display: none;
  }
}
.b6-header .head-right .nav-menu .a-link {
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 80px;
  margin-right: -6px;
  margin-left: -6px;
  position: relative;
}
.b6-header .head-right .nav-menu .a-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2em;
  background-color: #0080ff;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.b6-header .head-right .nav-menu .a-link:link, .b6-header .head-right .nav-menu .a-link:hover, .b6-header .head-right .nav-menu .a-link:visited {
  color: #323232;
}
.b6-header .head-right .nav-menu .a-link:hover::after, .b6-header .head-right .nav-menu .a-link:focus::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.b6-header .head-right .nav-menu .item {
  width: auto;
  height: 100%;
  display: inline-block;
}
.b6-header .head-right .nav-menu .item::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 1px;
  height: 30%;
  vertical-align: middle;
  border-right: 1px #323232 solid;
  margin: 0px 0px;
}
@media all and (max-width: 991.98px) {
  .b6-header .head-right .nav-menu .item::after {
    display: none;
  }
}
.b6-header .head-right .nav-hamburger {
  width: 64px;
  height: 100%;
}
@media all and (min-width: 991.98px) {
  .b6-header .head-right .nav-hamburger {
    display: none;
  }
}
.b6-header .head-right .nav-hamburger img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.b6-header .head-right .btn.btn-hamburger {
  border-width: 0px;
  padding: 0.5rem 0.5rem;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
}
.b6-header .head-right .icon-hide,
.b6-header .head-right img.icon-hide {
  opacity: 0;
  z-index: -1;
}

body.win-fixed {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media all and (max-width: 991.98px) {
  body.win-fixed .b6-header {
    z-index: 122;
  }
  body.win-fixed .b6-header .header-content {
    background-color: #fff;
    height: 100vh;
  }
  body.win-fixed .b6-header .header-content .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body.win-fixed .b6-header .header-content .head-right .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100vw;
    height: 100dvh;
    padding: 24px 0px 0px;
    background-color: #FFF;
    position: absolute;
    left: -42.8%;
    top: 48px;
    z-index: 150;
  }
  body.win-fixed .b6-header .header-content .head-right .nav-menu .item {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  body.win-fixed .b6-header .header-content .head-right .nav-menu .item:not(:first-child) {
    margin-top: 24px;
  }
  body.win-fixed .b6-header .header-content .head-right .nav-menu .item .a-link {
    display: block;
    line-height: 52px;
    margin-right: auto;
    margin-left: auto;
    width: 40%;
  }
  body.win-fixed .b6-header .header-content .head-right .nav-menu .item.nav-winner .a-link {
    height: 52px;
    line-height: 52px;
  }
}
@media all and (max-width: 991.98px) and (max-width: 991.98px) {
  body.win-fixed .b6-header .header-content .head-right .nav-hamburger {
    display: block;
  }
}
@media all and (max-width: 640px) {
  body.win-fixed .b6-header .header-content .head-right .nav-menu .item .a-link {
    width: 80%;
    max-width: 320px;
  }
}

.b6-footer {
  position: relative;
  background-color: #076ED7;
}
.b6-footer .footer-content {
  padding: 20px 16px;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: inherit;
  max-width: 824px;
  margin: 0px auto;
}
@media all and (max-width: 1140px) {
  .b6-footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .b6-footer .footer-content {
    font-size: 14px;
    line-height: 22px;
    gap: 8px;
  }
}
@media all and (max-width: 991.98px) {
  .b6-footer .footer-content {
    font-size: 14px;
    line-height: 22px;
    gap: 8px;
  }
}
.b6-footer .footer-content a {
  color: white;
}
.b6-footer .footer-content a:link, .b6-footer .footer-content a:visited {
  text-decoration: underline;
}
.b6-footer .footer-content a:hover {
  text-decoration: none;
}
.b6-footer .footer-content .copyright-head {
  font-size: 1.25em;
}
.b6-footer .footer-content .our-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .b6-footer .footer-content .our-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media all and (max-width: 991.98px) {
  .b6-footer .footer-content .our-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
body.idx-body .b6-footer {
  z-index: 16;
}
.kv-section,
.intro-section,
.three-points-section,
.alliance-section,
.reference-section,
.disclose-info-section {
  margin: 0px auto;
}

.line-mov:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 16px;
  background-image: url("../assets/index/underline.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
  position: absolute;
  left: 0px;
  bottom: -6px;
}
@media all and (max-width: 991.98px) {
  .line-mov:before {
    height: 10px;
    background-image: url("../assets/index/underline_mb.png");
    bottom: -4px;
  }
}

.word-wrap {
  display: block;
}
@media all and (max-width: 991.98px) {
  .word-wrap {
    display: inline;
  }
}

@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .word-wrap-md {
    display: block;
  }
}

@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .hide-md {
    display: none;
  }
}

h2 {
  color: #Eb6100;
  font-size: 48px;
  line-height: 66px;
}
@media all and (max-width: 991.98px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

h3.first-main {
  font-size: 48px;
  line-height: 66px;
}
@media all and (max-width: 991.98px) {
  h3.first-main {
    font-size: 32px;
    line-height: 36px;
  }
}

.text-blue {
  color: #0087ff;
}

.text-normal {
  font-weight: 400;
}

.text-small {
  font-size: 80%;
}

.text-big {
  font-size: 120%;
}

.num-text {
  color: #ff791a;
}

.bg-color-org,
.tb-color-org {
  background-color: #ffe7d6;
}

.bg-color-blue,
.tb-color-blue {
  background-color: #cbe2ff;
}

.hide-text {
  position: absolute;
  left: -9999px;
}

.kv-section .block-area .kv-img {
  padding-top: 48px;
}
.kv-section .block-area .kv-img .pc-img {
  display: block;
}
.kv-section .block-area .kv-img .mob-img {
  display: none;
}
.kv-section .block-area .kv-img .pc-img img,
.kv-section .block-area .kv-img .mob-img img {
  width: 100%;
}
@media all and (max-width: 575.98px) {
  .kv-section .block-area .kv-img .pc-img {
    display: none;
  }
  .kv-section .block-area .kv-img .mob-img {
    display: block;
  }
}
.intro-section {
  margin: 46px auto 120px auto;
}
.intro-section .block-area {
  width: 1000px;
  max-width: 1000px;
  margin: 0px auto;
  background-color: #e6f3ff;
  border-radius: 20px 20px;
  padding: 50px 85px;
}
.intro-section .block-area .block-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-section .block-area .block-conts .info-text {
  font-size: 28px;
  line-height: 40px;
}
@media screen and (min-width: 991.98px) and (max-width: 1190px) {
  .intro-section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .intro-section .block-area {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 991.98px) {
  .intro-section {
    margin: 40px 20px 80px 20px;
  }
  .intro-section .block-area {
    width: auto;
    max-width: 100%;
    margin: 0px auto;
    padding: 50px 25px;
  }
  .intro-section .block-area .block-conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro-section .block-area .block-conts .info-text {
    font-size: 18px;
    line-height: 26px;
  }
  .intro-section .block-area .block-conts .info-img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .intro-section {
    margin-left: 18%;
    margin-right: 18%;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 640px) {
  .intro-section {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.three-points-section {
  max-width: 1200px;
  margin: 0px auto;
}
.three-points-section h2 {
  margin-bottom: 80px;
}
.three-points-section .three-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 58px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.three-points-section .three-points .block-area {
  width: 360px;
}
.three-points-section .three-points .block-area .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  color: #0080ff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 82px;
}
.three-points-section .three-points .block-area .block-title .item {
  font-size: 18px;
}
.three-points-section .three-points .block-area .block-title .item em {
  font-style: italic;
  font-size: 28px;
}
.three-points-section .three-points .block-area .block-title .text-big {
  font-size: 28px;
}
.three-points-section .three-points .block-area .block-conts {
  background-color: #e6f3ff;
  border-radius: 20px 20px;
  text-align: center;
  padding: 0px 32px 35px 32px;
}
.three-points-section .three-points .block-area .block-conts .info-img {
  margin: -60px auto 26px;
  display: inline-block;
}
.three-points-section .three-points .block-area .block-conts .info-img img {
  max-width: 100%;
}
.three-points-section .three-points .block-area .block-conts h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 22px;
  font-weight: 700;
}
.three-points-section .three-points .block-area .block-conts p {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 1081px) and (max-width: 1190px) {
  .three-points-section .three-points {
    gap: 36px;
  }
  .three-points-section .three-points .block-area {
    width: 320px;
  }
  .three-points-section .three-points .block-area .block-conts {
    padding: 0px 24px 35px 24px;
  }
  .three-points-section .three-points .block-area .block-conts .word-wrap {
    display: inline;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1080px) {
  .three-points-section .three-points {
    gap: 24px;
  }
  .three-points-section .three-points .block-area {
    width: 300px;
  }
  .three-points-section .three-points .block-area .block-conts {
    padding: 0px 24px 35px 24px;
  }
  .three-points-section .three-points .block-area .block-conts .word-wrap {
    display: inline;
  }
}
.three-points-section .btn-common-bar {
  margin-bottom: 100px;
}
@media all and (max-width: 991.98px) {
  .three-points-section {
    margin: 0px 20px;
  }
  .three-points-section h2 {
    margin-bottom: 32px;
  }
  .three-points-section h2 .word-wrap-md {
    display: block;
  }
  .three-points-section .three-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .three-points-section .three-points .block-area {
    width: 100%;
  }
  .three-points-section .three-points .block-area .block-conts .info-img img {
    max-width: 100%;
  }
  .three-points-section .btn-common-bar {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .three-points-section {
    margin-left: 18%;
    margin-right: 18%;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 640px) {
  .three-points-section {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.alliance-section {
  background-color: #e6f3ff;
  padding: 115px 0px;
}
@media screen and (min-width: 991.98px) and (max-width: 1190px) {
  .alliance-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.alliance-section h2 {
  margin-bottom: 40px;
}
.alliance-section h2 + h3 {
  margin-bottom: 80px;
  font-size: 28px;
  font-weight: 700;
}
.alliance-section .info-area01,
.alliance-section .info-area02,
.alliance-section .alliance-feature {
  max-width: 1200px;
  margin: 0px auto;
}
.alliance-section .info-area01 {
  font-size: 28px;
  font-weight: 600;
  border: 1px solid #0f3e6c;
  padding: 0px 48px 40px;
  margin-bottom: 40px;
}
.alliance-section .info-area01 .head-title {
  background-color: #e6f3ff;
  width: 220px;
  padding: 0px 18px;
  margin: -14px auto 0px;
}
.alliance-section .info-area01 p {
  margin-top: 40px;
  line-height: 32px;
}
.alliance-section .info-area02 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 204px;
}
.alliance-section .alliance-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.alliance-section .alliance-feature .block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 255px;
}
.alliance-section .alliance-feature .block-area .block-conts {
  background-color: white;
  border-radius: 20px 20px;
  padding: 0px 26px 30px;
  min-height: 346px;
}
.alliance-section .alliance-feature .block-area .block-conts .info-img {
  margin-top: -80px;
}
.alliance-section .alliance-feature .block-area .block-conts .info-title .focus-text {
  position: relative;
  width: 60px;
  z-index: 1;
}
.alliance-section .alliance-feature .block-area .block-conts .info-title .focus-text::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0px;
  background-color: #84dbff;
  z-index: -1;
}
.alliance-section .alliance-feature .block-area .block-conts .info-title .item-tag {
  font-size: 18px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}
.alliance-section .alliance-feature .block-area .block-conts .info-title .item-tag em {
  font-style: italic;
  font-size: 32px;
}
.alliance-section .alliance-feature .block-area .block-conts .info-title h3 {
  font-weight: 700;
  font-size: 22px;
}
.alliance-section .alliance-feature .block-area .block-conts hr {
  margin: 18px auto;
}
.alliance-section .alliance-feature .block-area .block-conts p {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 1081px) and (max-width: 1190px) {
  .alliance-section .alliance-feature {
    gap: 40px;
  }
  .alliance-section .alliance-feature .block-area {
    max-width: 235px;
  }
  .alliance-section .alliance-feature .block-area .block-conts {
    padding: 0px 20px 30px;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1080px) {
  .alliance-section .alliance-feature {
    gap: 20px;
  }
  .alliance-section .alliance-feature .block-area {
    max-width: 220px;
  }
  .alliance-section .alliance-feature .block-area .block-conts {
    padding: 0px 16px 30px;
  }
}
.alliance-section .asset-desc-area h3.first-main,
.alliance-section .asset-desc-sample h3.first-main {
  margin-top: 120px;
  margin-bottom: 80px;
}
.alliance-section .asset-desc-area .block-area {
  max-width: 1000px;
  margin: 0px auto;
}
.alliance-section .asset-desc-area .desc-table {
  font-size: 18px;
}
.alliance-section .asset-desc-area .desc-table table {
  width: 100%;
}
.alliance-section .asset-desc-area .desc-table table tr, .alliance-section .asset-desc-area .desc-table table th, .alliance-section .asset-desc-area .desc-table table td {
  padding: 16px 16px;
  border: 1px solid #e6f3ff;
  vertical-align: middle;
}
.alliance-section .asset-desc-area .desc-table table tr.tb-color-org, .alliance-section .asset-desc-area .desc-table table th.tb-color-org, .alliance-section .asset-desc-area .desc-table table td.tb-color-org {
  background-color: #ffe7d6 !important;
}
.alliance-section .asset-desc-area .desc-table table tr.tb-color-blue, .alliance-section .asset-desc-area .desc-table table th.tb-color-blue, .alliance-section .asset-desc-area .desc-table table td.tb-color-blue {
  background-color: #cbe2ff !important;
}
.alliance-section .asset-desc-area .desc-table table thead th {
  background-color: #005BAC;
  color: white;
}
.alliance-section .asset-desc-area .desc-table table tbody th, .alliance-section .asset-desc-area .desc-table table tfoot th {
  background-color: #005BAC;
  color: white;
}
.alliance-section .asset-desc-area .desc-table table tbody td, .alliance-section .asset-desc-area .desc-table table tfoot td {
  background-color: white;
}
.alliance-section .asset-desc-area .desc-table table tbody .num-text.text-big, .alliance-section .asset-desc-area .desc-table table tfoot .num-text.text-big {
  font-size: 28px;
}
.alliance-section .asset-desc-area .desc-table.pc-table {
  display: block;
}
.alliance-section .asset-desc-area .desc-table.mob-table {
  display: none;
}
@media all and (max-width: 991.98px) {
  .alliance-section .asset-desc-area .desc-table.pc-table {
    display: none;
  }
  .alliance-section .asset-desc-area .desc-table.mob-table {
    display: block;
  }
}
.alliance-section .asset-desc-sample .desc-sample {
  max-width: 1200px;
  margin: 0px auto;
  background-color: white;
  padding: 70px 100px;
  border-radius: 20px;
}
.alliance-section .asset-desc-sample .desc-sample h5 {
  font-size: 24px;
  line-height: 36px;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  margin-top: 40px;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area {
  max-width: 360px;
  min-width: 300px;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title img {
  position: relative;
  z-index: 2;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title h5 {
  position: relative;
  z-index: 1;
  top: 2px;
  height: 60px;
  background-color: #cfe2f9;
  border-radius: 0px 20px 20px 0px;
  margin-left: -20px;
  padding: 0px 10px 0px 20px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title h5 span {
  display: inline-block;
}
@media screen and (min-width: 991.98px) and (max-width: 1080px) {
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title h5 {
    font-size: 19px;
    line-height: 26px;
  }
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-img {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 26px;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-img img {
  display: inline-block;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .left {
  margin-top: 18px;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .right h5 {
  font-size: 24px;
  line-height: 36px;
  color: #005BAC;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .right span {
  font-size: 18px;
  line-height: 24px;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .right span.focus-text {
  font-size: 20px;
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .focus-text {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 991.98px) {
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .focus-text {
    width: auto;
    display: inline-block !important;
  }
}
.alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .focus-text::after {
  position: absolute;
  content: "";
  height: 10px;
  width: calc(100% - 58px);
  left: 58px;
  bottom: 0px;
  background-color: #ffef84;
  z-index: -1;
}
.alliance-section .endnotes,
.alliance-section .btn-common-bar {
  max-width: 1200px;
  margin: 0px auto;
}
.alliance-section .btn-common-bar {
  margin: 80px auto;
}
.alliance-section .endnotes {
  font-weight: 600;
  max-width: 1220px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.alliance-section .endnotes.font-14 {
  line-height: 22px;
}
.alliance-section .endnotes li {
  list-style: none;
}
@media all and (max-width: 991.98px) {
  .alliance-section {
    padding: 60px 20px;
  }
  .alliance-section h2 {
    margin-bottom: 32px;
  }
  .alliance-section h2 .word-wrap-md {
    display: block;
  }
  .alliance-section h2 + h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  .alliance-section h2 + h3 .word-wrap-md {
    display: block;
  }
  .alliance-section .info-area01 {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 32px 30px;
    margin-bottom: 30px;
  }
  .alliance-section .info-area01 .head-title {
    width: 160px;
  }
  .alliance-section .info-area02 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .alliance-section .alliance-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
  .alliance-section .alliance-feature .block-area {
    max-width: 100%;
  }
  .alliance-section .alliance-feature .block-area .block-conts {
    padding: 20px 20px 30px;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 4%;
  }
  .alliance-section .alliance-feature .block-area .block-conts .info-img {
    margin-top: 0px;
  }
  .alliance-section .alliance-feature .block-area .block-conts .info-img img {
    max-width: 124px;
  }
  .alliance-section .alliance-feature .block-area .block-conts .info-title {
    margin-top: 12px;
    min-width: 132px;
  }
  .alliance-section .alliance-feature .block-area .block-conts hr {
    width: 100%;
    margin: 18px auto;
  }
  .alliance-section .alliance-feature .block-area .block-conts p {
    width: 100%;
  }
  .alliance-section .asset-desc-area h3.first-main,
  .alliance-section .asset-desc-sample h3.first-main {
    margin-top: 60px;
    margin-bottom: 42px;
  }
  .alliance-section .asset-desc-area .desc-table.mob-table table tbody th:first-child {
    width: 52px;
  }
  .alliance-section .asset-desc-sample .desc-sample {
    padding: 40px 32px;
  }
  .alliance-section .asset-desc-sample .desc-sample h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
    margin-top: 32px;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area {
    max-width: 100%;
    min-width: auto;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title img {
    width: 65px;
    height: 65px;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title h5 {
    font-size: 18px;
    line-height: 22px;
    padding: 0px 16px 0px 26px;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 426px) and (max-width: 480px) {
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title h5 {
    height: 72px;
    border-radius: 15px 20px 20px 15px;
  }
}
@media all and (max-width: 991.98px) and (max-width: 425px) {
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-title h5 {
    height: 76px;
    border-radius: 15px 20px 20px 15px;
  }
}
@media all and (max-width: 991.98px) {
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-img {
    margin-top: 20px;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-img img {
    max-width: 100%;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .right h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .right span {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .right span.focus-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .right span.focus-text::after {
    width: 100%;
    left: 0px;
  }
  .alliance-section .asset-desc-sample .desc-sample .situation-area .block-area .block-conts .info-text .right span.focus-text img {
    display: none;
  }
  .alliance-section .btn-common-bar {
    margin: 40px auto 50px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .alliance-section {
    padding-left: 18%;
    padding-right: 18%;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 640px) {
  .alliance-section {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media all and (max-width: 425px) {
  .alliance-section .asset-desc-sample .desc-sample {
    padding: 40px 16px;
  }
  .alliance-section .btn-common-bar {
    margin: 40px auto 50px;
  }
}

.reference-section {
  max-width: 1200px;
  margin: 0px auto;
}
.reference-section h3.first-main {
  margin-top: 120px;
  margin-bottom: 80px;
}
.reference-section .lists-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reference-section .lists-area .lists-item {
  max-width: 216px;
  font-size: 18px;
  text-align: center;
}
.reference-section .lists-area .lists-item a {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px 0px #ddd;
          box-shadow: 0px 0px 12px 0px #ddd;
  padding: 30px 30px;
  border-radius: 10px 10px;
  color: #003161;
  display: inline-block;
}
.reference-section .lists-area .lists-item a:hover {
  background-color: #005BAC;
  color: white;
}
.reference-section .lists-area .lists-item a:active, .reference-section .lists-area .lists-item a:focus {
  color: #003161;
}
.reference-section .lists-area.pc-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reference-section .lists-area.mob-lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.reference-section .lists-area.mob-lists .lists-item {
  max-width: 100%;
  text-align: center;
}
@media all and (max-width: 991.98px) {
  .reference-section .lists-area.pc-lists {
    display: none;
  }
  .reference-section .lists-area.mob-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.reference-section .btn-common-bar {
  margin: 80px auto 120px;
}
@media all and (max-width: 991.98px) {
  .reference-section {
    margin: 0px 20px;
  }
  .reference-section h3.first-main {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .reference-section .lists-area .lists-item a {
    padding: 22px 30px;
  }
  .reference-section .btn-common-bar {
    margin: 50px auto 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .reference-section {
    margin-left: 18%;
    margin-right: 18%;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 640px) {
  .reference-section {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.disclose-info-section {
  background-color: #e6f3ff;
  padding: 76px 0px;
  line-height: 28px;
}
.disclose-info-section .collapse .collapse-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 28px;
  color: #003161;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: inherit;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media all and (max-width: 991.98px) {
  .disclose-info-section .collapse .collapse-head {
    font-size: 22px;
    line-height: 30px;
  }
}
.disclose-info-section .collapse .collapse-head .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px 0px 0px 24px;
  gap: 0px;
  width: 100%;
  padding: 10px 10px;
}
@media all and (max-width: 991.98px) {
  .disclose-info-section .collapse .collapse-head .head-info {
    gap: 0px;
    margin: 0px 20px 0px 20px;
  }
}
.disclose-info-section .collapse .collapse-head .btn-show {
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.disclose-info-section .collapse .collapse-head .btn-show .icon {
  width: 25px;
  height: 25px;
  background-image: url("../images/icon/arrow_top@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 991.98px) {
  .disclose-info-section .collapse .collapse-head .btn-show {
    width: 22px;
    height: 22px;
  }
  .disclose-info-section .collapse .collapse-head .btn-show .icon {
    width: 22px;
    height: 22px;
  }
}
.disclose-info-section .collapse .collapse-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s, -webkit-transform 0.5s ease;
  transition: max-height 0.5s, -webkit-transform 0.5s ease;
  transition: max-height 0.5s, transform 0.5s ease;
  transition: max-height 0.5s, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.disclose-info-section .collapse .collapse-body .collapse-content {
  width: 100%;
  max-width: 1200px;
  padding: 24px 24px;
  margin: 0px auto;
}
.disclose-info-section .collapse .collapse-body h4 {
  font-size: 18px;
  color: #095ca8;
  font-weight: 700;
  line-height: 2;
  letter-spacing: inherit;
  padding-left: 32px;
}
.disclose-info-section .collapse .collapse-body h5 {
  font-size: 18px;
  color: #013b84;
  font-weight: 700;
  line-height: 2;
  letter-spacing: inherit;
}
.disclose-info-section .collapse .collapse-body ul,
.disclose-info-section .collapse .collapse-body ol {
  padding-left: 32px;
  padding-bottom: 0.5em;
}
.disclose-info-section .collapse .collapse-body ul li,
.disclose-info-section .collapse .collapse-body ol li {
  padding-bottom: 0.5em;
}
.disclose-info-section .collapse .collapse-body ol {
  list-style: decimal;
}
.disclose-info-section .collapse .collapse-body ol ol {
  list-style: disc;
  padding-left: 24px;
}
.disclose-info-section .collapse .collapse-body a {
  color: #0080ff;
  text-decoration: underline;
  word-break: break-all;
}
.disclose-info-section .collapse .collapse-body .danger {
  color: #ea4335;
}
.disclose-info-section .collapse .collapse-body strong {
  font-weight: 700;
}
.disclose-info-section .collapse .collapse-body .strong {
  font-weight: 700;
  font-size: 1.2em;
}
.disclose-info-section .collapse.active .collapse-head .btn-show .icon, .disclose-info-section .collapse.open .collapse-head .btn-show .icon {
  background-image: url("../images/icon/arrow_top@2x.png");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.disclose-info-section .collapse.active .collapse-body, .disclose-info-section .collapse.open .collapse-body {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.disclose-info-section .collapse.open .head-info {
  margin: 16px 24px;
}
@media all and (max-width: 991.98px) {
  .disclose-info-section .collapse.open .head-info {
    margin: 16px 20px;
  }
}
@media all and (max-width: 991.98px) {
  .disclose-info-section {
    font-size: 16px;
    line-height: 24px;
    padding: 36px 0px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991.98px) {
  .disclose-info-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 575.98px) and (max-width: 640px) {
  .disclose-info-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}