/* libs
=======================================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
span.multiselect-native-select{position:relative}
span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}
.multiselect-container .input-group{margin:5px}
.multiselect-container>li{padding:0}
.multiselect-container>li>a.multiselect-all label{font-weight:700}
.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}
.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}
.multiselect-container>li>a{padding:0}
.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}
.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}
.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* line 1, sass/structure/_base.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 6, sass/structure/_base.scss */
table {
  border-spacing: 0;
}
@font-face {
  font-family: "Pragati Narrow";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/pragatinarrow-regular.woff2") format("woff2"), url("../fonts/pragatinarrow-regular.woff") format("woff");
}
@font-face {
  font-family: "Pragati Narrow";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/pragatinarrow-bold.woff2") format("woff2"), url("../fonts/pragatinarrow-bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/roboto-light.woff2") format("woff2"), url("../fonts/roboto-light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/roboto-medium.woff2") format("woff2"), url("../fonts/roboto-medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff");
}
@font-face {
  font-family: 'wico';
  src: url("../fonts/icomoon/fonts/wico.woff?xc3qny") format("woff"), url("../fonts/icomoon/fonts/wico.ttf?xc3qny") format("truetype"), url("../fonts/icomoon/fonts/wico.svg?xc3qny#wico") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 30, sass/fonts/icomoon/_icomoon.scss */
[class^="ico-"], [class*=" ico-"], .ico, .ext-link:after, .ckec a[target="_blank"]:after,
.cke_editable a[target="_blank"]:after, .go-link:after, .video-link__imgw:before, .arrow-list > li:before, .inline-arrow-list > li:before, .rc--checkbox + span:before, .checkbox-input + span:before, .js-selectBox:before,
.js-selectBox .js-selectBox-left-right-arrow:before, .bk2Top__btn:before, .slick-pause-play-btn:before, .rte-year-collapse__trigger:after, .st__list--3 > li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 39, sass/fonts/icomoon/_icomoon.scss */
.ico-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}
/* line 2, sass/fonts/icomoon/_style.scss */
.ico-wechat:before {
  content: "\e934";
}
/* line 7, sass/fonts/icomoon/_style.scss */
.ico-linkedin:before {
  content: "\e907";
}
/* line 12, sass/fonts/icomoon/_style.scss */
.ico-envelope:before {
  content: "\e902";
}
/* line 17, sass/fonts/icomoon/_style.scss */
.ico-facebook-official:before {
  content: "\e90a";
}
/* line 22, sass/fonts/icomoon/_style.scss */
.ico-facebook:before {
  content: "\e90b";
}
/* line 27, sass/fonts/icomoon/_style.scss */
.ico-weibo:before {
  content: "\e90c";
}
/* line 32, sass/fonts/icomoon/_style.scss */
.ico-close:before {
  content: "\e925";
}
/* line 37, sass/fonts/icomoon/_style.scss */
.ico-minus:before {
  content: "\e91c";
}
/* line 42, sass/fonts/icomoon/_style.scss */
.ico-plus:before {
  content: "\e91a";
}
/* line 47, sass/fonts/icomoon/_style.scss */
.ico-youtube:before {
  content: "\e936";
}
/* line 52, sass/fonts/icomoon/_style.scss */
.ico-link:before {
  content: "\e935";
}
/* line 57, sass/fonts/icomoon/_style.scss */
.ico-instagram:before {
  content: "\e92b";
}
/* line 62, sass/fonts/icomoon/_style.scss */
.ico-pause:before {
  content: "\e921";
}
/* line 67, sass/fonts/icomoon/_style.scss */
.ico-play:before {
  content: "\e922";
}
/* line 72, sass/fonts/icomoon/_style.scss */
.ico-checkmark:before {
  content: "\e91f";
}
/* line 77, sass/fonts/icomoon/_style.scss */
.ico-whatsapp:before {
  content: "\e913";
}
/* line 82, sass/fonts/icomoon/_style.scss */
.ico-twitter:before {
  content: "\e914";
}
/* line 87, sass/fonts/icomoon/_style.scss */
.ico-brand:before {
  content: "\e914";
}
/* line 92, sass/fonts/icomoon/_style.scss */
.ico-tweet:before {
  content: "\e914";
}
/* line 97, sass/fonts/icomoon/_style.scss */
.ico-social:before {
  content: "\e914";
}
/* line 102, sass/fonts/icomoon/_style.scss */
.ico-share:before {
  content: "\e912";
}
/* line 107, sass/fonts/icomoon/_style.scss */
.ico-creativity:before {
  content: "\e933";
}
/* line 112, sass/fonts/icomoon/_style.scss */
.ico-solidarity:before {
  content: "\e92d";
}
/* line 117, sass/fonts/icomoon/_style.scss */
.ico-care:before {
  content: "\e92e";
}
/* line 122, sass/fonts/icomoon/_style.scss */
.ico-wellness:before {
  content: "\e92f";
}
/* line 127, sass/fonts/icomoon/_style.scss */
.ico-badge:before {
  content: "\e930";
}
/* line 132, sass/fonts/icomoon/_style.scss */
.ico-success:before {
  content: "\e931";
}
/* line 137, sass/fonts/icomoon/_style.scss */
.ico-group:before {
  content: "\e932";
}
/* line 142, sass/fonts/icomoon/_style.scss */
.ico-mail:before {
  content: "\e92c";
}
/* line 147, sass/fonts/icomoon/_style.scss */
.ico-download:before {
  content: "\e92a";
}
/* line 152, sass/fonts/icomoon/_style.scss */
.ico-circle-arrow-right:before {
  content: "\e926";
}
/* line 157, sass/fonts/icomoon/_style.scss */
.ico-circle-arrow-left:before {
  content: "\e927";
}
/* line 162, sass/fonts/icomoon/_style.scss */
.ico-circle-arrow-down:before {
  content: "\e928";
}
/* line 167, sass/fonts/icomoon/_style.scss */
.ico-circle-arrow-up:before {
  content: "\e929";
}
/* line 172, sass/fonts/icomoon/_style.scss */
.ico-menu:before {
  content: "\e924";
}
/* line 177, sass/fonts/icomoon/_style.scss */
.ico-play-rounded:before {
  content: "\e923";
}
/* line 182, sass/fonts/icomoon/_style.scss */
.ico-search:before {
  content: "\e920";
}
/* line 187, sass/fonts/icomoon/_style.scss */
.ico-gear:before {
  content: "\e90d";
}
/* line 192, sass/fonts/icomoon/_style.scss */
.ico-ppl:before {
  content: "\e91d";
}
/* line 197, sass/fonts/icomoon/_style.scss */
.ico-cross:before {
  content: "\e915";
}
/* line 202, sass/fonts/icomoon/_style.scss */
.ico-external-link:before {
  content: "\e903";
}
/* line 207, sass/fonts/icomoon/_style.scss */
.ico-arrow-sq-left:before {
  content: "\e900";
}
/* line 212, sass/fonts/icomoon/_style.scss */
.ico-arrow-sq-down:before {
  content: "\e91e";
}
/* line 217, sass/fonts/icomoon/_style.scss */
.ico-arrow-sq-up:before {
  content: "\e901";
}
/* line 222, sass/fonts/icomoon/_style.scss */
.ico-arrow-sq-right:before {
  content: "\e904";
}
/* line 227, sass/fonts/icomoon/_style.scss */
.ico-apa-arrow-down:before {
  content: "\e905";
}
/* line 232, sass/fonts/icomoon/_style.scss */
.ico-apa-arrow-up:before {
  content: "\e906";
}
/* line 237, sass/fonts/icomoon/_style.scss */
.ico-apa-arrow-left:before {
  content: "\e908";
}
/* line 242, sass/fonts/icomoon/_style.scss */
.ico-apa-arrow-right:before {
  content: "\e909";
}
/* line 247, sass/fonts/icomoon/_style.scss */
.ico-cross-narrow:before {
  content: "\e91b";
}
/* line 252, sass/fonts/icomoon/_style.scss */
.ico-arrow-narrow-down:before {
  content: "\e916";
}
/* line 257, sass/fonts/icomoon/_style.scss */
.ico-arrow-narrow-up:before {
  content: "\e917";
}
/* line 262, sass/fonts/icomoon/_style.scss */
.ico-arrow-narrow-right:before {
  content: "\e918";
}
/* line 267, sass/fonts/icomoon/_style.scss */
.ico-arrow-narrow-left:before {
  content: "\e919";
}
/* line 272, sass/fonts/icomoon/_style.scss */
.ico-arrow-left:before {
  content: "\e90e";
}
/* line 277, sass/fonts/icomoon/_style.scss */
.ico-arrow-right:before {
  content: "\e90f";
}
/* line 282, sass/fonts/icomoon/_style.scss */
.ico-arrow-down:before {
  content: "\e910";
}
/* line 287, sass/fonts/icomoon/_style.scss */
.ico-arrow-up:before {
  content: "\e911";
}
/* line 3, sass/base/_class.scss */
.cf:before, .side-btn-row:before, .img-blog-list__itm:before, .header-bottom:before, .blogger-blk:before, .ckec .clear:before,
.cke_editable .clear:before,
.cf:after,
.side-btn-row:after,
.img-blog-list__itm:after,
.header-bottom:after,
.blogger-blk:after,
.ckec .clear:after,
.cke_editable .clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 9, sass/base/_class.scss */
.cf:after,
.side-btn-row:after,
.img-blog-list__itm:after,
.header-bottom:after,
.blogger-blk:after,
.ckec .clear:after,
.cke_editable .clear:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 17, sass/base/_class.scss */
.cf, .side-btn-row, .img-blog-list__itm, .header-bottom, .blogger-blk, .ckec .clear,
.cke_editable .clear {
  *zoom: 1;
}
/* line 35, sass/base/_class.scss */
.noTrans {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}
/* line 40, sass/base/_class.scss */
.sr-only, #skip-start {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* line 55, sass/base/_class.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
/* line 68, sass/base/_class.scss */
.transform-fix {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
/* line 72, sass/base/_class.scss */
.visible-hidden {
  visibility: hidden !important;
}
/* line 81, sass/base/_class.scss */
.ani--trans, a, .go-link:after, .video-link__imgw:before, .img-zoom-link img, .rc--checkbox + span:before, .checkbox-input + span:before,
.rc--radio + span:before,
.radio-input + span:before, .form-control, .fe-form-control, .dropdown-menu, .js-selectBox, .js-selectBox:before,
.js-selectBox .js-selectBox-left-right-arrow:before, .sitesearch__wrap, .js-loadmore-itm:not(.js-loadmore-mobile-default), .js-loadmore-btn-front, .js-loadmore-btn-back, .js-loadmore-mobile-default, .bk2Top__btn, .slick-dots li, .slick-dots li button, .slick-arrow, .btn, .link-copy-dropdown__trigger, .link-copy-dropdown__copy, .img-title-blk__title, .img-plate-blk, .img-plate-blk:before, .overlay-cover-blk__cover, .left-img-blk__more, .top-img-blk__more, .img-space-plate-blk__main, .rte-year-collapse__trigger:after, .image-slider__caption, .fn-blk__link, .mTrigger__icon, .mn__list--2, .mn__list--3, .mn__item--1.has-sub:before, .mb-mn__wrap, .mb-mn__wrap-inner, .mb-mn__list--2, .page-menu__trigger, .banner-text__main-text, .banner-text__sub-text, .f-map__dot-inner, .f-map__dot:before, .milestone-blk-wrap, .listing-table td,
.listing-table th {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform, -webkit-box-shadow;
  transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 50, sass/base/_typo.scss */
html {
  font-size: 100.1%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* line 57, sass/base/_typo.scss */
body {
  font-family: 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  line-height: 1.3;
  color: #333333;
}
/* line 69, sass/base/_typo.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 76, sass/base/_typo.scss */
p {
  margin: 1em 0;
}
/* line 81, sass/base/_typo.scss */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
/* line 89, sass/base/_typo.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
  color: inherit;
}
/* line 103, sass/base/_typo.scss */
a {
  color: inherit;
}
/* line 107, sass/base/_typo.scss */
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}
/*table*/
/*!
 * Bootstrap v4.0.0 (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)
 */
/* line 8, sass/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}
/* line 14, sass/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
/* line 29, sass/bootstrap/_images.scss */
.figure {
  display: inline-block;
}
/* line 34, sass/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
/* line 39, sass/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
/* line 2, sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* line 10, sass/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
/* line 16, sass/bootstrap/_code.scss */
a > code {
  color: inherit;
}
/* line 22, sass/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 30, sass/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
/* line 39, sass/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 45, sass/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
/* line 53, sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* line 6, sass/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 1570px;
  }
}
/* line 18, sass/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 28, sass/bootstrap/_grid.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* line 34, sass/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, sass/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* line 8, sass/bootstrap/mixins/_grid-framework.scss */
.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 32, sass/bootstrap/mixins/_grid-framework.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
/* line 37, sass/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 49, sass/bootstrap/mixins/_grid-framework.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
/* line 51, sass/bootstrap/mixins/_grid-framework.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}
/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* line 5, sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 11, sass/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, sass/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, sass/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 27, sass/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}
/* line 38, sass/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
/* line 49, sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 52, sass/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 58, sass/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
/* line 71, sass/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
/* line 7, sass/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, sass/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 109, sass/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
/* line 117, sass/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 125, sass/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}
/* line 129, sass/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
/* line 135, sass/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 140, sass/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 15, sass/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  /* line 165, sass/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, sass/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 165, sass/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, sass/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 165, sass/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, sass/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 165, sass/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, sass/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  /* line 165, sass/bootstrap/_tables.scss */
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, sass/bootstrap/_tables.scss */
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
/* line 165, sass/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 174, sass/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}
/* line 7, sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
/* line 31, sass/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 40, sass/bootstrap/_forms.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 51, sass/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
/* line 60, sass/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/* line 64, sass/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 76, sass/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
/* line 89, sass/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
/* line 97, sass/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 104, sass/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 117, sass/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 128, sass/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
/* line 144, sass/bootstrap/_forms.scss */
.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
/* line 152, sass/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
/* line 157, sass/bootstrap/_forms.scss */
.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
/* line 165, sass/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
/* line 176, sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}
/* line 180, sass/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}
/* line 190, sass/bootstrap/_forms.scss */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 196, sass/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 208, sass/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
/* line 214, sass/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 219, sass/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
/* line 224, sass/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}
/* line 228, sass/bootstrap/_forms.scss */
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 235, sass/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
/* line 30, sass/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
/* line 38, sass/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}
/* line 55, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
/* line 59, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 64, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 74, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 78, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 88, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 91, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
/* line 96, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 102, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
/* line 108, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 119, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 122, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 131, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 30, sass/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
/* line 38, sass/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
/* line 55, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 59, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 64, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 74, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 78, sass/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 88, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 91, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
/* line 96, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 102, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
/* line 108, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 119, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 122, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 131, sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 263, sass/bootstrap/_forms.scss */
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 271, sass/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 277, sass/bootstrap/_forms.scss */
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 285, sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 294, sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 301, sass/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 305, sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 311, sass/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, sass/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, sass/bootstrap/_forms.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 329, sass/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 3, sass/bootstrap/_transitions.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 7, sass/bootstrap/_transitions.scss */
.fade.show {
  opacity: 1;
}
/* line 12, sass/bootstrap/_transitions.scss */
.collapse {
  display: none;
}
/* line 14, sass/bootstrap/_transitions.scss */
.collapse.show {
  display: block;
}
/* line 20, sass/bootstrap/_transitions.scss */
tr.collapse.show {
  display: table-row;
}
/* line 26, sass/bootstrap/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}
/* line 31, sass/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* line 2, sass/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}
/* line 29, sass/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 61, sass/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 13, sass/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 37, sass/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 29, sass/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 61, sass/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 48, sass/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 29, sass/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 61, sass/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 55, sass/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
/* line 62, sass/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 29, sass/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 46, sass/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}
/* line 50, sass/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 61, sass/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 69, sass/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
/* line 76, sass/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
/* line 83, sass/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 101, sass/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/* line 108, sass/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 119, sass/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}
/* line 124, sass/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
/* line 6, sass/bootstrap/_nav.scss */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 14, sass/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 23, sass/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}
/* line 32, sass/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 35, sass/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 39, sass/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 47, sass/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, sass/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 61, sass/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 75, sass/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 79, sass/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
/* line 92, sass/bootstrap/_nav.scss */
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
/* line 99, sass/bootstrap/_nav.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
/* line 112, sass/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 115, sass/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}
/* line 1, sass/bootstrap/_media.scss */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 6, sass/bootstrap/_media.scss */
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 1, sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
/* line 17, sass/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 28, sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 8, sass/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}
/* line 13, sass/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 29, sass/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 36, sass/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, sass/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
/* line 48, sass/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 53, sass/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
/* line 60, sass/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
/* line 77, sass/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 87, sass/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 88, sass/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}
/* line 93, sass/bootstrap/_modal.scss */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/* line 101, sass/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
/* line 109, sass/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
/* line 116, sass/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
/* line 125, sass/bootstrap/_modal.scss */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
/* line 133, sass/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 134, sass/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
/* line 138, sass/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  /* line 149, sass/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 154, sass/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 162, sass/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 167, sass/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, sass/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, sass/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, sass/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
/* line 32, sass/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, sass/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, sass/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
/* line 46, sass/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, sass/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, sass/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
/* line 62, sass/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, sass/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, sass/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
/* line 76, sass/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, sass/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, sass/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
/* line 108, sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
/* line 1, sass/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, sass/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, sass/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
/* line 38, sass/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, sass/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
/* line 45, sass/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
/* line 50, sass/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 55, sass/bootstrap/_popover.scss */
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
/* line 61, sass/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 64, sass/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 71, sass/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
/* line 76, sass/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 81, sass/bootstrap/_popover.scss */
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
/* line 87, sass/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 90, sass/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
/* line 94, sass/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
/* line 99, sass/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 104, sass/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
/* line 110, sass/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
/* line 122, sass/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 125, sass/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 132, sass/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
/* line 137, sass/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 142, sass/bootstrap/_popover.scss */
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
/* line 165, sass/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 175, sass/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}
/* line 180, sass/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
/* line 3, sass/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}
/* line 4, sass/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}
/* line 5, sass/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}
/* line 6, sass/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}
/* line 7, sass/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}
/* line 8, sass/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}
/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
/* line 13, sass/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}
/* line 17, sass/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}
/* line 7, sass/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}
/* line 8, sass/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
/* line 9, sass/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
/* line 10, sass/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
/* line 11, sass/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
/* line 13, sass/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}
/* line 14, sass/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}
/* line 15, sass/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}
/* line 16, sass/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}
/* line 17, sass/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}
/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}
/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}
/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}
/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}
/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}
/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}
/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}
/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}
/* line 25, sass/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}
/* line 33, sass/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}
/* line 36, sass/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
/* line 40, sass/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
/* line 44, sass/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
/* line 48, sass/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
/* line 53, sass/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}
/* line 57, sass/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}
/* line 2, sass/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* line 11, sass/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}
/* line 12, sass/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}
/* line 13, sass/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}
/* line 14, sass/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}
/* line 15, sass/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}
/* line 16, sass/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}
/* line 17, sass/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}
/* line 18, sass/bootstrap/utilities/_display.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/* line 19, sass/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 29, sass/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, sass/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, sass/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, sass/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, sass/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, sass/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, sass/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, sass/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 37, sass/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 3, sass/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, sass/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, sass/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 31, sass/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
/* line 37, sass/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
/* line 43, sass/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}
/* line 49, sass/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}
/* line 11, sass/bootstrap/utilities/_flex.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
/* line 12, sass/bootstrap/utilities/_flex.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
/* line 13, sass/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
/* line 14, sass/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
/* line 16, sass/bootstrap/utilities/_flex.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
/* line 17, sass/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
/* line 18, sass/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
/* line 20, sass/bootstrap/utilities/_flex.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
/* line 21, sass/bootstrap/utilities/_flex.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
/* line 22, sass/bootstrap/utilities/_flex.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
/* line 23, sass/bootstrap/utilities/_flex.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
/* line 24, sass/bootstrap/utilities/_flex.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
/* line 26, sass/bootstrap/utilities/_flex.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
/* line 27, sass/bootstrap/utilities/_flex.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
/* line 28, sass/bootstrap/utilities/_flex.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
/* line 29, sass/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
/* line 30, sass/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
/* line 32, sass/bootstrap/utilities/_flex.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
/* line 33, sass/bootstrap/utilities/_flex.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
/* line 34, sass/bootstrap/utilities/_flex.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
/* line 35, sass/bootstrap/utilities/_flex.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
/* line 36, sass/bootstrap/utilities/_flex.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
/* line 37, sass/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
/* line 39, sass/bootstrap/utilities/_flex.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
/* line 40, sass/bootstrap/utilities/_flex.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
/* line 41, sass/bootstrap/utilities/_flex.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
/* line 42, sass/bootstrap/utilities/_flex.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
/* line 43, sass/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
/* line 44, sass/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 5, sass/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}
/* line 6, sass/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}
/* line 7, sass/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-xxl-left {
    float: left !important;
  }
  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-xxl-right {
    float: right !important;
  }
  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-xxl-none {
    float: none !important;
  }
}
/* line 9, sass/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}
/* line 9, sass/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}
/* line 9, sass/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}
/* line 9, sass/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}
/* line 9, sass/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
/* line 14, sass/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* line 22, sass/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 30, sass/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 5, sass/bootstrap/utilities/_screenreaders.scss */
.sr-only, #skip-start {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
/* line 25, sass/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
/* line 7, sass/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}
/* line 7, sass/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}
/* line 7, sass/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}
/* line 7, sass/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}
/* line 7, sass/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}
/* line 7, sass/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}
/* line 7, sass/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}
/* line 7, sass/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}
/* line 11, sass/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}
/* line 12, sass/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}
/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
/* line 33, sass/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}
/* line 34, sass/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
/* line 38, sass/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
/* line 42, sass/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
/* line 46, sass/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
/* line 9, sass/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}
/* line 10, sass/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}
/* line 11, sass/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 19, sass/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}
/* line 20, sass/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}
/* line 21, sass/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-xxl-left {
    text-align: left !important;
  }
  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-xxl-right {
    text-align: right !important;
  }
  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}
/* line 27, sass/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}
/* line 28, sass/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}
/* line 29, sass/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}
/* line 33, sass/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}
/* line 34, sass/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}
/* line 35, sass/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}
/* line 36, sass/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}
/* line 40, sass/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}
/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}
/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}
/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}
/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}
/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}
/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
/* line 46, sass/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}
/* line 50, sass/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 5, sass/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}
/* line 9, sass/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}
/* line 1, sass/helper/_misc.scss */
.full-width {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}
/* line 1, sass/helper/_link.scss */
.link-trans {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* line 7, sass/helper/_link.scss */
.link-hover:hover, .link-hover:focus {
  text-decoration: underline;
}
/* line 13, sass/helper/_link.scss */
.link-hover-underline {
  text-decoration: underline;
}
/* line 15, sass/helper/_link.scss */
.link-hover-underline:hover, .link-hover-underline:focus {
  text-decoration: none;
}
/* line 23, sass/helper/_link.scss */
.ext-link:after, .ckec a[target="_blank"]:after,
.cke_editable a[target="_blank"]:after {
  content: "\e903";
}
/* line 31, sass/helper/_link.scss */
.go-link:after {
  margin: 0 0 0 0.93333333em;
  content: "\e90f";
  display: inline-block;
}
/* line 43, sass/helper/_link.scss */
.go-link:hover:after {
  -webkit-transform: translate(0.3em, 0);
  transform: translate(0.3em, 0);
}
/* line 51, sass/helper/_link.scss */
.video-link__imgw {
  position: relative;
}
/* line 53, sass/helper/_link.scss */
.video-link__imgw:before {
  font-size: 1.875em;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 2.33333333em;
  margin: -1.16666667em 0 0 -2em;
  content: "\e923";
  color: #FFF;
  border-radius: 0.26666667em;
  background: rgba(0, 0, 0, 0.75);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 84, sass/helper/_link.scss */
.video-link:hover .video-link__imgw:before {
  background: rgba(0, 106, 99, 0.9);
  -webkit-box-shadow: 0 0 0.83333333em 0em rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0.83333333em 0em rgba(0, 0, 0, 0.35);
}
/* line 8, sass/helper/_list.scss */
.reset-list, .triangle-list, .sq-list, .ckec ul:not([style*="list-style-type"]):not([class]),
.cke_editable ul:not([style*="list-style-type"]):not([class]), .circle-list, .arrow-list, .inline-arrow-list, .line-list, .list-order-no, .list-order-roman, .ckec ol[style*="lower-alpha"],
.cke_editable ol[style*="lower-alpha"], .seperate-list, .soc-list, .tag-list, .img-blog-list, .thumb-blk-list, .ft-link-list, .mn__list--1, .mn__list--2, .mn__list--3, .mn__list--4, .breadcrumb, .pagination__list, .comment-list, .date-time-blk__list, .sl__list--1, .sl__list--2, .d-info, .ckec .info-list, .cke-editable .info-list, .st__list--1, .st__list--2, .st__list--3, .st__list--4, .ckec ol:not([style*="list-style-type"]):not([class]),
.cke_editable ol:not([style*="list-style-type"]):not([class]) {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
/* line 14, sass/helper/_list.scss */
.triangle-list > li {
  position: relative;
  margin: 0.75em 0;
  padding: 0 0 0 1.375em !important;
}
/* line 20, sass/helper/_list.scss */
.triangle-list > li:before {
  position: absolute;
  top: .44em;
  left: 0.125em !important;
  width: 0 !important;
  height: 0 !important;
  content: "";
  border-width: 0.28125em 0 0.28125em 0.375em;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-radius: 0 !important;
  background: transparent !important;
}
/* line 46, sass/helper/_list.scss */
.sq-list > li, .ckec ul:not([style*="list-style-type"]):not([class]) > li, .cke_editable ul:not([style*="list-style-type"]):not([class]) > li {
  position: relative;
  padding: 0 0 0 1.66666667em;
}
/* line 51, sass/helper/_list.scss */
.sq-list > li:before, .ckec ul:not([style*="list-style-type"]):not([class]) > li:before, .cke_editable ul:not([style*="list-style-type"]):not([class]) > li:before {
  position: absolute;
  top: 0.625em;
  left: 0.1875em;
  width: 0.375em;
  height: 0.375em;
  content: "";
  background: currentColor;
}
/* line 74, sass/helper/_list.scss */
.circle-list > li {
  position: relative;
  padding: 0 0 0 2.77777778em;
}
/* line 79, sass/helper/_list.scss */
.circle-list > li:before {
  position: absolute;
  top: 0.5625em;
  left: 0.1875em;
  width: 0.375em;
  height: 0.375em;
  content: "";
  border-radius: 50%;
  background: currentColor;
}
/* line 104, sass/helper/_list.scss */
.arrow-list > li, .inline-arrow-list > li {
  position: relative;
  padding: 0 0 0 1.71428571em;
}
/* line 109, sass/helper/_list.scss */
.arrow-list > li a, .inline-arrow-list > li a {
  text-decoration: none;
  color: currentColor;
}
/* line 113, sass/helper/_list.scss */
.arrow-list > li a:hover, .inline-arrow-list > li a:hover {
  text-decoration: underline;
}
/* line 118, sass/helper/_list.scss */
.arrow-list > li:before, .inline-arrow-list > li:before {
  position: absolute;
  top: -.1em;
  left: 0;
  content: "\e904";
  color: currentColor;
}
/* line 139, sass/helper/_list.scss */
.line-list > li {
  position: relative;
  padding: 0 0 0 1.25em;
}
/* line 144, sass/helper/_list.scss */
.line-list > li:before {
  height: 1px;
  width: 0.4375em;
  content: '';
  top: 50%;
  left: 0.25em;
  background: #003531;
  position: absolute;
}
/* line 187, sass/helper/_list.scss */
.inline-arrow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 171, sass/helper/_list.scss */
.inline-arrow-list > li {
  margin: 0 1em;
}
/* line 210, sass/helper/_list.scss */
.list-order-no {
  counter-reset: item;
}
/* line 198, sass/helper/_list.scss */
.list-order-no > li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="1"] {
  counter-reset: item 0;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="2"] {
  counter-reset: item 1;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="3"] {
  counter-reset: item 2;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="4"] {
  counter-reset: item 3;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="5"] {
  counter-reset: item 4;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="6"] {
  counter-reset: item 5;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="7"] {
  counter-reset: item 6;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="8"] {
  counter-reset: item 7;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="9"] {
  counter-reset: item 8;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="10"] {
  counter-reset: item 9;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="11"] {
  counter-reset: item 10;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="12"] {
  counter-reset: item 11;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="13"] {
  counter-reset: item 12;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="14"] {
  counter-reset: item 13;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="15"] {
  counter-reset: item 14;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="16"] {
  counter-reset: item 15;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="17"] {
  counter-reset: item 16;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="18"] {
  counter-reset: item 17;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="19"] {
  counter-reset: item 18;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="20"] {
  counter-reset: item 19;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="21"] {
  counter-reset: item 20;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="22"] {
  counter-reset: item 21;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="23"] {
  counter-reset: item 22;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="24"] {
  counter-reset: item 23;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="25"] {
  counter-reset: item 24;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="26"] {
  counter-reset: item 25;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="27"] {
  counter-reset: item 26;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="28"] {
  counter-reset: item 27;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="29"] {
  counter-reset: item 28;
}
/* line 204, sass/helper/_list.scss */
.list-order-no[start="30"] {
  counter-reset: item 29;
}
/* line 232, sass/helper/_list.scss */
.list-order-roman, .ckec ol[style*="lower-alpha"],
.cke_editable ol[style*="lower-alpha"] {
  counter-reset: lists;
}
/* line 219, sass/helper/_list.scss */
.list-order-roman > li:before, .ckec ol[style*="lower-alpha"] > li:before, .cke_editable ol[style*="lower-alpha"] > li:before {
  content: counter(lists, lower-alpha) ")";
  counter-increment: lists;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="1"], .ckec ol[start="1"][style*="lower-alpha"],
.cke_editable ol[start="1"][style*="lower-alpha"] {
  counter-reset: lists 0;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="2"], .ckec ol[start="2"][style*="lower-alpha"],
.cke_editable ol[start="2"][style*="lower-alpha"] {
  counter-reset: lists 1;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="3"], .ckec ol[start="3"][style*="lower-alpha"],
.cke_editable ol[start="3"][style*="lower-alpha"] {
  counter-reset: lists 2;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="4"], .ckec ol[start="4"][style*="lower-alpha"],
.cke_editable ol[start="4"][style*="lower-alpha"] {
  counter-reset: lists 3;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="5"], .ckec ol[start="5"][style*="lower-alpha"],
.cke_editable ol[start="5"][style*="lower-alpha"] {
  counter-reset: lists 4;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="6"], .ckec ol[start="6"][style*="lower-alpha"],
.cke_editable ol[start="6"][style*="lower-alpha"] {
  counter-reset: lists 5;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="7"], .ckec ol[start="7"][style*="lower-alpha"],
.cke_editable ol[start="7"][style*="lower-alpha"] {
  counter-reset: lists 6;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="8"], .ckec ol[start="8"][style*="lower-alpha"],
.cke_editable ol[start="8"][style*="lower-alpha"] {
  counter-reset: lists 7;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="9"], .ckec ol[start="9"][style*="lower-alpha"],
.cke_editable ol[start="9"][style*="lower-alpha"] {
  counter-reset: lists 8;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="10"], .ckec ol[start="10"][style*="lower-alpha"],
.cke_editable ol[start="10"][style*="lower-alpha"] {
  counter-reset: lists 9;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="11"], .ckec ol[start="11"][style*="lower-alpha"],
.cke_editable ol[start="11"][style*="lower-alpha"] {
  counter-reset: lists 10;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="12"], .ckec ol[start="12"][style*="lower-alpha"],
.cke_editable ol[start="12"][style*="lower-alpha"] {
  counter-reset: lists 11;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="13"], .ckec ol[start="13"][style*="lower-alpha"],
.cke_editable ol[start="13"][style*="lower-alpha"] {
  counter-reset: lists 12;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="14"], .ckec ol[start="14"][style*="lower-alpha"],
.cke_editable ol[start="14"][style*="lower-alpha"] {
  counter-reset: lists 13;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="15"], .ckec ol[start="15"][style*="lower-alpha"],
.cke_editable ol[start="15"][style*="lower-alpha"] {
  counter-reset: lists 14;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="16"], .ckec ol[start="16"][style*="lower-alpha"],
.cke_editable ol[start="16"][style*="lower-alpha"] {
  counter-reset: lists 15;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="17"], .ckec ol[start="17"][style*="lower-alpha"],
.cke_editable ol[start="17"][style*="lower-alpha"] {
  counter-reset: lists 16;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="18"], .ckec ol[start="18"][style*="lower-alpha"],
.cke_editable ol[start="18"][style*="lower-alpha"] {
  counter-reset: lists 17;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="19"], .ckec ol[start="19"][style*="lower-alpha"],
.cke_editable ol[start="19"][style*="lower-alpha"] {
  counter-reset: lists 18;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="20"], .ckec ol[start="20"][style*="lower-alpha"],
.cke_editable ol[start="20"][style*="lower-alpha"] {
  counter-reset: lists 19;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="21"], .ckec ol[start="21"][style*="lower-alpha"],
.cke_editable ol[start="21"][style*="lower-alpha"] {
  counter-reset: lists 20;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="22"], .ckec ol[start="22"][style*="lower-alpha"],
.cke_editable ol[start="22"][style*="lower-alpha"] {
  counter-reset: lists 21;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="23"], .ckec ol[start="23"][style*="lower-alpha"],
.cke_editable ol[start="23"][style*="lower-alpha"] {
  counter-reset: lists 22;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="24"], .ckec ol[start="24"][style*="lower-alpha"],
.cke_editable ol[start="24"][style*="lower-alpha"] {
  counter-reset: lists 23;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="25"], .ckec ol[start="25"][style*="lower-alpha"],
.cke_editable ol[start="25"][style*="lower-alpha"] {
  counter-reset: lists 24;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="26"], .ckec ol[start="26"][style*="lower-alpha"],
.cke_editable ol[start="26"][style*="lower-alpha"] {
  counter-reset: lists 25;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="27"], .ckec ol[start="27"][style*="lower-alpha"],
.cke_editable ol[start="27"][style*="lower-alpha"] {
  counter-reset: lists 26;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="28"], .ckec ol[start="28"][style*="lower-alpha"],
.cke_editable ol[start="28"][style*="lower-alpha"] {
  counter-reset: lists 27;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="29"], .ckec ol[start="29"][style*="lower-alpha"],
.cke_editable ol[start="29"][style*="lower-alpha"] {
  counter-reset: lists 28;
}
/* line 226, sass/helper/_list.scss */
.list-order-roman[start="30"], .ckec ol[start="30"][style*="lower-alpha"],
.cke_editable ol[start="30"][style*="lower-alpha"] {
  counter-reset: lists 29;
}
/* line 281, sass/helper/_list.scss */
.seperate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.3125em 0;
}
/* line 245, sass/helper/_list.scss */
.seperate-list__item {
  margin: 0.3125em 3em 0.3125em 0;
  white-space: nowrap;
  position: relative;
  text-align: center;
}
/* line 250, sass/helper/_list.scss */
.seperate-list__item:after {
  position: absolute;
  content: '';
  height: 0.9375em;
  width: 1px;
  background-color: currentColor;
  margin: -0.5em 0 0;
  right: -1.5em;
  top: 50%;
}
/* line 261, sass/helper/_list.scss */
.seperate-list__item:last-child {
  margin-right: 0;
}
/* line 264, sass/helper/_list.scss */
.seperate-list__item:last-child:after {
  display: none;
}
/* line 270, sass/helper/_list.scss */
.seperate-list__link {
  text-decoration: none;
}
/* line 273, sass/helper/_list.scss */
.seperate-list__link:hover, .seperate-list__link:focus {
  text-decoration: underline;
}
/* line 7, sass/helper/_image.scss */
.img-zoom-link:hover img, .img-zoom-link:focus img {
  -webkit-transform: scale(1.05) translate3d(0, 0, 0.1px);
  transform: scale(1.05) translate3d(0, 0, 0.1px);
}
/* line 22, sass/helper/_image.scss */
.img--abs, .img-overlay-blk__imgw img, .img-card-blk__img img, .img-title-blk__imgw img, .overlay-cover-blk__imgw img, .left-img-blk__ratio img, .top-img-blk__imgw img, .img-blog-blk__imgw img, .thumb-blk__imgw img, .img-space-plate-blk__imgw img, .it-blk__imgw img, .feature-slider__imgw img, .blogger-blk__imgw img, .milestone-blk__imgw img, .contact-map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}
/* line 6, sass/helper/_animation.scss */
.shine-wrap {
  position: relative;
  overflow: hidden;
}
/* line 11, sass/helper/_animation.scss */
.shine-wrap:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -75%;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
/* line 30, sass/helper/_animation.scss */
.shine-wrap:hover:before, .shine-wrap:focus:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes flipping {
  85% {
    -webkit-transform: rotateY(410deg);
    transform: rotateY(410deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes flipping {
  85% {
    -webkit-transform: rotateY(410deg);
    transform: rotateY(410deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes resetSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes resetSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 1, sass/module/form/_input.scss */
input {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 0;
}
/* line 9, sass/module/form/_input.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* line 16, sass/module/form/_input.scss */
textarea {
  resize: none;
}
/* line 1, sass/module/form/_rc.scss */
.rc--checkbox, .checkbox-input,
.rc--radio,
.radio-input {
  position: absolute;
  opacity: 0;
}
/* line 6, sass/module/form/_rc.scss */
.rc--checkbox + span, .checkbox-input + span,
.rc--radio + span,
.radio-input + span {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: .2em 0 0 1.5em;
}
/* line 16, sass/module/form/_rc.scss */
.rc--checkbox + span:after, .checkbox-input + span:after,
.rc--radio + span:after,
.radio-input + span:after {
  position: absolute;
  top: 0.3125em;
  left: 0;
  width: 0.875em;
  height: 0.875em;
  content: "";
  border: 1px solid #888;
  background: #fefefe;
  -webkit-box-shadow: 0 0.1em 0.4em 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0.1em 0.4em 0 rgba(0, 0, 0, 0.1) inset;
}
/* line 31, sass/module/form/_rc.scss */
.rc--checkbox + span:before, .checkbox-input + span:before,
.rc--radio + span:before,
.radio-input + span:before {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  overflow: hidden;
  content: "";
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
/* line 45, sass/module/form/_rc.scss */
.rc--checkbox + span:before, .checkbox-input + span:before, .rc--checkbox + span:after, .checkbox-input + span:after,
.rc--radio + span:before,
.radio-input + span:before,
.rc--radio + span:after,
.radio-input + span:after {
  cursor: pointer;
}
/* line 52, sass/module/form/_rc.scss */
.rc--checkbox:disabled + span:before, .checkbox-input:disabled + span:before, .rc--checkbox:disabled + span:after, .checkbox-input:disabled + span:after,
.rc--radio:disabled + span:before,
.radio-input:disabled + span:before,
.rc--radio:disabled + span:after,
.radio-input:disabled + span:after {
  opacity: .4;
}
/* line 60, sass/module/form/_rc.scss */
.rc--checkbox:checked + span:before, .checkbox-input:checked + span:before,
.rc--radio:checked + span:before,
.radio-input:checked + span:before {
  visibility: visible;
  opacity: 1;
}
/* line 72, sass/module/form/_rc.scss */
.rc--checkbox + span:before, .checkbox-input + span:before {
  top: 0.21428571em;
  left: -.04em;
  width: 0;
  width: 1em;
  height: 1em;
  content: "\e91f";
  color: #000;
}
/* line 91, sass/module/form/_rc.scss */
.rc--checkbox:checked + span:before, .checkbox-input:checked + span:before {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
/* line 101, sass/module/form/_rc.scss */
.rc--radio + span:after,
.radio-input + span:after {
  border-radius: 50%;
}
/* line 104, sass/module/form/_rc.scss */
.rc--radio + span:before,
.radio-input + span:before {
  top: 0.3125em;
  left: 0;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background-color: #000;
}
/* line 118, sass/module/form/_rc.scss */
.rc--radio:checked + span:before,
.radio-input:checked + span:before {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
}
/* line 125, sass/module/form/_rc.scss */
.rc, .option-group {
  position: relative;
}
/* line 127, sass/module/form/_rc.scss */
.rc__label {
  font-size: inherit;
  line-height: 1.1;
  display: inline-block;
  margin: 0 2.2em 1.3em 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 140, sass/module/form/_rc.scss */
.rc__itm--lessspace .rc__label {
  margin-bottom: .8em;
}
/* line 150, sass/module/form/_rc.scss */
.rc__label--margin {
  margin: 0 1.8em 0 0;
}
/* line 156, sass/module/form/_rc.scss */
.rc--sm {
  font-size: 0.875em;
}
/* line 161, sass/module/form/_rc.scss */
.rc--inline .rc__itm, .option-group .rc__itm, .rc--inline .radio-option, .option-group .radio-option,
.rc--inline .checkbox-option,
.option-group .checkbox-option {
  display: inline-block;
  vertical-align: middle;
}
/* line 174, sass/module/form/_rc.scss */
.rc__itm--others > .rc__label {
  display: inline-block;
  margin-right: .8em;
  vertical-align: middle;
}
/* line 184, sass/module/form/_rc.scss */
.rc__others-container {
  display: block;
  margin: -.7em 0 1.7em 2em;
}
/* line 1, sass/module/form/_forms.scss */
.form-control {
  width: 100%;
  height: 2.22222222em;
  padding: 0 0.83333333em;
  line-height: 1.88888889em;
  font-size: 1em;
  border: 0;
  border-bottom: 1px solid #c7c7c7;
  text-align: left;
  background: #f7f7f7;
  border-radius: 0;
  color: currentColor;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 68, sass/module/form/_input.scss */
.form-control[disabled][type="text"], .form-control[disabled][type="password"], .form-control[disabled][type="tel"], .form-control[disabled][type="email"], .form-control[disabled][type="search"] {
  opacity: 1;
  background-color: #EAEAEA;
}
/* line 79, sass/module/form/_input.scss */
.form-control[type="number"]::-webkit-outer-spin-button, .form-control[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
}
/* line 88, sass/module/form/_input.scss */
.form-control::-webkit-input-placeholder {
  font-style: normal;
}
.form-control::-moz-placeholder {
  font-style: normal;
}
.form-control:-ms-input-placeholder {
  font-style: normal;
}
.form-control::-ms-input-placeholder {
  font-style: normal;
}
.form-control::placeholder {
  font-style: normal;
}
/* line 7, sass/module/form/_forms.scss */
.fe-form-wrap {
  font-size: 1.125rem;
  margin: 0 0 1.11111111em;
}
@media (max-width: 991.98px) {
  /* line 7, sass/module/form/_forms.scss */
  .fe-form-wrap {
    font-size: 0.875rem;
  }
}
/* line 24, sass/module/form/_forms.scss */
.fe-form-new-line {
  clear: both;
  width: 100%;
}
/* line 29, sass/module/form/_forms.scss */
.fe-form-control {
  width: 100%;
  height: 2.22222222em;
  padding: 0 0.83333333em;
  line-height: 1.88888889em;
  font-size: 1em;
  border: 0;
  border-bottom: 1px solid #c7c7c7;
  text-align: left;
  background: #f7f7f7;
  border-radius: 0;
  color: currentColor;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 68, sass/module/form/_input.scss */
.fe-form-control[disabled][type="text"], .fe-form-control[disabled][type="password"], .fe-form-control[disabled][type="tel"], .fe-form-control[disabled][type="email"], .fe-form-control[disabled][type="search"] {
  opacity: 1;
  background-color: #EAEAEA;
}
/* line 79, sass/module/form/_input.scss */
.fe-form-control[type="number"]::-webkit-outer-spin-button, .fe-form-control[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
}
/* line 88, sass/module/form/_input.scss */
.fe-form-control::-webkit-input-placeholder {
  font-style: normal;
}
.fe-form-control::-moz-placeholder {
  font-style: normal;
}
.fe-form-control:-ms-input-placeholder {
  font-style: normal;
}
.fe-form-control::-ms-input-placeholder {
  font-style: normal;
}
.fe-form-control::placeholder {
  font-style: normal;
}
/* line 36, sass/module/form/_forms.scss */
.fe-form-row {
  margin: 0 0 1.11111111em;
}
/* line 40, sass/module/form/_forms.scss */
.fe-form-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -0.375em -0.5em;
}
/* line 45, sass/module/form/_forms.scss */
.fe-form-btn-row .form-btn {
  margin: 0.375em 0.5em;
}
/* line 50, sass/module/form/_forms.scss */
.fe-form-group {
  margin: 0 -0.55555556em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 57, sass/module/form/_forms.scss */
.fe-form-group__label {
  position: relative;
  font-weight: 300;
  padding: 0 0.55555556em;
  width: 42.08633094%;
  display: block;
}
@media (max-width: 767.98px) {
  /* line 57, sass/module/form/_forms.scss */
  .fe-form-group__label {
    width: 30.57553957%;
  }
}
/* line 68, sass/module/form/_forms.scss */
.fe-form-group__label--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0.22222222em 0 0;
}
/* line 74, sass/module/form/_forms.scss */
.fe-form-group__body {
  width: 57.91366906%;
  display: block;
  padding: 0 0.55555556em;
}
@media (max-width: 767.98px) {
  /* line 74, sass/module/form/_forms.scss */
  .fe-form-group__body {
    width: 69.42446043%;
  }
}
/* line 84, sass/module/form/_forms.scss */
.fe-form-group--block {
  width: 100%;
}
/* line 91, sass/module/form/_forms.scss */
.fe-form-group--btn {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 91, sass/module/form/_forms.scss */
  .fe-form-group--btn {
    text-align: right;
  }
}
/* line 98, sass/module/form/_forms.scss */
.fe-form-group--btn .btn--form {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  /* line 98, sass/module/form/_forms.scss */
  .fe-form-group--btn .btn--form {
    margin-right: 0.33333333em;
  }
}
@media (min-width: 576px) {
  /* line 98, sass/module/form/_forms.scss */
  .fe-form-group--btn .btn--form {
    margin-left: 0.33333333em;
  }
}
/* line 113, sass/module/form/_forms.scss */
.fe-form-group .mandatory {
  margin: 0 0 0 0.11111111em;
}
/* line 119, sass/module/form/_forms.scss */
.fe-form-wrap .error-message, .fe-form-wrap label.with-errors.text-danger {
  font-size: 0.75rem;
  margin: 0.25em 0 0;
}
/* line 128, sass/module/form/_forms.scss */
textarea.form-control {
  height: 13em;
  padding-top: 1em;
  padding-bottom: 1em;
  resize: none;
  line-height: 1.4;
}
/* line 142, sass/module/form/_forms.scss */
.fe-form-remark p {
  position: relative;
}
/* line 156, sass/module/form/_forms.scss */
.radio-option,
.checkbox-option {
  margin: 0.22222222em 2.5em 0.22222222em 0;
}
/* line 169, sass/module/form/_forms.scss */
.badge {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0 0.66666667em;
  padding: 0.33333333em 1em;
  cursor: default;
  background: #ECECEC;
}
/* line 185, sass/module/form/_forms.scss */
.fe-form-control.textarea-input {
  height: 13em;
  padding-top: 1em;
  padding-bottom: 1em;
  resize: none;
}
/* line 205, sass/module/form/_forms.scss */
.recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 338px) {
  /* line 211, sass/module/form/_forms.scss */
  .recaptcha .g-recaptcha {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
/* line 1, sass/module/_bootstrap-overwrite.scss */
.dropdown-menu {
  -webkit-transition-property: margin, opacity, visibility;
  -o-transition-property: margin, opacity, visibility;
  transition-property: margin, opacity, visibility;
  display: block;
  visibility: hidden;
  margin: 0.625rem 0 0;
  opacity: 0;
  border: 0;
  border-radius: 0;
}
/* line 16, sass/module/_bootstrap-overwrite.scss */
.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
/* line 26, sass/module/_bootstrap-overwrite.scss */
.dropdown-menu > li > a {
  color: inherit;
}
/* line 34, sass/module/_bootstrap-overwrite.scss */
.dropdown-toggle:after {
  display: none;
}
/* line 6, sass/module/_bootstrap-multselect.scss */
span.multiselect-native-select {
  display: block;
}
/* line 12, sass/module/_bootstrap-multselect.scss */
.multiselect .caret {
  display: none;
}
/* line 24, sass/module/_bootstrap-multselect.scss */
.multiselect-selected-text {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0;
  padding: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 36, sass/module/_bootstrap-multselect.scss */
.multiselect-container {
  background: #006a63;
  color: #fff;
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
}
/* line 41, sass/module/_bootstrap-multselect.scss */
.multiselect-container > li > a {
  display: block;
  white-space: normal;
  text-decoration: none;
  padding: 0.5em 1.07142857em;
}
/* line 48, sass/module/_bootstrap-multselect.scss */
.multiselect-container > li > a > label {
  display: block;
  padding: .2em 0;
}
/* line 55, sass/module/_bootstrap-multselect.scss */
.multiselect-container.dropdown-menu {
  font-size: 1rem;
  display: none;
  width: 100%;
  min-width: 7em;
  padding: 0;
  padding-top: 0;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  border-top: 0;
  margin-top: 5px !important;
}
/* line 72, sass/module/_bootstrap-multselect.scss */
.show .multiselect-container.dropdown-menu {
  display: block;
  -webkit-box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.44);
  box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.44);
}
/* line 84, sass/module/_bootstrap-multselect.scss */
.multiselect-container.dropdown-menu > li > a:hover, .multiselect-container.dropdown-menu > li > a:focus {
  background-color: #e6762d;
}
/* line 94, sass/module/_bootstrap-multselect.scss */
.js-selectBox {
  position: relative;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 101, sass/module/_bootstrap-multselect.scss */
.js-selectBox > select,
.js-selectBox button.multiselect {
  position: relative;
  font-weight: 700;
  z-index: 3;
  border: none;
  overflow: hidden;
  width: 100% !important;
  padding-right: 2em;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: none;
  -webkit-appearance: none;
}
@media (min-width: 992px) {
  /* line 101, sass/module/_bootstrap-multselect.scss */
  .js-selectBox > select,
  .js-selectBox button.multiselect {
    padding-right: 2em;
  }
}
/* line 134, sass/module/_bootstrap-multselect.scss */
.js-selectBox:before,
.js-selectBox .js-selectBox-left-right-arrow:before {
  color: #e6762d;
  font-size: 0.875em;
  line-height: 1.2em;
  position: absolute;
  z-index: 6;
  top: 50%;
  right: 10px;
  width: 1.2em;
  height: 1.2em;
  margin: -.6em 0 0;
  content: "\e910";
  text-align: center;
  pointer-events: none;
}
/* line 140, sass/module/_bootstrap-multselect.scss */
.js-selectBox.js-select-active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 144, sass/module/_bootstrap-multselect.scss */
.js-selectBox.js-selectBox-disable {
  background: #EAEAEA;
}
@media (max-width: 767.98px) {
  /* line 160, sass/module/_bootstrap-multselect.scss */
  .js-selectBox-border.js-selectBox {
    font-size: 13px;
  }
}
/* line 165, sass/module/_bootstrap-multselect.scss */
.js-selectBox-border.js-selectBox:before {
  width: 0;
  height: 0;
  margin-top: -0.1875em;
  content: "";
  border-width: 0.4375em 0.4375em 0 0.4375em;
  border-style: solid;
}
/* line 177, sass/module/_bootstrap-multselect.scss */
.js-selectBox-border.js-selectBox > select,
.js-selectBox-border.js-selectBox button.multiselect {
  font-weight: 700;
  height: 2.2em;
  padding-right: 1.7em;
}
@media (max-width: 767.98px) {
  /* line 217, sass/module/_bootstrap-multselect.scss */
  .js-selectBox-border.js-selectBox.js-selectBox-md {
    font-size: 15px;
  }
}
/* line 226, sass/module/_bootstrap-multselect.scss */
.js-selectBox-center.js-selectBox > select,
.js-selectBox-center.js-selectBox button.multiselect {
  text-align: center;
}
/* line 231, sass/module/_bootstrap-multselect.scss */
.js-selectBox-center.js-selectBox .multiselect-container.dropdown-menu {
  text-align: center;
}
/* line 249, sass/module/_bootstrap-multselect.scss */
.js-selectBox-plain.js-selectBox {
  background-color: #FAFAFA;
}
/* line 294, sass/module/_bootstrap-multselect.scss */
.js-selectBox-single .rc--checkbox + span, .js-selectBox-single .checkbox-input + span,
.js-selectBox-single .rc--radio + span,
.js-selectBox-single .radio-input + span {
  padding: 0;
}
/* line 296, sass/module/_bootstrap-multselect.scss */
.js-selectBox-single .rc--checkbox + span:before, .js-selectBox-single .checkbox-input + span:before, .js-selectBox-single .rc--checkbox + span:after, .js-selectBox-single .checkbox-input + span:after,
.js-selectBox-single .rc--radio + span:before,
.js-selectBox-single .radio-input + span:before,
.js-selectBox-single .rc--radio + span:after,
.js-selectBox-single .radio-input + span:after {
  display: none;
}
/* line 1, sass/module/default-js/_js-cancel-mouse-focus-outline.scss */
html, body {
  -ms-overflow-style: scrollbar;
}
/* line 5, sass/module/default-js/_js-cancel-mouse-focus-outline.scss */
html.mouse-down-remove-outline *:focus, body.mouse-down-remove-outline *:focus {
  outline: 0;
}
/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
/* line 12, sass/module/default-js/_js-skip-to-content.scss */
#skip-to-content {
  font-size: 1.25rem;
  position: absolute;
  top: -9999px;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 15px 20px;
  text-align: center;
  color: #333;
  color: #000;
  background: #EFEFEF;
}
/* line 29, sass/module/default-js/_js-skip-to-content.scss */
#skip-to-content:focus {
  position: relative;
  z-index: 888;
  top: 0;
  height: auto;
  text-decoration: underline;
}
/* line 1, sass/module/default-js/_jqTest.scss */
.query-crt {
  display: none;
  position: absolute;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  /* line 9, sass/module/default-js/_jqTest.scss */
  .query-crt-xs {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 15, sass/module/default-js/_jqTest.scss */
  .query-crt-sm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 21, sass/module/default-js/_jqTest.scss */
  .query-crt-md {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 27, sass/module/default-js/_jqTest.scss */
  .query-crt-lg {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  /* line 33, sass/module/default-js/_jqTest.scss */
  .query-crt-xl {
    display: block;
  }
}
@media (min-width: 1600px) {
  /* line 39, sass/module/default-js/_jqTest.scss */
  .query-crt-xxl {
    display: block;
  }
}
/* line 1, sass/module/default-js/_js-css-transitions-only-after-page-load.scss */
.css-transitions-only-after-page-load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
/* line 1, sass/module/default-js/_js-table-wrapper.scss */
.tableWrapper {
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: auto;
}
/* line 5, sass/module/default-js/_js-table-wrapper.scss */
.isIOS .tableWrapper {
  overflow-x: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
/* line 38, sass/module/default-js/_js-table-wrapper.scss */
.faa-passing.animated {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
/* line 43, sass/module/default-js/_js-table-wrapper.scss */
.tableWrapperOuter {
  position: relative;
}
/* line 73, sass/module/default-js/_js-table-wrapper.scss */
.tableWrapperOuter:after {
  right: 0;
}
/* line 84, sass/module/default-js/_js-table-wrapper.scss */
.tableWrapperOuter.rightEnd:before, .tableWrapperOuter.rightEnd:after {
  display: none;
}
/* optional Container STYLES */
/* line 3, sass/module/default-js/_js-tree-structure.scss */
.chart {
  font-size: 1rem;
  overflow: visible !important;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
/* line 20, sass/module/default-js/_js-tree-structure.scss */
.chart a:hover, .chart a:focus {
  color: #fff;
  text-decoration: underline;
}
/* line 28, sass/module/default-js/_js-tree-structure.scss */
.node-desc {
  font-size: 0.7em;
  color: #f3f1f1;
  font-weight: 300;
  margin-top: 0.71428571em;
}
/* line 36, sass/module/default-js/_js-tree-structure.scss */
.tree-structure__node {
  font-size: 1em;
  padding: 0.25em 0.625em;
  width: 13.125em;
  min-height: 6.25em;
  line-height: 1.375em;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-size: cover;
  background-position: unset;
  background-repeat: no-repeat;
}
/* line 57, sass/module/default-js/_js-tree-structure.scss */
.tree-structure__node:link {
  text-decoration: none;
}
/* line 61, sass/module/default-js/_js-tree-structure.scss */
.isIE-11 .tree-structure__node {
  height: 6.25em;
}
/* line 65, sass/module/default-js/_js-tree-structure.scss */
.tree-structure__node p {
  width: 100%;
}
/* line 71, sass/module/default-js/_js-tree-structure.scss */
.tree-structure--lv1 {
  font-size: 1.25em;
  background-image: url("/assets/img/tree-structure--lv1-bg.png");
  background-color: #d86f2a;
  width: 12em;
}
/* line 77, sass/module/default-js/_js-tree-structure.scss */
.tree-structure--lv1 .node-name {
  font-size: 1.2em;
  line-height: 1em;
  font-family: "Pragati Narrow";
  font-weight: bold;
}
/* line 89, sass/module/default-js/_js-tree-structure.scss */
.tree-structure--lv2 {
  background-color: #006660;
  background-image: url("/assets/img/tree-structure--lv2-bg.png");
}
/* line 94, sass/module/default-js/_js-tree-structure.scss */
.tree-structure--lv3 {
  background-color: #106e82;
  background-image: url("/assets/img/tree-structure--lv3-bg.png");
}
/* line 99, sass/module/default-js/_js-tree-structure.scss */
.tree-structure--lv4 {
  background-color: #7d6d10;
  background-image: url("/assets/img/tree-structure--lv4-bg.png");
}
/* line 104, sass/module/default-js/_js-tree-structure.scss */
.tree-structure--lv5 {
  background-color: #7c3810;
  background-image: url("/assets/img/tree-structure--lv5-bg.png");
}
/* line 109, sass/module/default-js/_js-tree-structure.scss */
.tree-structure--lv6 {
  background-color: #143f5a;
  background-image: url("/assets/img/tree-structure--lv6-bg.png");
}
/* line 3, sass/module/_js-sitesearch.scss */
.sitesearch {
  position: relative;
}
/* line 5, sass/module/_js-sitesearch.scss */
.sitesearch__input {
  padding: 0 15px 0  0;
  border: none;
  background: transparent;
  color: #fff;
}
/* line 18, sass/module/_js-sitesearch.scss */
.sitesearch__input::-webkit-input-placeholder {
  color: #fff;
}
.sitesearch__input::-moz-placeholder {
  color: #fff;
}
.sitesearch__input:-ms-input-placeholder {
  color: #fff;
}
.sitesearch__input::-ms-input-placeholder {
  color: #fff;
}
.sitesearch__input::placeholder {
  color: #fff;
}
/* line 23, sass/module/_js-sitesearch.scss */
.sitesearch__btn, .sitesearch__close {
  margin: 0 0 0 .3em;
  vertical-align: middle;
  color: #fff;
}
/* line 31, sass/module/_js-sitesearch.scss */
.sitesearch__close {
  right: 10px;
}
/* line 39, sass/module/_js-sitesearch.scss */
.sitesearch__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 44, sass/module/_js-sitesearch.scss */
.sitesearch__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 49, sass/module/_js-sitesearch.scss */
.sitesearch__wrap {
  position: absolute;
  z-index: 3;
  right: 0;
  padding: 0.75em 1.125em;
  font-size: 1.5rem;
  visibility: hidden;
  min-width: 200px;
  -webkit-transform: translate3d(1em, -0.5em, -1em);
  transform: translate3d(1em, -0.5em, -1em);
  opacity: 0;
  color: currentColor;
  background: #006a63;
  color: #fff;
  top: 135%;
}
/* line 53, sass/module/_js-sitesearch.scss */
.sitesearch__wrap > * {
  position: relative;
  z-index: 2;
}
/* line 58, sass/module/_js-sitesearch.scss */
.sitesearch__wrap:before {
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #006a63;
  -webkit-box-shadow: 0 0 0.8125em 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.8125em 0.25em rgba(0, 0, 0, 0.3);
}
/* line 94, sass/module/_js-sitesearch.scss */
.js-active .sitesearch__wrap {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (max-width: 767.98px) {
  /* line 49, sass/module/_js-sitesearch.scss */
  .sitesearch__wrap {
    font-size: 1rem;
  }
}
/* line 108, sass/module/_js-sitesearch.scss */
.sitesearch__btn-icon {
  display: inline-block;
  margin: 0 0.75em 0 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 116, sass/module/_js-sitesearch.scss */
.js-active .sitesearch__btn-icon:before {
  content: "\e915";
}
@media (max-width: 991.98px) {
  /* line 125, sass/module/_js-sitesearch.scss */
  .header-top .sitesearch-blk {
    position: absolute;
    z-index: 8;
    right: 4em;
    bottom: -3.875em;
  }
  /* line 131, sass/module/_js-sitesearch.scss */
  .header-top .sitesearch-blk:before {
    display: none;
  }
  /* line 135, sass/module/_js-sitesearch.scss */
  .header-top .sitesearch__trigger {
    font-size: 1.5em;
    width: 1.83333333em;
    height: 1.83333333em;
    color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 146, sass/module/_js-sitesearch.scss */
  .header-top .sitesearch__trigger:hover, .header-top .sitesearch__trigger:focus {
    color: #FFF;
  }
  /* line 152, sass/module/_js-sitesearch.scss */
  .header-top .sitesearch__btn-icon {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 767.98px) {
  /* line 163, sass/module/_js-sitesearch.scss */
  .header-top .sitesearch-blk {
    font-size: 0.5rem;
  }
}
/* line 2, sass/module/_js-load-more.scss */
.js-loadmore-container {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
/* line 7, sass/module/_js-load-more.scss */
.js-loadmore-backup {
  display: none;
}
/* line 10, sass/module/_js-load-more.scss */
.js-loadmore-btn-row {
  clear: both;
}
/* line 13, sass/module/_js-load-more.scss */
.js-loadmore-itm:not(.js-loadmore-mobile-default) {
  visibility: hidden;
  -webkit-transform: translate(0, 0.3em);
  transform: translate(0, 0.3em);
  opacity: 0;
}
/* line 23, sass/module/_js-load-more.scss */
.js-loadmore-itm:not(.js-loadmore-mobile-default).js-loadmore-moved {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/* line 32, sass/module/_js-load-more.scss */
.js-loadmore-btn {
  position: relative;
  overflow: hidden;
  -webkit-perspective: 100px;
  /* Safari 4-8 */
  perspective: 100px;
}
/* line 40, sass/module/_js-load-more.scss */
.js-loadmore-btn-front, .js-loadmore-btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 49, sass/module/_js-load-more.scss */
.js-loadmore-btn.js-loadmore-loading .js-loadmore-btn-front {
  opacity: 0;
}
/* line 53, sass/module/_js-load-more.scss */
.js-loadmore-btn.js-loadmore-loading .js-loadmore-btn-back {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
  opacity: 1;
}
/* line 62, sass/module/_js-load-more.scss */
.js-loadmore-btn-back {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
/* line 72, sass/module/_js-load-more.scss */
.js-loadmore-btn-back:before {
  -webkit-animation: rotate-center .85s linear infinite both;
  animation: rotate-center .85s linear infinite both;
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  content: "";
  background: url("../img/loading-green-2.png") center center no-repeat;
  background-size: contain;
}
/* line 91, sass/module/_js-load-more.scss */
.js-loadmore-btn-row {
  margin: 1.375em 0;
}
@media (max-width: 991.98px) {
  /* line 91, sass/module/_js-load-more.scss */
  .js-loadmore-btn-row {
    margin: 0.9375em 0 0;
  }
}
@media (max-width: 767.98px) {
  /* line 100, sass/module/_js-load-more.scss */
  .js-loadmore-mobile-default {
    position: absolute;
    visibility: hidden;
  }
  /* line 107, sass/module/_js-load-more.scss */
  .js-loadmore-mobile-default-loaded .js-loadmore-mobile-default {
    position: relative;
    visibility: visible;
  }
}
/* line 3, sass/module/_js-bk2top.scss */
.bk2Top__row {
  position: relative;
}
/* line 10, sass/module/_js-bk2top.scss */
.bk2Top__row > .container {
  position: relative;
}
/* line 15, sass/module/_js-bk2top.scss */
.bk2Top__btn {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding: .95em 0 0;
  overflow: hidden;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition-property: bottom, background, color, opacity, -webkit-box-shadow;
  transition-property: bottom, background, color, opacity, -webkit-box-shadow;
  -o-transition-property: box-shadow, bottom, background, color, opacity;
  transition-property: box-shadow, bottom, background, color, opacity;
  transition-property: box-shadow, bottom, background, color, opacity, -webkit-box-shadow;
  color: #333333 !important;
  background: #cecece;
}
/* line 37, sass/module/_js-bk2top.scss */
.bk2Top__btn:before {
  position: absolute;
  content: "\e901";
  top: .2em;
  left: 50%;
  margin: 0 0 0 -.5em;
}
/* line 49, sass/module/_js-bk2top.scss */
.bk2Top__btn.inactive {
  opacity: 0;
}
/* line 53, sass/module/_js-bk2top.scss */
.bk2Top__btn:hover {
  -webkit-box-shadow: 0 0.25em 0.42em 0.2em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.25em 0.42em 0.2em rgba(0, 0, 0, 0.15);
}
/* line 58, sass/module/_js-bk2top.scss */
.bk2Top__btn-text {
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
/* line 65, sass/module/_js-bk2top.scss */
.bk2Top__btn-container {
  font-size: 1em;
  position: absolute;
  z-index: 15;
  right: 15px;
  bottom: 0;
  width: 2.5em;
  height: 2.5em;
}
/* line 6, sass/module/_js-masonry.scss */
.js-mas-added {
  background-image: none;
}
/* line 11, sass/module/_js-masonry.scss */
.demo-loadmore-masnory-block {
  will-change: auto;
}
/* line 16, sass/module/_js-masonry.scss */
.js-mas-init {
  visibility: hidden;
  float: left;
}
/* Slider */
/* line 3, sass/lib/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 17, sass/lib/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, sass/lib/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, sass/lib/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 33, sass/lib/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 42, sass/lib/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, sass/lib/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, sass/lib/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, sass/lib/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}
/* line 62, sass/lib/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, sass/lib/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, sass/lib/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, sass/lib/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, sass/lib/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, sass/lib/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, sass/lib/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, sass/lib/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* line 96, sass/lib/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/* required LIB STYLES */
/* .Treant se automatski dodaje na svaki chart conatiner */
/* line 3, sass/lib/_treant.scss */
.Treant {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
/* line 4, sass/lib/_treant.scss */
.Treant > .node,
.Treant > .pseudo {
  position: absolute;
  display: block;
  visibility: hidden;
}
/* line 6, sass/lib/_treant.scss */
.Treant.Treant-loaded .node,
.Treant.Treant-loaded .pseudo {
  visibility: visible;
}
/* line 8, sass/lib/_treant.scss */
.Treant > .pseudo {
  width: 0;
  height: 0;
  border: none;
  padding: 0;
}
/* line 9, sass/lib/_treant.scss */
.Treant .collapse-switch {
  width: 3px;
  height: 3px;
  display: block;
  border: 1px solid black;
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
}
/* line 10, sass/lib/_treant.scss */
.Treant .collapsed .collapse-switch {
  background-color: #868DEE;
}
/* line 11, sass/lib/_treant.scss */
.Treant > .node img {
  border: none;
  float: left;
}
/* line 11, sass/module/_slick.scss */
.js-slick {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 20, sass/module/_slick.scss */
.slick-default-item-total-1 .slick-dots-container {
  display: none !important;
}
/* line 25, sass/module/_slick.scss */
.slick-dots-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #FFF;
}
/* line 36, sass/module/_slick.scss */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: currentColor;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 48, sass/module/_slick.scss */
.slick-dots li {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0 0 1.25rem;
  cursor: pointer;
  color: currentColor;
  border: 1px solid currentColor;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.38);
}
/* line 63, sass/module/_slick.scss */
.slick-dots li:first-child {
  margin-left: 0;
}
/* line 66, sass/module/_slick.scss */
.slick-dots li.slick-active {
  opacity: 1;
}
/* line 68, sass/module/_slick.scss */
.slick-dots li.slick-active button {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 76, sass/module/_slick.scss */
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(3);
  transform: scale(3);
  text-indent: -80px;
  opacity: 0;
  color: currentColor;
  background: currentColor;
}
/* line 100, sass/module/_slick.scss */
.slick-pause-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 106, sass/module/_slick.scss */
.slick-pause-play-text {
  margin: 0 0 0 0.42857143em;
}
/* line 111, sass/module/_slick.scss */
.slick-pause-play-btn {
  font-size: 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  margin: 0 0 0 1.25rem;
  color: currentColor;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 127, sass/module/_slick.scss */
.slick-pause-play-btn:before {
  font-size: .9em;
}
/* line 135, sass/module/_slick.scss */
.slick-pause:before {
  content: "\e921";
}
/* line 139, sass/module/_slick.scss */
.slick-pause .play-text {
  display: none;
}
/* line 145, sass/module/_slick.scss */
.slick-play:before {
  content: "\e922";
}
/* line 149, sass/module/_slick.scss */
.slick-play .pause-text {
  display: none;
}
/* line 155, sass/module/_slick.scss */
.slick-arrow {
  font-size: 2.5rem;
  position: absolute;
  z-index: 15;
  top: 50%;
  overflow: hidden;
  width: 1.6em;
  height: 1.6em;
  margin: -.8em 0 0;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5);
}
/* line 182, sass/module/_slick.scss */
.slick-arrow .ico-arrow-left,
.slick-arrow .ico-arrow-right {
  line-height: inherit;
  position: relative;
  z-index: 2;
}
/* line 191, sass/module/_slick.scss */
.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
/* line 198, sass/module/_slick.scss */
.slick-prev {
  left: 0.625em;
  text-indent: -.05em;
}
@media (max-width: 991.98px) {
  /* line 198, sass/module/_slick.scss */
  .slick-prev {
    left: 0;
  }
}
/* line 208, sass/module/_slick.scss */
.slick-next {
  right: 0.625em;
  text-indent: .05em;
}
@media (max-width: 991.98px) {
  /* line 208, sass/module/_slick.scss */
  .slick-next {
    right: 0;
  }
}
/* line 220, sass/module/_slick.scss */
.js-slick-arrow-sq-group .slick-arrow {
  font-size: 16px;
  width: 1.875em;
  height: 1.75em;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
}
/* line 229, sass/module/_slick.scss */
.js-slick-arrow-sq-group .slick-arrow .ico-fw {
  font-size: .9em;
}
/* line 236, sass/module/_slick.scss */
.js-slick-blk-arrow .slick-arrow {
  line-height: 2.27272727em;
  width: 1.36363636em;
  height: 2.27272727em;
  text-align: center;
  opacity: .7;
  background: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0 0.09090909em 0.45454545em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.09090909em 0.45454545em 0 rgba(0, 0, 0, 0.2);
}
/* line 249, sass/module/_slick.scss */
.js-slick-blk-arrow .slick-arrow .ico-fw {
  font-size: 1em;
  position: relative;
}
/* line 256, sass/module/_slick.scss */
.js-slick-blk-arrow .slick-arrow:hover {
  opacity: 1;
}
/* line 263, sass/module/_slick.scss */
.js-slick-sq-arrow .slick-arrow {
  background: #e6762d;
  text-shadow: none;
}
/* line 271, sass/module/_slick.scss */
.js-slick-blue-dot .slick-dots li {
  margin: 0 5px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
/* line 277, sass/module/_slick.scss */
.js-slick-blue-dot .slick-dots li.slick-active button {
  visibility: visible;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 1;
  background: #00F;
}
/* line 294, sass/module/_slick.scss */
.hor-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 304, sass/module/_slick.scss */
.slick-vertical .slick-slide {
  border: 0;
}
/* line 310, sass/module/_slick.scss */
.js-add-pause-beforeInit .slick-dots,
.js-add-pause-beforeInit .slick-dots-container {
  display: none !important;
}
/* line 1, sass/structure/_grid.scss */
html {
  overflow-y: scroll;
}
/* line 5, sass/structure/_grid.scss */
.container {
  max-width: 1570px;
  width: auto !important;
}
/* line 11, sass/structure/_grid.scss */
.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
/* line 1, sass/module/_btn.scss */
button {
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 14, sass/module/_btn.scss */
.btn {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.54166667em 0.83333333em;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  color: #333333;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
}
@media (max-width: 991.98px) {
  /* line 14, sass/module/_btn.scss */
  .btn {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  /* line 14, sass/module/_btn.scss */
  .btn {
    font-size: 0.875rem;
  }
}
/* line 43, sass/module/_btn.scss */
.btn:hover, .btn:focus {
  color: #fff;
  background: #006a63;
}
/* line 57, sass/module/_btn.scss */
.btn--orange {
  color: #FFF !important;
  border-color: #e6762d;
  background-color: #e6762d;
}
/* line 62, sass/module/_btn.scss */
.btn--orange:hover, .btn--orange:focus {
  color: #FFF !important;
  background-color: #df681b;
}
/* line 69, sass/module/_btn.scss */
.btn--green {
  color: #FFF !important;
  border-color: #003531;
  background-color: #003531;
}
/* line 74, sass/module/_btn.scss */
.btn--green:hover, .btn--green:focus {
  color: #FFF !important;
  background-color: #001c19;
}
/* line 83, sass/module/_btn.scss */
.btn__icon {
  margin: 0 0 0 0.91666667em;
}
/* line 85, sass/module/_btn.scss */
.btn__icon--before {
  margin: 0 0.66666667em 0 0;
}
/* line 247, sass/module/_btn.scss */
.btn-gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 262, sass/module/_btn.scss */
.side-btn-row {
  margin: 2.1875em 0;
}
/* line 269, sass/module/_btn.scss */
.side-btn--left {
  float: left;
}
/* line 273, sass/module/_btn.scss */
.side-btn--right {
  float: right;
}
/* line 279, sass/module/_btn.scss */
.btn--wbg {
  background: #fff;
  border-color: #fff;
}
/* line 283, sass/module/_btn.scss */
.btn--wbg.btn--orange {
  color: #e6762d !important;
}
/* line 288, sass/module/_btn.scss */
.btn--wbg.btn--orange:hover, .btn--wbg.btn--orange:focus {
  color: #e6762d !important;
  background: #efefef;
}
/* line 1, sass/element/_misc.scss */
.tag-text {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.42857143em 0.71428571em;
  color: #FFF;
  background: #777;
}
@media (max-width: 991.98px) {
  /* line 1, sass/element/_misc.scss */
  .tag-text {
    font-size: 0.75rem;
  }
}
/* line 17, sass/element/_misc.scss */
.tag-text--orange {
  background: #e6762d;
}
/* line 21, sass/element/_misc.scss */
.tag-text--green {
  background: #006a63;
}
/* line 26, sass/element/_misc.scss */
.date-itm {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
}
/* line 31, sass/element/_misc.scss */
.center-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  /* line 37, sass/element/_misc.scss */
  .moreread__load-btn {
    font-size: 1.125rem;
  }
}
/* line 44, sass/element/_misc.scss */
.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.3125em -0.625em;
}
/* line 53, sass/element/_misc.scss */
.soc-list__itm {
  margin: 0.3125em 0.625em;
}
/* line 58, sass/element/_misc.scss */
.soc-list--color .soc-sq {
  color: #FFF;
}
/* line 60, sass/element/_misc.scss */
.soc-list--color .soc-sq:hover {
  color: #FFF;
}
/* line 63, sass/element/_misc.scss */
.soc-list--color .soc-sq--mail {
  background-color: #e6762d;
}
/* line 66, sass/element/_misc.scss */
.soc-list--color .soc-sq--facebook {
  background-color: #4b6ea8;
}
/* line 69, sass/element/_misc.scss */
.soc-list--color .soc-sq--linkedin {
  background-color: #0077b5;
}
/* line 72, sass/element/_misc.scss */
.soc-list--color .soc-sq--wechat {
  background-color: #2ec101;
}
/* line 75, sass/element/_misc.scss */
.soc-list--color .soc-sq--whatsapp {
  background-color: #25d366;
}
/* line 78, sass/element/_misc.scss */
.soc-list--color .soc-sq--link {
  background-color: #016a63;
}
/* line 86, sass/element/_misc.scss */
.soc-sq {
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  text-decoration: none;
  color: #CECECE;
  background: #3C3C3C;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 103, sass/element/_misc.scss */
.soc-sq:hover, .soc-sq:focus {
  color: #CECECE;
}
/* line 108, sass/element/_misc.scss */
.soc-sq__icon {
  line-height: 1;
}
/* line 114, sass/element/_misc.scss */
hr {
  height: 1px;
  margin: 3.03030303% 0;
  border: 0;
  background: #003531;
}
@media (max-width: 767.98px) {
  /* line 114, sass/element/_misc.scss */
  hr {
    margin: 20px 0;
  }
}
/* line 125, sass/element/_misc.scss */
hr.c-orange {
  background: #e6762d;
}
/* line 131, sass/element/_misc.scss */
.bottom-share-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.125em 0 3.125em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  /* line 131, sass/element/_misc.scss */
  .bottom-share-row {
    font-size: 0.75rem;
  }
}
/* line 146, sass/element/_misc.scss */
.share-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 153, sass/element/_misc.scss */
.share-blk__text {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 1em 0 0;
}
/* line 168, sass/element/_misc.scss */
.share-blk__list.soc-list .soc-sq {
  font-size: 2em;
}
/* line 171, sass/element/_misc.scss */
.share-blk__list.soc-list .soc-sq:hover {
  -webkit-box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.25);
}
/* line 180, sass/element/_misc.scss */
.tag-list {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.9375em 0 2.1875em -0.9375em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  /* line 180, sass/element/_misc.scss */
  .tag-list {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  /* line 180, sass/element/_misc.scss */
  .tag-list {
    font-size: 0.6875rem;
  }
}
/* line 200, sass/element/_misc.scss */
.tag-list--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 204, sass/element/_misc.scss */
.tag-list--sm {
  font-size: 0.625rem;
  font-family: 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
}
/* line 208, sass/element/_misc.scss */
.tag-list--sm .tag {
  font-weight: 400;
  padding-left: 0.81818182em;
  padding-right: 0.81818182em;
}
/* line 217, sass/element/_misc.scss */
.tag-list--green .tag {
  background: #006a63;
}
/* line 220, sass/element/_misc.scss */
.tag-list--green .tag:hover {
  background: #003531;
}
/* line 228, sass/element/_misc.scss */
.tag {
  font-size: 1.375em;
  padding: 0.36363636em 1.13636364em 0.36363636em;
  font-weight: 700;
  display: block;
  margin: 0.68181818em 0 0 0.68181818em;
  color: #FFF;
  background: #e6762d;
  text-decoration: none;
}
/* line 243, sass/element/_misc.scss */
.tag.selected, .tag:hover {
  background: #733208;
  color: #fff;
}
/* line 249, sass/element/_misc.scss */
.tag:focus {
  color: #fff;
}
/* line 255, sass/element/_misc.scss */
.side-blk {
  background: #f1f1f1;
  padding: 0.9375em 1.25em;
  margin: 0 0 1.25em;
}
@media (max-width: 991.98px) {
  /* line 255, sass/element/_misc.scss */
  .side-blk {
    font-size: 0.875em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 264, sass/element/_misc.scss */
  .side-blk .tag-list {
    font-size: 0.5625rem;
  }
}
/* line 270, sass/element/_misc.scss */
.side-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  color: #006a63;
  margin: 0 0 0.45454545em;
  font-size: 1.375em;
  font-weight: 700;
}
/* line 280, sass/element/_misc.scss */
.side-info-blk {
  margin: 0.625em 0.625em;
  padding: 1em 0 1.375em;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 991.98px) {
  /* line 280, sass/element/_misc.scss */
  .side-info-blk {
    font-size: .85em;
  }
}
/* line 285, sass/element/_misc.scss */
.side-info-blk__text {
  font-size: 1.5em;
}
/* line 290, sass/element/_misc.scss */
.side-info-blk .side-blk__title {
  margin-bottom: 0.18181818em;
}
/* line 300, sass/element/_misc.scss */
.side-info-blk:first-child {
  padding-top: 0;
}
/* line 306, sass/element/_misc.scss */
.related-sect {
  margin: 2.1875em 0;
  padding: 2.1875em 0 0;
  border-top: 1px solid #e6762d;
}
@media (max-width: 1199.98px) {
  /* line 306, sass/element/_misc.scss */
  .related-sect {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  /* line 306, sass/element/_misc.scss */
  .related-sect {
    font-size: 0.75em;
  }
}
@media (max-width: 767.98px) {
  /* line 306, sass/element/_misc.scss */
  .related-sect {
    font-size: 0.625em;
  }
}
/* line 323, sass/element/_misc.scss */
.related-sect__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  color: #e6762d;
  font-size: 1.875em;
  margin: 0 0 1.06666667em;
  font-weight: 700;
}
/* line 340, sass/element/_misc.scss */
.link-copy-dropdown__dropdown {
  padding: 0;
}
/* line 344, sass/element/_misc.scss */
.link-copy-dropdown__inner {
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.875em 1.125em;
}
/* line 350, sass/element/_misc.scss */
.link-copy-dropdown__value {
  border: 0;
  -webkit-appearance: none;
  padding: 9px 12px;
  background: #fff;
  border-radius: 0;
  width: 12.5rem;
  font-size: 12px;
}
/* line 360, sass/element/_misc.scss */
.link-copy-dropdown__copy {
  font-size: 0.75rem;
  color: #fff;
  background: #003531;
  padding: 0 1em;
  width: 5.41666667em;
  text-align: center;
}
/* line 372, sass/element/_misc.scss */
.link-copy-dropdown__copy:hover {
  -webkit-box-shadow: 0 0 0.66666667em 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0.66666667em 0 rgba(0, 0, 0, 0.35);
}
/* line 1, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk {
  text-decoration: none;
  position: relative;
  display: block;
  background: #DFDFDF;
}
@media (min-width: 992px) {
  /* line 5, sass/element/blks/_img-overlay-blk.scss */
  .grids-3-row .img-overlay-blk.img-overlay-blk--type1 {
    width: calc(39.84962406% - 0.625em);
  }
  /* line 12, sass/element/blks/_img-overlay-blk.scss */
  .grids-3-row .img-overlay-blk.img-overlay-blk--type2 {
    width: calc(30.07518797% - 0.625em);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 19, sass/element/blks/_img-overlay-blk.scss */
  .grids-3-row.feature-grid-row .img-overlay-blk.img-overlay-blk--type1 {
    width: calc(57.00549451% - 0.625em);
  }
  /* line 25, sass/element/blks/_img-overlay-blk.scss */
  .grids-3-row.feature-grid-row .img-overlay-blk.img-overlay-blk--type2 {
    width: calc(42.99450549% - 0.625em);
  }
}
@media (max-width: 991.98px) {
  /* line 33, sass/element/blks/_img-overlay-blk.scss */
  .grids-3-row .img-overlay-blk.img-overlay-blk--type1, .grids-3-row .img-overlay-blk.img-overlay-blk--type2 {
    width: calc(33.33333333% - 0.625em);
  }
}
@media (max-width: 767.98px) {
  /* line 42, sass/element/blks/_img-overlay-blk.scss */
  .grids-3-row .img-overlay-blk.img-overlay-blk--type1, .grids-3-row .img-overlay-blk.img-overlay-blk--type2 {
    width: calc(100% - 0.625em);
  }
}
/* line 56, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk__imgw {
  position: relative;
  overflow: hidden;
}
/* line 62, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk--type1 .img-overlay-blk__imgw {
  padding: 66.92307692% 0 0;
}
/* line 66, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk--type2 .img-overlay-blk__imgw {
  padding: 89.23076923% 0 0;
}
@media (max-width: 991.98px) {
  /* line 56, sass/element/blks/_img-overlay-blk.scss */
  .img-overlay-blk__imgw {
    padding: 89.23076923% 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 75, sass/element/blks/_img-overlay-blk.scss */
  .feature-grid-row .img-overlay-blk--type1 .img-overlay-blk__imgw {
    padding: 66.92307692% 0 0 !important;
  }
}
@media (max-width: 767.98px) {
  /* line 56, sass/element/blks/_img-overlay-blk.scss */
  .img-overlay-blk__imgw {
    padding: 67.32673267% 0 0 !important;
  }
}
/* line 89, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk__bottom {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.4375em 1.25em 1.25em;
  background: rgba(240, 240, 240, 0.85);
}
/* line 100, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk--type2 .img-overlay-blk__bottom {
  background-color: #f0f0f0;
}
@media (max-width: 991.98px) {
  /* line 104, sass/element/blks/_img-overlay-blk.scss */
  .grids-3-row .img-overlay-blk__bottom {
    background-color: #f0f0f0;
  }
}
@media (max-width: 767.98px) {
  /* line 89, sass/element/blks/_img-overlay-blk.scss */
  .img-overlay-blk__bottom {
    position: relative;
    background: #f0f0f0;
  }
}
/* line 118, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk__tag {
  position: absolute;
  top: -1.57142857em;
}
/* line 124, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk__date {
  font-size: 0.875em;
  margin: 0 0 0em;
}
@media (max-width: 991.98px) {
  /* line 124, sass/element/blks/_img-overlay-blk.scss */
  .img-overlay-blk__date {
    font-size: 0.75rem;
  }
}
/* line 135, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk__title {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
}
/* line 144, sass/element/blks/_img-overlay-blk.scss */
.img-overlay-blk__date + .img-overlay-blk__title {
  margin-top: -0.15em;
}
/* line 192, sass/element/blks/_img-card-blk.scss */
.img-card-blk {
  text-decoration: none;
}
@media (min-width: 992px) {
  /* line 192, sass/element/blks/_img-card-blk.scss */
  .img-card-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 196, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 6, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 .img-card-blk__main {
    margin: 1.125em 0 1.125em -1.25em;
    width: 48.8372093%;
  }
  /* line 11, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 .img-card-blk__img {
    width: 51.1627907%;
  }
  /* line 200, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 21, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 .img-card-blk__main {
    margin: 1.125em -1.25em 1.125em 0;
    width: 48.8372093%;
  }
  /* line 26, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 .img-card-blk__img {
    width: 51.1627907%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 204, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 {
    position: relative;
    display: block;
    height: 100%;
  }
  /* line 42, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3:before {
    position: absolute;
    top: 0;
    right: 1.25em;
    bottom: 1.25em;
    left: 1.25em;
    content: "";
    background: #FFF;
  }
  /* line 55, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 .img-card-blk__main {
    margin: -1.25em 1.25em 0;
    padding-bottom: 0.9375em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 209, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 {
    position: relative;
    padding: 62% 0 0;
  }
  /* line 81, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 .img-card-blk__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  /* line 88, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 .img-card-blk__main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 43%;
    margin: -1.25em 1.25em 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 213, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 {
    position: relative;
    padding: 62% 0 0;
  }
  /* line 121, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 .img-card-blk__img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* line 128, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 .img-card-blk__main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 43%;
    margin: 0 1.25em 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 217, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 6, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 .img-card-blk__main {
    margin: 1.125em 0 1.125em -1.25em;
    width: 48.8372093%;
  }
  /* line 11, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 .img-card-blk__img {
    width: 51.1627907%;
  }
}
@media (max-width: 767.98px) {
  /* line 222, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 {
    position: relative;
    display: block;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 162, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 .img-card-blk__main {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
  }
  /* line 168, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 .img-card-blk__title {
    font-size: 2.2em;
  }
}
@media (max-width: 767.98px) {
  /* line 175, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 .img-card-blk__main {
    margin: -1.25em 1.25em 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 175, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--1 .img-card-blk__main {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  /* line 226, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 {
    position: relative;
    display: block;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 162, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 .img-card-blk__main {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
  }
  /* line 168, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 .img-card-blk__title {
    font-size: 2.2em;
  }
}
@media (max-width: 767.98px) {
  /* line 175, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 .img-card-blk__main {
    margin: -1.25em 1.25em 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 175, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--2 .img-card-blk__main {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  /* line 230, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 {
    position: relative;
    display: block;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 162, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 .img-card-blk__main {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
  }
  /* line 168, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 .img-card-blk__title {
    font-size: 2.2em;
  }
}
@media (max-width: 767.98px) {
  /* line 175, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 .img-card-blk__main {
    margin: -1.25em 1.25em 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 175, sass/element/blks/_img-card-blk.scss */
  .img-card-blk--3 .img-card-blk__main {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
  }
}
/* line 237, sass/element/blks/_img-card-blk.scss */
.img-card-blk__img {
  background: #AAA;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* line 242, sass/element/blks/_img-card-blk.scss */
.img-card-blk__img-ratio {
  position: relative;
  padding: 79.54545455% 0 0;
}
/* line 253, sass/element/blks/_img-card-blk.scss */
.img-card-blk__inner {
  width: 100%;
}
/* line 258, sass/element/blks/_img-card-blk.scss */
.img-card-blk__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.1875em 1.875em 3.125em;
  background: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 271, sass/element/blks/_img-card-blk.scss */
.img-card-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.29166667em;
  padding: 0 0 0.29166667em;
  color: #e6762d;
  border-bottom: 1px solid currentColor;
}
/* line 285, sass/element/blks/_img-card-blk.scss */
.img-card-blk__text {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.33333333;
  width: 100%;
}
@media (max-width: 1199.98px) {
  /* line 285, sass/element/blks/_img-card-blk.scss */
  .img-card-blk__text {
    line-height: 1.71428571;
  }
}
/* line 299, sass/element/blks/_img-card-blk.scss */
.img-card-blk--vert {
  display: block;
}
/* line 1, sass/element/blks/_img-title-blk.scss */
.img-title-blk {
  width: calc(33.33333333% - 1.875em);
  margin: 1.25em 0.9375em;
  display: block;
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_img-title-blk.scss */
  .img-title-blk {
    width: calc(50% - 1.875em);
  }
}
@media (max-width: 575.98px) {
  /* line 1, sass/element/blks/_img-title-blk.scss */
  .img-title-blk {
    width: calc(100% - 1.875em);
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
/* line 17, sass/element/blks/_img-title-blk.scss */
.img-title-blk__imgw {
  float: left;
  width: 33.33333333%;
  margin: 0 1.25em 0 0;
}
/* line 23, sass/element/blks/_img-title-blk.scss */
.img-title-blk__imgw img {
  width: auto !important;
  max-width: 100%;
}
/* line 32, sass/element/blks/_img-title-blk.scss */
.img-title-blk__ratio {
  position: relative;
  padding: 133.57142857% 0 0;
}
/* line 38, sass/element/blks/_img-title-blk.scss */
.img-title-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.5em 0 0.5em;
  color: #006a63;
}
/* line 52, sass/element/blks/_img-title-blk.scss */
.img-title-blk__desc {
  font-size: 1.125em;
  color: #000;
}
/* line 58, sass/element/blks/_img-title-blk.scss */
.img-title-blk__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.25em -0.9375em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  /* line 58, sass/element/blks/_img-title-blk.scss */
  .img-title-blk__wrap {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  /* line 58, sass/element/blks/_img-title-blk.scss */
  .img-title-blk__wrap {
    font-size: 0.75rem;
  }
}
/* line 76, sass/element/blks/_img-title-blk.scss */
a.img-title-blk {
  text-decoration: none;
}
/* line 81, sass/element/blks/_img-title-blk.scss */
a.img-title-blk:hover .img-title-blk__title {
  color: #e6762d;
}
/* line 1, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk {
  position: relative;
  display: block;
  width: calc(33.33333333% - 2.5em);
  margin: 1.25em;
  padding: 1.25em 1.125em;
  text-decoration: none;
  color: #333333;
  background: #F1F1F1;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/element/blks/_img-plate-blk.scss */
  .img-plate-blk {
    width: calc(50% - 1.25em);
    margin: 0.625em;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_img-plate-blk.scss */
  .img-plate-blk {
    width: calc(100% - 1.25em);
  }
}
/* line 27, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
/* line 33, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__wrap {
  margin: -1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  /* line 33, sass/element/blks/_img-plate-blk.scss */
  .img-plate-blk__wrap {
    font-size: 0.8125rem;
  }
}
@media (max-width: 1199.98px) {
  /* line 33, sass/element/blks/_img-plate-blk.scss */
  .img-plate-blk__wrap {
    margin-left: -0.625em;
    margin-right: -0.625em;
  }
}
/* line 49, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__imgw {
  float: left;
  width: 25.42372881%;
  margin: 0 5.08474576% 0 0;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
/* line 58, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__imgw img {
  display: block;
  width: 100%;
}
/* line 64, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__ratio {
  position: relative;
  padding: 139.47368421% 0 0;
}
/* line 70, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__main {
  overflow: hidden;
}
/* line 75, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__date {
  font-size: 0.875em;
}
/* line 79, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.625em 0 0.375em;
}
@media (max-width: 767.98px) {
  /* line 79, sass/element/blks/_img-plate-blk.scss */
  .img-plate-blk__title {
    font-size: 1.4em;
  }
}
/* line 93, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__text {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333333;
}
/* line 102, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.8125em 0 0;
  padding: 0.875em 0 0;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate(0, 0.5em);
  transform: translate(0, 0.5em);
  opacity: 0;
  border-top: 1px solid currentColor;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 118, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__btn {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.125em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0.22222222em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 132, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk__icon {
  margin: 0 0 0 0.22222222em;
}
/* line 137, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: "";
  background: #e6762d url("../img/plate-blk-bg.jpg") center top no-repeat;
  background-size: 100% auto;
}
/* line 156, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk:hover {
  color: #FFF;
}
/* line 159, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk:hover:before {
  opacity: 1;
}
/* line 164, sass/element/blks/_img-plate-blk.scss */
.img-plate-blk:hover .img-plate-blk__bottom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/* line 1, sass/element/blks/_overlay-cover-blk.scss */
.overlay-cover-blk {
  position: relative;
  display: block;
  width: calc(33.33333333% - 1.875em);
  margin: 0.9375em;
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_overlay-cover-blk.scss */
  .overlay-cover-blk {
    width: calc(50% - 1.875em);
  }
}
@media (max-width: 575.98px) {
  /* line 1, sass/element/blks/_overlay-cover-blk.scss */
  .overlay-cover-blk {
    width: calc(100% - 1.875em);
  }
}
/* line 16, sass/element/blks/_overlay-cover-blk.scss */
.overlay-cover-blk__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9375em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 24, sass/element/blks/_overlay-cover-blk.scss */
.overlay-cover-blk__imgw {
  position: relative;
  padding: 66.66666667% 0 0;
  background: #AAA;
}
/* line 36, sass/element/blks/_overlay-cover-blk.scss */
.overlay-cover-blk__cover {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translate(0.3em, -0.3em);
  transform: translate(0.3em, -0.3em);
  opacity: 0;
  color: #FFF;
  background: rgba(0, 106, 99, 0.9);
}
@media (max-width: 991.98px) {
  /* line 36, sass/element/blks/_overlay-cover-blk.scss */
  .overlay-cover-blk__cover {
    font-size: 0.75rem;
  }
}
/* line 59, sass/element/blks/_overlay-cover-blk.scss */
.overlay-cover-blk__text {
  font-size: 1.125em;
  line-height: 1.66666667;
  position: absolute;
  top: 1.22222222em;
  right: 1.22222222em;
  bottom: 1.22222222em;
  left: 1.22222222em;
  overflow: hidden;
}
/* line 75, sass/element/blks/_overlay-cover-blk.scss */
.overlay-cover-blk:hover .overlay-cover-blk__cover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 1, sass/element/blks/_green-blk.scss */
.green-blk {
  margin: 2.22222222em -1.94444444em;
  padding: 1.38888889em 1.94444444em;
  background: url("../img/green-blk-bg.jpg") center top #006a63 no-repeat;
  background-size: 100% auto;
  color: #fff;
}
/* line 8, sass/element/blks/_green-blk.scss */
.green-blk__title {
  font-size: 1.5rem !important;
  line-height: 1;
  margin: 0 0 0.41666667em !important;
  padding: 0 0 0.66666667em;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767.98px) {
  /* line 8, sass/element/blks/_green-blk.scss */
  .green-blk__title {
    font-size: 1.125rem !important;
  }
}
/* line 1, sass/element/blks/_left-img-blk.scss */
.left-img-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/element/blks/_left-img-blk.scss */
  .left-img-blk {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  /* line 1, sass/element/blks/_left-img-blk.scss */
  .left-img-blk {
    font-size: 0.75em;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_left-img-blk.scss */
  .left-img-blk {
    display: block;
  }
}
/* line 19, sass/element/blks/_left-img-blk.scss */
.left-img-blk:hover .left-img-blk__more, .left-img-blk:focus .left-img-blk__more {
  color: #FFF;
  -webkit-box-shadow: -0.11111111em -0.11111111em 0 0.11111111em #b15315;
  box-shadow: -0.11111111em -0.11111111em 0 0.11111111em #b15315;
}
/* line 26, sass/element/blks/_left-img-blk.scss */
.left-img-blk__imgw {
  width: 37.87878788%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  /* line 26, sass/element/blks/_left-img-blk.scss */
  .left-img-blk__imgw {
    width: auto;
    max-width: 500px;
  }
}
/* line 36, sass/element/blks/_left-img-blk.scss */
.left-img-blk__imgw-inner {
  background: #AAA;
}
/* line 42, sass/element/blks/_left-img-blk.scss */
.left-img-blk__ratio {
  position: relative;
  padding: 70% 0 0;
}
/* line 52, sass/element/blks/_left-img-blk.scss */
.left-img-blk__main {
  width: 62.12121212%;
  position: relative;
  padding: 1.5625em 1.875em 2.8125em;
  background: #EEE url("../img/gray-plate-blk-bg.jpg") top left no-repeat;
  background-size: 100% auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  /* line 52, sass/element/blks/_left-img-blk.scss */
  .left-img-blk__main {
    padding: 15px 15px 35px;
    width: auto;
  }
}
/* line 70, sass/element/blks/_left-img-blk.scss */
.left-img-blk__more {
  font-size: 1.125em;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 0.22222222em 0.83333333em;
  text-decoration: none;
  color: #FFF;
  background: #e6762d;
}
/* line 89, sass/element/blks/_left-img-blk.scss */
.left-img-blk__date {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  /* line 89, sass/element/blks/_left-img-blk.scss */
  .left-img-blk__date {
    font-size: 0.75rem;
  }
}
/* line 97, sass/element/blks/_left-img-blk.scss */
.left-img-blk__title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.29166667em;
}
/* line 105, sass/element/blks/_left-img-blk.scss */
.left-img-blk__text {
  font-size: 1.125em;
  line-height: 1.66666667;
}
/* line 1, sass/element/blks/_top-img-blk.scss */
.top-img-blk {
  display: block;
  position: relative;
  width: calc(25% - 1.875em);
  margin: 0.9375em;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/element/blks/_top-img-blk.scss */
  .top-img-blk {
    width: calc(33.33333333% - 1.875em);
  }
}
@media (max-width: 991.98px) {
  /* line 1, sass/element/blks/_top-img-blk.scss */
  .top-img-blk {
    width: calc(33.33333333% - 1.25em);
    margin: 0.625em;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_top-img-blk.scss */
  .top-img-blk {
    width: calc(50% - 1.25em);
  }
}
@media (max-width: 575.98px) {
  /* line 1, sass/element/blks/_top-img-blk.scss */
  .top-img-blk {
    width: calc(100% - 1.25em);
  }
}
/* line 27, sass/element/blks/_top-img-blk.scss */
.top-img-blk:hover, .top-img-blk:focus {
  -webkit-box-shadow: 0 0 0.625em 0.125em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.625em 0.125em rgba(0, 0, 0, 0.1);
}
/* line 30, sass/element/blks/_top-img-blk.scss */
.top-img-blk:hover .top-img-blk__more, .top-img-blk:focus .top-img-blk__more {
  color: #FFF;
  -webkit-box-shadow: -0.11111111em -0.11111111em 0 0.11111111em #b15315;
  box-shadow: -0.11111111em -0.11111111em 0 0.11111111em #b15315;
}
/* line 36, sass/element/blks/_top-img-blk.scss */
.top-img-blk__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.9375em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  /* line 36, sass/element/blks/_top-img-blk.scss */
  .top-img-blk__wrap {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  /* line 36, sass/element/blks/_top-img-blk.scss */
  .top-img-blk__wrap {
    font-size: 0.75em;
    margin: -0.625em;
  }
}
/* line 53, sass/element/blks/_top-img-blk.scss */
.top-img-blk__imgw {
  position: relative;
  background: #AAA;
}
/* line 63, sass/element/blks/_top-img-blk.scss */
.top-img-blk__ratio {
  padding: 70% 0 0;
}
/* line 68, sass/element/blks/_top-img-blk.scss */
.top-img-blk__main {
  padding: 0.9375em 1.25em 2.1875em;
  background: #F7F7F7;
}
/* line 75, sass/element/blks/_top-img-blk.scss */
.top-img-blk__date {
  font-size: 0.875rem;
  margin: 0 0 0.35714286em;
}
@media (max-width: 991.98px) {
  /* line 75, sass/element/blks/_top-img-blk.scss */
  .top-img-blk__date {
    font-size: 0.75rem;
  }
}
/* line 86, sass/element/blks/_top-img-blk.scss */
.top-img-blk__title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.45454545em;
  margin: 0.09090909em 0 1.13636364em;
}
/* line 94, sass/element/blks/_top-img-blk.scss */
.top-img-blk__text {
  font-size: 1.0625em;
  line-height: 1.66666667;
}
/* line 99, sass/element/blks/_top-img-blk.scss */
.top-img-blk__more {
  font-size: 1em;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 0.22222222em 0.83333333em;
  text-decoration: none;
  color: #FFF;
  background: #e6762d;
}
@media (max-width: 991.98px) {
  /* line 1, sass/element/blks/_img-blog-blk.scss */
  .img-blog-list {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_img-blog-blk.scss */
  .img-blog-list {
    font-size: 0.75em;
  }
}
/* line 11, sass/element/blks/_img-blog-blk.scss */
.img-blog-list__itm {
  padding: 2.5em 0;
  border-bottom: 1px solid #DDD;
}
@media (max-width: 767.98px) {
  /* line 11, sass/element/blks/_img-blog-blk.scss */
  .img-blog-list__itm {
    padding: 1.75em 0;
  }
}
/* line 25, sass/element/blks/_img-blog-blk.scss */
.img-blog-list__itm:first-child {
  padding-top: 0;
}
/* line 32, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__img-link {
  display: block;
}
/* line 34, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__img-link:hover {
  -webkit-box-shadow: 0 0 0.75em 0.125em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.75em 0.125em rgba(0, 0, 0, 0.15);
}
/* line 38, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__imgw {
  background: #AAA;
}
@media (max-width: 767.98px) {
  /* line 38, sass/element/blks/_img-blog-blk.scss */
  .img-blog-blk__imgw {
    max-width: 420px;
    margin: 0 0 1.16666667em;
  }
}
@media (min-width: 768px) {
  /* line 38, sass/element/blks/_img-blog-blk.scss */
  .img-blog-blk__imgw {
    float: left;
    width: 41.15226337%;
    margin: 0 1.25em 0 0;
  }
}
/* line 60, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__ratio {
  position: relative;
  padding: 67.32673267% 0 0;
}
/* line 66, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__main {
  overflow: hidden;
}
/* line 70, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__type {
  font-size: 0.875rem;
  margin: 0 0 0.85714286em;
  color: #e6762d;
  color: #e6762d;
}
/* line 80, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333333;
  position: relative;
}
/* line 87, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__title a {
  text-decoration: none;
}
/* line 92, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__date {
  font-size: 0.875rem;
  margin: 0.85714286em 0 0;
}
/* line 98, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__tag {
  margin-top: 0.6875em;
  margin-bottom: 0.6875em;
}
/* line 106, sass/element/blks/_img-blog-blk.scss */
.img-blog-blk__title-link:hover {
  text-decoration: underline;
}
/* line 1, sass/element/blks/_thumb-blk.scss */
.thumb-blk {
  display: block;
  padding: 0.625em;
  text-decoration: none;
}
/* line 9, sass/element/blks/_thumb-blk.scss */
.thumb-blk:hover {
  background: rgba(255, 255, 255, 0.8);
}
/* line 13, sass/element/blks/_thumb-blk.scss */
.thumb-blk-list {
  position: relative;
  padding: 0.5em 0 0;
  border-top: 1px solid #DBDBDB;
}
/* line 22, sass/element/blks/_thumb-blk.scss */
.thumb-blk-list__itm {
  margin: 0 -0.625em;
}
/* line 28, sass/element/blks/_thumb-blk.scss */
.thumb-blk__main {
  margin: 0.875em 0 0;
}
/* line 32, sass/element/blks/_thumb-blk.scss */
.thumb-blk__imgw {
  position: relative;
  max-width: 8.125em;
  background: #AAA;
}
/* line 44, sass/element/blks/_thumb-blk.scss */
.thumb-blk__ratio {
  padding: 67.49174917% 0 0;
}
/* line 49, sass/element/blks/_thumb-blk.scss */
.thumb-blk__title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42857143;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 49, sass/element/blks/_thumb-blk.scss */
  .thumb-blk__title {
    font-size: 0.75rem;
  }
}
/* line 60, sass/element/blks/_thumb-blk.scss */
.thumb-blk__date {
  font-size: 0.875rem;
  margin: 0 0 0.5em;
}
@media (max-width: 991.98px) {
  /* line 60, sass/element/blks/_thumb-blk.scss */
  .thumb-blk__date {
    font-size: 0.75rem;
  }
}
/* line 1, sass/element/blks/_img-space-plate-blk.scss */
.img-space-plate-blk {
  text-decoration: none;
}
@media (min-width: 992px) {
  /* line 1, sass/element/blks/_img-space-plate-blk.scss */
  .img-space-plate-blk {
    width: calc(33.33333333% - 1.5em);
    margin: 0.75em;
  }
}
@media (max-width: 991.98px) {
  /* line 1, sass/element/blks/_img-space-plate-blk.scss */
  .img-space-plate-blk {
    font-size: 0.875rem;
    width: calc(33.33333333% - 1em);
    margin: 0.5em;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_img-space-plate-blk.scss */
  .img-space-plate-blk {
    width: calc(50% - 1em);
  }
}
@media (max-width: 575.98px) {
  /* line 1, sass/element/blks/_img-space-plate-blk.scss */
  .img-space-plate-blk {
    width: calc(100% - 1em);
  }
}
/* line 27, sass/element/blks/_img-space-plate-blk.scss */
.img-space-plate-blk:hover .img-space-plate-blk__main {
  -webkit-box-shadow: 0 0 1.125em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.125em 0 rgba(0, 0, 0, 0.2);
}
/* line 34, sass/element/blks/_img-space-plate-blk.scss */
.img-space-plate-blk__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.75em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  /* line 34, sass/element/blks/_img-space-plate-blk.scss */
  .img-space-plate-blk__wrap {
    margin: -0.5em;
  }
}
/* line 47, sass/element/blks/_img-space-plate-blk.scss */
.img-space-plate-blk__imgw {
  position: relative;
  background: #AAA;
}
/* line 57, sass/element/blks/_img-space-plate-blk.scss */
.img-space-plate-blk__ratio {
  padding: 67.32673267% 0 0;
}
/* line 61, sass/element/blks/_img-space-plate-blk.scss */
.img-space-plate-blk__main {
  position: relative;
  z-index: 3;
  margin: -2.5em 1.25em 0;
  padding: 1.125em 1.25em 1.25em;
  background: #ECECEC;
}
/* line 74, sass/element/blks/_img-space-plate-blk.scss */
.img-space-plate-blk__date {
  font-size: 0.875rem;
  margin: 0 0 0.78571429em;
}
@media (max-width: 767.98px) {
  /* line 74, sass/element/blks/_img-space-plate-blk.scss */
  .img-space-plate-blk__date {
    font-size: 0.75rem;
  }
}
/* line 85, sass/element/blks/_img-space-plate-blk.scss */
.img-space-plate-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333333;
}
/* line 1, sass/element/blks/_it-blk.scss */
.it-blk {
  width: calc(33.33333333% - 1.77777778em);
  margin: 0.88888889em;
  background: #F7F7F7;
}
@media (max-width: 991.98px) {
  /* line 1, sass/element/blks/_it-blk.scss */
  .it-blk {
    margin: 0.55555556em;
    width: calc(33.33333333% - 1.11111111em);
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_it-blk.scss */
  .it-blk {
    width: calc(50% - 1.11111111em);
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/element/blks/_it-blk.scss */
  .it-blk {
    width: calc(100% - 1.11111111em);
  }
}
/* line 22, sass/element/blks/_it-blk.scss */
.it-blk__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.88888889em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  /* line 22, sass/element/blks/_it-blk.scss */
  .it-blk__wrap {
    margin: -0.55555556em;
  }
}
/* line 34, sass/element/blks/_it-blk.scss */
.it-blk__imgw {
  background: #AAA;
}
/* line 43, sass/element/blks/_it-blk.scss */
.it-blk__ratio {
  position: relative;
  padding: 64.04761905% 0 0;
}
/* line 49, sass/element/blks/_it-blk.scss */
.it-blk__title {
  font-weight: 700;
  margin: 0 0 0.22222222em;
}
/* line 57, sass/element/blks/_it-blk.scss */
.it-blk__bottom {
  padding: 1.27777778em 1.66666667em 1.94444444em;
}
/* line 1, sass/element/collapses/_year.scss */
.rte-year-collapse {
  max-width: 1096px;
  margin: 2.1875em auto 4.875em;
  padding: 0 0 2em;
  border-bottom: 1px solid #006a63;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/element/collapses/_year.scss */
  .rte-year-collapse {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  /* line 1, sass/element/collapses/_year.scss */
  .rte-year-collapse {
    font-size: 0.625rem;
  }
}
/* line 18, sass/element/collapses/_year.scss */
.rte-year-collapse__top {
  margin: 1.625em 0 0;
}
/* line 22, sass/element/collapses/_year.scss */
.rte-year-collapse__heading {
  color: #fff;
  background: center center #006a63 no-repeat;
  background-size: 100% auto;
  font-size: 1.875em;
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  position: relative;
}
/* line 32, sass/element/collapses/_year.scss */
.rte-year-collapse__heading:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: '';
  background: rgba(0, 106, 99, 0.8);
  pointer-events: none;
}
/* line 45, sass/element/collapses/_year.scss */
.rte-year-collapse__year {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
  padding-right: 0.41666667em;
  width: 100%;
}
/* line 54, sass/element/collapses/_year.scss */
.lang-tc .rte-year-collapse__year, .lang-sc .rte-year-collapse__year {
  font-family: 'Microsoft JhengHei' , 'Helvetica', 'sans-serif';
  font-size: 1.6em;
}
/* line 60, sass/element/collapses/_year.scss */
.isIE-10 .rte-year-collapse__year {
  width: 70%;
}
/* line 65, sass/element/collapses/_year.scss */
.rte-year-collapse__header-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* line 68, sass/element/collapses/_year.scss */
.isIE-10 .rte-year-collapse__header-text {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 75, sass/element/collapses/_year.scss */
.rte-year-collapse__trigger {
  text-decoration: none;
  z-index: 2;
  padding: 0.73333333em 2.13333333em 0.73333333em 0.93333333em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 3.6em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 575.98px) {
  /* line 75, sass/element/collapses/_year.scss */
  .rte-year-collapse__trigger {
    font-size: .85em;
  }
}
/* line 92, sass/element/collapses/_year.scss */
.rte-year-collapse__trigger:after {
  content: "\e910";
  position: absolute;
  top: 50%;
  right: 1.9em;
  margin: -.5em 0 0 0;
  font-size: .6em;
  line-height: 1;
}
/* line 107, sass/element/collapses/_year.scss */
.rte-year-collapse__trigger[aria-expanded="true"]:after {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}
/* line 113, sass/element/collapses/_year.scss */
.rte-year-collapse__inner {
  padding: 1.875em 0;
}
@media (max-width: 767.98px) {
  /* line 2, sass/element/sliders/_image-slider.scss */
  .image-slider__container {
    background: #f6f6f6;
  }
}
/* line 3, sass/module/_slick.scss */
.js-slick-container:not(.js-slick-loaded) .image-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
  position: absolute;
  visibility: hidden;
}
/* line 14, sass/element/sliders/_image-slider.scss */
.has-caption .image-slider__itm {
  padding: 0 0 5.625em;
}
@media (max-width: 767.98px) {
  /* line 14, sass/element/sliders/_image-slider.scss */
  .has-caption .image-slider__itm {
    padding-bottom: 0;
  }
}
/* line 25, sass/element/sliders/_image-slider.scss */
.image-slider__ratio {
  position: relative;
  padding: 58.82352941% 0 0;
  background: #AAA;
}
/* line 32, sass/element/sliders/_image-slider.scss */
.blog-detail-slider .image-slider__ratio {
  padding: 47.57785467% 0 0;
}
/* line 37, sass/element/sliders/_image-slider.scss */
.image-slider__imgw {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 50, sass/element/sliders/_image-slider.scss */
.image-slider__imgw img {
  display: block;
  margin: auto;
}
/* line 55, sass/element/sliders/_image-slider.scss */
.image-slider__imgw img.img-width-max {
  width: 100%;
  height: auto;
}
/* line 60, sass/element/sliders/_image-slider.scss */
.image-slider__imgw img.img-height-max {
  width: auto;
  height: 100%;
}
/* line 67, sass/element/sliders/_image-slider.scss */
.image-slider__caption {
  font-size: 0.875em;
  font-style: italic;
  line-height: 1.71428571;
  position: absolute;
  z-index: 3;
  right: 2.14285714em;
  bottom: 0;
  left: 2.14285714em;
  visibility: hidden;
  min-height: 8.57142857em;
  padding: 1.57142857em 2em;
  -webkit-transform: scale(0.8) translate(0, 1em);
  transform: scale(0.8) translate(0, 1em);
  opacity: 0;
  background: rgba(246, 246, 246, 0.9);
}
@media (max-width: 767.98px) {
  /* line 67, sass/element/sliders/_image-slider.scss */
  .image-slider__caption {
    background: #f6f6f6;
  }
}
@media (max-width: 767.98px) {
  /* line 67, sass/element/sliders/_image-slider.scss */
  .image-slider__caption {
    font-size: 12px;
    position: relative;
    right: 0;
    left: 0;
  }
}
/* line 101, sass/element/sliders/_image-slider.scss */
.js-slick-changed .image-slider__caption {
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
/* line 110, sass/element/sliders/_image-slider.scss */
.image-slider .slick-arrow {
  font-size: 1.875rem;
}
@media (max-width: 767.98px) {
  /* line 110, sass/element/sliders/_image-slider.scss */
  .image-slider .slick-arrow {
    font-size: 1rem;
  }
}
/* line 118, sass/element/sliders/_image-slider.scss */
.image-slider .slick-prev {
  right: calc(100% + 0.625rem);
  left: auto;
}
@media (max-width: 1199.98px) {
  /* line 118, sass/element/sliders/_image-slider.scss */
  .image-slider .slick-prev {
    right: auto;
    left: -15px;
  }
}
/* line 129, sass/element/sliders/_image-slider.scss */
.image-slider .slick-next {
  right: auto;
  left: calc(100% + 0.625rem);
}
@media (max-width: 1199.98px) {
  /* line 129, sass/element/sliders/_image-slider.scss */
  .image-slider .slick-next {
    right: -15px;
    left: auto;
  }
}
/* line 143, sass/element/sliders/_image-slider.scss */
.js-max-wh-wrap-unchecked img {
  visibility: hidden;
}
/* line 4, sass/element/_page-tab.scss */
.blk-tab__wrap .tab__select {
  margin: 0 0 0.9375em;
  padding: 0 0 0.9375em;
  border-bottom: 1px solid #e6762d;
}
/* line 11, sass/element/_page-tab.scss */
.blk-tab__list {
  margin: 0 0 2.125em;
  padding: 0 0 1.0625em;
  border-bottom: 1px solid #e6762d;
}
@media (max-width: 991.98px) {
  /* line 11, sass/element/_page-tab.scss */
  .blk-tab__list {
    font-size: 0.875em;
  }
}
/* line 22, sass/element/_page-tab.scss */
.blk-tab__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
/* line 29, sass/element/_page-tab.scss */
.blk-tab__item:before {
  position: absolute;
  top: 0.1875em;
  bottom: 0.1875em;
  left: 0;
  width: 1px;
  content: "";
  background: #CECECE;
}
/* line 43, sass/element/_page-tab.scss */
.blk-tab__item:first-child:before {
  display: none;
}
/* line 49, sass/element/_page-tab.scss */
.blk-tab__btn {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.09090909;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 0.68181818em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  color: #707070;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 72, sass/element/_page-tab.scss */
.blk-tab__btn.active {
  color: #e6762d;
}
/* line 1, sass/element/_filter.scss */
.filter {
  margin: 0 0 1.94444444em;
  font-size: 1.125em;
}
@media (max-width: 991.98px) {
  /* line 1, sass/element/_filter.scss */
  .filter {
    font-size: 0.875rem;
  }
}
/* line 10, sass/element/_filter.scss */
.filter .js-selectBox select, .filter .js-selectBox button {
  color: #323232;
}
/* line 14, sass/element/_filter.scss */
.filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -0.44444444em;
}
/* line 22, sass/element/_filter.scss */
.filter__row--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 28, sass/element/_filter.scss */
.filter__label {
  font-size: 1em;
  margin: -0.05555556em 1.22222222em 0 0.44444444em;
}
/* line 33, sass/element/_filter.scss */
.filter__blk {
  margin: 0 0.44444444em;
}
/* line 1, sass/section/_header.scss */
.page-head {
  position: relative;
  z-index: 4;
  background: #FFF;
}
@media (max-width: 991.98px) {
  /* line 1, sass/section/_header.scss */
  .page-head {
    background: #ECECEC;
  }
}
/* line 14, sass/section/_header.scss */
.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.75em 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  /* line 14, sass/section/_header.scss */
  .header-wrap {
    padding: 0.5625em 0;
  }
}
@media (max-width: 767.98px) {
  /* line 14, sass/section/_header.scss */
  .header-wrap {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  /* line 32, sass/section/_header.scss */
  .header-wrap__left, .header-wrap__right {
    font-size: 0.875em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 32, sass/section/_header.scss */
  .header-wrap__left, .header-wrap__right {
    font-size: 0.8125em;
  }
}
/* line 50, sass/section/_header.scss */
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  /* line 50, sass/section/_header.scss */
  .header-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 62, sass/section/_header.scss */
.header-bottom {
  position: relative;
  color: #FFF;
  background: rgba(0, 53, 49, 0.9);
}
@media (max-width: 991.98px) {
  /* line 62, sass/section/_header.scss */
  .header-bottom {
    padding: 1.25em 0;
  }
}
@media (max-width: 767.98px) {
  /* line 62, sass/section/_header.scss */
  .header-bottom {
    font-size: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  /* line 62, sass/section/_header.scss */
  .header-bottom {
    position: relative;
    top: auto;
  }
}
/* line 77, sass/section/_header.scss */
.page-index .header-bottom {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
/* line 90, sass/section/_header.scss */
.main-logo {
  display: block;
  width: auto;
  height: 2.875em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 90, sass/section/_header.scss */
  .main-logo {
    height: 2.15384615em;
  }
}
@media (max-width: 991.98px) {
  /* line 90, sass/section/_header.scss */
  .main-logo {
    height: 2.5em;
  }
}
@media (max-width: 370px) {
  /* line 90, sass/section/_header.scss */
  .main-logo {
    margin-top: 1.5rem;
  }
}
/* line 108, sass/section/_header.scss */
.sub-logo {
  position: relative;
  top: -2px;
  display: block;
  width: auto;
  height: 2.875em;
  margin-left: 2.5em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 108, sass/section/_header.scss */
  .sub-logo {
    height: 2.15384615em;
  }
}
@media (max-width: 991.98px) {
  /* line 108, sass/section/_header.scss */
  .sub-logo {
    height: 2.5em;
    margin-left: 1.875em;
  }
}
@media (max-width: 767.98px) {
  /* line 108, sass/section/_header.scss */
  .sub-logo {
    top: 0;
  }
}
@media (max-width: 370px) {
  /* line 108, sass/section/_header.scss */
  .sub-logo {
    margin-top: 1.5rem;
  }
}
/* line 134, sass/section/_header.scss */
.logo-container {
  float: left;
}
/* line 139, sass/section/_header.scss */
.fn-blk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 3.3125em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 148, sass/section/_header.scss */
.fn-blk:first-child {
  margin-left: 0;
}
/* line 152, sass/section/_header.scss */
.fn-blk:before {
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  left: -1.625em;
  width: 1px;
  content: "";
  opacity: .7;
  background: currentColor;
}
/* line 166, sass/section/_header.scss */
.fn-blk__link {
  font-size: 1.0625em;
  text-decoration: none;
}
/* line 173, sass/section/_header.scss */
.fn-blk__link:hover, .fn-blk__link:focus {
  color: currentColor;
}
/* line 180, sass/section/_header.scss */
.hsi-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 185, sass/section/_header.scss */
.hsi-blk:first-child:before {
  display: none;
}
/* line 192, sass/section/_header.scss */
.hsi-blk__price {
  font-weight: 700;
  margin: 0 0.75em;
}
/* line 197, sass/section/_header.scss */
.hsi-blk__trend {
  font-size: 0.8em;
}
/* line 199, sass/section/_header.scss */
.hsi-blk__trend--up {
  color: #10ac00;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 204, sass/section/_header.scss */
.hsi-blk__trend--down {
  color: #f51111;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  /* line 180, sass/section/_header.scss */
  .hsi-blk {
    width: calc(100% - 80px);
  }
}
/* line 218, sass/section/_header.scss */
.header-link .fn-blk__sub {
  margin: 0 0.875em;
}
/* line 221, sass/section/_header.scss */
.header-link .fn-blk__sub:first-child {
  margin-left: 0;
}
/* line 225, sass/section/_header.scss */
.header-link .fn-blk__sub:last-child {
  margin-right: 0;
}
/* line 233, sass/section/_header.scss */
.langchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  /* line 240, sass/section/_header.scss */
  .langchange-blk:before {
    display: none;
  }
}
/* line 246, sass/section/_header.scss */
.langchange .fn-blk__link {
  margin: 0 0.625em;
}
/* line 249, sass/section/_header.scss */
.langchange .fn-blk__link:first-child {
  margin-left: 0;
}
/* line 253, sass/section/_header.scss */
.langchange .fn-blk__link:last-child {
  margin-right: 0;
}
/* line 261, sass/section/_header.scss */
.mTrigger {
  font-size: 1.5em;
  position: absolute;
  top: 0.91666667em;
  right: 14px;
  width: 1.57142857em;
  height: 1.57142857em;
  z-index: 3;
  color: #FFF;
}
/* line 279, sass/section/_header.scss */
.mTrigger__icon {
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 288, sass/section/_header.scss */
.mTrigger__open {
  margin: -.5em 0 0 -.5em;
}
/* line 292, sass/section/_header.scss */
.mTrigger__cross {
  visibility: hidden;
  margin: -.5em 0 0 -.5em;
  opacity: 0;
}
/* line 303, sass/section/_header.scss */
.header-tracker {
  border: 0;
  height: 1.25rem;
  width: 10.625rem;
}
/* line 1, sass/section/_footer.scss */
footer {
  padding: 1.5625em 0;
  color: #3c3c3c;
  background: #cecece;
}
@media (max-width: 767.98px) {
  /* line 1, sass/section/_footer.scss */
  footer {
    padding: 0.9375em 0;
  }
}
@media (min-width: 1200px) {
  /* line 10, sass/section/_footer.scss */
  footer .ft-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  /* line 10, sass/section/_footer.scss */
  footer .ft-inner {
    padding: 0.625em 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 32, sass/section/_footer.scss */
  .ft-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 1199.98px) {
  /* line 32, sass/section/_footer.scss */
  .ft-right {
    margin-bottom: 1.25rem;
  }
}
/* line 50, sass/section/_footer.scss */
.copy {
  font-size: 0.75rem;
}
@media (max-width: 991.98px) {
  /* line 50, sass/section/_footer.scss */
  .copy {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* line 61, sass/section/_footer.scss */
.ft-link-list {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  /* line 61, sass/section/_footer.scss */
  .ft-link-list {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  /* line 61, sass/section/_footer.scss */
  .ft-link-list {
    margin: 0 -0.66666667em 1.5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* line 78, sass/section/_footer.scss */
.ft-link-list > li {
  margin: 0 1.25em;
}
@media (max-width: 767.98px) {
  /* line 78, sass/section/_footer.scss */
  .ft-link-list > li {
    margin: 0.25em 0.66666667em;
  }
}
/* line 85, sass/section/_footer.scss */
.ft-link-list > li a {
  text-decoration: none;
}
/* line 88, sass/section/_footer.scss */
.ft-link-list > li a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  /* line 95, sass/section/_footer.scss */
  .ft-soc-list {
    font-size: 0.875em;
  }
}
@media (min-width: 768px) {
  /* line 95, sass/section/_footer.scss */
  .ft-soc-list {
    margin-left: 1.07142857em;
  }
}
@media (max-width: 767.98px) {
  /* line 95, sass/section/_footer.scss */
  .ft-soc-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* line 124, sass/section/_footer.scss */
.ft-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.875rem;
}
@media (max-width: 1199.98px) {
  /* line 124, sass/section/_footer.scss */
  .ft-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  /* line 124, sass/section/_footer.scss */
  .ft-logo {
    font-size: 0.625rem;
  }
}
/* line 139, sass/section/_footer.scss */
.ft-logo__item {
  margin-left: 1.5625rem;
}
@media (max-width: 1199.98px) {
  /* line 139, sass/section/_footer.scss */
  .ft-logo__item {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  /* line 139, sass/section/_footer.scss */
  .ft-logo__item {
    margin-bottom: 1.25rem;
  }
}
/* line 152, sass/section/_footer.scss */
.ft-logo__img {
  width: auto;
  height: 4.625em;
}
/* line 5, sass/section/_menu__mn.scss */
.mn__nav {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  line-height: 1.1;
  margin: 0.5em 0;
}
/* line 20, sass/section/_menu__mn.scss */
.mn__list--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 26, sass/section/_menu__mn.scss */
.mn__list--2 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  width: 16.875em;
  margin: 0 0 0 -8.4375em;
  padding: 0.625em 0;
  pointer-events: none;
  opacity: 0;
  border-top: 0.25em solid #e6762d;
  background: #003531;
}
/* line 49, sass/section/_menu__mn.scss */
.active > .mn__list--2,
.hover-active > .mn__list--2,
li:hover > .mn__list--2 {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1679px) {
  /* line 60, sass/section/_menu__mn.scss */
  .mn__item--1:first-child .mn__list--2 {
    left: -15px;
    margin: 0;
  }
}
@media screen and (max-width: 1679px) {
  /* line 69, sass/section/_menu__mn.scss */
  .mn__item--1:last-child .mn__list--2 {
    right: -15px;
    left: auto;
    margin: 0;
  }
}
/* line 79, sass/section/_menu__mn.scss */
.mn__list--3 {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  width: 14.375em;
  padding: 0.625em 0;
  pointer-events: none;
  opacity: 0;
  background: #006a63;
}
/* line 96, sass/section/_menu__mn.scss */
.active > .mn__list--3,
.hover-active > .mn__list--3,
li:hover > .mn__list--3 {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
/* line 108, sass/section/_menu__mn.scss */
.mn__list--4 {
  display: none;
}
/* line 129, sass/section/_menu__mn.scss */
.mn__item--1 {
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3em;
  padding: 0 0.9375em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 145, sass/section/_menu__mn.scss */
.mn__item--1.has-sub:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -0.4375em;
  content: "";
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
  border-width: 0 0.4375em 0.375em 0.4375em;
  border-style: solid;
  border-color: transparent transparent #e6762d transparent;
}
/* line 167, sass/section/_menu__mn.scss */
.mn__item--1.has-sub:hover:before, .mn__item--1.has-sub.active:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/* line 192, sass/section/_menu__mn.scss */
.mn__item--1:last-child .mn__list--3 {
  right: 100%;
  left: auto;
}
/* line 212, sass/section/_menu__mn.scss */
.mn__link--1, .mn__link--2, .mn__link--3, .mn__link--4 {
  text-decoration: none;
  color: currentColor;
}
/* line 225, sass/section/_menu__mn.scss */
.mn__link--2, .mn__link--3 {
  display: block;
}
/* line 233, sass/section/_menu__mn.scss */
.mn__link--1 {
  font-size: 1.25rem;
}
/* line 240, sass/section/_menu__mn.scss */
.mn__link--2 {
  font-size: 1.125rem;
  padding: 0.66666667em 1.11111111em;
}
/* line 245, sass/section/_menu__mn.scss */
.mn__link--2:hover, .mn__link--2:focus {
  color: #006a63;
  background: #DFDEDE;
}
/* line 252, sass/section/_menu__mn.scss */
.mn__link--3 {
  font-size: 0.9375rem;
  padding: 0.66666667em 1.11111111em;
}
/* line 257, sass/section/_menu__mn.scss */
.mn__link--3:hover, .mn__link--3:focus {
  background: #003531;
}
/* line 3, sass/section/_menu-mobile.scss */
.mb-mn__wrap {
  pointer-events: none;
  position: fixed;
  z-index: 63;
  top: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  color: #fff;
  padding: 1.875em 0 0;
  background: rgba(0, 53, 49, 0.97);
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.96) translate(0, 2%);
  transform: scale(0.96) translate(0, 2%);
}
/* line 27, sass/section/_menu-mobile.scss */
.slideIn-mn .mb-mn__wrap {
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0 0.6em 0.7em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6em 0.7em rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}
/* line 35, sass/section/_menu-mobile.scss */
.mb-mn__wrap-inner {
  overflow-y: auto;
  height: calc(100vh - 30px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
/* line 54, sass/section/_menu-mobile.scss */
.mb-mn__wrap .gotomore:after {
  display: none;
}
/* line 65, sass/section/_menu-mobile.scss */
.mb-mn__bottom .header-soc {
  position: relative;
  text-align: center;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  margin: 12px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 80, sass/section/_menu-mobile.scss */
.mb-mn__close {
  position: absolute;
  font-size: 1.375em;
  width: 1.66666667em;
  height: 1.66666667em;
  top: 0.33333333em;
  right: 0.33333333em;
  z-index: 3;
  color: #fff;
}
/* line 93, sass/section/_menu-mobile.scss */
.mb-mn__extra {
  padding: 0.9375em 20px;
  display: none;
  margin: -4px -8px;
  font-size: 13px;
}
/* line 102, sass/section/_menu-mobile.scss */
.mb-mn__extra a {
  padding: 4px 10px;
  margin: 4px 8px;
  background: #006a63;
}
/* line 4, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__list--1, .mb-mn__list--2, .mb-mn__list--3, .mb-mn__list--4, .mb-mn__list--5 {
  margin: 0;
  padding: 0;
}
/* line 12, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__list--1 {
  position: relative;
}
/* line 15, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__list--2, .mb-mn__list--3 {
  display: none;
}
/* line 18, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__list--2.mb-active, .mb-mn__list--3.mb-active {
  display: block;
}
/* line 22, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__list--2 {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  background: #00302c;
}
/* line 31, sass/section/menu__mobile/_menu__mn.scss */
.mb-active > .mb-mn__list--2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 37, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__list--3 {
  padding: 0.9375em 20px 1px;
  background: #001f1d;
}
/* line 42, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__list--4, .mb-mn__list--5 {
  position: relative;
  display: none;
  list-style: none;
}
/* line 52, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__list--5 {
  margin-top: .3em;
}
/* line 57, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--1, .mb-mn__item--2, .mb-mn__item--3 {
  position: relative;
}
/* line 62, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--1 {
  border-bottom: 1px solid #11554f;
}
/* line 66, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--1 > .i-arrow {
  top: .6em;
  color: #fff;
}
/* line 93, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--2.mb-active > a {
  background: #006a63;
}
/* line 101, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--3 {
  position: relative;
  margin: 0 0 1.25em;
  padding: 0 15px;
  list-style: none;
  color: #FFF;
}
/* line 110, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--3:before {
  position: absolute;
  top: .2em;
  bottom: .2em;
  left: 0;
  width: 1px;
  content: "";
  opacity: .6;
  background: #FFF;
}
/* line 124, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--3 > .i-arrow {
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  height: 1.2em;
  margin: 0 0 0 .2em;
  vertical-align: middle;
}
/* line 135, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--3 > .i-arrow:before {
  line-height: 1;
}
/* line 143, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__item--4 {
  font-size: 0.75rem;
  margin: 1.08333333em 0 0;
}
/* line 154, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__link--1, .mb-mn__link--2, .mb-mn__link--3, .mb-mn__link--4 {
  text-decoration: none;
}
/* line 161, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__link--1, .mb-mn__link--2 {
  position: relative;
  display: block;
}
/* line 175, sass/section/menu__mobile/_menu__mn.scss */
.has-sub > .mb-mn__link--1, .has-sub > .mb-mn__link--2 {
  padding-right: 48px;
}
/* line 179, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__link--1 {
  padding: 0.94736842em 20px;
  color: currentColor;
}
/* line 192, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__link--2 {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.85714286em 20px;
}
/* line 199, sass/section/menu__mobile/_menu__mn.scss */
.mb-mn__link--3 {
  font-size: 0.875rem;
  padding: 0;
}
/* line 112, sass/section/_menu-mobile.scss */
.i-arrow-down {
  position: absolute;
  font-size: 1rem;
  top: .2em;
  right: 1em;
  width: 2.2em;
  height: 2.2em;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}
/* line 128, sass/section/_menu-mobile.scss */
.i-arrow-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.2em 0 0 -.35em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375em 0.375em 0 0.375em;
  border-color: #fff transparent transparent transparent;
  content: '';
}
/* line 144, sass/section/_menu-mobile.scss */
.mb-active > .i-arrow-down:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/* line 2, sass/section/_breadcrumb.scss */
.breadcrumb {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #006a63;
}
/* line 12, sass/section/_breadcrumb.scss */
.breadcrumb > li {
  padding: 0;
  position: relative;
}
/* line 15, sass/section/_breadcrumb.scss */
.breadcrumb > li:after {
  content: '/';
  margin: 0 0.33333333em;
  font-weight: 700;
}
/* line 22, sass/section/_breadcrumb.scss */
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
/* line 25, sass/section/_breadcrumb.scss */
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  /* line 2, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  /* line 2, sass/section/_breadcrumb.scss */
  .breadcrumb {
    display: none;
  }
}
/* line 1, sass/section/_pagination.scss */
.pagination {
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2.22222222em 0;
  color: #707070;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  /* line 1, sass/section/_pagination.scss */
  .pagination {
    font-size: 0.9375em;
  }
}
/* line 23, sass/section/_pagination.scss */
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 31, sass/section/_pagination.scss */
.pagination__list > li > a,
.pagination__list > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.55555556em;
  height: 1.55555556em;
  text-decoration: none;
  color: currentColor;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 47, sass/section/_pagination.scss */
.pagination__list > li > a:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 53, sass/section/_pagination.scss */
.pagination__list > li.selected {
  color: #e6762d;
}
/* line 59, sass/section/_pagination.scss */
.pagination__arrow {
  color: #e6762d;
}
/* line 62, sass/section/_pagination.scss */
.pagination__arrow-icon {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
/* line 67, sass/section/_pagination.scss */
.pagination__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 1.22222222em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 75, sass/section/_pagination.scss */
.pagination__label {
  font-size: 0.77777778em;
}
/* line 79, sass/section/_pagination.scss */
.pagination__input {
  width: 1.4em;
  height: 1.66666667em;
  margin: 0 0.55555556em 0 0.44444444em;
  text-align: center;
  color: currentColor;
  border: 1px solid #e6762d;
}
/* line 89, sass/section/_pagination.scss */
.pagination__input[readonly] {
  cursor: default;
}
/* line 94, sass/section/_pagination.scss */
.pagination__current {
  font-size: 0.77777778em;
}
/* line 1, sass/section/_subscribe.scss */
.subscribe-area {
  margin: 2.5em 0;
  padding: 2.0625em 0 0;
  border-top: 1px solid #003531;
}
/* line 8, sass/section/_subscribe.scss */
.subscribe-area__title {
  color: #e6762d;
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.1;
  font-size: 2.5em;
}
@media (max-width: 991.98px) {
  /* line 8, sass/section/_subscribe.scss */
  .subscribe-area__title {
    font-size: 1.875em;
  }
}
@media (max-width: 575.98px) {
  /* line 8, sass/section/_subscribe.scss */
  .subscribe-area__title {
    font-size: 1.375em;
  }
}
/* line 27, sass/section/_subscribe.scss */
.subscribe-area__text {
  font-size: 1.125em;
  line-height: 1.66666667;
  margin: 0 0 3.33333333em;
}
@media (max-width: 991.98px) {
  /* line 27, sass/section/_subscribe.scss */
  .subscribe-area__text {
    font-size: 0.875em;
  }
}
/* line 38, sass/section/_subscribe.scss */
.subscribe-area__form {
  max-width: 640px;
  margin: 3.5em auto;
}
@media (max-width: 991.98px) {
  /* line 38, sass/section/_subscribe.scss */
  .subscribe-area__form {
    font-size: 0.875em;
  }
}
/* line 46, sass/section/_subscribe.scss */
.subscribe-area__form .recaptcha + .text-danger {
  text-align: right;
  display: block;
}
/* line 52, sass/section/_subscribe.scss */
.subscribe-area .fe-form-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 1, sass/section/_comment-section.scss */
.comment-sect {
  margin: 2.5em 0;
  padding: 2.1875em 0 0;
  border-top: 1px solid #CECECE;
}
/* line 8, sass/section/_comment-section.scss */
.comment-sect__title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 1.08333333em;
  color: #006a63;
}
@media (max-width: 991.98px) {
  /* line 8, sass/section/_comment-section.scss */
  .comment-sect__title {
    font-size: 1.25em;
  }
}
/* line 22, sass/section/_comment-section.scss */
.comment-sect__bottom {
  margin: 2.5em 0;
  padding: 1.875em 0 0;
  border-top: 1px solid #CECECE;
}
/* line 36, sass/section/_comment-section.scss */
.comment-blk {
  margin: 0 0 1.5625em;
  padding: 0 0 1.625em;
  border-bottom: 1px solid #EEE;
}
@media (max-width: 991.98px) {
  /* line 36, sass/section/_comment-section.scss */
  .comment-blk {
    font-size: 0.875em;
  }
}
/* line 49, sass/section/_comment-section.scss */
.comment-blk__name {
  font-size: 1.125em;
  font-weight: 700;
}
/* line 54, sass/section/_comment-section.scss */
.comment-blk__date {
  font-size: 0.875rem;
  margin: 0 0 0 0.28571429em;
}
/* line 61, sass/section/_comment-section.scss */
.comment-blk__text {
  margin: 0.75em 0 0;
}
/* line 63, sass/section/_comment-section.scss */
.comment-blk__text .ckec {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  /* line 63, sass/section/_comment-section.scss */
  .comment-blk__text .ckec {
    font-size: 0.8125rem;
  }
}
/* line 2, sass/section/_page.scss */
.page-top {
  padding: 1.875em 0 2.375em;
}
@media (max-width: 991.98px) {
  /* line 2, sass/section/_page.scss */
  .page-top {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  /* line 2, sass/section/_page.scss */
  .page-top {
    font-size: 0.5rem;
  }
}
/* line 13, sass/section/_page.scss */
.page-title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1em;
  line-height: 1;
  color: #006a63;
}
/* line 22, sass/section/_page.scss */
.page-title-wrap {
  font-size: 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3em 0 0;
  background: #FFF;
}
@media (max-width: 767.98px) {
  /* line 22, sass/section/_page.scss */
  .page-title-wrap {
    margin-top: 0;
  }
}
/* line 39, sass/section/_page.scss */
.page-menu {
  margin: 0.08em 0 0 0.4em;
}
/* line 42, sass/section/_page.scss */
.page-menu__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.9em;
  height: 0.9em;
  color: #006a63;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 55, sass/section/_page.scss */
.page-menu__trigger-icon {
  font-size: .7em;
}
/* line 59, sass/section/_page.scss */
.page-menu__trigger[aria-expanded="true"] {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
  color: #FFF;
  background: #006a63;
}
/* line 70, sass/section/_page.scss */
.page-menu__dropdown {
  width: 16.5625em;
  padding: 0.625em 0;
  border-top: solid 0.25em #e6762d;
  background: #006a63;
}
/* line 78, sass/section/_page.scss */
.page-menu__link {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.125em;
  display: block;
  padding: 0.38888889em 1.11111111em;
  text-decoration: none;
  color: #FFF;
}
/* line 91, sass/section/_page.scss */
.page-menu__link:hover {
  color: #FFF;
  background: #e6762d;
}
/* line 99, sass/section/_page.scss */
.page {
  padding: 3.25em 0 5.125em;
  color: #333;
  background: -o-linear-gradient(top, #f7f7f7 0%, rgba(247, 247, 247, 0) 500px);
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(247, 247, 247, 0) 500px);
}
@media (max-width: 1599.98px) {
  /* line 99, sass/section/_page.scss */
  .page {
    padding: 3.93939394% 0 6.21212121%;
  }
}
@media (max-width: 767.98px) {
  /* line 99, sass/section/_page.scss */
  .page {
    padding-top: 30px;
    padding-bottom: 55px;
  }
}
/* line 113, sass/section/_page.scss */
.page-control {
  max-width: 1156px;
  margin: auto;
}
/* line 117, sass/section/_page.scss */
.page-control--large {
  max-width: 868px;
}
/* line 123, sass/section/_page.scss */
.sect-heading {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1em;
  line-height: 1;
  color: #006a63;
  font-size: 3.125rem;
  margin-bottom: 1.5625rem;
}
@media (max-width: 991.98px) {
  /* line 123, sass/section/_page.scss */
  .sect-heading {
    font-size: 2.375rem;
  }
}
@media (max-width: 767.98px) {
  /* line 123, sass/section/_page.scss */
  .sect-heading {
    font-size: 1.5625rem;
  }
}
/* line 140, sass/section/_page.scss */
.sect-title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 2.5em;
  line-height: 1.1;
  margin: 0 0 0.8em;
  color: #e6762d;
}
@media (max-width: 991.98px) {
  /* line 140, sass/section/_page.scss */
  .sect-title {
    font-size: 1.75em;
  }
}
@media (max-width: 575.98px) {
  /* line 140, sass/section/_page.scss */
  .sect-title {
    font-size: 1.375em;
  }
}
@media (min-width: 768px) {
  /* line 159, sass/section/_page.scss */
  .page-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 166, sass/section/_page.scss */
  .page-column .page-main {
    width: 73.63636364%;
  }
  /* line 170, sass/section/_page.scss */
  .page-column .page-side {
    width: 22.72727273%;
  }
}
@media (max-width: 767.98px) {
  /* line 175, sass/section/_page.scss */
  .page-column .page-side {
    margin: 0.9375em 0;
  }
}
/* line 183, sass/section/_page.scss */
.title-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  /* line 183, sass/section/_page.scss */
  .title-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 192, sass/section/_page.scss */
hr + .title-filter {
  margin-top: -0.625em;
}
/* line 196, sass/section/_page.scss */
.title-filter .filter {
  margin-top: 0.25em;
}
@media (max-width: 575.98px) {
  /* line 196, sass/section/_page.scss */
  .title-filter .filter {
    margin-top: -.5em;
  }
  /* line 200, sass/section/_page.scss */
  .title-filter .filter__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* line 209, sass/section/_page.scss */
.ir-frame-wrapper {
  position: relative;
}
/* line 212, sass/section/_page.scss */
.ir-frame-wrapper--uninit {
  min-height: 60vh;
}
/* line 214, sass/section/_page.scss */
.ir-frame-wrapper--uninit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  content: "";
  background: url("../img/loading-green-2.png") center center no-repeat;
  background-size: cover;
  -webkit-animation: rotate-center .85s linear infinite both;
  animation: rotate-center .85s linear infinite both;
}
/* line 234, sass/section/_page.scss */
#ir-frame {
  width: 1px;
  min-width: 100%;
}
/* line 1, sass/page/_index.scss */
.key-visual {
  position: relative;
}
@media (max-width: 767.98px) {
  /* line 1, sass/page/_index.scss */
  .key-visual {
    margin: 0 0 45px;
  }
}
/* line 8, sass/page/_index.scss */
.key-visual__list {
  position: relative;
  z-index: 2;
}
/* line 3, sass/module/_slick.scss */
.js-slick-container:not(.js-slick-loaded) .key-visual__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
  position: absolute;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  /* line 15, sass/page/_index.scss */
  .key-visual .slick-arrow {
    top: calc(50% + 40px);
  }
}
@media (max-width: 767.98px) {
  /* line 15, sass/page/_index.scss */
  .key-visual .slick-arrow {
    display: none !important;
  }
}
/* line 24, sass/page/_index.scss */
.key-visual .slick-dots-container {
  position: absolute;
  z-index: 15;
  right: 50%;
  bottom: 0.8125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -700px;
  padding: 0.3125em 1.25em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1599.98px) {
  /* line 24, sass/page/_index.scss */
  .key-visual .slick-dots-container {
    right: -8px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 24, sass/page/_index.scss */
  .key-visual .slick-dots-container {
    top: calc(100% + 18px);
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #006a63;
  }
  /* line 39, sass/page/_index.scss */
  .key-visual .slick-dots-container * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none;
  }
}
/* line 59, sass/page/_index.scss */
.key-visual .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 62, sass/page/_index.scss */
.key-visual .slick-dots li {
  opacity: .6;
  -webkit-box-shadow: 0 0 0.5em 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 0.5em 1px rgba(0, 0, 0, 0.38);
}
/* line 66, sass/page/_index.scss */
.key-visual .slick-dots li.slick-active {
  opacity: 1;
}
/* line 72, sass/page/_index.scss */
.key-visual-video {
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  background: #000;
}
/* line 85, sass/page/_index.scss */
.main-banner__inner {
  position: relative;
  max-width: 1540px;
  margin: auto;
}
/* line 92, sass/page/_index.scss */
.main-banner__ratio {
  position: relative;
  padding: 46.1038961% 0 0;
}
@media (max-width: 991.98px) {
  /* line 92, sass/page/_index.scss */
  .main-banner__ratio {
    padding: 69.66145833% 0 0;
  }
}
@media (max-width: 767.98px) {
  /* line 92, sass/page/_index.scss */
  .main-banner__ratio {
    padding: 68.75% 0 0;
  }
}
/* line 105, sass/page/_index.scss */
.main-banner__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 116, sass/page/_index.scss */
.main-banner__blk {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding: 0 0 0 6.25em;
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  /* line 116, sass/page/_index.scss */
  .main-banner__blk {
    padding: 5em 0 0 4.6875em;
  }
}
@media (max-width: 767.98px) {
  /* line 116, sass/page/_index.scss */
  .main-banner__blk {
    font-size: 2.4vw;
    width: 74vw;
    padding: 0 0 15px 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/* line 149, sass/page/_index.scss */
.banner-text__main-text {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 3.5625em;
  font-weight: 700;
  line-height: 1;
  -webkit-transition-duration: .9s;
  -o-transition-duration: .9s;
  transition-duration: .9s;
  -webkit-transform: scale(1) translate(1em, 0);
  transform: scale(1) translate(1em, 0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  letter-spacing: 0.03508772em;
  opacity: 0;
  text-shadow: 0 0 0.26315789em rgba(0, 0, 0, 0.9);
}
/* line 168, sass/page/_index.scss */
.banner-text__sub-text {
  font-size: 1.5em;
  line-height: 1.3;
  margin: 0.41666667em 0 0;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-duration: .9s;
  -o-transition-duration: .9s;
  transition-duration: .9s;
  -webkit-transform: scale(1) translate(1.2em, 0);
  transform: scale(1) translate(1.2em, 0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  opacity: 0;
  text-shadow: 0 0 0.375em rgba(0, 0, 0, 0.9);
}
/* line 195, sass/page/_index.scss */
.js-slick-changed .banner-text__main-text {
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
  opacity: 1;
}
/* line 201, sass/page/_index.scss */
.js-slick-changed .banner-text__sub-text {
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
  opacity: 1;
}
/* line 212, sass/page/_index.scss */
.grids-3-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.3125em;
}
@media (max-width: 1599.98px) {
  /* line 212, sass/page/_index.scss */
  .grids-3-row {
    font-size: 0.875em;
  }
}
@media (max-width: 1199.98px) {
  /* line 212, sass/page/_index.scss */
  .grids-3-row {
    font-size: 0.75em;
  }
}
@media (max-width: 991.98px) {
  /* line 212, sass/page/_index.scss */
  .grids-3-row {
    font-size: 0.6875em;
  }
}
@media (max-width: 767.98px) {
  /* line 212, sass/page/_index.scss */
  .grids-3-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 232, sass/page/_index.scss */
.grids-3-row__blk {
  margin: 0.3125em;
}
/* line 236, sass/page/_index.scss */
.grids-3-row.feature-grid-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 242, sass/page/_index.scss */
.grid-row-section {
  margin: 3.75em 0;
}
@media (max-width: 991.98px) {
  /* line 242, sass/page/_index.scss */
  .grid-row-section {
    margin: 0.625em 0;
  }
}
/* line 251, sass/page/_index.scss */
.slider-blk {
  color: #FFF;
  background: #006a63;
}
@media (max-width: 991.98px) {
  /* line 254, sass/page/_index.scss */
  .grids-3-row .slider-blk.img-overlay-blk--type2 {
    width: calc(100% - 0.625em) !important;
    margin-bottom: 0.75em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 260, sass/page/_index.scss */
  .grids-3-row .slider-blk.img-overlay-blk--type2 .img-overlay-blk__imgw {
    display: none;
  }
  /* line 264, sass/page/_index.scss */
  .grids-3-row .slider-blk.img-overlay-blk--type2 .slider-blk__inner {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 1.25em 1.25em 1.25em;
  }
  /* line 275, sass/page/_index.scss */
  .grids-3-row .slider-blk.img-overlay-blk--type2 .slick-dots {
    right: 1.25em;
    bottom: 1.25em;
  }
}
/* line 286, sass/page/_index.scss */
.slider-blk__inner {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  bottom: 1.25em;
  left: 1.25em;
}
/* line 294, sass/page/_index.scss */
.slider-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.875em;
  line-height: 1.2;
  margin: 0 0 0.13333333em;
}
/* line 3, sass/module/_slick.scss */
.js-slick-container:not(.js-slick-loaded) .slider-blk__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
  position: absolute;
  visibility: hidden;
}
/* line 308, sass/page/_index.scss */
.slider-blk__list.slick-slider {
  position: static;
}
/* line 312, sass/page/_index.scss */
.slider-blk__list .slick-dots {
  position: absolute;
  right: 0em;
  bottom: 0em;
}
@media (min-width: 992px) {
  /* line 320, sass/page/_index.scss */
  .slider-blk__ib {
    position: absolute;
    top: 2.8125em;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  /* line 329, sass/page/_index.scss */
  .slider-blk__ib-inner {
    position: absolute;
    bottom: 1.125em;
    left: 0.9375em;
    right: 1.5625em;
    top: 0.9375em;
  }
}
@media (max-width: 991.98px) {
  /* line 341, sass/page/_index.scss */
  .slider-blk__ib {
    background: #fff;
  }
  /* line 344, sass/page/_index.scss */
  .slider-blk__ib-inner {
    padding: 0.9375em 1.5625em 0 0.9375em;
  }
}
/* line 353, sass/page/_index.scss */
.anno__blk {
  border: 0;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 353, sass/page/_index.scss */
  .anno__blk {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
/* line 368, sass/page/_index.scss */
.date-time-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 372, sass/page/_index.scss */
.date-time-blk__date {
  font-size: 0.875em;
  line-height: 1.57142857;
  padding: 0 1.07142857em 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  /* line 372, sass/page/_index.scss */
  .date-time-blk__date {
    font-size: 0.75rem;
  }
}
/* line 386, sass/page/_index.scss */
.date-time-blk__title {
  font-size: 1.125em;
  line-height: 1.11111111;
  overflow: hidden;
  max-height: 3.22222222em;
}
/* line 395, sass/page/_index.scss */
.isIE-10 .date-time-blk__title {
  width: calc(100% - 100px);
}
/* line 405, sass/page/_index.scss */
.date-time-blk__itm {
  padding: 1.5625em 0 1.625em;
  border-bottom: 1px solid #088179;
}
/* line 1, sass/page/sub/_feature-slider.scss */
.feature-slider {
  position: relative;
  margin: 2.8125em 0 0;
}
/* line 3, sass/page/sub/_feature-slider.scss */
.isIE-10 .feature-slider {
  display: none !important;
}
@media (max-width: 991.98px) {
  /* line 10, sass/page/sub/_feature-slider.scss */
  .feature-slider .slick-arrow {
    font-size: 1.875em !important;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/page/sub/_feature-slider.scss */
  .feature-slider {
    margin: 30px -15px 0;
  }
}
/* line 22, sass/page/sub/_feature-slider.scss */
.feature-slider__emphrase {
  position: relative;
  width: 26.875em;
  margin: 0 0 0 14.77272727%;
}
@media (max-width: 991.98px) {
  /* line 22, sass/page/sub/_feature-slider.scss */
  .feature-slider__emphrase {
    width: 25em;
    margin: 0 0 0 15.75342466%;
  }
}
@media (max-width: 767.98px) {
  /* line 22, sass/page/sub/_feature-slider.scss */
  .feature-slider__emphrase {
    width: auto;
    margin: 0;
  }
}
/* line 38, sass/page/sub/_feature-slider.scss */
.feature-slider__main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 1px);
}
@media (max-width: 767.98px) {
  /* line 38, sass/page/sub/_feature-slider.scss */
  .feature-slider__main {
    position: relative;
    left: auto;
  }
  /* line 47, sass/page/sub/_feature-slider.scss */
  .feature-slider__main-container {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 57, sass/page/sub/_feature-slider.scss */
  .feature-slider__main .slick-prev {
    display: none !important;
  }
}
/* line 64, sass/page/sub/_feature-slider.scss */
.feature-slider__sub {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
}
@media (max-width: 767.98px) {
  /* line 64, sass/page/sub/_feature-slider.scss */
  .feature-slider__sub {
    display: none !important;
  }
}
/* line 74, sass/page/sub/_feature-slider.scss */
.feature-slider__sub .slick-prev {
  display: none !important;
}
/* line 78, sass/page/sub/_feature-slider.scss */
.feature-slider__sub .slick-next {
  right: auto;
  left: 0.625em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  /* line 78, sass/page/sub/_feature-slider.scss */
  .feature-slider__sub .slick-next {
    left: 0;
  }
}
/* line 89, sass/page/sub/_feature-slider.scss */
.feature-slider__sub .feature-slider__sub {
  width: 10.62em;
}
/* line 94, sass/page/sub/_feature-slider.scss */
.feature-slider__itm-blk {
  position: relative;
  display: block;
  width: 20em;
}
@media (max-width: 991.98px) {
  /* line 94, sass/page/sub/_feature-slider.scss */
  .feature-slider__itm-blk {
    width: 10.625em;
  }
}
/* line 106, sass/page/sub/_feature-slider.scss */
.feature-slider__imgw {
  position: relative;
  padding: 150% 0 0;
}
@media (max-width: 767.98px) {
  /* line 108, sass/page/sub/_feature-slider.scss */
  .feature-slider__imgw:before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
/* line 126, sass/page/sub/_feature-slider.scss */
.feature-slider__imgw img {
  width: calc(100% + 1px);
}
/* line 133, sass/page/sub/_feature-slider.scss */
.feature-slider__text {
  font-size: 1.5em;
  font-weight: 500;
  position: absolute;
  z-index: 5;
  right: 110px;
  bottom: 22px;
  left: 30px;
  text-align: left;
  color: #FFF;
  text-shadow: 0 0 0.41666667em rgba(0, 0, 0, 0.85);
}
@media (max-width: 991.98px) {
  /* line 133, sass/page/sub/_feature-slider.scss */
  .feature-slider__text {
    font-size: 1.125em;
    right: 15px;
    bottom: 13px;
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  /* line 133, sass/page/sub/_feature-slider.scss */
  .feature-slider__text {
    font-size: 1em;
  }
}
/* line 162, sass/page/sub/_feature-slider.scss */
.emphrase-blk {
  position: relative;
  z-index: 2;
  height: 30em;
  padding: 3.25em 1.875em;
  background: #FFF;
}
@media (max-width: 991.98px) {
  /* line 162, sass/page/sub/_feature-slider.scss */
  .emphrase-blk {
    height: 15.9375em;
    padding: 0.625em 0.9375em;
  }
}
@media (max-width: 767.98px) {
  /* line 162, sass/page/sub/_feature-slider.scss */
  .emphrase-blk {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* line 180, sass/page/sub/_feature-slider.scss */
  .lang-en .emphrase-blk {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }
}
/* line 188, sass/page/sub/_feature-slider.scss */
.emphrase-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 3em;
  font-weight: 700;
  margin: 0 0 0.3125em;
  padding: 0 0 0.3125em;
  color: #e6762d;
  border-bottom: 1px solid #e6762d;
}
@media (max-width: 991.98px) {
  /* line 188, sass/page/sub/_feature-slider.scss */
  .emphrase-blk__title {
    font-size: 1.875em;
    margin: 0 0 0.1em;
    padding: 0 0 0em;
  }
}
/* line 206, sass/page/sub/_feature-slider.scss */
.lang-en .emphrase-blk__title {
  line-height: 1;
  font-size: 2.5em;
}
@media (max-width: 991.98px) {
  /* line 206, sass/page/sub/_feature-slider.scss */
  .lang-en .emphrase-blk__title {
    font-size: 1.5em;
  }
}
/* line 216, sass/page/sub/_feature-slider.scss */
.emphrase-blk__desc {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.33333333;
}
@media (max-width: 991.98px) {
  /* line 216, sass/page/sub/_feature-slider.scss */
  .emphrase-blk__desc {
    font-size: 0.875em;
    line-height: 1.71428571;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  /* line 222, sass/page/sub/_feature-slider.scss */
  .lang-en .emphrase-blk__desc {
    margin-top: 0.42857143em;
    line-height: 1.4;
  }
}
/* line 1, sass/page/sub/_focus-section.scss */
.focus-section {
  background: #ececec;
  padding: 1.875em 0;
}
@media (max-width: 1599.98px) {
  /* line 1, sass/page/sub/_focus-section.scss */
  .focus-section {
    font-size: 0.875em;
  }
}
@media (max-width: 1199.98px) {
  /* line 1, sass/page/sub/_focus-section.scss */
  .focus-section {
    font-size: 0.75em;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/page/sub/_focus-section.scss */
  .focus-section {
    padding: 1px 0;
  }
}
/* line 21, sass/page/sub/_focus-section.scss */
.f-grid {
  margin: 0 -0.625em;
}
@media (min-width: 992px) {
  /* line 21, sass/page/sub/_focus-section.scss */
  .f-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 29, sass/page/sub/_focus-section.scss */
.f-grid__column {
  margin: 0 0.625em;
}
/* line 33, sass/page/sub/_focus-section.scss */
.f-grid__column .img-card-blk {
  margin: 0.625em 0;
}
@media (max-width: 767.98px) {
  /* line 33, sass/page/sub/_focus-section.scss */
  .f-grid__column .img-card-blk {
    margin: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 42, sass/page/sub/_focus-section.scss */
  .f-grid__column--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.625em;
  }
  /* line 47, sass/page/sub/_focus-section.scss */
  .f-grid__column--main .img-card-blk {
    width: calc(50% - 1.25em);
    margin: 0.625em;
  }
}
@media (min-width: 992px) {
  /* line 55, sass/page/sub/_focus-section.scss */
  .f-grid__column--main {
    width: calc(66.16541353% - 1.25em);
  }
  /* line 59, sass/page/sub/_focus-section.scss */
  .f-grid__column--sub {
    width: calc(33.83458647% - 1.25em);
  }
}
/* line 3, sass/page/sub/_logo-wrap.scss */
.logo-sect__wrap {
  padding: 0 3.125em 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  /* line 3, sass/page/sub/_logo-wrap.scss */
  .logo-sect__wrap {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 3, sass/page/sub/_logo-wrap.scss */
  .logo-sect__wrap {
    font-size: 11px;
    padding-bottom: 32px;
  }
}
/* line 20, sass/page/sub/_logo-wrap.scss */
.logo-sect__wrap .content-block > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 26, sass/page/sub/_logo-wrap.scss */
.logo-sect__wrap .content-block > p a {
  max-width: 50%;
  padding: 0.875em;
  line-height: 1;
}
/* line 33, sass/page/sub/_logo-wrap.scss */
.logo-sect__wrap img {
  max-width: 100%;
  max-height: 4.625em;
}
/* line 39, sass/page/sub/_logo-wrap.scss */
.logo-sect__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.875em;
  margin: 1.66666667em 0 0.5em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  /* line 39, sass/page/sub/_logo-wrap.scss */
  .logo-sect__title {
    font-size: 1.375em;
  }
}
@media (min-width: 992px) {
  /* line 420, sass/page/_index.scss */
  .misc-blk > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 25.625em;
  }
  /* line 425, sass/page/_index.scss */
  .misc-blk__left {
    position: relative;
    width: 50%;
  }
  /* line 430, sass/page/_index.scss */
  .misc-blk__left:before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100vw;
    content: "";
  }
  /* line 443, sass/page/_index.scss */
  .misc-blk__right {
    position: relative;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 450, sass/page/_index.scss */
  .misc-blk > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 453, sass/page/_index.scss */
  .misc-blk__left {
    position: relative;
    width: 100%;
  }
  /* line 459, sass/page/_index.scss */
  .misc-blk__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }
}
@media (max-width: 767.98px) {
  /* line 469, sass/page/_index.scss */
  .misc-blk__right {
    margin: 0 -15px;
  }
}
/* line 476, sass/page/_index.scss */
.misc-blk__left {
  position: relative;
  background: #FFF;
}
/* line 482, sass/page/_index.scss */
.misc-blk__right {
  position: relative;
}
/* line 488, sass/page/_index.scss */
.fn-itm-blk {
  position: relative;
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  /* line 488, sass/page/_index.scss */
  .fn-itm-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    padding: 0.9375em 0 0.9375em 9.30232558%;
  }
  /* line 499, sass/page/_index.scss */
  .fn-itm-blk:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    content: "";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 488, sass/page/_index.scss */
  .fn-itm-blk {
    width: 50%;
    padding: 1.25em;
  }
}
@media (max-width: 767.98px) {
  /* line 488, sass/page/_index.scss */
  .fn-itm-blk {
    padding: 28px 15px;
  }
}
/* line 524, sass/page/_index.scss */
.fn-itm-blk--orange {
  z-index: 2;
  background: #e6762d;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  /* line 526, sass/page/_index.scss */
  .fn-itm-blk--orange .btn-gp {
    display: block;
  }
}
/* line 537, sass/page/_index.scss */
.fn-itm-blk--orange:before {
  background: #e6762d;
}
/* line 542, sass/page/_index.scss */
.fn-itm-blk--orange .btn-gp__input {
  font-size: 1.125em;
  width: 100%;
  height: 2.77777778em;
  padding: 0 0.83333333em;
  color: #FFF;
  border: 1px solid #F4A36E;
  background-color: transparent;
}
@media (min-width: 992px) {
  /* line 542, sass/page/_index.scss */
  .fn-itm-blk--orange .btn-gp__input {
    width: 60%;
    border-right: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 542, sass/page/_index.scss */
  .fn-itm-blk--orange .btn-gp__input {
    display: block;
    margin: 0 0 10px;
  }
}
/* line 563, sass/page/_index.scss */
.fn-itm-blk--orange .btn-gp__input[readonly] {
  cursor: default;
}
/* line 568, sass/page/_index.scss */
.fn-itm-blk--orange .btn-gp__input.text-danger {
  color: #FFF !important;
}
/* line 573, sass/page/_index.scss */
.fn-itm-blk--orange .btn-gp__input::-webkit-input-placeholder {
  color: #FFF;
}
.fn-itm-blk--orange .btn-gp__input::-moz-placeholder {
  color: #FFF;
}
.fn-itm-blk--orange .btn-gp__input:-ms-input-placeholder {
  color: #FFF;
}
.fn-itm-blk--orange .btn-gp__input::-ms-input-placeholder {
  color: #FFF;
}
.fn-itm-blk--orange .btn-gp__input::placeholder {
  color: #FFF;
}
/* line 578, sass/page/_index.scss */
.fn-itm-blk--orange .fn-itm-blk__subscribe {
  padding: 0em 0.91666667em;
  color: #e6762d;
  border: 0;
  background: #FFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  /* line 578, sass/page/_index.scss */
  .fn-itm-blk--orange .fn-itm-blk__subscribe {
    line-height: 50px;
    width: 40%;
  }
}
@media (max-width: 1199.98px) {
  /* line 578, sass/page/_index.scss */
  .fn-itm-blk--orange .fn-itm-blk__subscribe {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  /* line 578, sass/page/_index.scss */
  .fn-itm-blk--orange .fn-itm-blk__subscribe {
    font-size: 1.25rem;
    line-height: 2.5rem;
    display: inline-block;
    margin: 0.3125rem 0 0;
  }
}
/* line 606, sass/page/_index.scss */
.fn-itm-blk--green {
  background: #006a63;
}
/* line 609, sass/page/_index.scss */
.fn-itm-blk--green:before {
  background: #006a63;
}
/* line 614, sass/page/_index.scss */
.fn-itm-blk--green .btn {
  font-family: 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-weight: 300;
  width: 100%;
  padding-top: 0.45833333em;
  padding-bottom: 0.45833333em;
  color: #FFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  /* line 614, sass/page/_index.scss */
  .fn-itm-blk--green .btn {
    font-size: 1.125rem;
    padding-top: 0.83333333em;
    padding-bottom: 0.83333333em;
  }
}
@media (min-width: 992px) {
  /* line 614, sass/page/_index.scss */
  .fn-itm-blk--green .btn {
    width: 60%;
  }
}
/* line 636, sass/page/_index.scss */
.fn-itm-blk--green .btn:hover {
  color: #006a63;
  background: #FFF;
}
/* line 642, sass/page/_index.scss */
.fn-itm-blk--green .go-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 1.875em;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  /* line 642, sass/page/_index.scss */
  .fn-itm-blk--green .go-link {
    font-size: 1.25em;
    display: inline-block;
    margin: 0.9em 0 0 0;
  }
}
@media (min-width: 992px) {
  /* line 642, sass/page/_index.scss */
  .fn-itm-blk--green .go-link {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  /* line 663, sass/page/_index.scss */
  .fn-itm-blk--green .download-gp {
    display: block;
  }
}
/* line 673, sass/page/_index.scss */
.fn-itm-blk__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 677, sass/page/_index.scss */
.fn-itm-blk label.text-danger {
  font-size: 0.8125rem;
  margin: 0.15384615em 0 0;
  color: #FFF !important;
}
/* line 687, sass/page/_index.scss */
.fn-itm-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.06666667em;
}
@media (max-width: 991.98px) {
  /* line 687, sass/page/_index.scss */
  .fn-itm-blk__title {
    margin: 0 0 0.36666667em;
  }
}
@media (max-width: 767.98px) {
  /* line 687, sass/page/_index.scss */
  .fn-itm-blk__title {
    font-size: 1.5em;
  }
}
/* line 704, sass/page/_index.scss */
.download-gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 712, sass/page/_index.scss */
.recaptcha-dropdown {
  position: relative;
}
/* line 714, sass/page/_index.scss */
.recaptcha-dropdown__menu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  display: none;
  padding: 1.25em 1.5625em;
  background: #ECECEC;
  -webkit-box-shadow: 0 0.25em 0.625em 0.0625em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.25em 0.625em 0.0625em rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  /* line 714, sass/page/_index.scss */
  .recaptcha-dropdown__menu {
    padding-right: 0.6875em;
    padding-left: 0.6875em;
  }
}
/* line 734, sass/page/_index.scss */
.active .recaptcha-dropdown__menu {
  display: block;
}
/* line 741, sass/page/_index.scss */
.recaptcha-dropdown__btn .btn:first-child {
  margin-left: 0;
}
/* line 748, sass/page/_index.scss */
.recaptcha-dropdown__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1599.98px) {
  /* line 748, sass/page/_index.scss */
  .recaptcha-dropdown__inner {
    display: block;
  }
}
/* line 758, sass/page/_index.scss */
.submit .recaptcha-dropdown__inner {
  visibility: hidden;
  opacity: 0;
}
/* line 765, sass/page/_index.scss */
.recaptcha-dropdown__inner .recaptcha {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 769, sass/page/_index.scss */
.recaptcha-dropdown__inner .btn {
  margin: 0.3125em 0 0.3125em 0.75em;
}
/* line 774, sass/page/_index.scss */
.recaptcha-dropdown #hiddenRecaptcha-error {
  color: #DC3545  !important;
}
/* line 781, sass/page/_index.scss */
.recaptcha-dropdown__loading {
  -webkit-animation: rotate-center .85s linear infinite both;
  animation: rotate-center .85s linear infinite both;
  position: absolute;
  top: 22%;
  right: 22%;
  bottom: 22%;
  left: 22%;
  display: none;
  background: url("../img/loading-green-2.png") center center no-repeat;
  background-size: contain;
}
/* line 795, sass/page/_index.scss */
.submit .recaptcha-dropdown__loading {
  display: block;
}
/* line 800, sass/page/_index.scss */
.recaptcha-dropdown .ckec {
  white-space: normal;
  color: #333333;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
/* line 1, sass/page/sub/_site-links.scss */
.site-foot {
  background: #ececec;
  padding: 2.1875em 0;
}
@media (max-width: 991.98px) {
  /* line 1, sass/page/sub/_site-links.scss */
  .site-foot {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  /* line 11, sass/page/sub/_site-links.scss */
  .sl {
    margin: 0 -1.25em;
  }
}
/* line 17, sass/page/sub/_site-links.scss */
.sl__list--1, .sl__list--2 {
  line-height: 1.2;
}
/* line 21, sass/page/sub/_site-links.scss */
.sl__list--1 a, .sl__list--2 a {
  text-decoration: none;
}
/* line 24, sass/page/sub/_site-links.scss */
.sl__list--1 a:hover, .sl__list--2 a:hover {
  text-decoration: underline;
}
/* line 30, sass/page/sub/_site-links.scss */
.sl__list--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  /* line 30, sass/page/sub/_site-links.scss */
  .sl__list--1 {
    margin: 0 -1.25em;
  }
}
@media (min-width: 992px) {
  /* line 30, sass/page/sub/_site-links.scss */
  .sl__list--1 {
    display: table;
    width: 100%;
  }
}
/* line 48, sass/page/sub/_site-links.scss */
.sl__itm--1 {
  width: calc(12.12121212% -  2.5em);
  margin: 0 1.25em;
}
@media (min-width: 992px) {
  /* line 48, sass/page/sub/_site-links.scss */
  .sl__itm--1 {
    display: table-cell;
    width: 1%;
    padding: 0 1.25em;
  }
}
@media (max-width: 991.98px) {
  /* line 48, sass/page/sub/_site-links.scss */
  .sl__itm--1 {
    width: calc(33.33333333% -  2.5em);
    margin-bottom: 15px;
  }
}
/* line 65, sass/page/sub/_site-links.scss */
.sl__itm--2 {
  margin: 0.8125em 0;
}
/* line 71, sass/page/sub/_site-links.scss */
.sl__link--1 {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  color: #e6762d;
  font-size: 1.125em;
  font-weight: 700;
}
/* line 77, sass/page/sub/_site-links.scss */
.sl__link--1:hover {
  color: #e6762d;
}
/* line 82, sass/page/sub/_site-links.scss */
.sl__link--2 {
  font-size: 0.875em;
  color: #6a6a6a;
}
/* line 1, sass/page/_board.scss */
.ppl-d-top {
  padding: 0 0 2.625em;
  margin: 0 0 2.25em;
  border-bottom: 1px solid #e6762d;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  /* line 1, sass/page/_board.scss */
  .ppl-d-top {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/page/_board.scss */
  .ppl-d-top {
    font-size: 0.75em;
  }
}
@media (max-width: 575.98px) {
  /* line 1, sass/page/_board.scss */
  .ppl-d-top {
    padding: 0 0 1.16666667em;
    margin: 0 0 1.16666667em;
  }
}
/* line 25, sass/page/_board.scss */
.ppl-d-top__imgw {
  width: 26.49769585%;
  float: left;
  margin: 0 4.37788018% 0 0;
}
@media (max-width: 991.98px) {
  /* line 25, sass/page/_board.scss */
  .ppl-d-top__imgw {
    float: none;
    width: 160px;
  }
}
/* line 37, sass/page/_board.scss */
.ppl-d-top__ratio {
  position: relative;
  padding: 130.43478261% 0 0;
  background: #aaa;
}
/* line 45, sass/page/_board.scss */
.ppl-d-top__main {
  overflow: hidden;
}
/* line 49, sass/page/_board.scss */
.ppl-d-top__name {
  font-size: 1.875em;
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  line-height: 1;
  color: #e6762d;
  font-weight: 700;
  margin: 0.66666667em 0 0;
}
/* line 60, sass/page/_board.scss */
.ppl-d-top__sub-title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.125em;
  color: #e6762d;
}
/* line 67, sass/page/_board.scss */
.ppl-d-top__name + .ppl-d-top__sub-title {
  margin: -0.0625em 0 0;
}
/* line 71, sass/page/_board.scss */
.ppl-d-top__title {
  margin: 0.66666667em 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 2.22222222;
}
@media (max-width: 767.98px) {
  /* line 79, sass/page/_board.scss */
  .ppl-d-top__sub-desc {
    font-size: 12px;
  }
}
/* line 1, sass/page/_project.scss */
.project-land {
  margin: 1.875em 0 0;
}
@media (max-width: 991.98px) {
  /* line 1, sass/page/_project.scss */
  .project-land {
    font-size: 8px;
  }
}
@media (max-width: 991.98px) {
  /* line 1, sass/page/_project.scss */
  .project-land {
    font-size: 6px;
  }
}
/* line 1, sass/page/_press.scss */
.press-d-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5625em;
  padding: 0 0 1.5625em;
  border-bottom: 1px solid currentColor;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  /* line 1, sass/page/_press.scss */
  .press-d-top {
    display: block;
  }
}
/* line 19, sass/page/_press.scss */
.press-slider {
  margin-bottom: 3.125em;
}
/* line 24, sass/page/_press.scss */
.d-info {
  font-size: 0.875em;
}
/* line 29, sass/page/_press.scss */
.d-info > li {
  margin: 0.5em 0;
}
/* line 36, sass/page/_press.scss */
.press-d__btn {
  font-family: 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.88888889em 1.27777778em;
}
@media (max-width: 767.98px) {
  /* line 36, sass/page/_press.scss */
  .press-d__btn {
    display: inline-block;
    margin-top: 1em;
    font-size: 1rem;
  }
}
/* line 2, sass/page/_blog.scss */
.page-column.blog-d-column {
  margin: 2.5em 0 0;
}
@media (min-width: 768px) {
  /* line 4, sass/page/_blog.scss */
  .page-column.blog-d-column .page-main {
    width: 68.33910035%;
  }
  /* line 8, sass/page/_blog.scss */
  .page-column.blog-d-column .page-side {
    width: 29.41176471%;
  }
}
/* line 18, sass/page/_blog.scss */
.blogger-blk {
  background: #ECECEC;
}
@media (max-width: 1199.98px) {
  /* line 18, sass/page/_blog.scss */
  .blogger-blk {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  /* line 18, sass/page/_blog.scss */
  .blogger-blk {
    padding: 0.9375em;
    display: inline-block;
  }
}
/* line 32, sass/page/_blog.scss */
.blogger-blk__link {
  text-decoration: none;
  display: block;
  overflow: hidden;
}
/* line 36, sass/page/_blog.scss */
.blogger-blk__link:hover {
  -webkit-box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
}
/* line 42, sass/page/_blog.scss */
.blogger-blk__imgw {
  position: relative;
  float: left;
  width: 35.29411765%;
}
@media (max-width: 991.98px) {
  /* line 42, sass/page/_blog.scss */
  .blogger-blk__imgw {
    float: none;
    width: auto;
    width: 160px;
    margin: 0 0 0.75em;
  }
}
/* line 62, sass/page/_blog.scss */
.blogger-blk__ratio {
  padding: 128.33333333% 0 0;
}
/* line 66, sass/page/_blog.scss */
.blogger-blk__date {
  font-size: 0.875rem;
  margin: 0 0 1.28571429em;
}
/* line 72, sass/page/_blog.scss */
.blogger-blk__main {
  overflow: hidden;
  padding: 1.25em;
}
@media (max-width: 991.98px) {
  /* line 72, sass/page/_blog.scss */
  .blogger-blk__main {
    padding: 2px;
  }
}
/* line 82, sass/page/_blog.scss */
.blogger-blk__name {
  font-weight: 500;
  margin: 0 0 1.22222222em;
}
/* line 86, sass/page/_blog.scss */
.blogger-blk__name-sp {
  font-weight: 700;
  color: #e6762d;
}
/* line 93, sass/page/_blog.scss */
.blogger-blk__title {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}
/* line 99, sass/page/_blog.scss */
.blogger-blk__sub-title {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.2;
}
/* line 106, sass/page/_blog.scss */
.side-share-blk {
  display: block;
  margin: 2.5em 0;
}
/* line 109, sass/page/_blog.scss */
.side-share-blk .share-blk__text {
  margin: 0 0 0.5em;
}
@media (max-width: 1199.98px) {
  /* line 106, sass/page/_blog.scss */
  .side-share-blk {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 118, sass/page/_blog.scss */
  .side-share-blk .share-blk__list {
    font-size: .8em;
  }
}
/* line 127, sass/page/_blog.scss */
.side-tag-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5em 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  /* line 127, sass/page/_blog.scss */
  .side-tag-row {
    font-size: 0.75rem;
  }
}
/* line 139, sass/page/_blog.scss */
.side-tag-row__label {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.25em;
  font-weight: 700;
  margin: 0.5em 1em 0.5em 0;
}
/* line 149, sass/page/_blog.scss */
.side-tag-list {
  margin-bottom: 0;
}
/* line 1, sass/page/_footprint.scss */
.f-map {
  max-width: 920px;
  margin: 0.9375em auto;
}
/* line 4, sass/page/_footprint.scss */
.f-map__inner {
  position: relative;
  padding: 48.91304348% 0 0;
  background: url("../img/f-map-1x.png") center center no-repeat;
  background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  /* line 4, sass/page/_footprint.scss */
  .f-map__inner {
    background-image: url("../img/f-map-2x.png");
  }
}
/* line 18, sass/page/_footprint.scss */
.f-map__dot {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 1.375em;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  white-space: nowrap;
  text-decoration: none;
  color: #e6762d;
  border-radius: 50%;
  background: #e6762d;
}
@media (max-width: 767.98px) {
  /* line 18, sass/page/_footprint.scss */
  .f-map__dot {
    font-size: 1.0625em;
  }
}
/* line 41, sass/page/_footprint.scss */
.f-map__dot-inner {
  position: absolute;
  top: -0.36363636em;
  left: 1em;
  visibility: hidden;
  padding: 0 0.36363636em;
  -webkit-transition-property: visibility, -webkit-transform;
  transition-property: visibility, -webkit-transform;
  -o-transition-property: transform, visibility;
  transition-property: transform, visibility;
  transition-property: transform, visibility, -webkit-transform;
  -webkit-transform: translate(0.2em, 0);
  transform: translate(0.2em, 0);
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}
/* line 59, sass/page/_footprint.scss */
.f-map__dot-inner:before {
  position: absolute;
  top: 0;
  right: 99%;
  bottom: 0;
  width: 1.04545455em;
  content: "";
}
/* line 74, sass/page/_footprint.scss */
.f-map__dot:hover .f-map__dot-inner {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/* line 84, sass/page/_footprint.scss */
.f-map__dot:hover, .f-map__dot.selected {
  color: #733208;
  background: #733208;
}
/* line 90, sass/page/_footprint.scss */
.f-map__dot:hover:before, .f-map__dot.selected:before {
  z-index: 5;
  visibility: visible;
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 1;
  border-color: #733208;
}
/* line 108, sass/page/_footprint.scss */
.f-map__dot:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  content: "";
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  pointer-events: none;
  opacity: 0;
  border: 0.0625em solid #e6762d;
  border-radius: 50%;
}
/* line 166, sass/page/_footprint.scss */
.f-map__tag {
  margin: 0 0 2.5em;
}
/* line 172, sass/page/_footprint.scss */
.fc-blk {
  padding: 2em 2.5em;
  background: #f7f7f7;
}
@media (max-width: 991.98px) {
  /* line 172, sass/page/_footprint.scss */
  .fc-blk {
    font-size: 0.75em;
  }
}
@media (max-width: 991.98px) {
  /* line 172, sass/page/_footprint.scss */
  .fc-blk {
    font-size: 0.5em;
  }
}
/* line 185, sass/page/_footprint.scss */
.fc-blk__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-weight: 700;
  color: #e6762d;
  font-size: 2.5em;
  line-height: 1.1;
  margin: 0 0 0.7em;
}
/* line 2, sass/page/_history.scss */
.history-year-blk__year {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 2.5em;
  font-weight: 700;
  margin: 0.3em 0;
  text-align: center;
  color: #e6762d;
}
/* line 15, sass/page/_history.scss */
.history-year-blk__bottom {
  position: relative;
}
@media (max-width: 575.98px) {
  /* line 17, sass/page/_history.scss */
  .history-year-blk__bottom:before, .history-year-blk__bottom:after {
    left: 7px;
  }
}
@media (min-width: 576px) {
  /* line 23, sass/page/_history.scss */
  .history-year-blk__bottom:before, .history-year-blk__bottom:after {
    left: 50%;
  }
}
/* line 30, sass/page/_history.scss */
.history-year-blk__bottom:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #DBDBDB;
}
/* line 44, sass/page/_history.scss */
.history-year-blk__bottom:after {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0 0 -0.4375rem;
  content: "";
  border-radius: 50%;
  background: #e6762d;
}
/* line 62, sass/page/_history.scss */
.js-mas-loading {
  -webkit-animation: rotate-center .85s linear infinite both;
  animation: rotate-center .85s linear infinite both;
  width: 1.625em;
  height: 1.625em;
  margin: 2.5em auto;
  background: url("../img/loading-green-2.png") center center no-repeat;
  background-size: cover;
}
/* line 72, sass/page/_history.scss */
.js-mas-layouted ~ .js-mas-loading {
  display: none;
}
/* line 77, sass/page/_history.scss */
.milestone-blk {
  border-top: 2px solid #e6762d;
  -webkit-box-shadow: 0 0 0.875em 0.125em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.875em 0.125em rgba(0, 0, 0, 0.15);
}
/* line 81, sass/page/_history.scss */
.milestone-blk__ctrl {
  margin: 0 0 1.75em;
}
@media (min-width: 576px) {
  /* line 81, sass/page/_history.scss */
  .milestone-blk__ctrl {
    width: 50%;
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  /* line 81, sass/page/_history.scss */
  .milestone-blk__ctrl {
    padding: 0 0 0 2.4em;
  }
}
/* line 92, sass/page/_history.scss */
.milestone-blk-wrap {
  visibility: hidden;
  -webkit-transform: translate(0, 0.3em) scale(0.93);
  transform: translate(0, 0.3em) scale(0.93);
  opacity: 0;
}
@media (min-width: 576px) {
  /* line 92, sass/page/_history.scss */
  .milestone-blk-wrap {
    margin: 0 -3em;
  }
}
/* line 105, sass/page/_history.scss */
.js-mas-layouted .milestone-blk-wrap {
  visibility: visible;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
/* line 114, sass/page/_history.scss */
.milestone-blk__imgw {
  background: #AAA;
}
/* line 122, sass/page/_history.scss */
.milestone-blk__ratio {
  position: relative;
  padding: 66.6% 0 0;
}
/* line 128, sass/page/_history.scss */
.milestone-blk__bottom {
  padding: 1.25em 1.875em 1.25em 1.875em;
}
/* line 1, sass/page/_contactus.scss */
.contact-map {
  position: relative;
  padding: 33.93939394% 0 0;
}
/* line 12, sass/page/_contactus.scss */
.contact-bottom {
  position: relative;
  margin: 1.875em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  /* line 12, sass/page/_contactus.scss */
  .contact-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 25, sass/page/_contactus.scss */
.contact-bottom:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #EBEBEB;
}
@media (max-width: 767.98px) {
  /* line 25, sass/page/_contactus.scss */
  .contact-bottom:before {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 44, sass/page/_contactus.scss */
  .contact-bottom__left, .contact-bottom__right {
    width: 46.96969697%;
  }
}
@media (max-width: 767.98px) {
  /* line 53, sass/page/_contactus.scss */
  .contact-bottom__right {
    margin: 1.875em 0 0;
    padding: 1.875em 0;
    border-top: 1px solid #EBEBEB;
  }
}
/* line 62, sass/page/_contactus.scss */
.contact-bottom__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.575em;
  color: #e6762d;
}
@media (max-width: 1199.98px) {
  /* line 62, sass/page/_contactus.scss */
  .contact-bottom__title {
    font-size: 2.25em;
  }
}
@media (max-width: 991.98px) {
  /* line 62, sass/page/_contactus.scss */
  .contact-bottom__title {
    font-size: 1.875em;
  }
}
@media (max-width: 767.98px) {
  /* line 62, sass/page/_contactus.scss */
  .contact-bottom__title {
    font-size: 1.375em;
  }
}
/* line 98, sass/page/_contactus.scss */
.ckec .info-list > li, .cke-editable .info-list > li {
  margin: 1.11111111em 0;
}
/* line 105, sass/page/_contactus.scss */
.contact-soc-list {
  margin-top: 1.5625em;
}
/* line 108, sass/page/_contactus.scss */
.contact-soc-list .soc-sq {
  background: #e6762d;
  color: #fff;
}
/* line 113, sass/page/_contactus.scss */
.contact-soc-list .soc-sq:hover {
  background: #d16219;
}
/* line 1, sass/page/_career.scss */
.listing-table {
  width: 100%;
  border-spacing: 0;
  border: 0;
}
@media (max-width: 1199.98px) {
  /* line 9, sass/page/_career.scss */
  .listing-table__wrap {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  /* line 9, sass/page/_career.scss */
  .listing-table__wrap {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767.98px) {
  /* line 9, sass/page/_career.scss */
  .listing-table__wrap {
    font-size: 0.6875rem;
  }
}
/* line 21, sass/page/_career.scss */
.listing-table td,
.listing-table th {
  padding-top: 0.71428571em;
  padding-bottom: 0.71428571em;
  text-align: left;
}
/* line 30, sass/page/_career.scss */
.listing-table td a,
.listing-table th a {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
/* line 35, sass/page/_career.scss */
.listing-table th {
  font-weight: 700;
}
/* line 39, sass/page/_career.scss */
.listing-table td,
.listing-table th {
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
}
/* line 48, sass/page/_career.scss */
.listing-table tbody tr {
  cursor: pointer;
}
/* line 51, sass/page/_career.scss */
.listing-table tbody tr a {
  text-decoration: none;
}
/* line 55, sass/page/_career.scss */
.listing-table tbody tr:hover {
  color: #e6762d;
}
/* line 60, sass/page/_career.scss */
.listing-table tbody td {
  font-size: 1.125em;
  height: 4.22222222em;
}
/* line 68, sass/page/_career.scss */
.listing-table tbody tr:nth-child(odd) td,
.listing-table tbody tr:nth-child(odd) th {
  background: #FFF;
}
/* line 75, sass/page/_career.scss */
.listing-table tbody tr:nth-child(even) td,
.listing-table tbody tr:nth-child(even) th {
  background: #F7F7F7;
}
/* line 84, sass/page/_career.scss */
.listing-table thead th {
  background: #fff2ea;
}
/* line 95, sass/page/_career.scss */
.jp-td--name {
  font-weight: 700;
  width: 46.21212121%;
}
/* line 101, sass/page/_career.scss */
.jp-td--ref {
  width: 18.18181818%;
}
/* line 105, sass/page/_career.scss */
.jp-td--dept {
  width: 25.37878788%;
}
/* line 109, sass/page/_career.scss */
.jp-td--date {
  width: 10.22727273%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  /* line 118, sass/page/_career.scss */
  .listing-table {
    width: 100%;
    border-spacing: 0;
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 126, sass/page/_career.scss */
  .listing-table__wrap {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 126, sass/page/_career.scss */
  .listing-table__wrap {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  /* line 135, sass/page/_career.scss */
  .listing-table td,
  .listing-table th {
    padding-top: 0.71428571em;
    padding-bottom: 0.71428571em;
    text-align: left;
  }
  /* line 143, sass/page/_career.scss */
  .listing-table th {
    font-weight: 700;
  }
  /* line 147, sass/page/_career.scss */
  .listing-table td,
  .listing-table th {
    padding-right: 30px;
    padding-left: 30px;
    border: 0;
  }
  /* line 156, sass/page/_career.scss */
  .listing-table tbody tr {
    cursor: pointer;
  }
  /* line 159, sass/page/_career.scss */
  .listing-table tbody tr a {
    text-decoration: none;
  }
  /* line 163, sass/page/_career.scss */
  .listing-table tbody tr:hover {
    color: #e6762d;
  }
  /* line 168, sass/page/_career.scss */
  .listing-table tbody td {
    font-size: 1.125em;
    height: 4.22222222em;
  }
  /* line 176, sass/page/_career.scss */
  .listing-table tbody tr:nth-child(odd) td,
  .listing-table tbody tr:nth-child(odd) th {
    background: #FFF;
  }
  /* line 183, sass/page/_career.scss */
  .listing-table tbody tr:nth-child(even) td,
  .listing-table tbody tr:nth-child(even) th {
    background: #F7F7F7;
  }
  /* line 192, sass/page/_career.scss */
  .listing-table thead th {
    background: #fff2ea;
  }
  /* line 203, sass/page/_career.scss */
  .jp-td--name {
    font-weight: 700;
    width: 46.21212121%;
  }
  /* line 209, sass/page/_career.scss */
  .jp-td--ref {
    width: 18.18181818%;
  }
  /* line 213, sass/page/_career.scss */
  .jp-td--dept {
    width: 25.37878788%;
  }
  /* line 217, sass/page/_career.scss */
  .jp-td--date {
    width: 10.22727273%;
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  /* line 229, sass/page/_career.scss */
  .listing-table,
  .listing-table > thead,
  .listing-table > thead > tr,
  .listing-table > thead > th,
  .listing-table > thead > td,
  .listing-table > tbody,
  .listing-table > tbody > tr,
  .listing-table > tbody > tr > th,
  .listing-table > tbody > tr > td {
    display: block;
    width: auto;
  }
  /* line 243, sass/page/_career.scss */
  .listing-table > thead {
    display: none !important;
  }
  /* line 248, sass/page/_career.scss */
  .listing-table > tbody > tr {
    padding: 10px 0;
  }
  /* line 251, sass/page/_career.scss */
  .listing-table > tbody > tr:nth-child(odd) {
    background: #F7F7F7;
  }
  /* line 255, sass/page/_career.scss */
  .listing-table > tbody > tr > td {
    height: auto;
    padding: 3px 15px;
    background: transparent !important;
  }
  /* line 261, sass/page/_career.scss */
  .listing-table > tbody > tr > td.jp-td--name {
    font-size: 1.3em;
    margin: 0 0 3px;
  }
  /* line 265, sass/page/_career.scss */
  .listing-table > tbody > tr > td.jp-td--name:before {
    display: none;
  }
  /* line 270, sass/page/_career.scss */
  .listing-table > tbody > tr > td:before {
    display: inline-block;
    width: 7em;
    margin: 0 .3em 0 0;
    content: attr(data-mobile-info);
  }
}
/* line 287, sass/page/_career.scss */
.job-d-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  /* line 287, sass/page/_career.scss */
  .job-d-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  /* line 297, sass/page/_career.scss */
  .job-d__left {
    width: 65.90909091%;
  }
  /* line 301, sass/page/_career.scss */
  .job-d__right {
    width: 31.51515152%;
  }
}
@media (max-width: 767.98px) {
  /* line 309, sass/page/_career.scss */
  .job-d__right {
    margin-top: 1.25em;
  }
}
/* line 318, sass/page/_career.scss */
.job-d-btn {
  margin: 2.5em 0 0;
}
/* line 322, sass/page/_career.scss */
.job-d__apply {
  width: 100%;
  max-width: 17.5em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 1, sass/page/_sitemap.scss */
  .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 8, sass/page/_sitemap.scss */
.sitemap a {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 14, sass/page/_sitemap.scss */
  .st-col {
    width: 45%;
  }
}
/* line 26, sass/page/_sitemap.scss */
.st__list--1 {
  font-size: 1.125rem;
}
/* line 29, sass/page/_sitemap.scss */
.st__list--1:first-child {
  margin-top: 0;
}
/* line 34, sass/page/_sitemap.scss */
.st__list--2 {
  font-size: 1rem;
}
/* line 46, sass/helper/_list.scss */
.st__list--2 > li {
  position: relative;
  padding: 0 0 0 1.66666667em;
}
/* line 51, sass/helper/_list.scss */
.st__list--2 > li:before {
  position: absolute;
  top: 0.625em;
  left: 0.1875em;
  width: 0.375em;
  height: 0.375em;
  content: "";
  background: currentColor;
}
/* line 40, sass/page/_sitemap.scss */
.st__list--2 a:hover {
  text-decoration: underline;
}
/* line 46, sass/page/_sitemap.scss */
.st__list--3 {
  font-size: 0.875rem;
}
/* line 104, sass/helper/_list.scss */
.st__list--3 > li {
  position: relative;
  padding: 0 0 0 1.71428571em;
}
/* line 109, sass/helper/_list.scss */
.st__list--3 > li a {
  text-decoration: none;
  color: currentColor;
}
/* line 113, sass/helper/_list.scss */
.st__list--3 > li a:hover {
  text-decoration: underline;
}
/* line 118, sass/helper/_list.scss */
.st__list--3 > li:before {
  position: absolute;
  top: -.1em;
  left: 0;
  content: "\e904";
  color: currentColor;
}
/* line 52, sass/page/_sitemap.scss */
.st__list--4 {
  font-size: 0.75rem;
}
/* line 139, sass/helper/_list.scss */
.st__list--4 > li {
  position: relative;
  padding: 0 0 0 1.25em;
}
/* line 144, sass/helper/_list.scss */
.st__list--4 > li:before {
  height: 1px;
  width: 0.4375em;
  content: '';
  top: 50%;
  left: 0.25em;
  background: #003531;
  position: absolute;
}
/* line 62, sass/page/_sitemap.scss */
.st__item--1 {
  margin: 1.94444444em 0;
  color: #006a63;
}
/* line 69, sass/page/_sitemap.scss */
.st__item--2 {
  margin: 0.5625em 0;
  color: #333333;
}
/* line 73, sass/page/_sitemap.scss */
.st__item--2:before {
  top: 0.4375em !important;
  background: #e6762d !important;
}
/* line 81, sass/page/_sitemap.scss */
.st__item--3 {
  margin: 0.5em 0;
}
/* line 84, sass/page/_sitemap.scss */
.st__item--3:before {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
/* line 89, sass/page/_sitemap.scss */
.st__item--4 {
  margin: 0.5em 0;
}
/* line 96, sass/page/_sitemap.scss */
.st__link--1 {
  font-weight: 700;
}
/* line 1, sass/ckec/_ckec.scss */
.ckec,
.cke_editable,
.cke_panel_block {
  line-height: 1.55555556;
  font-size: 1.125rem;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/ckec/_ckec.scss */
  .ckec,
  .cke_editable,
  .cke_panel_block {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  /* line 1, sass/ckec/_ckec.scss */
  .ckec,
  .cke_editable,
  .cke_panel_block {
    font-size: 0.875rem;
  }
}
/* line 15, sass/ckec/_ckec.scss */
.ckec h1,
.ckec h2,
.ckec h3,
.ckec h4,
.ckec h5,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_panel_block h1,
.cke_panel_block h2,
.cke_panel_block h3,
.cke_panel_block h4,
.cke_panel_block h5 {
  margin: 2.25em 0 0.75em;
  line-height: 1.25;
}
/* line 24, sass/ckec/_ckec.scss */
.ckec h1,
.cke_editable h1,
.cke_panel_block h1 {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0 0 0.8em;
  color: #e6762d;
}
@media (max-width: 991.98px) {
  /* line 24, sass/ckec/_ckec.scss */
  .ckec h1,
  .cke_editable h1,
  .cke_panel_block h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  /* line 24, sass/ckec/_ckec.scss */
  .ckec h1,
  .cke_editable h1,
  .cke_panel_block h1 {
    font-size: 1.375rem;
  }
}
/* line 42, sass/ckec/_ckec.scss */
.ckec h2,
.cke_editable h2,
.cke_panel_block h2 {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  /* line 42, sass/ckec/_ckec.scss */
  .ckec h2,
  .cke_editable h2,
  .cke_panel_block h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  /* line 42, sass/ckec/_ckec.scss */
  .ckec h2,
  .cke_editable h2,
  .cke_panel_block h2 {
    font-size: 1.0625rem;
  }
}
/* line 57, sass/ckec/_ckec.scss */
.ckec h3,
.cke_editable h3,
.cke_panel_block h3 {
  font-size: 1.33333333rem;
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
}
@media (max-width: 991.98px) {
  /* line 57, sass/ckec/_ckec.scss */
  .ckec h3,
  .cke_editable h3,
  .cke_panel_block h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  /* line 57, sass/ckec/_ckec.scss */
  .ckec h3,
  .cke_editable h3,
  .cke_panel_block h3 {
    font-size: 1.0625rem;
  }
}
/* line 73, sass/ckec/_ckec.scss */
.ckec h4,
.cke_editable h4,
.cke_panel_block h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #e6762d;
}
@media (max-width: 991.98px) {
  /* line 73, sass/ckec/_ckec.scss */
  .ckec h4,
  .cke_editable h4,
  .cke_panel_block h4 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  /* line 73, sass/ckec/_ckec.scss */
  .ckec h4,
  .cke_editable h4,
  .cke_panel_block h4 {
    font-size: 1rem;
  }
}
/* line 98, sass/ckec/_ckec.scss */
.cke_panel_block h1,
.cke_panel_block h2,
.cke_panel_block h3,
.cke_panel_block h4,
.cke_panel_block h5 {
  margin: 0 !important;
}
/* line 115, sass/ckec/_ckec.scss */
.ckec span[style*="background-color"],
.cke_editable span[style*="background-color"] {
  display: inline-block;
  padding: 0 .3em;
  vertical-align: top;
}
/* line 127, sass/ckec/_ckec.scss */
.ckec a,
.cke_editable a {
  text-decoration: none;
}
/* line 133, sass/ckec/_ckec.scss */
.ckec a:hover, .ckec a:focus,
.cke_editable a:hover,
.cke_editable a:focus {
  text-decoration: underline;
}
/* line 150, sass/ckec/_ckec.scss */
.ckec h1 + h1,
.ckec h1 + h2,
.ckec h1 + h3,
.ckec h1 + h4,
.ckec h1 + h5,
.ckec h1 + h6,
.ckec h2 + h1,
.ckec h2 + h2,
.ckec h2 + h3,
.ckec h2 + h4,
.ckec h2 + h5,
.ckec h2 + h6,
.ckec h3 + h1,
.ckec h3 + h2,
.ckec h3 + h3,
.ckec h3 + h4,
.ckec h3 + h5,
.ckec h3 + h6,
.ckec h4 + h1,
.ckec h4 + h2,
.ckec h4 + h3,
.ckec h4 + h4,
.ckec h4 + h5,
.ckec h4 + h6,
.ckec h5 + h1,
.ckec h5 + h2,
.ckec h5 + h3,
.ckec h5 + h4,
.ckec h5 + h5,
.ckec h5 + h6,
.ckec h6 + h1,
.ckec h6 + h2,
.ckec h6 + h3,
.ckec h6 + h4,
.ckec h6 + h5,
.ckec h6 + h6,
.cke_editable h1 + h1,
.cke_editable h1 + h2,
.cke_editable h1 + h3,
.cke_editable h1 + h4,
.cke_editable h1 + h5,
.cke_editable h1 + h6,
.cke_editable h2 + h1,
.cke_editable h2 + h2,
.cke_editable h2 + h3,
.cke_editable h2 + h4,
.cke_editable h2 + h5,
.cke_editable h2 + h6,
.cke_editable h3 + h1,
.cke_editable h3 + h2,
.cke_editable h3 + h3,
.cke_editable h3 + h4,
.cke_editable h3 + h5,
.cke_editable h3 + h6,
.cke_editable h4 + h1,
.cke_editable h4 + h2,
.cke_editable h4 + h3,
.cke_editable h4 + h4,
.cke_editable h4 + h5,
.cke_editable h4 + h6,
.cke_editable h5 + h1,
.cke_editable h5 + h2,
.cke_editable h5 + h3,
.cke_editable h5 + h4,
.cke_editable h5 + h5,
.cke_editable h5 + h6,
.cke_editable h6 + h1,
.cke_editable h6 + h2,
.cke_editable h6 + h3,
.cke_editable h6 + h4,
.cke_editable h6 + h5,
.cke_editable h6 + h6 {
  margin-top: .6em;
}
/* line 161, sass/ckec/_ckec.scss */
.ckec ul,
.cke_editable ul {
  padding-left: 1.25em;
}
/* line 166, sass/ckec/_ckec.scss */
.ckec ul:not([style*="list-style-type"]):not([class]) > li:before,
.cke_editable ul:not([style*="list-style-type"]):not([class]) > li:before {
  background: #e6762d;
}
/* line 179, sass/ckec/_ckec.scss */
.ckec ol,
.cke_editable ol {
  padding-left: 0;
}
/* line 182, sass/ckec/_ckec.scss */
.ckec ol:not([style*="list-style-type"]):not([class]),
.cke_editable ol:not([style*="list-style-type"]):not([class]) {
  counter-reset: item;
}
/* line 198, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class]) > li:before,
.cke_editable ol:not([style*="list-style-type"]):not([class]) > li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="1"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="1"] {
  counter-reset: item 0;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="2"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="2"] {
  counter-reset: item 1;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="3"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="3"] {
  counter-reset: item 2;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="4"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="4"] {
  counter-reset: item 3;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="5"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="5"] {
  counter-reset: item 4;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="6"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="6"] {
  counter-reset: item 5;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="7"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="7"] {
  counter-reset: item 6;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="8"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="8"] {
  counter-reset: item 7;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="9"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="9"] {
  counter-reset: item 8;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="10"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="10"] {
  counter-reset: item 9;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="11"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="11"] {
  counter-reset: item 10;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="12"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="12"] {
  counter-reset: item 11;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="13"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="13"] {
  counter-reset: item 12;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="14"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="14"] {
  counter-reset: item 13;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="15"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="15"] {
  counter-reset: item 14;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="16"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="16"] {
  counter-reset: item 15;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="17"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="17"] {
  counter-reset: item 16;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="18"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="18"] {
  counter-reset: item 17;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="19"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="19"] {
  counter-reset: item 18;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="20"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="20"] {
  counter-reset: item 19;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="21"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="21"] {
  counter-reset: item 20;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="22"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="22"] {
  counter-reset: item 21;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="23"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="23"] {
  counter-reset: item 22;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="24"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="24"] {
  counter-reset: item 23;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="25"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="25"] {
  counter-reset: item 24;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="26"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="26"] {
  counter-reset: item 25;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="27"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="27"] {
  counter-reset: item 26;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="28"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="28"] {
  counter-reset: item 27;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="29"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="29"] {
  counter-reset: item 28;
}
/* line 204, sass/helper/_list.scss */
.ckec ol:not([style*="list-style-type"]):not([class])[start="30"],
.cke_editable ol:not([style*="list-style-type"]):not([class])[start="30"] {
  counter-reset: item 29;
}
/* line 185, sass/ckec/_ckec.scss */
.ckec ol:not([style*="list-style-type"]):not([class]) > li,
.cke_editable ol:not([style*="list-style-type"]):not([class]) > li {
  line-height: 1.4;
  position: relative;
  margin-left: 0;
  padding-left: 2.25em;
}
/* line 191, sass/ckec/_ckec.scss */
.ckec ol:not([style*="list-style-type"]):not([class]) > li:before,
.cke_editable ol:not([style*="list-style-type"]):not([class]) > li:before {
  font-weight: 700;
  position: absolute;
  left: 0;
}
/* line 200, sass/ckec/_ckec.scss */
.ckec ol > li,
.cke_editable ol > li {
  padding-left: 1.25em;
}
/* line 207, sass/ckec/_ckec.scss */
.ckec ol[style*="lower-alpha"] > li,
.cke_editable ol[style*="lower-alpha"] > li {
  position: relative;
  margin-left: 0;
  padding-left: 2.25em;
}
/* line 212, sass/ckec/_ckec.scss */
.ckec ol[style*="lower-alpha"] > li:before,
.cke_editable ol[style*="lower-alpha"] > li:before {
  font-weight: 700;
  position: absolute;
  left: 0;
}
/* line 226, sass/ckec/_ckec.scss */
.ckec ol > li,
.ckec ul > li,
.cke_editable ol > li,
.cke_editable ul > li {
  margin-bottom: 1.07142857em;
}
/* line 231, sass/ckec/_ckec.scss */
.ckec ol > li ol, .ckec ol > li ol[style],
.ckec ol > li ul,
.ckec ol > li ul[style],
.ckec ul > li ol,
.ckec ul > li ol[style],
.ckec ul > li ul,
.ckec ul > li ul[style],
.cke_editable ol > li ol,
.cke_editable ol > li ol[style],
.cke_editable ol > li ul,
.cke_editable ol > li ul[style],
.cke_editable ul > li ol,
.cke_editable ul > li ol[style],
.cke_editable ul > li ul,
.cke_editable ul > li ul[style] {
  margin-top: .3em !important;
}
/* line 236, sass/ckec/_ckec.scss */
.ckec ol > li ol > li,
.ckec ol > li ul > li,
.ckec ul > li ol > li,
.ckec ul > li ul > li,
.cke_editable ol > li ol > li,
.cke_editable ol > li ul > li,
.cke_editable ul > li ol > li,
.cke_editable ul > li ul > li {
  margin-bottom: 0;
}
/* line 238, sass/ckec/_ckec.scss */
.ckec ol > li ol > li:before,
.ckec ol > li ul > li:before,
.ckec ul > li ol > li:before,
.ckec ul > li ul > li:before,
.cke_editable ol > li ol > li:before,
.cke_editable ol > li ul > li:before,
.cke_editable ul > li ol > li:before,
.cke_editable ul > li ul > li:before {
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: currentColor !important;
}
/* line 247, sass/ckec/_ckec.scss */
.ckec ol > li ul, .ckec ol > li ul[style],
.ckec ul > li ul,
.ckec ul > li ul[style],
.cke_editable ol > li ul,
.cke_editable ol > li ul[style],
.cke_editable ul > li ul,
.cke_editable ul > li ul[style] {
  margin-left: 1.3em;
}
@media (max-width: 575.98px) {
  /* line 262, sass/ckec/_ckec.scss */
  .ckec ol > li ul, .ckec ol > li ul[style],
  .ckec ul > li ul,
  .ckec ul > li ul[style],
  .cke_editable ol > li ul,
  .cke_editable ol > li ul[style],
  .cke_editable ul > li ul,
  .cke_editable ul > li ul[style] {
    margin-left: 0;
  }
  /* line 269, sass/ckec/_ckec.scss */
  .ckec ol > li ol, .ckec ol > li ol[style],
  .ckec ul > li ol,
  .ckec ul > li ol[style],
  .cke_editable ol > li ol,
  .cke_editable ol > li ol[style],
  .cke_editable ul > li ol,
  .cke_editable ul > li ol[style] {
    margin-left: 1.25em;
  }
}
/* line 278, sass/ckec/_ckec.scss */
.ckec hr,
.cke_editable hr {
  height: 1px;
  margin: 2em auto;
  padding: 0;
  border: 0;
}
/* line 286, sass/ckec/_ckec.scss */
.ckec strong,
.cke_editable strong {
  font-weight: 600;
}
/* line 295, sass/ckec/_ckec.scss */
.ckec li > p,
.cke_editable li > p {
  font-size: 1em;
}
/* line 299, sass/ckec/_ckec.scss */
.ckec li li,
.cke_editable li li {
  font-size: 1em;
}
/* line 303, sass/ckec/_ckec.scss */
.ckec p,
.ckec li,
.ckec td,
.ckec th,
.cke_editable p,
.cke_editable li,
.cke_editable td,
.cke_editable th {
  margin: 0 0 0.21428571em;
}
/* line 309, sass/ckec/_ckec.scss */
.ckec p a,
.ckec li a,
.ckec td a,
.ckec th a,
.cke_editable p a,
.cke_editable li a,
.cke_editable td a,
.cke_editable th a {
  color: #006a63;
  text-decoration: underline;
}
/* line 313, sass/ckec/_ckec.scss */
.ckec p a:hover,
.ckec li a:hover,
.ckec td a:hover,
.ckec th a:hover,
.cke_editable p a:hover,
.cke_editable li a:hover,
.cke_editable td a:hover,
.cke_editable th a:hover {
  text-decoration: none;
}
/* line 318, sass/ckec/_ckec.scss */
.ckec table,
.cke_editable table {
  border: 0;
}
/* line 320, sass/ckec/_ckec.scss */
.ckec table td,
.ckec table th,
.cke_editable table td,
.cke_editable table th {
  vertical-align: top;
}
/* line 323, sass/ckec/_ckec.scss */
.ckec table td p,
.ckec table td li,
.ckec table td td,
.ckec table td th,
.ckec table th p,
.ckec table th li,
.ckec table th td,
.ckec table th th,
.cke_editable table td p,
.cke_editable table td li,
.cke_editable table td td,
.cke_editable table td th,
.cke_editable table th p,
.cke_editable table th li,
.cke_editable table th td,
.cke_editable table th th {
  font-size: 1em;
}
/* line 331, sass/ckec/_ckec.scss */
.ckec table th,
.cke_editable table th {
  line-height: 1.2;
  color: #FFF;
  border: 0;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="1"] td,
.ckec table[cellpadding="1"] th,
.cke_editable table[cellpadding="1"] td,
.cke_editable table[cellpadding="1"] th {
  padding: 1px !important;
  padding: 1px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="1"] td:first-child,
.ckec table[cellpadding="1"] th:first-child,
.cke_editable table[cellpadding="1"] td:first-child,
.cke_editable table[cellpadding="1"] th:first-child {
  padding-left: 2px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="1"] td:last-child,
.ckec table[cellpadding="1"] th:last-child,
.cke_editable table[cellpadding="1"] td:last-child,
.cke_editable table[cellpadding="1"] th:last-child {
  padding-right: 2px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="2"] td,
.ckec table[cellpadding="2"] th,
.cke_editable table[cellpadding="2"] td,
.cke_editable table[cellpadding="2"] th {
  padding: 2px !important;
  padding: 2px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="2"] td:first-child,
.ckec table[cellpadding="2"] th:first-child,
.cke_editable table[cellpadding="2"] td:first-child,
.cke_editable table[cellpadding="2"] th:first-child {
  padding-left: 4px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="2"] td:last-child,
.ckec table[cellpadding="2"] th:last-child,
.cke_editable table[cellpadding="2"] td:last-child,
.cke_editable table[cellpadding="2"] th:last-child {
  padding-right: 4px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="3"] td,
.ckec table[cellpadding="3"] th,
.cke_editable table[cellpadding="3"] td,
.cke_editable table[cellpadding="3"] th {
  padding: 3px !important;
  padding: 3px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="3"] td:first-child,
.ckec table[cellpadding="3"] th:first-child,
.cke_editable table[cellpadding="3"] td:first-child,
.cke_editable table[cellpadding="3"] th:first-child {
  padding-left: 6px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="3"] td:last-child,
.ckec table[cellpadding="3"] th:last-child,
.cke_editable table[cellpadding="3"] td:last-child,
.cke_editable table[cellpadding="3"] th:last-child {
  padding-right: 6px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="4"] td,
.ckec table[cellpadding="4"] th,
.cke_editable table[cellpadding="4"] td,
.cke_editable table[cellpadding="4"] th {
  padding: 4px !important;
  padding: 4px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="4"] td:first-child,
.ckec table[cellpadding="4"] th:first-child,
.cke_editable table[cellpadding="4"] td:first-child,
.cke_editable table[cellpadding="4"] th:first-child {
  padding-left: 8px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="4"] td:last-child,
.ckec table[cellpadding="4"] th:last-child,
.cke_editable table[cellpadding="4"] td:last-child,
.cke_editable table[cellpadding="4"] th:last-child {
  padding-right: 8px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="5"] td,
.ckec table[cellpadding="5"] th,
.cke_editable table[cellpadding="5"] td,
.cke_editable table[cellpadding="5"] th {
  padding: 5px !important;
  padding: 5px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="5"] td:first-child,
.ckec table[cellpadding="5"] th:first-child,
.cke_editable table[cellpadding="5"] td:first-child,
.cke_editable table[cellpadding="5"] th:first-child {
  padding-left: 10px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="5"] td:last-child,
.ckec table[cellpadding="5"] th:last-child,
.cke_editable table[cellpadding="5"] td:last-child,
.cke_editable table[cellpadding="5"] th:last-child {
  padding-right: 10px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="6"] td,
.ckec table[cellpadding="6"] th,
.cke_editable table[cellpadding="6"] td,
.cke_editable table[cellpadding="6"] th {
  padding: 6px !important;
  padding: 6px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="6"] td:first-child,
.ckec table[cellpadding="6"] th:first-child,
.cke_editable table[cellpadding="6"] td:first-child,
.cke_editable table[cellpadding="6"] th:first-child {
  padding-left: 12px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="6"] td:last-child,
.ckec table[cellpadding="6"] th:last-child,
.cke_editable table[cellpadding="6"] td:last-child,
.cke_editable table[cellpadding="6"] th:last-child {
  padding-right: 12px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="7"] td,
.ckec table[cellpadding="7"] th,
.cke_editable table[cellpadding="7"] td,
.cke_editable table[cellpadding="7"] th {
  padding: 7px !important;
  padding: 7px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="7"] td:first-child,
.ckec table[cellpadding="7"] th:first-child,
.cke_editable table[cellpadding="7"] td:first-child,
.cke_editable table[cellpadding="7"] th:first-child {
  padding-left: 14px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="7"] td:last-child,
.ckec table[cellpadding="7"] th:last-child,
.cke_editable table[cellpadding="7"] td:last-child,
.cke_editable table[cellpadding="7"] th:last-child {
  padding-right: 14px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="8"] td,
.ckec table[cellpadding="8"] th,
.cke_editable table[cellpadding="8"] td,
.cke_editable table[cellpadding="8"] th {
  padding: 8px !important;
  padding: 8px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="8"] td:first-child,
.ckec table[cellpadding="8"] th:first-child,
.cke_editable table[cellpadding="8"] td:first-child,
.cke_editable table[cellpadding="8"] th:first-child {
  padding-left: 16px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="8"] td:last-child,
.ckec table[cellpadding="8"] th:last-child,
.cke_editable table[cellpadding="8"] td:last-child,
.cke_editable table[cellpadding="8"] th:last-child {
  padding-right: 16px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="9"] td,
.ckec table[cellpadding="9"] th,
.cke_editable table[cellpadding="9"] td,
.cke_editable table[cellpadding="9"] th {
  padding: 9px !important;
  padding: 9px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="9"] td:first-child,
.ckec table[cellpadding="9"] th:first-child,
.cke_editable table[cellpadding="9"] td:first-child,
.cke_editable table[cellpadding="9"] th:first-child {
  padding-left: 18px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="9"] td:last-child,
.ckec table[cellpadding="9"] th:last-child,
.cke_editable table[cellpadding="9"] td:last-child,
.cke_editable table[cellpadding="9"] th:last-child {
  padding-right: 18px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="10"] td,
.ckec table[cellpadding="10"] th,
.cke_editable table[cellpadding="10"] td,
.cke_editable table[cellpadding="10"] th {
  padding: 10px !important;
  padding: 10px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="10"] td:first-child,
.ckec table[cellpadding="10"] th:first-child,
.cke_editable table[cellpadding="10"] td:first-child,
.cke_editable table[cellpadding="10"] th:first-child {
  padding-left: 20px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="10"] td:last-child,
.ckec table[cellpadding="10"] th:last-child,
.cke_editable table[cellpadding="10"] td:last-child,
.cke_editable table[cellpadding="10"] th:last-child {
  padding-right: 20px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="11"] td,
.ckec table[cellpadding="11"] th,
.cke_editable table[cellpadding="11"] td,
.cke_editable table[cellpadding="11"] th {
  padding: 11px !important;
  padding: 11px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="11"] td:first-child,
.ckec table[cellpadding="11"] th:first-child,
.cke_editable table[cellpadding="11"] td:first-child,
.cke_editable table[cellpadding="11"] th:first-child {
  padding-left: 22px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="11"] td:last-child,
.ckec table[cellpadding="11"] th:last-child,
.cke_editable table[cellpadding="11"] td:last-child,
.cke_editable table[cellpadding="11"] th:last-child {
  padding-right: 22px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="12"] td,
.ckec table[cellpadding="12"] th,
.cke_editable table[cellpadding="12"] td,
.cke_editable table[cellpadding="12"] th {
  padding: 12px !important;
  padding: 12px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="12"] td:first-child,
.ckec table[cellpadding="12"] th:first-child,
.cke_editable table[cellpadding="12"] td:first-child,
.cke_editable table[cellpadding="12"] th:first-child {
  padding-left: 24px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="12"] td:last-child,
.ckec table[cellpadding="12"] th:last-child,
.cke_editable table[cellpadding="12"] td:last-child,
.cke_editable table[cellpadding="12"] th:last-child {
  padding-right: 24px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="13"] td,
.ckec table[cellpadding="13"] th,
.cke_editable table[cellpadding="13"] td,
.cke_editable table[cellpadding="13"] th {
  padding: 13px !important;
  padding: 13px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="13"] td:first-child,
.ckec table[cellpadding="13"] th:first-child,
.cke_editable table[cellpadding="13"] td:first-child,
.cke_editable table[cellpadding="13"] th:first-child {
  padding-left: 26px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="13"] td:last-child,
.ckec table[cellpadding="13"] th:last-child,
.cke_editable table[cellpadding="13"] td:last-child,
.cke_editable table[cellpadding="13"] th:last-child {
  padding-right: 26px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="14"] td,
.ckec table[cellpadding="14"] th,
.cke_editable table[cellpadding="14"] td,
.cke_editable table[cellpadding="14"] th {
  padding: 14px !important;
  padding: 14px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="14"] td:first-child,
.ckec table[cellpadding="14"] th:first-child,
.cke_editable table[cellpadding="14"] td:first-child,
.cke_editable table[cellpadding="14"] th:first-child {
  padding-left: 28px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="14"] td:last-child,
.ckec table[cellpadding="14"] th:last-child,
.cke_editable table[cellpadding="14"] td:last-child,
.cke_editable table[cellpadding="14"] th:last-child {
  padding-right: 28px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="15"] td,
.ckec table[cellpadding="15"] th,
.cke_editable table[cellpadding="15"] td,
.cke_editable table[cellpadding="15"] th {
  padding: 15px !important;
  padding: 15px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="15"] td:first-child,
.ckec table[cellpadding="15"] th:first-child,
.cke_editable table[cellpadding="15"] td:first-child,
.cke_editable table[cellpadding="15"] th:first-child {
  padding-left: 30px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="15"] td:last-child,
.ckec table[cellpadding="15"] th:last-child,
.cke_editable table[cellpadding="15"] td:last-child,
.cke_editable table[cellpadding="15"] th:last-child {
  padding-right: 30px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="16"] td,
.ckec table[cellpadding="16"] th,
.cke_editable table[cellpadding="16"] td,
.cke_editable table[cellpadding="16"] th {
  padding: 16px !important;
  padding: 16px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="16"] td:first-child,
.ckec table[cellpadding="16"] th:first-child,
.cke_editable table[cellpadding="16"] td:first-child,
.cke_editable table[cellpadding="16"] th:first-child {
  padding-left: 32px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="16"] td:last-child,
.ckec table[cellpadding="16"] th:last-child,
.cke_editable table[cellpadding="16"] td:last-child,
.cke_editable table[cellpadding="16"] th:last-child {
  padding-right: 32px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="17"] td,
.ckec table[cellpadding="17"] th,
.cke_editable table[cellpadding="17"] td,
.cke_editable table[cellpadding="17"] th {
  padding: 17px !important;
  padding: 17px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="17"] td:first-child,
.ckec table[cellpadding="17"] th:first-child,
.cke_editable table[cellpadding="17"] td:first-child,
.cke_editable table[cellpadding="17"] th:first-child {
  padding-left: 34px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="17"] td:last-child,
.ckec table[cellpadding="17"] th:last-child,
.cke_editable table[cellpadding="17"] td:last-child,
.cke_editable table[cellpadding="17"] th:last-child {
  padding-right: 34px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="18"] td,
.ckec table[cellpadding="18"] th,
.cke_editable table[cellpadding="18"] td,
.cke_editable table[cellpadding="18"] th {
  padding: 18px !important;
  padding: 18px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="18"] td:first-child,
.ckec table[cellpadding="18"] th:first-child,
.cke_editable table[cellpadding="18"] td:first-child,
.cke_editable table[cellpadding="18"] th:first-child {
  padding-left: 36px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="18"] td:last-child,
.ckec table[cellpadding="18"] th:last-child,
.cke_editable table[cellpadding="18"] td:last-child,
.cke_editable table[cellpadding="18"] th:last-child {
  padding-right: 36px !important;
}
/* line 367, sass/ckec/_ckec.scss */
.ckec table[cellpadding="19"] td,
.ckec table[cellpadding="19"] th,
.cke_editable table[cellpadding="19"] td,
.cke_editable table[cellpadding="19"] th {
  padding: 19px !important;
  padding: 19px !important;
}
/* line 372, sass/ckec/_ckec.scss */
.ckec table[cellpadding="19"] td:first-child,
.ckec table[cellpadding="19"] th:first-child,
.cke_editable table[cellpadding="19"] td:first-child,
.cke_editable table[cellpadding="19"] th:first-child {
  padding-left: 38px !important;
}
/* line 376, sass/ckec/_ckec.scss */
.ckec table[cellpadding="19"] td:last-child,
.ckec table[cellpadding="19"] th:last-child,
.cke_editable table[cellpadding="19"] td:last-child,
.cke_editable table[cellpadding="19"] th:last-child {
  padding-right: 38px !important;
}
/* line 383, sass/ckec/_ckec.scss */
.ckec table[border="0"] td,
.ckec table[border="0"] th,
.cke_editable table[border="0"] td,
.cke_editable table[border="0"] th {
  border: none;
}
/* line 388, sass/ckec/_ckec.scss */
.ckec > *:first-child:not(.css-template-wrap),
.ckec > span:first-child + *:not(.css-template-wrap),
.cke_editable > *:first-child:not(.css-template-wrap),
.cke_editable > span:first-child + *:not(.css-template-wrap) {
  margin-top: 0 !important;
}
/* line 391, sass/ckec/_ckec.scss */
.ckec > *:first-child:not(.css-template-wrap) > *:first-child:not(.css-template-wrap),
.ckec > span:first-child + *:not(.css-template-wrap) > *:first-child:not(.css-template-wrap),
.cke_editable > *:first-child:not(.css-template-wrap) > *:first-child:not(.css-template-wrap),
.cke_editable > span:first-child + *:not(.css-template-wrap) > *:first-child:not(.css-template-wrap) {
  margin-top: 0 !important;
}
/* line 399, sass/ckec/_ckec.scss */
.ckec img,
.cke_editable img {
  max-width: 100%;
  height: auto !important;
}
/* line 409, sass/ckec/_ckec.scss */
.ckec.ckec-moreline-height {
  line-height: 1.875;
}
/* line 413, sass/ckec/_ckec.scss */
.ckec > *:last-child:not(.css-template-wrap) {
  margin-bottom: 0 !important;
}
/* line 421, sass/ckec/_ckec.scss */
.ckec hr,
.cke_editable hr {
  background: #e6762d;
  margin: 1.5em 0;
}
/* line 2, sass/module/_rte-template.scss */
.rte-template:after {
  font-size: 0;
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}
/* line 13, sass/module/_rte-template.scss */
.rte-img__container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 18, sass/module/_rte-template.scss */
.rte-img--right .rte-img__container {
  float: right;
  margin-left: 3.38709677%;
}
/* line 22, sass/module/_rte-template.scss */
.rte-img--left .rte-img__container {
  float: left;
  margin-right: 3.38709677%;
}
/* line 28, sass/module/_rte-template.scss */
.rte-img--left .rte-img__container img,
.rte-img--right .rte-img__container img {
  display: block;
  zoom: 1;
  max-width: 100%;
  height: auto !important;
}
/* line 36, sass/module/_rte-template.scss */
.rte-img--center .rte-img__container img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
/* line 45, sass/module/_rte-template.scss */
.rte-img--nowrap .rte-img__container, .rte-img--nowrap
.rte-img__content {
  overflow: hidden;
}
/* line 50, sass/module/_rte-template.scss */
.rte-img__content > *:first-child {
  margin-top: 0;
}
/* line 54, sass/module/_rte-template.scss */
.rte-img__caption {
  font-style: italic;
  line-height: 1.38461538 !important;
  margin: 0 !important;
  padding: 8px 22px;
  background: #F0F0F0;
}
@media (max-width: 767.98px) {
  /* line 65, sass/module/_rte-template.scss */
  .ckec .rte-img--right .rte-img__container,
  .ckec .rte-img--left .rte-img__container {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  /* line 70, sass/module/_rte-template.scss */
  .ckec .rte-img--right .rte-img__container .rte-video,
  .ckec .rte-img--left .rte-img__container .rte-video {
    display: block;
  }
  /* line 74, sass/module/_rte-template.scss */
  .ckec .rte-img--right img,
  .ckec .rte-img--left img {
    width: 100% !important;
  }
  /* line 77, sass/module/_rte-template.scss */
  .ckec .rte-img--right .rte-img__caption,
  .ckec .rte-img--left .rte-img__caption {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 80, sass/module/_rte-template.scss */
  .ckec .rte-img--right .rte-img__caption br,
  .ckec .rte-img--left .rte-img__caption br {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  /* line 87, sass/module/_rte-template.scss */
  .ckec .rte-video {
    display: block !important;
  }
  /* line 89, sass/module/_rte-template.scss */
  .ckec .rte-video img {
    width: 100% !important;
  }
}
/* line 102, sass/module/_rte-template.scss */
.ckec table.rte-table--even > tbody > tr:nth-child(even) > td, .ckec table.rte-table--even > tbody > tr:nth-child(even) > th,
.cke_editable table.rte-table--even > tbody > tr:nth-child(even) > td,
.cke_editable table.rte-table--even > tbody > tr:nth-child(even) > th {
  background: #f5f5f5;
}
/* line 109, sass/module/_rte-template.scss */
.ckec table.rte-table--border-bottom > tbody > tr > td, .ckec table.rte-table--border-bottom > tbody > tr th,
.cke_editable table.rte-table--border-bottom > tbody > tr > td,
.cke_editable table.rte-table--border-bottom > tbody > tr th {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
}
/* line 124, sass/module/_rte-template.scss */
.ckec .rte-green-blk-large,
.cke_editable .rte-green-blk-large {
  background: url("../img/green-blk-bg.jpg") center top #006a63 no-repeat;
  background-size: 100% auto;
  color: #fff;
  margin: 2.22222222em 0;
  padding: 1.77777778em 2.11111111em;
}
@media (max-width: 767.98px) {
  /* line 124, sass/module/_rte-template.scss */
  .ckec .rte-green-blk-large,
  .cke_editable .rte-green-blk-large {
    padding: 1.0625rem 0.9375rem 0.9375rem;
  }
}
/* line 140, sass/module/_rte-template.scss */
.ckec .rte-green-blk-large li:before,
.cke_editable .rte-green-blk-large li:before {
  background: #fff !important;
}
/* line 145, sass/module/_rte-template.scss */
.ckec .rte-green-blk-large__title,
.cke_editable .rte-green-blk-large__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-weight: 700;
  font-size: 2.66666667em;
  padding: 0 0 0.16666667em;
  border-bottom: 1px solid #fff;
  line-height: 1.1;
  margin: 0 0 0.27083333em;
}
@media (max-width: 991.98px) {
  /* line 145, sass/module/_rte-template.scss */
  .ckec .rte-green-blk-large__title,
  .cke_editable .rte-green-blk-large__title {
    font-size: 2.22222222em;
  }
}
@media (max-width: 767.98px) {
  /* line 145, sass/module/_rte-template.scss */
  .ckec .rte-green-blk-large__title,
  .cke_editable .rte-green-blk-large__title {
    font-size: 1.77777778em;
  }
}
/* line 170, sass/module/_rte-template.scss */
.full-width-img img {
  display: block;
}
/* line 174, sass/module/_rte-template.scss */
.full-width-img + .char-sect {
  margin: -6.66666667em 0 3.33333333em;
}
@media (max-width: 767.98px) {
  /* line 174, sass/module/_rte-template.scss */
  .full-width-img + .char-sect {
    margin: -8% 0 2.22222222em;
  }
}
/* line 183, sass/module/_rte-template.scss */
.char-sect {
  padding: 2em 5.27777778em;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  /* line 183, sass/module/_rte-template.scss */
  .char-sect {
    padding: 1.55555556em 1.94444444em;
  }
}
@media (max-width: 767.98px) {
  /* line 183, sass/module/_rte-template.scss */
  .char-sect {
    padding: 1.125rem 0.9375rem;
  }
}
/* line 198, sass/module/_rte-template.scss */
.ckec .char-sect__title, .cke_editable .char-sect__title {
  font-family: "Pragati Narrow", 'Roboto', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  font-weight: 700;
  text-align: center;
  color: #006a63;
  font-size: 2.66666667em;
  line-height: 1.1;
  margin: 0 0 0.41666667em;
}
@media (max-width: 1199.98px) {
  /* line 198, sass/module/_rte-template.scss */
  .ckec .char-sect__title, .cke_editable .char-sect__title {
    font-size: 2.44444444em;
  }
}
@media (max-width: 991.98px) {
  /* line 198, sass/module/_rte-template.scss */
  .ckec .char-sect__title, .cke_editable .char-sect__title {
    font-size: 1.88888889em;
  }
}
@media (max-width: 767.98px) {
  /* line 198, sass/module/_rte-template.scss */
  .ckec .char-sect__title, .cke_editable .char-sect__title {
    font-size: 1.44444444em;
  }
}
/* line 225, sass/module/_rte-template.scss */
.char-blk {
  margin: 0.88888889em;
  width: calc(25% - 1.77777778em);
  background: #f7f7f7;
  text-decoration: none !important;
  text-align: center;
  padding: 1.55555556em 0.83333333em 1.77777778em;
  display: block;
  cursor: auto;
}
/* line 245, sass/module/_rte-template.scss */
.char-blk:nth-child(odd) .char-blk__imgw, .char-blk:nth-child(odd) .char-blk__title {
  color: #e6762d;
}
/* line 253, sass/module/_rte-template.scss */
.char-blk:nth-child(even) .char-blk__imgw, .char-blk:nth-child(even) .char-blk__title {
  color: #006a63;
}
@media (max-width: 991.98px) {
  /* line 225, sass/module/_rte-template.scss */
  .char-blk {
    width: calc(25% - 1.33333333em);
    margin: 0.66666667em;
  }
}
@media (max-width: 767.98px) {
  /* line 225, sass/module/_rte-template.scss */
  .char-blk {
    width: calc(50% - 1.33333333em);
  }
}
/* line 268, sass/module/_rte-template.scss */
.char-blk__wrap {
  margin: 1em -0.88888889em -0.88888889em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  /* line 268, sass/module/_rte-template.scss */
  .char-blk__wrap {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  /* line 268, sass/module/_rte-template.scss */
  .char-blk__wrap {
    font-size: 0.6875rem;
    margin-left: -0.66666667em;
    margin-right: -0.66666667em;
  }
}
/* line 289, sass/module/_rte-template.scss */
.char-blk__imgw {
  margin: 0 auto 1.77777778em;
  line-height: 1;
  text-align: center;
  display: block;
}
@media (max-width: 1199.98px) {
  /* line 295, sass/module/_rte-template.scss */
  .char-blk__imgw > img {
    max-height: 5.75rem;
  }
}
@media (max-width: 991.98px) {
  /* line 295, sass/module/_rte-template.scss */
  .char-blk__imgw > img {
    max-height: 4.5625rem;
  }
}
/* line 305, sass/module/_rte-template.scss */
.char-blk__icon {
  font-size: 6.55555556em;
}
/* line 311, sass/module/_rte-template.scss */
.ckec .char-blk__title, .cke_editable .char-blk__title {
  font-size: 1.66666667em;
  line-height: 1;
  font-weight: 700;
  display: block;
}
@media (max-width: 575.98px) {
  /* line 311, sass/module/_rte-template.scss */
  .ckec .char-blk__title, .cke_editable .char-blk__title {
    font-size: 1rem;
  }
}
/* line 328, sass/module/_rte-template.scss */
.ckec .char-blk__text, .cke_editable .char-blk__text {
  font-size: 1em;
  margin: 0.27777778em 0 0;
  line-height: 1.33333333;
  display: block;
}
@media (max-width: 991.98px) {
  /* line 328, sass/module/_rte-template.scss */
  .ckec .char-blk__text, .cke_editable .char-blk__text {
    font-size: 0.8125rem;
  }
}
/* line 343, sass/module/_rte-template.scss */
.ckec .styled-table, .cke_editable .styled-table {
  border: 0;
}
/* line 346, sass/module/_rte-template.scss */
.ckec .styled-table th, .cke_editable .styled-table th {
  font-size: 0.875rem;
  font-weight: 700;
  background: #fff2ea;
  color: #333333;
  text-align: left;
}
/* line 355, sass/module/_rte-template.scss */
.ckec .styled-table th, .ckec .styled-table td, .cke_editable .styled-table th, .cke_editable .styled-table td {
  padding: 0.66666667em 30px;
  border: 0;
}
/* line 366, sass/module/_rte-template.scss */
.ckec .styled-table tbody tr:nth-child(even) td, .cke_editable .styled-table tbody tr:nth-child(even) td {
  background: #F7F7F7;
}

