#cdc-root {
}

#cdc-root div {
    display: block;
  }
#cdc-root label {
  color: #606770;
  cursor: default;
  font-weight: 600;
  vertical-align: middle;
}
#cdc-root .hidden_elem {
  display: none!important;
}
#cdc-root .t3d0 {
  transform: translate3d(0, 0, 0);
}
#cdc-root .clearfix {
  zoom: 1;
}

#cdc-root .chat-icon {
  visibility: hidden;
  z-index: 2147483646; 
  cursor: pointer; 
  position: fixed; 
  bottom: 30px; 
  right: -80px;
  transition: right 0.3s;
}
/* #cdc-root .chat-icon.active { */
#cdc-root .chat-icon {
  visibility: visible;
  right: 25px;
}
#cdc-root .chat-caption {
  visibility: hidden;
  padding: 0px; 
  position: fixed; 
  z-index: 2147483646; 
  border-radius: 8px; 
  top: auto; 
  width: 247px; 
  max-height: calc(100% - 80px); 
  background: none; 
  bottom: 96px; 
  right: -260px; 
  margin-right: 0; 
  visibility: visible; 
  height: 72px;
  transition: right 0.3s;
  transition-delay: 3s;
}
/* #cdc-root .chat-caption.active { */
#cdc-root .chat-caption {
  visibility: visible;
  right: 6px;
}
#cdc-root .chat-box {
  visibility: hidden;
  padding: 0px;
  position: fixed;
  z-index: 2147483646;
  border-radius: 8px;
  top: auto;
  background: none;
  width: 375px;
  bottom: -1000px;
  max-height: calc(100% - 84px);
  right: 16px;
  height: 732px;
  visibility: visible;
  transition: bottom 0.3s;
}
#cdc-root .chat-box.active {
  visibility: visible;
  bottom: 74px;
}
#cdc-root .chat-box ._container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: fixed;
}
#cdc-root .chat-box ._container_div {
  animation: thread_slide_up 200ms forwards;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
  display: flex;
  flex-direction: column;
  height: calc(100% - 24px);
  justify-content: flex-end;
  left: -8px;
  max-height: 708px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 90%;
  width: 375px;
}
#cdc-root .chat-box ._top_bar {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 12px 0 12px;
}
#cdc-root .chat-box ._top_bar ._logo {
  border-radius: 50%;
  height: 36px;
}
#cdc-root .chat-box ._top_bar ._logo_div {
  position: relative;
}
#cdc-root .chat-box ._top_bar ._logo_div ._img {
  align-self: center;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
#cdc-root .chat-box ._top_bar ._title {
  direction: ltr;
  height: 44px;
  margin-left: 12px;
}
#cdc-root .chat-box ._top_bar ._title_div1 {
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  display: flex;
}
#cdc-root .chat-box ._top_bar ._title_div2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  float: none;
  overflow: hidden;
  white-space: normal;
  font-size: 1.2em;
  font-weight: bold;
  word-break: break-all;
}
#cdc-root .chat-box ._top_bar ._subtitle {
  display: flex;
  flex-direction: column-reverse;
  height: 16px;
  overflow: hidden;
}
#cdc-root .chat-box ._top_bar ._subtitle_div {
  overflow: hidden;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  float: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.2em;
}
#cdc-root ._grow {
  flex-grow: 1;
  display: block;
}
#cdc-root .chat-box ._top_bar ._buttons {
  align-items: center;
  display: flex;
}
#cdc-root .chat-box ._top_bar ._buttons ._button {
  align-items: center;
  align-self: center;
  border-radius: 50%;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: 0 0 0 12px;
  outline: none;
  width: 32px;
}
#cdc-root .chat-box ._body {
  flex: 1 1 auto;
  height: 80%;
  overflow-y: auto;
  position: relative;
  word-wrap: break-word;
}
#cdc-root .chat-box ._body ._caution {
  color: #fff;
  font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
#cdc-root .chat-box ._body ._caution .disconnected {
  background-color: #f03d25;
  height: 100%;
}
#cdc-root .chat-box ._body ._panel {
  outline: none;
  padding-bottom: 20px;
}
#cdc-root .uiScrollableArea {
  direction: ltr;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

#cdc-root .chat-box ._body ._panel .conversationContainer {
  margin: 7.5pt;
}
#cdc-root .chat-box ._body ._panel ._datebreak {
  margin: 10px 0;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .40);
  font-size: 0.9em;
  text-align: center;
}
#cdc-root .chat-box ._body ._panel ._datebreak  ._time {
  -webkit-touch-callout: initial;
  -webkit-user-select: text;
}
#cdc-root .chat-box ._body ._panel .logMessage {
  color: rgba(0, 0, 0, .40);
  font-size: 1em;
  margin: 9pt 1.5pt;
  text-align: center;
}
#cdc-root .chat-box ._body ._panel ._messageholder {
  margin-bottom: 7.5pt;
  position: relative;
}
#cdc-root .chat-box ._body ._panel ._messageholder .profilePictureColumn {
  bottom: 0;
  position: absolute;
}
#cdc-root .chat-box ._body ._panel ._messageholder ._icon {
  position: relative;
}
#cdc-root .chat-box ._body ._panel ._messageholder ._icon .profilePicture {
  border-radius: 50%;
  height: 22.5pt;
  width: 22.5pt;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages {
  margin-left: 27pt;
  margin-right: 3.75pt;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages a {
  color: #337ab7;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message:first-of-type ._msg2._cdc:first-of-type, 
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message:first-of-type ._msg2._cdc:first-of-type ._buttons_div:first-child {
  border-top-left-radius: 0.5em;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message:last-of-type ._msg2._cdc:last-of-type, 
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message:last-of-type ._msg2._cdc:last-of-type ._buttons_div:last-child {
  border-bottom-left-radius: 0.5em;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message:first-of-type ._msg2._user:first-of-type, 
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message:first-of-type ._msg2._user:first-of-type ._buttons_div:first-child {
  border-top-right-radius: 0.5em;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message:last-of-type ._msg2._user:last-of-type, 
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message:last-of-type ._msg2._user:last-of-type ._buttons_div:last-child {
  border-bottom-right-radius: 0.5em;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._msg1 {
  border-radius: 3pt;
  clear: both;
  display: block;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 1pt 0;
  max-width: 90%;
  outline: none;
  padding: 6pt 9pt;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._msg2 {
  color: rgba(0, 0, 0, 1);
  float: left;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._msg2._cdc {
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: rgba(0, 0, 0, 0.06);
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._msg2._user {
  margin-right: 10px;
  float: right;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  background-color: rgba(0, 0, 0, 0.06);
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._msg1._msg3 {
  background: none;
  max-width: 97%;
  padding: 0;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._readicon {
  bottom: -1px;
  clear: both;
  float: right;
  position: absolute;
  right: -9px;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._readicon ._img1 {
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._buttons ._buttons_div {
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: #F0F2F5;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  width: 260px;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._buttons ._buttons_div ._button {
  color: #050505;
  display: block;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 8px 0;
  text-align: center;
  cursor: pointer;
  transition: opacity .2s;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._buttons ._buttons_div ._button:first-of-type {
  margin-top: 0;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._buttons ._buttons_div ._buttontext {
  background-color: #E4E6EB;
  border-radius: 6px;
  display: inline-block;
  font-size: .9375rem;
  font-weight: 600;
  height: 100%;
  padding-bottom: 6pt;
  padding-top: 6pt;
  width: 100%;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._msg_unsend {
  clear: both;
  color: #f03d25;
  display: flex;
  flex-direction: row;
  float: right;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 10px;
  opacity: 1;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._icon {
  background: none;
  border: 2px solid transparent;
  border-radius: 50%;
  bottom: 3px;
  box-sizing: border-box;
  color: currentColor;
  display: inline-block;
  height: 16px;
  position: absolute;
  right: -6px;
  vertical-align: middle;
  width: 16px;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._icon._error {
  border: none;
  bottom: 23px;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._icon._sent {
  border: 2px solid currentColor;
}
#cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._icon ._tick {
  border: 2px solid currentColor;
  border-width: 0 0 2px 2px;
  display: block;
  height: 4px;
  margin-left: 5px;
  margin-top: 5px;
  transform: rotate(-45deg);
  transform-origin: 0% 100%;
  width: 7px;
}
#cdc-root .chat-box ._bottom_bar_div {
  border-top: .5px solid rgba(0, 0, 0, .08);
}
#cdc-root .chat-box ._bottom_bar ._ask {
  align-items: center;
  display: flex;
}  
#cdc-root .chat-box ._bottom_bar ._ask_div {
  flex: 1 0 auto;
  height: 36px;
  /* line-height: 40px; */
  margin: 8px 0;
  padding-left: 12px;
  max-width: 327px;
}
#cdc-root .chat-box ._bottom_bar ._ask_div ._placeholder {
  border-style: none;
  width: 100%;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
#cdc-root .chat-box ._bottom_bar ._ask_div ._placeholder input {
  font-size: 1.1em;
  vertical-align: middle;
  background: transparent;
  border: 0;
  color: initial;
  color: var(#050505, initial);
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
#cdc-root .chat-box ._bottom_bar ._ask ._send {
  align-items: center;
  /* cursor: inherit; */
  display: flex;
  height: 36px;
  justify-content: center;
  margin: 6px;
  outline: none;
  -webkit-user-select: none;
  width: 36px;
}
#cdc-root .chat-box ._bottom_bar ._ask ._send_div {
  height: 22px;
  width: 22px;
}
#cdc-root .chat-box ._bottom_bar ._ask ._send_div ._gg {
  /* fill: #8A8D91; */
}


#cdc-root .chat-box ._menu {
  position: absolute;
  transform: translate(0, 38px);

}
#cdc-root .chat-box ._menu_div {
  min-height: inherit;
  position: relative;
  max-height: inherit;
  width: inherit;   
}
#cdc-root .chat-box ._menu_div ._buttons {
  margin-top: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  margin-right: 7px;
  padding: 8px 0 8px 0;
  width: 360px;
}
#cdc-root .chat-box ._menu_div ._button  {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  font-size: 1.2em; 
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 8px;
  outline: none;
  padding: 8px;
}
#cdc-root .chat-box ._menu_div ._hr  {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 16px;
  border-top: 1px solid #CED0D4;
}

@keyframes thread_slide_up {
  100% {
    top: 0;
  }
}  


@media (max-width: 767px) {
  #cdc-root .chat-icon {
    bottom: 80px;
  }

  #cdc-root .chat-caption {
    bottom: 146px;
  }

  #cdc-root .chat-box.active {
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    right: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
  }

  #cdc-root .chat-box.active ._container {
    left: 0;
    right: 0;
  }

  #cdc-root .chat-box ._container_div {
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    right: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    position: relative;
  }

  #cdc-root .chat-box ._bottom_bar ._ask_div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px){
  #cdc-root .chat-box ._body ._panel ._messageholder .messages ._message ._msg1 {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  #cdc-root .chat-box ._body ._panel ._messageholder .messages ._buttons ._buttons_div ._button {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  #cdc-root .chat-box ._bottom_bar ._ask_div ._placeholder input {
    font-size: 1.3em;
  }
  #cdc-root .chat-box ._menu_div ._button  {
    font-size: 1.3em; 
    line-height: 1.5em;
  }
  #cdc-root .chat-box ._body ._panel ._datebreak {
    font-size: 1em;
  }
  #cdc-root .chat-box ._body ._panel .logMessage {
    font-size: 1.1em;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-brands-400.eot?bcfb57d1265e);src:url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-brands-400.eot?&bcfb57d1265e#iefix) format("embedded-opentype"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-brands-400.woff2?bcfb57d1265e) format("woff2"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-brands-400.woff?bcfb57d1265e) format("woff"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-brands-400.ttf?bcfb57d1265e) format("truetype"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-brands-400.svg?bcfb57d1265e#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;src:url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-light-300.eot?bcfb57d1265e);src:url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-light-300.eot?&bcfb57d1265e#iefix) format("embedded-opentype"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-light-300.woff2?bcfb57d1265e) format("woff2"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-light-300.woff?bcfb57d1265e) format("woff"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-light-300.ttf?bcfb57d1265e) format("truetype"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-light-300.svg?bcfb57d1265e#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;src:url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-regular-400.eot?bcfb57d1265e);src:url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-regular-400.eot?&bcfb57d1265e#iefix) format("embedded-opentype"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-regular-400.woff2?bcfb57d1265e) format("woff2"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-regular-400.woff?bcfb57d1265e) format("woff"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-regular-400.ttf?bcfb57d1265e) format("truetype"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-regular-400.svg?bcfb57d1265e#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;src:url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-solid-900.eot?bcfb57d1265e);src:url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-solid-900.eot?&bcfb57d1265e#iefix) format("embedded-opentype"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-solid-900.woff2?bcfb57d1265e) format("woff2"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-solid-900.woff?bcfb57d1265e) format("woff"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-solid-900.ttf?bcfb57d1265e) format("truetype"),url(https://d2350fb44r6k35.cloudfront.net/assets/js.lib/fontawesome/webfonts/fa-solid-900.svg?bcfb57d1265e#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@charset "UTF-8";
:root{
  --theme-yellow: #f5d780;
  --theme-red: #e75851;
  --theme-green: #5d9980;
  --theme-blue: #30A9DA;
  --motion1: cubic-bezier(.08,.66,.33,.99);
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/ab_test_v5/css/font/Montserrat-Medium.woff2?bfd9fb7bdfa1') format('woff2'),
        url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/ab_test_v5/css/font/Montserrat-Medium.woff?bfd9fb7bdfa1') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/ab_test_v5/css/font/Montserrat-Bold.woff2?bfd9fb7bdfa1') format('woff2'),
        url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/ab_test_v5/css/font/Montserrat-Bold.woff?bfd9fb7bdfa1') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/ab_test_v5/css/font/Montserrat-Light.woff2?bfd9fb7bdfa1') format('woff2'),
        url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/ab_test_v5/css/font/Montserrat-Light.woff?bfd9fb7bdfa1') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/ab_test_v5/css/font/Montserrat-Regular.woff2?bfd9fb7bdfa1') format('woff2'),
        url('https://d2350fb44r6k35.cloudfront.net/assets/js.lib/ab_test_v5/css/font/Montserrat-Regular.woff?bfd9fb7bdfa1') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body{
  font-family: "montserrat", "Noto Sans TC", "myriad-pro", "Helvetica Neue", "Helvetica", "Microsoft JhengHei", "SimHei", "SimHei", "PingFang HK", "Arial", sans-serif;
}

a.btn, button.btn{
  margin: 0;
  filter: brightness(1.0);
  transition: filter 100ms;
  background-color: var(--theme-blue);
  color: #fff;
  /*transition: color 100ms, background-color 100ms;*/
}
a.btn:hover, button.btn:hover{
  filter: brightness(1.1);
  color: #fff;
  /*color: #fff;
  background-color: var(--theme-blue);*/
}
.title{
  margin-top: 0;
}
.home-section{
  border: 0;
}
.home-4-block{
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 0;
  padding-bottom: 104.167%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-4-block .block-overlay{
  background: rgba(235,235,235,.85);
  color: #000;
  text-align: left;
  padding: 25px 25px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0,100%,0);
  transition: transform 600ms var(--motion1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  backdrop-filter: blur(5px)
}
.home-4-block:hover .block-overlay, .home-4-block.firsthover .block-overlay{
  transform: translate3d(0,0,0);
}
.home-4-block .content{
  padding-top: 15px;
}
.home-4-block .title{
  font-size: 23px;
  font-weight: 500;
}
.home-4-block .description{
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.8;
}
.home-4-block .btn{
  border: 3px solid var(--theme-blue);
  display: inline-block;
  padding: 6px;
  min-width: 130px;
  font-weight: bold;
  line-height: 20px;
  height: auto;
  width: auto;
  border-radius: 10px;
  margin: 0;
  font-size: 17px;
}

.servicesbox-202205 .protect-blocks{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 40px;
}
.protect-blocks > *{
  flex: 0 0 50%;
  position: relative;
}
.protect-blocks > *:nth-child(1){
  order: 0;
}
.protect-blocks > *:nth-child(2){
  order: 1;
}
.protect-blocks > *:nth-child(3){
  order: 3;
}
.protect-blocks > *:nth-child(4){
  order: 2;
}
.protect-blocks .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(50% - 90px);
}
.protect-blocks .content img{
  padding: 0;
  pointer-events: none;
}
.protect-blocks .content .description{
  padding: 30px 0 40px;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
}
.protect-blocks .content:nth-child(1){
  padding-left: 50px;
  margin-right: -30px;
  z-index: 2;
}
.protect-blocks .content:nth-child(3){
  padding-right: 80px;
}
.protect-blocks .bg-image{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 48%;
  
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 5px;
  box-shadow: inset 0 0 30px rgba(0,0,0,.3);
  position: relative;
  flex: 1 0 calc(50% + 90px);
}
.protect-blocks .bg-image:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background: white;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 45px;
  z-index: 1;
  content: '';
}
.protect-blocks .bg-image:before{
  content: '';
  position: absolute;
  left: 90px;
  top: 0;
  width: 45px;
  height: 45px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kvslide/v5/1.svg?bfd9fb7bdfa1) no-repeat;
  background-size: cover;
}
.protect-blocks .bg-image:last-child{
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-left-radius: 45px;
}
.protect-blocks .bg-image:last-child:after{
  border-top-left-radius: 45px;
  border-bottom-left-radius: 0;
  right: 0;
  left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.protect-blocks .bg-image:last-child:before{
  left: auto;
  top: auto;
  right: 89px;
  bottom: -1px;
  transform: rotate(180deg);
}
.protect-blocks .content .title{
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 40px;
}
.protect-blocks .content .title span{
  font-weight: 900;
  font-size: 40px;
  margin-right: 5px;
  float: left;
  line-height: 31px;
  /*color: var(--theme-blue);*/
}
.protect-blocks .content ul{
  font-size: 28px;
  margin: 20px auto;
}
.protect-blocks .content li{
  padding: 10px 20px 5px 80px;
  position: relative;
  transform: scale(1);
  transition: transform 600ms var(--motion1);
  cursor: default;
}
.protect-blocks .content li span{
  color: var(--theme-blue);
  font-weight: bold;
}
.protect-blocks .content li:hover{
  transform: scale(1.1);
}
.protect-blocks .content li:before{
  position: absolute;
  content: '';
  width: 68px;
  height: 40px;
  left: 0;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kvslide/v5/5ticks.png?bfd9fb7bdfa1) center center no-repeat;
  background-size: cover;
}
.protect-blocks .content .btn{
  width: 210px;
  font-size: 21px;
  line-height: 42px;
  border-radius: 18px;
  border: 4px solid var(--theme-blue);
  margin: 20px auto 0;
  font-weight: 700;
}
.protect-blocks .content .btn-en{
  width: 350px;
  max-width: 350px;
}
.protect-lines-container{
  position: relative;
  padding: 60px 0 0;
}
.protect-lines-container > .title{
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}
.protect-lines{
  padding: 40px 0 0;
}
.protect-lines .protect-line{
  display: flex;
}
.protect-line .line-with-point{
  flex: 0 0 90px;
  position: relative;
  order: 1;
}
.protect-line-icon{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  order: 0;
  flex: 0 0 calc(50% - 45px);
}
.protect-line-icon .icon-label{
  color: var(--theme-blue);
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  width: 90px;
}
.protect-line-icon .icon-label.contractor-en{
  width: 105px;
}
.protect-line-icon .icon{
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.protect-line .content{
  padding-top: 20px;
  padding-bottom: 70px;
  order: 2;
  flex: 0 0 calc(50% - 45px);
  padding-left: 10px;
}
.protect-line .content .title{
  font-size: 23px;
  font-weight: bold;
}
.protect-line .content .description{
  font-size: 19px;
  margin-top: 6px;
}
.protect-line .line-with-point:before{
  width: 6px;
  height: 100%;
  background: var(--theme-blue);
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.protect-line .line-with-point:after{
  width: 36px;
  height: 36px;
  background: var(--theme-blue);
  border-radius: 50em;
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.protect-line:not(:nth-child(1)) .line-with-point:after{
  width: 36px;
  height: 36px;
  background: #fff;
  border: 6px solid var(--theme-blue);
  border-radius: 50em;
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.protect-line:nth-child(1) .line-with-point:before{
  height: calc(100% - 30px);
  top: 30px;
}
.protect-line:last-child .line-with-point:before{
  height: 30px;
}
.protect-line:nth-child(even) .content{
  order: 0;
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
}
.protect-line:nth-child(even) .protect-line-icon{
  order: 2;
  align-items: flex-start;
}
.landing--leadform--v5, .block--leadform--v5{
  padding: 70px 50px 70px;
  text-align: center;
  border-radius: 16px;
}
.landing--leadform--v5 .title--large, .block--leadform--v5 .title--large{
  font-size: 36px;
  margin-bottom: 18px;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.landing--leadform--v5 .title--desc, .block--leadform--v5 .title--desc{
  text-align: center;
  font-size: 19px;
  background: var(--theme-red) center bottom no-;
  background-size: 100% 20px;
  letter-spacing: 1px;
  font-weight: 300;
}
.stepper-bar{
  display: flex;
  justify-content: center;
  padding: 40px 0;
  position: relative;
  z-index: 0;
  gap: 5%;
}
.stepper-bar .stepper{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 20%;
}
.stepper-bar .stepper span{
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-blue);
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  border-radius: 50em;
  position: relative;
  /*box-shadow: 6px 3px #30A9DA55;*/
  margin-bottom: 10px;
}
.stepper-bar:before{
  content: '';
  position: absolute;
  width: 50%;
  height: 12px;
  background: #30A9DA55;
  top: 70px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: -1;
  /*box-shadow: inset 3px 3px 5px rgba(0,0,0,.15);*/
}
.stepper-bar .stepper .content .title{
  font-size: 21px;
  font-weight: 700;
}
.landing--leadform--v5 input, .block--leadform--v5 input{
  min-width: 320px;
  width: calc(33% - 20px);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.landing--leadform--v5 .remarks--txt, .block--leadform--v5 .remarks--txt{
  padding-top: 12px;
}
.landing--leadform--v5 .lead_mini_submit, .block--leadform--v5 .lead_mini_submit{
  width: 210px;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  border-radius: 18px;
  border: 4px solid var(--theme-blue);
  margin: 22px auto 36px;
}
.home-section--title{
  font-weight: 700;
}
/* seo */
#seo-description-container .container{
  text-align: center;
}
#seo-description-container .seo-description{
  display: none ;
  padding: 25px;
  text-align: left;
  font-size: 12px;
  font-weight: lighter;
}
#seo-description-container h3.home-section--title{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  /*border: 4px solid var(--theme-yellow);
  border-radius: 22px;
  background-color: var(--theme-yellow);
  filter: brightness(1);
  transition: filter 100ms;*/
  font-size: 15px;
  /*width: 480px;*/
  margin: 0 auto;

  line-height: 30px;
}
/*#seo-description-container h3.home-section--title:hover{
  filter: brightness(1.05);
}*/
.btn-collapse{
  width: 16px;
  height: 16px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kvslide/v5/ic_arrow.svg?bfd9fb7bdfa1) center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  margin-left: 10px;
  transition: transform 300ms var(--motion1);
}
#seo-description-container.show .btn-collapse{
  transform: rotate(90deg);
}
.img .sub-tools{
  bottom: 5px !important;
  margin: 0;
}

#kvslide4{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#kvslide4 .kvslide-item--inner{
  max-width: 1200px;
  position: relative;
  margin-top: 0;
}
#kvslide4 .btn-slideblock{
  background: linear-gradient(241.47deg, rgba(255, 255, 255, 0.14) 4.55%, rgba(255, 255, 255, 0.28) 93.32%);
  box-shadow: 0px 4px 24px 1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  max-width: 530px;
  padding: 40px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#kvslide4 .btn-slideblock .label-slideblock{
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  margin: -10px 0 0 0;
}
#kvslide4 .btn-slideblock .title{
  font-size: 64px;
  line-height: 80px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
#kvslide4 .btn-slideblock .title-en{
  font-size: 48px;
  line-height: 60px;
}
#kvslide4 .btn-slideblock .description{
  margin-top: 11px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}
#kvslide4 .btn-slideblock .btn{
  background: #F9A01B;
  border-radius: 6px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  filter: brightness(1.0);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  transition: filter 100ms var(--motion1);
  height: 48px;
  width: 211px;
  margin: 30px 0 0;
}
#kvslide4 .btn-slideblock .btn-en{
  width: 290px;
}
#kvslide4 .btn-slideblock .btn:after{
  content: '';
  position: relative;
  width: 25px;
  height: 16px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kvslide/v5/btn_arrow.png?bfd9fb7bdfa1) center center no-repeat;
  background-size: contain;
  margin-left: 15px;
  transform: translate3d(0, 0, 0);
  transition: transform 300ms var(--motion1);
}
#kvslide4 .btn-slideblock .btn:hover{
  filter: brightness(1.05);
}
#kvslide4 .btn-slideblock .btn:hover:after{
  transform: translate3d(5px, 0, 0);
}
/* design */
.interior-test--content{
  border-radius: 16px;
  padding-bottom: 0;
}
.standard-btn-link{
  width: 280px;


}
.case-paging{
  margin: 20px auto 0 auto;
}
#interior-sellingpoint{
  padding-top: 100px;
  padding-bottom: 0;
}
#interior-sellingpoint .home-section--title{
  line-height: 1.5;
}
.codesign-sellingpoints{
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.codesign-sellingpoints .sellingpoint{
  flex: 0 0 28%;
  text-align: center;
}
.sellingpoint .img{
  width: 50%;
  margin: 0 auto 20px;
}
.sellingpoint .content .title{
  font-size: 21px;
  font-weight: 900;
}
.sellingpoint .content .description{
  font-size: 19px;
  line-height: 1.7;
  margin-top: 10px;
}
#interior-table-container{
  padding-bottom: 80px;
}
.interior-table{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 16px;
}
.interior-table .tr{
  display: flex;
  width: 100%;
}
.interior-table .tr .tb{
  flex: 0 1 25%;
  padding: 10px 10px 10px 30px;
}
.interior-table[data-compare-col="2"] .tr .tb{
  flex: 0 1 37%;
}
.interior-table .thead .tr .tb{
  line-height: 1.3;
  margin-top: 0;
  padding: 30px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.interior-table .tr .tb:nth-child(1){
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  min-height: 97px;
}
.interior-table[data-compare-col="2"]  .tr .tb:nth-child(1){
  flex: 0 0 30%;
}
.interior-table[data-compare-col="2"] .thead .tr .tb:nth-child(3){
  border-top-right-radius: 16px;
}
.interior-table .thead .tr .tb:nth-child(1){
  background: #fff;
}
.interior-table .thead .tr .tb:nth-child(2){
  border-top-left-radius: 16px;
  background: #92d2ff;
  
}
.interior-table .thead .tr .tb:nth-child(3){
  background: #92e3ff;
  border-left: 1px solid #92d2ff;
}
.interior-table .thead .tr .tb:nth-child(4){
  background: #dceef4;
  color: rgba(0,0,0,.5);
  font-size: 19px;
  border-left: 1px solid #92e3ff;
  border-top-right-radius: 16px;
}
.interior-table .thead{
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  border-bottom: 0px solid #fff;
}
.interior-table .content{
  padding: 15px 5px;
}
.interior-table .content .title{
  font-size: 21px;
  font-weight: 700;
  margin-top: 0;
}
.interior-table .content .description{
  margin-top: 7px;
  font-size: 19px;
}.interior-table .content .description:empty{
  margin-top: 0;
}
.interior-table .tbody .tr{
  background: #ebfaff;
}
.interior-table .tbody .tr:first-child{
  border-top-left-radius: 16px;
}
.interior-table .tbody .tr:nth-child(even){
  background: #e1f4fa;
}
.interior-table .thead .tr .tb:not(:nth-child(1)):after{
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50em;
  left: 16px;
  top: 16px;
}
.tb.yes, .tb.no, .tb.coins .coin{
 position: relative; 
}
.tb.yes:after,.tb.no:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate3d(-50%, -50%, 0);
}
.tb.yes:after{
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kvslide/v5/ic_tick.svg?bfd9fb7bdfa1) center center no-repeat;
}
.tb.no:after{
  width: 60px;
  height: 60px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kvslide/v5/ic_cross.svg?bfd9fb7bdfa1) center center no-repeat;
}
.interior-table .tr .tb.coins{
  display: flex;
  justify-content: center;
  padding: 30px 0;
  position: relative;
}
.tb.coins .coin-set{
  max-width: 180px;
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tb.coins .coin{
  width: 40px;
  height: 40px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kvslide/v5/ic_coin.png?bfd9fb7bdfa1) center center no-repeat;
  background-size: contain;
}
.interior-table .tbody .tr .tb:not(:nth-child(1)){
  border-left: 1px solid rgb(0 0 0 / 10%);
}
.interior-table br.mobile{
  display: none;
}
.interior-table .tbody .tr.label-bar{
  font-size: 21px;
  padding: 15px 35px;
  background: var(--theme-yellow);
  font-weight: 900;
}
.interior-table.havehighlight .tbody .tr .tb:nth-child(3){
  background: #ffffff78;
}
.interior-table.havehighlight .tbody .tr:nth-child(even) .tb:nth-child(3){
  background: #ebfaff;
}
.interior-table.havehighlight .tr .tb:nth-child(2):before{
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(146,210,255,0) 0%, rgba(146,210,255,.2) 100%);
}
.interior-table.havehighlight .tr .tb:nth-child(4):before{
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(146,210,255,0) 0%, rgba(146,210,255,.2) 100%);
}
.interior-table.havehighlight .tr .tb:nth-child(1){
  position: relative;
}
.interior-table.havehighlight .table-label + .title{
  padding-top: 36px;
}
.tr .tb .table-label{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--theme-yellow);
  padding: 7px;
  font-size: 22px;
  padding-left: 35px;
  line-height: 1;
  font-weight: 700;
}
.interior-table.havehighlight{
  position: relative;
}
.interior-table.havehighlight:after{
  position: absolute;
  content: '';
  width: 25%;
  height: 32px;
  /*background: #f4fcff;*/
  background: #ebfaff;
  left: 50%;
  top: calc(100% - 16px);
  z-index: -1;
  border-radius: 16px;
  box-shadow: 0 0 16px rgb(146 210 255);
}
.interior-table.havehighlight:before{
  position: absolute;
  content: '';
  width: 25%;
  height: 32px;
  background: #92e3ff;
  left: 50%;
  top: -16px;
  z-index: -1;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgb(146 210 255);
}
.interior-table.havehighlight .tr .tb{
  flex: 0 0 25%;
  position: relative;
}
.interior-table.havehighlight .tr .tb:not(:nth-child(1)){
  padding: 10px;
}
.interior-table.havehighlight .thead .tr .tb,
.interior-table.havehighlight .tbody .tr .tb:nth-child(3),
.interior-table.havehighlight .tbody .tr .tb:nth-child(4){
  border: 0;
}
.interior-table.havehighlight .thead .tr .tb:nth-child(3){
  position: relative;
}
.interior-table.havehighlight .thead .tr .tb:nth-child(3) div{
  position: relative;
}
.interior-table.havehighlight .thead .tr .tb:nth-child(3) div:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 65px;
  top: -75px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kvslide/v5/ic_badge.png?bfd9fb7bdfa1) center center no-repeat;
  background-size: contain;
}
.interior-table.havehighlight .thead .tr .tb:nth-child(3):before{
  position: absolute;
  content: '';
  width: 100%;
  height: 8px;
  background: var(--theme-yellow);
  bottom: 0;
  left: 0;
}
.interior-table.havehighlight .thead .tr .tb:nth-child(3):after{
  top: 0;
}
#interior-table-container h2{
  line-height: 1.3;
  padding: 0 0 40px;
}
.btn-center{
  max-width: 100%;
  width: 380px;
  border-radius: 18px;
  font-size: 21px;
  font-weight: 700;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-banner{
  height: 700px !important;
}
/*.interior-table-btns{
  position: relative;
  display: flex;
}
.interior-table-btns:before{
  content: '';
  flex: 0 0 25%;
  display: block;
}
.interior-table-btns .interior-table-btn{
  flex: 0 0 25%;
  display: block;
  text-align: center;
  margin: 60px 0;
}*/
.interior-table-btn{
  margin-top: 11px;
}
.interior-table-btn a{
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  width: 80%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-blue);
  color: #fff;
  margin: 0 auto;
  line-height: 52px;
}
@media only screen and (max-width: 1199px){
  .home-4-blocks .container{
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .home-4-block{
    padding-bottom: 52.1%;
    background-size: auto 100%;
    background-position: left center;
  }
  .home-4-block .block-overlay{
    transform: translateY(0);
    left: 50%;
    width: 50%;
    background: rgba(235,235,235,1);
    backdrop-filter: blur(0);
  }
  .home-4-block .block-overlay{
    padding: 20px 20px 25px;
  }
  .home-4-block .content{
    padding-top: 10px;
  }
  .home-4-block .title{
    font-size: 20px;
    font-weight: 500;
  }
  .home-4-block .description{
    font-size: 16px;
    line-height: 1.5;
  }
  .protect-blocks .content .title{
    font-size: 26px;
    line-height: 26px;
    margin-top: 30px;
  }
  .protect-blocks .content .title span{
    font-size: 34px;
    line-height: 25px;
    margin-right: 3px;
  }
  .protect-blocks .content ul{
    font-size: 23px;
    margin: 15px auto;
  }
  .protect-blocks .content li:before{
    width: 48px;
    height: 36px;
  }
  .protect-blocks .content li{
    padding: 6px 20px 2px 55px;
  }
  .protect-blocks .content .btn {
    width: 200px;
    font-size: 18px;
    line-height: 2.3;
    margin: 20px auto 0;
    height: 45px;
  }
  .protect-blocks .content .btn-en {
    width: 290px;
    max-width: 290px;
  }
  .protect-blocks .content .description{
    font-size: 17px;
    padding: 30px 0;
  }
  .protect-blocks .bg-image{
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
  }
  .protect-blocks .bg-image:before{
    width: 35px;
    height: 35px;
    left: 90px;
  }
  .protect-blocks .bg-image:after{
    width: 90px;
    border-bottom-right-radius: 35px;
  }
  .protect-blocks .bg-image:last-child{
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
  }
  .protect-blocks .bg-image:last-child:before{
    left: auto;
    right: 89px;
  }
  .protect-blocks .bg-image:last-child:after{
    border-top-left-radius:  35px;
    border-bottom-left-radius: 0;
    right: 0;
    left: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .protect-lines-container > .title{
    font-size: 36px;
  }
  .protect-lines{
    padding: 30px 0 0;
  }
  .protect-line .content .title{
    font-size: 21px;
  }
  .protect-line .content .description{
    font-size: 17px;
  }
  .protect-line .line-with-point:after,
  .protect-line:not(:nth-child(1)) .line-with-point:after{
    width: 32px;
    height: 32px;
  }
  .protect-line-icon .icon{
    width: 80px;
    height: 80px;
  }
  .protect-line-icon .icon-label{
    width: 80px;
  }
  .protect-line-icon .icon-label.contractor-en{
    width: 100px;
  }
  .stepper-bar .stepper{
    flex: 0 0 27%;
  }
  .stepper-bar:before{
    width: 57%;
  }
  .landing--leadform--v5 input, .block--leadform--v5 input{
    width: calc(44% - 20px);
  }
  .landing--leadform--v5 .title--large, .block--leadform--v5 .title--large {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .landing--leadform--v5 .title--desc, .block--leadform--v5 .title--desc{
    font-size: 17px;
  }
  /* design */
  .interior-table .content .title{
    font-size: 17px;
  }
  .interior-table .content .description{
    font-size: 15px;
    margin-top: 3px;
  }
  .interior-table .thead, .interior-table .thead .tr .tb:nth-child(4){
    font-size: 18px;
  }
  .interior-table .tr .tb {
    padding: 5px 10px 5px 22px;
  }
  .tb.yes:after{
    width: 60px;
    height: 60px;
  }
  .tb.no:after{
    width: 40px;
    height: 40px;
  }
  .interior-table .thead .tr .tb:not(:nth-child(1)):after{
    width: 7px;
    height: 7px;
    left: 12px;
    top: 12px;
  }
  .interior-table .thead .tr .tb{
    padding: 26px 0;
  }
  .interior-table .tbody .tr.label-bar{
    font-size: 17px;
    padding: 12px 30px;
  }
  .tb.coins .coin{
    width: 30px;
    height: 30px;
  }
  .tb.coins .coin-set{
    max-width: 160px;
  }
  .interior-table .tr .tb.coins{
    padding: 22px 0;
  }
  .tr .tb .table-label{
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .interior-table.havehighlight .thead .tr .tb:nth-child(3) div:before {
    width: 60px;
    height: 55px;
    top: -65px;
  }
  .interior-table.havehighlight .thead .tr .tb:nth-child(3):after{
    top: 0;
  }
  .interior-table.havehighlight .table-label + .title{
    padding-top: 26px;
  }
}
@media only screen and (max-width: 1023px){
  .protect-blocks .content{
    flex: 0 0 calc(50% - 30px);
  }
  .protect-blocks .content:nth-child(1) {
    padding-left: 30px;
    margin-right: -20px;
  }
  .protect-blocks .bg-image{
    flex: 1 0 calc(50% + 30px);
  }

  .protect-blocks .bg-image{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .protect-blocks .bg-image:before{
    width: 30px;
    height: 30px;
    left: 60px;
  }
  .protect-blocks .bg-image:after{
    width: 60px;
    border-bottom-right-radius: 30px;
  }
  .protect-blocks .bg-image:last-child{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
  .protect-blocks .bg-image:last-child:before{
    left: auto;
    right: 60px;
  }
  .protect-blocks .bg-image:last-child:after{
    border-top-left-radius:  30px;
    border-bottom-left-radius: 0;
    right: 0;
    left: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .protect-blocks .content:nth-child(3){
    padding-right: 30px;
    margin-left: -20px;
  }
  .protect-blocks .content ul{
    margin: 9px auto;
    font-size: 21px;
  }
  .protect-blocks .content li:before {
    width: 45px;
    height: 32px;
  }
  .protect-blocks .content li {
    padding: 4px 16px 0px 51px;
  }
  .protect-blocks .content .title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    letter-spacing: 0;
  }
  .protect-blocks .content .title span {
    font-size: 30px;
    line-height: 23px;
  }
  .protect-blocks .content .btn{
    margin: 12px auto 0;
  }
  .protect-blocks .content .btn,
  .landing--leadform--v5 .lead_mini_submit, .block--leadform--v5 .lead_mini_submit{
    width: 180px;
    font-size: 16px;
    height: 44px;
    border-radius: 13px;
  }
  .protect-blocks .content .btn-en{
    width: 280px;
    max-width: 280px;
    z-index:2;
  }
  .protect-lines-container > .title{
    font-size: 27px;
  }
  .protect-lines {
    padding: 20px 0 0;
  }
  .stepper-bar .stepper span{
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .stepper-bar .stepper{
    flex: 0 0 33%;
  }
  .stepper-bar:before{
    width: 67%;
    height: 10px;
    top: 65px;
  }
  .stepper-bar .stepper .content .title {
    font-size: 19px;
  }
  /* design */
  .codesign-sellingpoints{
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
  }
  .codesign-sellingpoints .sellingpoint{
    flex: 0 0 45%;
  }
  .codesign-sellingpoints .sellingpoint:nth-child(n+3){
    margin-top: 5%;
  }
  .sellingpoint .content .title{
    font-size: 19px;
  }
  .sellingpoint .content .description{
    font-size: 17px;
  }

  /* design */
  .interior-table .content .title{
    font-size: 16px;
  }
  .interior-table .content .description{
    font-size: 15px;
    margin-top: 3px;
  }
  .interior-table .thead, .interior-table .thead .tr .tb:nth-child(4){
    font-size: 16px;
  }
  .interior-table .tr .tb {
    padding: 3px 10px 3px 20px;
  }
  .tb.yes:after{
    width: 50px;
    height: 50px;
  }
  .tb.no:after{
    width: 30px;
    height: 30px;
  }
  .interior-table .thead .tr .tb:not(:nth-child(1)):after{
    width: 7px;
    height: 7px;
    left: 12px;
    top: 12px;
  }
  .interior-table .thead .tr .tb{
    padding: 20px 0;
  }
  .interior-table .tr .tb:nth-child(1){
    flex: 0 0 31%;
  }
  .interior-table .tr .tb:nth-child(4){
    flex: 0 0 22%;
  }
  .interior-table .tbody .tr.label-bar {
    font-size: 15px;
    padding: 10px 26px;
  }
  #interior-sellingpoint{
    padding-bottom: 0;
    padding-top: 70px;
    margin-bottom: -30px;
  }
  .interior-table.havehighlight .tr .tb{
    flex: 0 0 25%;
  }
  .interior-table-btn a{
    font-size: 16px;
    line-height: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px){

  #interior-table-container .small-header{
    font-size: 13px;
  }

  .home-4-block .block-overlay{
    padding: 15px 15px 20px;
  }
  .home-4-block .content{
    padding-top: 5px;
  }
  .home-4-block .title{
    font-size: 14px;
    font-weight: 500;
  }
  .home-4-block .description{
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.3;
  }
  .home-4-block .btn{
    padding: 3px 20px;
    min-width: auto;
    font-size: 13px;
    line-height: 15px;
    height: auto;
    width: auto;
    border-radius: 5px;
    border-width: 2px;
  }
  .servicesbox-202205 .protect-blocks{
    flex-direction: column;
  }
  .protect-blocks .content:nth-child(1){
    padding: 0;
    margin: 0;
  }
  .protect-blocks .content .description {
    font-size: 16px;
    padding: 20px 10px;
    text-align: justify;
  }
  .protect-blocks .bg-image,
  .protect-blocks .bg-image:last-child{
    border-radius: 4px;
    padding-bottom: 56.25%;
  }
  .protect-blocks .bg-image:before,
  .protect-blocks .bg-image:after{
    display: none;
  }
  .protect-blocks .content:nth-child(3){
    order: 2;
    padding: 30px 0;
    margin: 0;
  }
  .protect-blocks .bg-image:last-child{
    order: 3;
  }
  .protect-blocks .content .title{
    margin-top: 10px;
  }
  .protect-blocks .content .btn{
    margin-bottom: 10px;
    border-width: 3px;
  }
  .protect-lines-container{
    padding-top: 40px;
  }
  .protect-line-icon{
    order: 1;
    flex: 0 0 80px;
    align-items: center;
  }
  .protect-line-icon .icon{
    width: 60px;
    height: 60px;
  }
  .protect-line-icon .icon-label{
    width: 60px;
    font-size: 17px;
  }
  .protect-line-icon .icon-label.contractor-en{
    width: 60px;
    font-size: 15px;
    margin-left: -25px;
  }
  .protect-line .line-with-point{
    order: 0;
    flex: 0 0 28px;
  }
  .protect-line .content{
    order: 2;
    flex: 0 1 auto;
    padding-top: 18px;
    padding-bottom: 40px;
  }
  .protect-line .line-with-point:after,
  .protect-line:not(:nth-child(1)) .line-with-point:after{
    width: 25px;
    height: 25px;
  }
  .protect-line:not(:nth-child(1)) .line-with-point:after{
    border-width: 4px;
  }
  .protect-line .content .title{
    font-size: 18px;
  }
  .protect-line .content .description {
    font-size: 15px;
  }
  .protect-line:nth-child(even) .protect-line-icon{
    order: 1;
    align-items: center;
  }
  .protect-line:nth-child(even) .content{
    order: 2;
    text-align: left;
  }
  .landing--leadform--v5 .title--large, .block--leadform--v5 .title--large{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .landing--leadform--v5 .title--desc, .block--leadform--v5 .title--desc{
    font-size: 13px;
    margin: 0;
    letter-spacing: 0;
  }
  .landing--leadform--v5, .block--leadform--v5 {
    padding: 35px 24px 35px;
    text-align: center;
    border-radius: 8px;
  }
  .stepper-bar{
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .stepper-bar .stepper{
    flex-direction: row;
    padding-bottom: 20px;
  }
  .stepper-bar .stepper span{
    width: 40px;
    height: 40px;
    font-size: 14px;
    min-width: 40px;
  }
  .stepper-bar .stepper .content .title{
    font-size: 17px;
  }
  .stepper-bar .stepper .content .description{
    font-size: 14px;
  }
  .stepper-bar .stepper .content{
    padding-left: 20px;
    text-align: left;
  }
  .stepper-bar:before{
    width: 6px;
    height: 60%;
    left: 20px;
    margin: 0;
  }
  .landing--leadform--v5 input, .block--leadform--v5 input,
  .landing--leadform--v5 .lead_mini_submit, .block--leadform--v5 .lead_mini_submit{
    width: 100%;
    min-width: auto;
  }
  .landing--leadform--v5 input, .block--leadform--v5 input{
    margin-top: 10px
  }
  .landing--leadform--v5 .lead_mini_submit, .block--leadform--v5 .lead_mini_submit{
    margin: 22px auto 20px;
    font-size: 16px;
    width: 180px;
    height: 46px;
    line-height: 2.3;
    border-width: 3px;
  }
  .landing--leadform--v5 .remarks--txt, .block--leadform--v5 .remarks--txt {
    font-size: 13px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
  #kvslide4 .btn-slideblock{
    max-width: calc(80% - 32px);
    padding: 25px;
  }
  #kvslide4 .btn-slideblock .title{
    font-size: 29px;
    line-height: 36px;
    text-shadow: 0 2px 5px rgb(0 0 0 /20%);
  }
  #kvslide4 .btn-slideblock .title-en{
    font-size: 24px;
    line-height: 30px;
  }
  #kvslide4 .btn-slideblock .description{
    font-size: 14px;
    line-height: 19px;
    text-shadow: 0 2px 5px rgb(0 0 0 /20%);
    margin-top: 7px;
  }
  #kvslide4 .btn-slideblock .btn{
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    margin-top: 14px;
    width: auto;
    display: inline-flex;
    padding: 0 24px;
  }
  #kvslide4 .btn-slideblock .btn-en{
    width: 240px;
  }
  #kvslide4 .btn-slideblock .btn:after{
    width: 17px;
    height: 12px;
    margin-left: 12px;
  }
  /* design */
  .codesign-sellingpoints{
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
  }
  .codesign-sellingpoints .sellingpoint{
    flex: 0 0 100%;
  }
  .codesign-sellingpoints .sellingpoint:nth-child(n+2){
    margin-top: 20%;
  }
  .sellingpoint .content .title{
    font-size: 19px;
  }
  .sellingpoint .content .description{
    font-size: 17px;
  }
  .interior-table .tbody{
    /*overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 280px);*/
  }
  #interior-table .container{
    padding: 0 10px;
  }
  .interior-table{
    /*overflow: hidden;*/
  }
  .interior-table .thead .tb:nth-child(1){
    display: none;
  }
  .interior-table .thead .tb:not(:nth-child(1)){
    flex: 1 0 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 0;
    line-height: normal;
  }
  .interior-table .tbody .tr{
    flex-wrap: wrap;
  }
  .interior-table .tbody .tr .tb:nth-child(1){
    flex: 1 0 100%;
    justify-content: center;
    min-height: auto;
    padding: 3px 10px;
  }
  .tr-more-btns .tb:nth-child(1){
    display: none !important;
  }
  .tr-more-btns .tb{
    height: auto !important;
    padding: 10px 0 !important;
  }
  .interior-table .thead .tb:not(:nth-child(1)){
    flex: 1 0 33%;
  }
  .interior-table br.mobile{
    display: block;
  }
  .interior-table .tbody .tr .tb .description{
    margin-top: 0;

  }
  .interior-table .content{
    padding: 8px 0;
    text-align: center;
  }
  .interior-table .tbody .tr{
    padding-bottom: 20px;
  }
  .tb.yes:after{
    width: 40px;
    height: 40px;
  }
  .tb.no:after{
    width: 30px;
    height: 30px;
  }
  .interior-table .tbody .tr .tb:not(:nth-child(1)){
    height: 40px;
    flex: 1 0 33%;
    border: none;
  }
  .interior-table .thead{
    position: sticky;
    z-index: 1;
    top: 0px;
  }
  .faq-question{
    font-size: 20px;
  }
  .faq-item .faq-item--link{
    padding: 15px 12px;
    font-size: 16px;
  }
  .page-kv{
    height: 360px !important;
  }
  .bread-crumbs, .bread-crumbs a{
    padding: 0;
  }
  .interior-table .tbody .tr.label-bar{
    border-radius: 0;
    justify-content: center;
    padding: 6px;
  }
  .interior-table .tbody .tr .tb .description a[data-toggle="popover"] img{
    margin-bottom: -5px !important;
  }
  .interior-table .tbody .tr .tb.coins{
    height: auto;
  }
  .tb.coins .coin-set{
    max-width: 80%;
    gap: 5px 8px;
  }
  #seo-description-container h3.home-section--title{
    width: 100%;
    font-size: 16px;
    padding: 7px 10px;
  }
  .btn-collapse{
    width: 20px;
    height: 20px;
  }
  #seo-description-container .seo-description{
    padding: 15px;
  }
  .interior-table.havehighlight:before{
    width: 33.3%;
    left: 33.3%;
  }
  .interior-table.havehighlight .thead .tr .tb:nth-child(3):before{
    display: none;
  }
  .interior-table.havehighlight .tr .tb:nth-child(2):before,
  .interior-table.havehighlight .tr .tb:nth-child(4):before{
    display: none;
  }
  .interior-table.havehighlight .tbody .tr .tb:nth-child(3),
  .interior-table.havehighlight .tbody .tr:nth-child(even) .tb:nth-child(3){
    background: none;
  }
  .interior-table.havehighlight .thead .tr .tb:nth-child(3) div:before {
    width: 40px;
    height: 55px;
    top: -57px;
  }
  .interior-table.havehighlight .thead .tr .tb:nth-child(3){
    padding-top: 12px;
  }
  .interior-table.havehighlight .tb.coins .coin{
    width: 22px;
    height: 22px;
  }
  .interior-table.havehighlight .tb.coins .coin-set{
    gap: 5px 6px;
  }
  .interior-table.havehighlight:after{
    display: none;
  }
  .single-banner{
    height: 375px !important;
  }
  #kvslide4 .btn-slideblock .label-slideblock{
    font-size: 16px;
  }
  .interior-table-btns:before{
    display: none;
  }
  .interior-table-btns .interior-table-btn{
    flex: 0 0 33%;
    margin: 30px 0;
  }
  .interior-table-btn a{
    font-size: 13px;
    line-height: 36px;
    height: 36px;
  }
  .case-paging{
  margin: 0 auto;
}
}

.cocomall-center{
	width: 1264px;
	margin: 0 auto;
	position: relative;
	display: flex;
	max-width: 90%;
	overflow: visible;
}
.cocomall-center-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.cocomall-center-wrapper .cocomall-center-list{
	border-radius: var(--sm-border-radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	background-color: #fff;
	flex: 0 0 calc(33.333% - 24px);
	margin-right: 35px;
	margin-bottom: 50px;
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: transform 300ms var(--cubic);
}
.cocomall-center-wrapper .cocomall-center-list:hover{
	transform: translate3d(0, -5px, 0);
}
.cocomall-center-wrapper .cocomall-center-list:nth-child(3n){
	margin-right: 0;
}
.cocomall-center-wrapper .cocomall-center-list:nth-last-child(-n+3){
	margin-bottom: 0;
}
.cocomall-center-wrapper .cocomall-center-list .thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	background-size: cover;
}
.cocomall-center-list .text-block{
	text-align: left;
}
.cocomall-center-list .text-block .name{
	padding: 20px 32px 26px;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
  height: 90px;
}
.cocomall-center-list .text-block .label{
	padding: 0 32px;
	color: #8DC6CE;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}
.cocomall-center-list .text-block .title{
	font-size: 21px;
	line-height: 28px;
	padding: 10px 32px 20px;
	margin-bottom: 50px;
}
.cocomall-center-list .more{
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--blue-color);
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	display: flex;
	height: 46px;
	border-top-left-radius: 46px;
	justify-content: center;
	align-items: center;
	padding: 0 8px 0 28px;
}
.cocomall-center-list .more:after{
	content: '';
	position: relative;
	width: 26px;
	height: 26px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/arrow_lt.png) center center no-repeat;
	background-size: contain;
	margin-left: 6px;
}
.cocomall-center-bg{
	position: absolute;
    pointer-events: none;
    width: 100vw;
    margin: -60px auto 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
    height: 100vh;
    left: 50%;
    transform: translate3d(-50%,0,0);
    padding-top: 60px;
}
.cocomall-center-bg:before{
	position: absolute;
	top: 0;
    left: calc(50% + 770px);
	width: 375px;
	height: 421px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/bg_ele_02.png) right top no-repeat;
	background-size: contain;
	content: '';
}
.cocomall-center-bg:after{
	position: absolute;
	top: 610px;
	right: calc(50% + 750px);
	width: 277px;
	height: 321px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/bg_ele_03.png) center center no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 640px){
  .cocomall-center-wrapper.swiper-wrapper {
    flex-direction: column;
  }
  .cocomall-center-wrapper .cocomall-center-list:nth-last-child(-n+3){
    margin-bottom: 50px;
  }
  .exp-center .full-screen-banner {
    overflow-x: hidden;
  }
  .exp-center .full-screen-banner .full-screen-bg {
    transform: scale(1.2);
  }
  .exp-center .full-screen-banner::before {
    min-height: 14px;
    height: 12%;
    margin-top: -35px;
  }
  .exp-center .address-container {
    font-size: 14px;
  }
}


/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

html {
  font-family: sans-serif;
  line-height: 1.6;
  font-size: 16px; }

a {
  text-decoration: none;
  color: #aaaeb8; }
  a:hover {
    color: #181c27; }

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

body, html {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans TC", "montserrat", "myriad-pro", "Helvetica Neue", "Helvetica", "Microsoft JhengHei", "SimHei", "SimHei", "PingFang HK", "Arial", sans-serif;
  font-weight: 400;
  color: #333;
  min-width: 355px;
    min-width--webkit-text-size-adjust: 100%; }

input, select {
  font-family: "Noto Sans TC", "montserrat", "myriad-pro", "Helvetica Neue", "Helvetica", "Microsoft JhengHei", "SimHei", "SimHei", "PingFang HK", "Arial", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #323232; }
  input::placeholder, select::placeholder {
    color: #979797; }

a:hover {
  text-decoration: none; }

::selection {
  background: #2ab9eb;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #2ab9eb;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #2ab9eb;
  color: #FFF;
  text-shadow: none; }

*:active, *:focus {
  outline: none !important; }

dl, ol, ul {
  margin-bottom: 0;
  padding: 0; }

select, input, textarea {
  -webkit-appearance: none;
    -webkit-appearance--moz-appearance: none;
    -webkit-appearance-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: transparent;
    background-outline: none;
  background-clip: padding-box; }

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

button:active, button:visible {
  outline: none; }

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

section {
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    section {
      padding: 60px 0; } }
.grow {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%; }
  .grow img {
    transition: all 1s ease-in-out; }
  @media screen and (min-width: 768px) {
    .grow:hover img {
      transform: scale(1.1); } }
.slide-prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  font-size: 35px;
  line-height: 1;
  z-index: 300;
  text-align: left;
  background: url("https://d2350fb44r6k35.cloudfront.net/assets/images/rebrand/prev@2x.png?bcfb57d1265e") no-repeat left;
  background-size: 50%; }
  @media screen and (min-width: 768px) {
    .slide-prev {
      left: 2px;
      font-size: 40px; } }
.slide-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 0;
  text-align: right;
  font-size: 35px;
  line-height: 1;
  z-index: 300;
  background: url("https://d2350fb44r6k35.cloudfront.net/assets/images/rebrand/next@2x.png?bcfb57d1265e") no-repeat right;
  background-size: 50%; }
  @media screen and (min-width: 768px) {
    .slide-next {
      right: 2px;
      font-size: 40px; } }
.slide-prev,
.slide-next {
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: all .3s ease;
  line-height: 60px; }
  .slide-prev.slick-disabled,
  .slide-next.slick-disabled {
    opacity: .2;
    pointer-events: none; }
  .slide-prev i,
  .slide-next i {
    color: #15181f;
    transition: all .4s ease; }
  @media screen and (min-width: 768px) {
    .slide-prev:hover i,
    .slide-next:hover i {
      color: #e76050; } }
.slick-dots {
  display: block;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #aaaeb8;
    overflow: hidden;
    margin: 0 2px; }
  .slick-dots button {
    display: none; }

.title-md {
  color: #2c2f31;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px; }
  @media screen and (min-width: 1200px) {
    .title-md {
      font-size: 18px; } }
.bread-crumbs {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 1200px) {
    .bread-crumbs {
      padding-bottom: 25px; } }
  .bread-crumbs span {
    padding: 0 5px; }
    .bread-crumbs span:nth-child(1) {
      padding-left: 0; }

.bread-crumbs, .bread-crumbs a {
  color: #1d212c;
  font-size: 16px;
  line-height: 32px; }

.line {
  width: 100%;
  height: 0.5px;
  background-color: #e4e4e4;
  margin: 30px 0; }
  @media screen and (min-width: 1200px) {
    .line {
      margin: 60px 0; } }
.bottom-line {
  position: relative; }
  .bottom-line.error:before {
    background-color: #e76050; }
  .bottom-line:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #e4e4e4; }

.title-block {
  margin-bottom: 40px;
  text-align: center; }
  .title-block h3 {
    color: #15181f;
    font-size: 40px;
    line-height: 1.7;
    font-weight: 700; }

div.pcShow {
  display: none; }
  @media screen and (min-width: 1200px) {
    div.pcShow {
      display: block; } }
div.mobileShow {
  display: block; }
  @media screen and (min-width: 1200px) {
    div.mobileShow {
      display: none; } }
.show-above-phone540 {
  display: none; }
  @media screen and (min-width: 540px) {
    .show-above-phone540 {
      display: block; } }
.show-phone540 {
  display: block; }
  @media screen and (min-width: 540px) {
    .show-phone540 {
      display: none; } }
.load-more, .loading {
  text-align: center;
  padding: 50px 0 35px; }
  .load-more span, .loading span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d8d8d8;
    margin: 0 6px;
    animation: bounce 1s infinite ease forwards; }
    .load-more span:nth-child(2), .loading span:nth-child(2) {
      animation-delay: .2s; }
    .load-more span:nth-child(3), .loading span:nth-child(3) {
      animation-delay: .3s; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 800;
  box-sizing: border-box;
  background-color: #fff;
  transition: all .5s ease; }
  @media screen and (min-width: 1200px) {
    #header > .container {
      padding-left: 0px;
      padding-right: 0px; } }
  #header .container {
    padding-top: 27px;
    padding-bottom: 10px;
    width: 1240px; }
  #header.as-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.logo {
  float: left;
  width: 120px;
  height: 45px;
  margin-top: -7px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/logo_codecohk2-min.png?3064d4b283b8) no-repeat center;
  background-size: contain; }
  @media screen and (min-width: 1200px) {
    .logo {
      width: 231px;
      height: 57px;
      margin-top: -7px; } }
  .logo a {
    display: block;
    width: 100%;
    height: 100%; }

.logo-en {
  margin-left: -18px; }
  @media screen and (min-width: 768px) {
    .logo-en {
      margin-left: 0; } }
.header-navigtaion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background-color: #f4f4f4;
  display: none;
  transform: translateX(110%);
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    .header-navigtaion {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      width: auto;
      float: right;
      display: block;
      background-color: transparent;
      transform: none;
      overflow: inherit; } }
.header-submenu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 101;
  background-color: #ffffff;
  border-top: 1px solid #EEE;
  padding: 15px 0px;
  text-align: center;
  box-shadow: 0 4px 12px -6px #CCC; }
  .header-submenu .nav-submenu--item {
    display: inline-block; }
    .header-submenu .nav-submenu--item h3 {
      padding: 0px 8px;
      font-size: 14px;
      line-height: 1.1;
      font-weight: normal;
      margin: 0; }
      .header-submenu .nav-submenu--item h3 a {
        color: #333; }

#header-navi .search-tools--btn {
  position: absolute;
  top: 6px;
  right: 18px;
  display: block;
  user-select: none; }
  #header-navi .search-tools--btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ccc;
    font-size: 18px;
    font-weight: 500;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #header-navi .search-tools--btn a {
        font-size: 14px; } }
  #header-navi .search-tools--btn i {
    font-size: 18px;
    margin-left: 5px; }

#header-navi .search-tools-menu--input {
  width: 100%;
  height: 25px;
  background-color: #FFFFFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 19px 20px;
  margin-bottom: 0px;
  box-sizing: border-box; }
  @media screen and (min-width: 992px) {
    #header-navi .search-tools-menu--input {
      padding: 19px 20px; } }
  #header-navi .search-tools-menu--input::-webkit-input-placeholder {
    color: #e4e4e4;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      #header-navi .search-tools-menu--input::-webkit-input-placeholder {
        font-size: 14px; } }
  #header-navi .search-tools-menu--input:-ms-input-placeholder {
    color: #e4e4e4;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      #header-navi .search-tools-menu--input:-ms-input-placeholder {
        font-size: 14px; } }
  #header-navi .search-tools-menu--input::placeholder {
    color: #e4e4e4;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      #header-navi .search-tools-menu--input::placeholder {
        font-size: 14px; } }
.header--searchbar {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 101;
  background-color: #ffffff;
  border-top: 1px solid #EEE;
  padding: 15px 0px;
  text-align: center;
  box-shadow: 0 4px 12px -6px #CCC;
  display: none; }
  .header--searchbar .container {
    max-width: 1000px; }
  .header--searchbar .search-tools {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .header--searchbar .search-tools {
        margin-bottom: 0px; } }
  .header--searchbar .search-tools--input {
    width: 100%;
    height: 25px;
    background-color: #888888;
    border-bottom: 1px solid #e4e4e4;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    padding: 15px 10px;
    margin-bottom: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 992px) {
      .header--searchbar .search-tools--input {
        padding: 5px 10px; } }
    .header--searchbar .search-tools--input::-webkit-input-placeholder {
      color: #FFF;
      font-size: 18px; }
      @media screen and (min-width: 992px) {
        .header--searchbar .search-tools--input::-webkit-input-placeholder {
          font-size: 14px; } }
    .header--searchbar .search-tools--input:-ms-input-placeholder {
      color: #FFF;
      font-size: 18px; }
      @media screen and (min-width: 992px) {
        .header--searchbar .search-tools--input:-ms-input-placeholder {
          font-size: 14px; } }
    .header--searchbar .search-tools--input::placeholder {
      color: #FFF;
      font-size: 18px; }
      @media screen and (min-width: 992px) {
        .header--searchbar .search-tools--input::placeholder {
          font-size: 14px; } }
  .header--searchbar .search-tools--btn {
    position: absolute;
    top: 3px;
    right: 18px;
    display: block;
    user-select: none; }
    .header--searchbar .search-tools--btn a {
      display: block;
      width: 100%;
      height: 100%;
      color: #e4e4e4;
      font-size: 18px;
      font-weight: 500;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .header--searchbar .search-tools--btn a {
          font-size: 14px; } }
    .header--searchbar .search-tools--btn i {
      font-size: 18px;
      margin-left: 5px; }
  .header--searchbar .search-tools-menu--input {
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 19px 20px;
    margin-bottom: 0px;
    box-sizing: border-box; }
    @media screen and (min-width: 992px) {
      .header--searchbar .search-tools-menu--input {
        padding: 19px 20px; } }
    .header--searchbar .search-tools-menu--input::-webkit-input-placeholder {
      color: #e4e4e4;
      font-size: 18px; }
      @media screen and (min-width: 992px) {
        .header--searchbar .search-tools-menu--input::-webkit-input-placeholder {
          font-size: 14px; } }
    .header--searchbar .search-tools-menu--input:-ms-input-placeholder {
      color: #e4e4e4;
      font-size: 18px; }
      @media screen and (min-width: 992px) {
        .header--searchbar .search-tools-menu--input:-ms-input-placeholder {
          font-size: 14px; } }
    .header--searchbar .search-tools-menu--input::placeholder {
      color: #e4e4e4;
      font-size: 18px; }
      @media screen and (min-width: 992px) {
        .header--searchbar .search-tools-menu--input::placeholder {
          font-size: 14px; } }
.navigtaion {
  padding: 0 38px;
  padding-top: 80px; }
  @media screen and (min-width: 1200px) {
    .navigtaion {
      display: inline-block;
      padding: 0; } }
.navigtaion-item {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 20px 0;
  border-bottom: 1px solid #979797; }
  .navigtaion-item.is-expanded a {
    color: #000; }
  .navigtaion-item.is-blurred a {
    opacity: .7;
    color: #CCC; }
    .navigtaion-item.is-blurred a .arrow {
      border: solid #888;
      border-width: 0 3px 3px 0; }
  @media screen and (min-width: 1200px) {
    .navigtaion-item {
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 1.2px;
      vertical-align: middle;
      margin-left: -4px;
      padding: 0 16px;
      border: none; }
      .navigtaion-item:lang(en) {
        font-size: 13px;
        padding: 0 10px; } }
  .navigtaion-item:lang(en) {
    letter-spacing: 0px; }
  .navigtaion-item:last-child {
    padding-right: 0; }
  .navigtaion-item > a {
    color: #1d212c;
    user-select: none; }
    @media screen and (min-width: 1200px) {
      .navigtaion-item > a {
        color: #000;
        display: block;
        transition: color .5s ease; }
        .navigtaion-item > a:hover {
          color: #181c27;
          opacity: .7; }
          .navigtaion-item > a:hover .arrow {
            border: solid #888;
            border-width: 0 3px 3px 0; } }
  .navigtaion-item .arrow {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 2px;
    margin-bottom: 3px; }
    .navigtaion-item .arrow.down {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }

.btn-cocomall {
  width: 114px;
  height: 52px;
  color: #CCC;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #DF5651;
  opacity: 1; }
  .btn-cocomall span {
    display: block;
    line-height: 46px;
    color: #D45852;
    width: 100%;
    text-align: center; }

.btn-callphone {
  width: 112px;
  height: 50px;
  background: #2c2f31;
  color: white;
  font-size: 12px;
  line-height: 50px;
  text-align: center; }
  .btn-callphone:hover {
    color: white; }
    .btn-callphone:hover:link, .btn-callphone:hover:active {
      color: white; }

.nav-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 580px;
  background-color: #FFFFFF;
  transform: translateX(110%);
  z-index: 1000;
  overflow: hidden;
  transition: .4s;
  box-sizing: border-box;
  padding-top: 60px; }

.nav-menu.is-extended .nav-menu--item.is-selected a {
  color: #1d212c; }

.nav-menu.is-extended .nav-menu--item a {
  color: #CCC; }

.nav-menu--item {
  position: relative;
  padding: 10px 0;
  user-select: none;
  text-align: center; }
  .nav-menu--item:last-child {
    border-bottom: none; }
  @media screen and (min-width: 1200px) {
    .nav-menu--item {
      padding: 15px 0; } }
  .nav-menu--item h3 {
    color: #1d212c;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0; }
    @media screen and (min-width: 1200px) {
      .nav-menu--item h3 {
        font-size: 22px; } }
    .nav-menu--item h3 + ol {
      margin-top: 10px; }
  .nav-menu--item a {
    color: currentColor;
    text-decoration: none; }
  .nav-menu--item.is-selected .dropdown-ico {
    transform: rotate(180deg); }
  .nav-menu--item .dropdown-ico {
    opacity: .5;
    display: inline-block;
    content: "";
    margin: 2px 11px;
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/searchbar/dropdown-arrow@2x.png?bcfb57d1265e) 0 0 no-repeat;
    background-size: contain;
    height: 13px;
    width: 25px; }
  .nav-menu--item ol {
    color: #989898;
    font-size: 22px;
    line-height: 1.5; }
    @media screen and (min-width: 1200px) {
      .nav-menu--item ol {
        font-size: 20px; } }
    .nav-menu--item ol li {
      padding: 5px 0; }

.nav-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  text-align: right;
  z-index: 200; }
  .nav-close a {
    display: block;
    color: #2c2f31;
    font-size: 30px;
    line-height: 1.5; }
    .nav-close a:hover, .nav-close a:link, .nav-close a:active {
      color: #2c2f31; }
    .nav-close a i {
      color: #2c2f31; }

.nav-menu.active-show {
  position: fixed;
  transform: translateX(0%); }

body.active-show {
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }

.nav-menu--inner {
  padding: 28px 25px; }
  @media screen and (min-width: 768px) {
    .nav-menu--inner {
      padding: 30px 35px; } }
.scroll-contain {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

html, body {
  position: relative;
  height: 100%; }

body.active-show .overlay,
body.open-filter .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900; }

#header-leadform-btn {
  position: absolute;
  right: 35px;
  width: 164px;
  height: 55px;
  z-index: 100;
  margin-top: -5px; }
  #header-leadform-btn a {
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    #header-leadform-btn {
      right: 60px; } }
  @media screen and (min-width: 1200px) {
    #header-leadform-btn {
      display: none; } }
#header-leadform-btn-en {
  position: absolute;
  right: 35px;
  width: 193px;
  height: 55px;
  margin-top: -7px;
  z-index: 100; }
  #header-leadform-btn-en a {
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    #header-leadform-btn-en {
      right: 60px; } }
  @media screen and (min-width: 1200px) {
    #header-leadform-btn-en {
      display: none; } }
#header-navibtn {
  position: absolute;
  right: 15px;
  width: 26px;
  height: 25px;
  z-index: 100; }
  #header-navibtn a {
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 1200px) {
    #header-navibtn {
      display: none; } }
  #header-navibtn span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #2c2f31;
    transition: all .3s ease; }
    #header-navibtn span:nth-child(1) {
      top: 0; }
    #header-navibtn span:nth-child(2) {
      top: 10px; }
    #header-navibtn span:nth-child(3) {
      top: 20px; }
  #header-navibtn.as-active:nth-child(1) {
    top: 10px;
    transform: rotate(45deg); }
  #header-navibtn.as-active:nth-child(2) {
    opacity: 0; }
  #header-navibtn.as-active:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg); }

#header-favorite {
  position: fixed;
  top: 25px;
  right: 60px;
  width: auto; }
  @media screen and (min-width: 1200px) {
    #header-favorite {
      display: none; } }
  #header-favorite a {
    color: #e76050;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    display: block; }

.bottom-bar {
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
  border-top: 1px solid #aaaeb8; }
  @media screen and (min-width: 768px) {
    .bottom-bar {
      height: 35px; } }
.bottom-bar--inner {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  text-align: right; }

#btn-scroll-top a {
  color: #2c2f31;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  user-select: none; }
  @media screen and (min-width: 768px) {
    #btn-scroll-top a {
      font-size: 14px;
      line-height: 24px; } }
  #btn-scroll-top a i {
    line-height: 60px;
    vertical-align: top;
    margin-left: 5px;
    font-size: 24px; }
    @media screen and (min-width: 768px) {
      #btn-scroll-top a i {
        font-size: 24px;
        line-height: 26px; } }
#footer {
  background-color: #2c2f31;
  padding: 50px 0; }

.logo-gray {
  width: 157px;
  height: 48px;
  background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/codeco_bw.png?bcfb57d1265e");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .logo-gray {
      margin-bottom: 10px; } }
.footer-btns {
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (min-width: 1200px) {
    .footer-btns {
      display: block;
      margin: 0; } }
.footer-btn {
  flex: 49%;
  height: 52px;
  padding: 0 5px; }
  .footer-btn:lang(en) a {
    font-size: 10px; }
  @media screen and (max-width: 523px) {
    .footer-btn:lang(en):nth-child(1) a {
      line-height: 52px !important;
      height: auto; }
    .footer-btn:lang(en):nth-child(2) a {
      line-height: 25px !important;
      height: auto; }
    .footer-btn:lang(en):nth-child(3) a {
      line-height: 52px !important;
      height: auto; } }
  @media screen and (min-width: 1200px) {
    .footer-btn {
      max-width: 157px;
      flex: 100%;
      margin-bottom: 10px; } }
  .footer-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 18px;
    line-height: 52px;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .footer-btn a {
        font-size: 12px; } }
    .footer-btn a span {
      font-size: 14px; }
    .footer-btn a.as-red {
      background-color: #e76050; }
    .footer-btn a.as-blue {
      background-color: #2ab9eb; }
    .footer-btn a.as-beige {
      background-color: #F0CC78;
      color: #2c2f31; }
      .footer-btn a.as-beige:hover {
        color: #E05651; }

.footer-title {
  color: white;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
  font-weight: bold; }

.footer-txt {
  margin-bottom: 8px;
  color: white;
  font-size: 13px;
  line-height: 24px; }
  .footer-txt p {
    display: table-cell;
    color: white; }
  .footer-txt li {
    color: white; }
  .footer-txt a {
    color: white; }
  @media screen and (min-width: 1200px) {
    .footer-txt > a {
      color: #7a7d7e;
      transition: all .4s ease;
      border-bottom: 1px solid transparent; }
      .footer-txt > a:hover {
        color: #ffffff;
        border-bottom: 1px solid #ffffff; } }
  .footer-txt .icon {
    vertical-align: middle;
    width: 16px;
    margin-right: 16px; }

.sitemap {
  display: block;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px; }
  @media screen and (min-width: 1200px) {
    .sitemap {
      display: flex; } }
.sitemap-item:after {
  content: "";
  display: block;
  clear: both; }

.sitemap-item .sitemap-itembox {
  display: block;
  float: left;
  padding: 0 12px;
  margin-bottom: 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .sitemap-item .sitemap-itembox {
      width: 25%; } }
  @media screen and (min-width: 1200px) {
    .sitemap-item .sitemap-itembox {
      float: none;
      width: auto;
      padding: 0;
      margin-bottom: 0; } }
.sitemap-item.as-mobile-full {
  float: none;
  width: 100%; }
  .sitemap-item.as-mobile-full .sitemap-itembox {
    float: none;
    width: 100%; }

@media screen and (min-width: 1200px) {
  .sitemap-item {
    flex: 1; }
    .sitemap-item:nth-child(1) {
      min-width: 146px; } }

.other-links .flexbox-item {
  box-sizing: border-box; }
  @media screen and (min-width: 1200px) {
    .other-links .flexbox-item:nth-child(2) {
      order: 1;
      flex: 30%;
      max-width: 190px;
      min-width: 190px; } }
  @media screen and (min-width: 1200px) {
    .other-links .flexbox-item:nth-child(1) {
      flex: 70%;
      order: 2; } }
.app-btn {
  max-width: 120px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 20px; }
  .app-btn a {
    display: inline-block; }
  @media screen and (min-width: 1200px) {
    .app-btn {
      display: block;
      width: 100%;
      max-width: 108px;
      float: none;
      margin-bottom: 10px;
      padding: 0px;
      margin-right: 0; } }
  .app-btn img {
    width: 100%;
    height: auto; }

.flexbox {
  display: block; }
  @media screen and (min-width: 768px) {
    .flexbox {
      display: flex; } }
.flexbox-item {
  padding: 0 12px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .flexbox-item {
      flex: 1; } }
  .flexbox-item:first-child {
    padding-left: 0; }

.edm-subscribe {
  margin-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .edm-subscribe {
      margin-bottom: 0; } }
.edm-subscribe--email {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(202, 203, 206, 0.5);
  background-color: white;
  overflow: hidden;
  padding-right: 40px;
  transition: border-color 1s ease; }
  .edm-subscribe--email:focus, .edm-subscribe--email:hover {
    border-color: #ffffff; }
  .edm-subscribe--email:focus {
    color: white; }
  .edm-subscribe--email .btn-send {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #707070;
    border-radius: 0; }
    .edm-subscribe--email .btn-send a {
      display: block;
      width: 100%;
      height: 100%;
      color: white;
      font-size: 13px;
      line-height: 40px;
      vertical-align: middle;
      text-align: center;
      transition: all .4s ease; }
    .edm-subscribe--email .btn-send:hover a {
      color: white; }
  .edm-subscribe--email input {
    border: none;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    color: rgba(202, 203, 206, 0.5);
    font-size: 14px;
    line-height: 1; }

.socialmediabox {
  margin-bottom: 14px;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .socialmediabox {
      text-align: left; } }
.socialmedia-item {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: rgba(202, 203, 206, 0.4);
  border-radius: 50%;
  text-align: center;
  margin-left: -4px;
  margin-right: 7px;
  overflow: hidden;
  transition: all .5s ease; }
  @media screen and (min-width: 1200px) {
    .socialmedia-item {
      width: 34px;
      height: 34px; } }
  .socialmedia-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 48px; }
    @media screen and (min-width: 1200px) {
      .socialmedia-item a {
        font-size: 16px;
        line-height: 34px; } }
.copyright {
  margin-top: 10px;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .copyright {
      text-align: right; } }
.copyright, .copyright a {
  color: white;
  font-size: 12px;
  line-height: 1.5;
  transition: all .4s ease; }

.copyright a:hover {
  color: white;
  border-bottom: 1px solid #ffffff; }

.as-facebook:hover {
  background: #3b5998; }

.as-instagram:hover {
  background: #e1306c; }

.as-youtube:hover {
  background: #ff0000; }

.as-weixin:hover {
  background: #7bb32e; }

@media screen and (min-width: 1200px) {
  .footer-row {
    display: table;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px; } }

.footer-row .footer-col {
  margin-bottom: 16px; }
  @media screen and (min-width: 1200px) {
    .footer-row .footer-col {
      display: table-cell;
      width: auto;
      padding: 0 12px;
      box-sizing: border-box;
      margin-bottom: 0; }
      .footer-row .footer-col:nth-child(1) {
        width: 29%; }
      .footer-row .footer-col:nth-child(2) {
        width: 29%; }
      .footer-row .footer-col:nth-child(3) {
        width: 29%; }
      .footer-row .footer-col:nth-child(4) {
        width: 13%; } }
  @media screen and (max-width: 768px) {
    .footer-row .footer-col:nth-child(1) {
      width: 100%; }
    .footer-row .footer-col:nth-child(2) {
      display: inline-block;
      width: 48%;
      margin-top: 16px; }
    .footer-row .footer-col:nth-child(3) {
      display: inline-block;
      width: 48%;
      margin-top: 16px; }
    .footer-row .footer-col:nth-child(4) {
      display: inline-block;
      margin-bottom: 0; } }
.footer-row.second-row .footer-col .actions {
  display: inline-block;
  max-width: 33%; }
  .footer-row.second-row .footer-col .actions img {
    padding: 0 16px 0 0; }

.footer-row.second-row .footer-col .social-wrapper {
  justify-content: space-between;
  display: flex;
  max-width: 180px; }

.footer-row.second-row .footer-col .social {
  width: 36px; }

@media screen and (min-width: 1200px) {
  .footer-row.second-row .footer-col:nth-child(1) {
    width: 38%; }
  .footer-row.second-row .footer-col:nth-child(2) {
    width: 28%; }
  .footer-row.second-row .footer-col:nth-child(3) {
    width: 34%;
    padding-right: 0; } }

@media screen and (max-width: 768px) {
  .footer-row.second-row .footer-col {
    padding: 0; }
    .footer-row.second-row .footer-col:nth-child(1) {
      width: 100%; }
    .footer-row.second-row .footer-col:nth-child(2) {
      width: 100%;
      margin-top: -16px;
      margin-bottom: 16px; }
    .footer-row.second-row .footer-col:nth-child(3) {
      width: 100%;
      margin-bottom: 0; }
    .footer-row.second-row .footer-col .actions {
      max-width: 33%;
      margin-right: 10px; }
    .footer-row.second-row .footer-col .actions:last-child {
      margin-right: 0; }
    .footer-row.second-row .footer-col img:last-child {
      padding-right: 0; } }

.footer-txt li {
  margin-bottom: 6px; }

.article {
  padding: 0;
  padding-top: 0;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .article {
      padding: 0 30px;
      padding-top: 40px;
      margin-top: -210px; } }
.article-main {
  max-width: 966px;
  margin: 0 auto; }
  .article-main .img {
    width: auto; }
  .article-main .video {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 20px;
    background-color: #000; }
    .article-main .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .article-main hr {
    border-top: 1px dashed #e6e6e6; }
  .article-main h3 {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .article-main h3 {
        font-size: 14px; } }
  .article-main p {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .article-main p {
        font-size: 14px; } }
  .article-main a {
    color: #6d6d6d;
    text-decoration: none;
    border-bottom: 1px solid #6d6d6d; }
    .article-main a.feature_url {
      border-bottom: 0px;
      pointer-events: none; }

.article-titlebar {
  position: relative;
  margin-bottom: 20px;
  padding-right: 0px; }
  @media screen and (min-width: 768px) {
    .article-titlebar {
      margin-bottom: 40px;
      padding-right: 40px; } }
  .article-titlebar .article-links {
    position: relative;
    box-sizing: border-box;
    top: 12px;
    width: 100%;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .article-titlebar .article-links {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: auto; } }
.article-title {
  color: #575a5d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .article-title {
      font-size: 31px;
      margin-right: 155px; } }
.article-links {
  float: right; }

.article-links--item {
  display: inline-block;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 1.5; }
  .article-links--item a {
    color: #6d6d6d; }

.article-page {
  text-align: center;
  padding-top: 40px; }
  .article-page a {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle; }
    .article-page a.back {
      color: #6d6d6d;
      font-size: 18px;
      font-weight: 300;
      line-height: 1.5; }
      .article-page a.back span {
        border-bottom: 1px solid #6d6d6d; }

.article-prev {
  font-size: 35px;
  line-height: 1;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .article-prev {
      font-size: 40px; } }
.article-next {
  font-size: 35px;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .article-next {
      font-size: 40px; } }
.article-prev,
.article-next {
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: all .3s ease;
  line-height: 60px; }
  .article-prev.slick-disabled,
  .article-next.slick-disabled {
    opacity: .2;
    pointer-events: none; }
  .article-prev i,
  .article-next i {
    color: #15181f;
    transition: all .4s ease; }
  @media screen and (min-width: 768px) {
    .article-prev:hover i,
    .article-next:hover i {
      color: #e76050; } }
.article-card .flexbox {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .article-card .flexbox {
      margin-left: -15px;
      margin-right: -15px; } }
.article-card--item {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .article-card--item {
      margin-bottom: 0; } }
  .article-card--item img {
    display: block; }
  .article-card--item a {
    display: block; }
  .article-card--item .info {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 8px 15px;
    min-height: 70px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .article-card--item .info {
        padding: 8px 25px; } }
  .article-card--item .date {
    color: #787d88;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .9px; }
    @media screen and (min-width: 768px) {
      .article-card--item .date {
        font-size: 12px; } }
  .article-card--item .title {
    color: #1d212c;
    font-size: 18px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media screen and (min-width: 768px) {
      .article-card--item .title {
        font-size: 20px; } }
  @media screen and (min-width: 768px) {
    .article-card--item.is-small {
      margin-bottom: 10px; }
      .article-card--item.is-small .title {
        font-size: 16px;
        line-height: 24px; }
      .article-card--item.is-small .info {
        padding-top: 5px;
        padding-bottom: 0;
        min-height: 50px; } }
.article-card {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .article-card {
      margin-bottom: 20px; } }
  .article-card .flexbox-item {
    padding: 0 12px;
    box-sizing: border-box; }
    .article-card .flexbox-item img {
      width: 100%; }
  @media screen and (min-width: 768px) {
    .article-card .article-card--left {
      flex: 68.5%;
      max-width: 68.5%;
      box-sizing: border-box; }
    .article-card .article-card--right {
      flex: 31.5%;
      max-width: 31.5%;
      box-sizing: border-box; } }
.shareico {
  position: absolute;
  top: 10px;
  right: 169px; }
  @media screen and (min-width: 768px) {
    .shareico {
      position: absolute;
      top: 10px;
      left: -30px; } }
.block {
  margin-bottom: 40px; }
  .block.padded {
    padding: 20px 30px 0px 20px;
    margin-bottom: 28px; }
  .block.elevate {
    padding: 20px 30px 0px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 15px 5px #dedede;
    box-shadow: 5px 5px 15px 5px #dedede;
    margin-bottom: 20px; }
    .block.elevate.disabled {
      background-color: #ccc; }

.block-title {
  text-align: center;
  color: #2c2f31;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .block-title {
      font-size: 18px;
      margin-bottom: 10px; } }
  .block-title h4 {
    font-weight: 500;
    margin: 0; }
  .block-title small {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    color: #6d6d6d;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .block-title small {
        color: #2c2f31;
        text-align: center; } }
.block-note {
  margin-bottom: 30px; }
  .block-note h4, .block-note ol {
    color: black;
    font-size: 14px;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      .block-note h4, .block-note ol {
        font-size: 12px; } }
  .block-note a, .block-note a:link, .block-note a:active, .block-note a:hover {
    color: currentColor; }
  .block-note ol li {
    position: relative;
    padding-left: 10px; }
    .block-note ol li:before {
      position: absolute;
      top: 2px;
      left: 0;
      content: "-"; }

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

.btns {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .btns {
      padding-top: 0;
      padding-bottom: 0; } }
  .btns.as-center {
    text-align: center; }

.btn-block {
  display: inline-block; }
  .btn-block a {
    display: block;
    color: #15181f;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1.4px;
    transition: all .3s ease; }
    .btn-block a span, .btn-block a i {
      transition: all .3s ease;
      pointer-events: none; }
    .btn-block a span + i {
      margin-left: 16px; }
  @media screen and (min-width: 375px) {
    .btn-block {
      font-size: 20px; } }
  @media screen and (min-width: 768px) {
    .btn-block:hover {
      color: #e76050; }
      .btn-block:hover span {
        color: #e76050; }
      .btn-block:hover i {
        color: #e76050;
        animation: shake 5s ease infinite alternate;
        transition: all .3s ease; } }
.btn-txt--w-md {
  display: block;
  width: 100%;
  height: 52px;
  text-align: center;
  background-color: #333; }
  .btn-txt--w-md a {
    display: block;
    color: white;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 2px;
    transition: all .3s ease; }
  .btn-txt--w-md.as-red {
    background-color: #e76050; }

.btn {
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 5px;
  width: 100%;
  user-select: none;
  height: 52px;
  text-align: center;
  padding: 0; }
  @media screen and (min-width: 375px) {
    .btn {
      max-width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .btn {
      max-width: 293px; } }
  .btn a {
    color: white;
    font-size: 16px;
    line-height: 52px;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .btn a {
        font-size: 14px; } }
    .btn a span {
      color: currentColor; }
    .btn a:hover {
      color: white; }
  .btn.btn-red {
    background-color: #e76050;
    border-radius: 30px; }
  .btn.btn-blue {
    background-color: #2ab9eb;
    border-radius: 30px; }

.btn-lg {
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 5px;
  width: 100%;
  height: 63px;
  text-align: center;
  padding: 0;
  background-color: #ccc;
  user-select: none; }
  .btn-lg a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 63px;
    text-decoration: none; }
    .btn-lg a span {
      color: currentColor; }
    .btn-lg a:hover {
      color: white; }
  .btn-lg.btn-red {
    background-color: #e76050; }
  .btn-lg.btn-blue {
    background-color: #2ab9eb; }

.btn-switch .solid {
  display: none; }

.btn-switch .normal {
  display: inline-block; }

.btn-switch i {
  animation: bounceIn 1s ease forwards; }

.btn-switch.as-active i {
  animation: tada 1s ease forwards; }

.btn-switch.as-active .normal {
  display: none; }

.btn-switch.as-active .solid {
  display: inline-block; }

#home-media {
  padding-bottom: 24px;
  padding-top: 24px; }

#main {
  padding-top: 80px;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    #main {
      padding-top: 120px; } }
  @media screen and (min-width: 1200px) {
    #main {
      padding-top: 140px; } }
  #main.is-home {
    overflow: hidden;
    padding-bottom: 0; }

#kvslide {
  position: relative;
  width: 100%;
  height: 66vw;
  min-height: 195px; }
  @media screen and (min-width: 768px) {
    #kvslide {
      max-height: 700px;
      height: 76vw; } }
  #kvslide .swiper-pagination-bullet {
    opacity: .2;
    width: .5em;
    height: .5em;
    margin: 0 .375em; }
    @media screen and (min-width: 768px) {
      #kvslide .swiper-pagination-bullet {
        width: .75em;
        height: .75em;
        margin: 0 .5em; } }
  #kvslide .swiper-pagination-bullet-active {
    background: #000;
    opacity: .5; }
  #kvslide .swiper-pagination {
    bottom: 0px; }
    @media screen and (min-width: 768px) {
      #kvslide .swiper-pagination {
        bottom: 10px; } }
  #kvslide .btns.as-center {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
    z-index: 1; }
    @media screen and (min-width: 768px) {
      #kvslide .btns.as-center {
        bottom: 10%; } }
    #kvslide .btns.as-center .btn-block a {
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        #kvslide .btns.as-center .btn-block a {
          font-size: 18px; } }
    #kvslide .btns.as-center .standard-btn-link {
      min-width: 140px;
      width: max-content;
      line-height: 1;
      padding: 6px 15px; }
      @media screen and (min-width: 768px) {
        #kvslide .btns.as-center .standard-btn-link {
          width: 280px;
          line-height: 1.4;
          padding: 15px; } }
.kvslide-item--inner {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin: 1% auto; }
  @media screen and (min-width: 768px) {
    .kvslide-item--inner {
      width: 95%;
      max-width: 980px; } }
#kvslide1 {
  background-position: top center;
  background-size: cover;
  overflow: hidden; }
  #kvslide1 .kv-slogan1 {
    top: 55%;
    margin: 0 10%;
    left: 0;
    right: 0;
    position: absolute; }
    @media screen and (min-width: 992px) {
      #kvslide1 .kv-slogan1 {
        margin: 0 auto; } }
    #kvslide1 .kv-slogan1 img {
      max-width: 840px !important;
      width: 100%;
      display: block; }
      #kvslide1 .kv-slogan1 img:last-of-type {
        margin: 5px auto 0; }
  #kvslide1 .kv-slogan1-en {
    top: 55%;
    margin: 0 20%;
    position: absolute; }
    #kvslide1 .kv-slogan1-en img {
      max-width: 600px !important;
      width: 100%;
      display: block; }
      #kvslide1 .kv-slogan1-en img:last-of-type {
        margin: 5px auto 0; }
  #kvslide1 .kvslide-bottom {
    position: absolute;
    bottom: -5px;
    width: 37vw;
    min-width: 300px; }
  #kvslide1 .left {
    right: 74vw; }
  #kvslide1 .right {
    left: 74vw; }

#kvslide2 {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: top center;
  background-size: cover; }
  #kvslide2 .kvslide-item--inner {
    width: 50%; }
  #kvslide2 .kv-brand {
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: 50px;
    width: 108px;
    z-index: 15; }
    @media screen and (min-width: 768px) {
      #kvslide2 .kv-brand {
        top: 130px;
        left: 50%;
        margin-left: -200px;
        width: 100px;
        z-index: 15; } }
    @media screen and (min-width: 769px) {
      #kvslide2 .kv-brand {
        top: 119px;
        left: 50%;
        margin-left: -280px;
        width: 139px;
        z-index: 15; } }
  #kvslide2 .kv-man {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -165px;
    width: 330px;
    z-index: 15;
    top: calc( 50% - 120px); }
    @media screen and (min-width: 375px) {
      #kvslide2 .kv-man {
        margin-left: 0px;
        width: 100%;
        z-index: 15;
        left: 0; } }
    @media screen and (min-width: 768px) {
      #kvslide2 .kv-man {
        bottom: -1px;
        left: calc((380px - 30vw) * -1);
        margin-left: 0px;
        width: 100%;
        z-index: 15;
        top: 0; } }
    @media screen and (min-width: 1200px) {
      #kvslide2 .kv-man {
        bottom: -1px;
        left: 0;
        margin-left: 0px;
        width: 100%;
        z-index: 15;
        top: 0; } }
    #kvslide2 .kv-man img {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
      @media screen and (min-width: 768px) {
        #kvslide2 .kv-man img {
          max-width: 1200px;
          width: auto;
          height: auto; } }
      @media screen and (min-width: 992px) {
        #kvslide2 .kv-man img {
          max-width: 100%;
          width: auto;
          height: 100%;
          margin: 0 auto;
          display: block; } }
  #kvslide2 .kv-mask2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #kvslide2 .kv-mask2 {
        width: 420px; } }
    @media screen and (min-width: 769px) {
      #kvslide2 .kv-mask2 {
        width: 533px; } }
  #kvslide2 .kv-mask1 {
    position: absolute;
    bottom: -5px;
    right: -20%;
    width: 100%;
    z-index: 30;
    opacity: 0.8; }
    @media screen and (min-width: 768px) {
      #kvslide2 .kv-mask1 {
        right: -55%;
        width: 1000px; } }
    @media screen and (min-width: 992px) {
      #kvslide2 .kv-mask1 {
        right: -20%;
        width: 1253px; } }
  #kvslide2 .kv-slogan1 {
    max-width: 800px;
    width: 88%;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) {
      #kvslide2 .kv-slogan1 {
        padding-top: 30px; } }
    #kvslide2 .kv-slogan1 img {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 40%;
      transform: translate(-50%, -50%); }
  #kvslide2 .kv-overlay {
    position: absolute;
    z-index: 0; }
    #kvslide2 .kv-overlay.triangle {
      top: 7.5%;
      left: 7.5%;
      width: 20%; }
    #kvslide2 .kv-overlay.dottedline {
      top: 40%;
      left: 20%;
      width: 3%; }
    #kvslide2 .kv-overlay.dots {
      right: 15%;
      bottom: 5%;
      width: 15%; }
    #kvslide2 .kv-overlay.plus {
      top: 50%;
      right: 5%;
      width: 10%; }
  #kvslide2 .kv-more {
    display: none;
    position: absolute;
    top: 128px;
    right: 0;
    width: 152px;
    padding-right: 24px;
    z-index: 20;
    box-sizing: border-box; }
    #kvslide2 .kv-more .arrow {
      position: absolute;
      top: 3px;
      right: 0;
      width: 16px;
      animation: .5s moreArrow infinite alternate; }
    @media screen and (min-width: 375px) {
      #kvslide2 .kv-more {
        top: 160px;
        margin-left: 0; } }
    @media screen and (min-width: 768px) {
      #kvslide2 .kv-more {
        top: auto;
        bottom: 170px;
        width: 187px;
        padding-right: 36px;
        height: auto;
        z-index: 20; } }
    @media screen and (min-width: 769px) {
      #kvslide2 .kv-more {
        top: auto;
        bottom: 136px;
        width: 187px;
        padding-right: 36px;
        height: auto;
        z-index: 20; }
        #kvslide2 .kv-more .arrow {
          top: -3px;
          right: 0;
          width: 25px; } }
@keyframes moreArrow {
  to {
    transform: translateX(-5px); } }

#kvslide3 {
  background-position: top center;
  background-size: cover; }
  #kvslide3 .id-logo {
    width: 50%;
    max-width: 460px;
    position: absolute;
    bottom: -20%;
    right: 5%; }

.home-section {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .home-section.as-page {
    padding: 20px 0; }
  .home-section.is-noline {
    border-top: 0; }
  .home-section .blue-button {
    width: 180px;
    height: 45px;
    background-color: #30A9DA;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 45px;
    border: none;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 20px; }
  .home-section .green-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #49BD60;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 60px;
    border: none;
    color: #FFFFFF;
    margin-top: 60px;
    margin-bottom: 20px; }
  .home-section .green-button--zh_tw {
    width: 220px; }
  .home-section .green-button--en {
    width: 300px; }
  .home-section .red-link {
    text-align: right; }
    .home-section .red-link a {
      color: #E75751;
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        .home-section .red-link a {
          font-size: 16px; } }
.home-section#home-projectsbox .slide-prev,
.home-section#home-projectsbox .slide-next {
  top: calc(40px + 14vw); }
  @media screen and (min-width: 768px) {
    .home-section#home-projectsbox .slide-prev,
    .home-section#home-projectsbox .slide-next {
      top: calc(10vw + 10px); } }
  @media screen and (min-width: 992px) {
    .home-section#home-projectsbox .slide-prev,
    .home-section#home-projectsbox .slide-next {
      top: 110px; } }
  @media screen and (min-width: 1200px) {
    .home-section#home-projectsbox .slide-prev,
    .home-section#home-projectsbox .slide-next {
      top: 137px; } }
#home-goodfeedback .slide-prev,
#home-goodfeedback .slide-next {
  top: 50%; }

.home-section--title {
  color: #15181f;
  font-size: 22px;
  line-height: 1.5;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px; }
  .home-section--title:lang(en) {
    letter-spacing: 0px; }
  @media screen and (min-width: 768px) {
    .home-section--title {
      font-size: 30px;
      line-height: 68px;
      margin-bottom: 50px; } }
#home-tabs-dekstop .flexbox-item:nth-chidl(2) {
  display: none; }

#home-tabs-mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    #home-tabs-mobile {
      display: none; } }
.tabs-slide {
  position: relative;
  max-width: 940px;
  margin: 0 auto 16px; }

.tabs-slide--navi {
  position: relative;
  z-index: 20; }
  .tabs-slide--navi .slick-list {
    overflow: inherit; }

.tabs-slide--navitem {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: left;
  width: 50%;
  height: 80px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 20px 8px;
  cursor: pointer; }
  .tabs-slide--navitem:nth-child(1), .tabs-slide--navitem:nth-child(2), .tabs-slide--navitem:nth-child(3), .tabs-slide--navitem:nth-child(4) {
    border-top: 0; }
  .tabs-slide--navitem:nth-child(2n) {
    border-left: 0; }
  @media screen and (min-width: 375px) {
    .tabs-slide--navitem {
      height: 80px; }
      .tabs-slide--navitem:lang(en) {
        height: 80px; } }
  @media screen and (min-width: 768px) {
    .tabs-slide--navitem {
      max-width: 236px;
      width: 25%;
      height: 9vw;
      padding: 27px 8px; }
      .tabs-slide--navitem:lang(en) {
        height: 74px; }
      .tabs-slide--navitem:nth-child(2) {
        border-left: 0; }
      .tabs-slide--navitem:nth-child(3) {
        border-left: 0; } }
  @media screen and (min-width: 1200px) {
    .tabs-slide--navitem {
      height: 74px; } }
  .tabs-slide--navitem:lang(en) {
    padding: 16px 8px; }
  .tabs-slide--navitem a {
    display: block;
    width: 100%;
    height: 100%; }
  .tabs-slide--navitem .title {
    color: #1d212c;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    left: 0;
    position: absolute;
    top: calc( 50% - 18px); }
    .tabs-slide--navitem .title:lang(en) {
      letter-spacing: 0px;
      overflow: hidden;
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
    @media screen and (min-width: 600px) {
      .tabs-slide--navitem .title {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .tabs-slide--navitem .title {
        font-size: 18px;
        line-height: 1.5; } }
    @media screen and (min-width: 1200px) {
      .tabs-slide--navitem .title {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1.4px; } }
  .tabs-slide--navitem .txt {
    color: #787d88;
    font-size: 14px;
    line-height: 1; }
  .tabs-slide--navitem:before {
    content: "";
    position: absolute;
    top: -20px;
    margin-left: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #2ab9eb transparent;
    left: 50%;
    width: 0;
    height: 0;
    z-index: -1;
    transition: all .3s ease;
    opacity: 0;
    transform: scale(0);
    display: none; }
    @media screen and (min-width: 768px) {
      .tabs-slide--navitem:before {
        display: block; } }
  .tabs-slide--navitem.as-active {
    background-color: #2ab9eb; }
    .tabs-slide--navitem.as-active:before {
      top: -30px;
      transform: scale(1);
      opacity: 1;
      z-index: 10; }
    .tabs-slide--navitem.as-active .txt {
      color: white; }
    .tabs-slide--navitem.as-active .title {
      color: white; }

.goodman-icon1,
.goodman-icon2,
.goodman-icon3,
.goodman-icon4 {
  width: 81px;
  height: 66px;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .goodman-icon1,
    .goodman-icon2,
    .goodman-icon3,
    .goodman-icon4 {
      width: 120px;
      height: 97px; } }
.goodman-icon1 {
  background: url("https://d2350fb44r6k35.cloudfront.net/assets/images/goodman_icon1.png?bcfb57d1265e") no-repeat center;
  background-size: contain; }

.goodman-icon2 {
  background: url("https://d2350fb44r6k35.cloudfront.net/assets/images/goodman_icon2.png?bcfb57d1265e") no-repeat center;
  background-size: contain; }

.goodman-icon3 {
  background: url("https://d2350fb44r6k35.cloudfront.net/assets/images/goodman_icon3.png?bcfb57d1265e") no-repeat center;
  background-size: contain; }

.goodman-icon4 {
  background: url("https://d2350fb44r6k35.cloudfront.net/assets/images/goodman_icon4.png?bcfb57d1265e") no-repeat center;
  background-size: contain; }

.as-active .goodman-icon1 {
  background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/goodman_icon1_active.png?bcfb57d1265e");
  background-size: contain; }

.as-active .goodman-icon2 {
  background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/goodman_icon2_active.png?bcfb57d1265e");
  background-size: contain; }

.as-active .goodman-icon3 {
  background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/goodman_icon3_active.png?bcfb57d1265e");
  background-size: contain; }

.as-active .goodman-icon4 {
  background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/goodman_icon4_active.png?bcfb57d1265e");
  background-size: contain; }

.tabs-slide--showbox {
  position: relative;
  z-index: 10;
  align-items: center;
  text-align: center;
  vertical-align: middle; }
  .tabs-slide--showbox .flexbox-item {
    padding: 0; }

.yt {
  position: relative;
  bottom: 0;
  padding-top: 56.25%;
  left: 0;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .yt {
      position: relative;
      width: 458px;
      height: 315px; } }
  @media screen and (min-width: 1200px) {
    .yt {
      position: relative;
      width: 558px;
      height: 315px; } }
  .yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#slick-projects {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px; }

.sub-tools--btn {
  float: left;
  display: block; }
  .sub-tools--btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 33px; }
  .sub-tools--btn i {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .5s ease;
    color: white;
    font-size: 20px;
    line-height: 1; }
  .sub-tools--btn i.is-default {
    transform: scale(1); }
  .sub-tools--btn i.is-active {
    color: #e76050; }
  .sub-tools--btn.as-active i.is-default {
    transform: scale(0); }
  .sub-tools--btn.as-active i.is-active {
    transform: scale(1); }

.sub-tools {
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
  height: 33px;
  z-index: 30; }
  .sub-tools.for-project {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto; }
    @media screen and (min-width: 1200px) {
      .sub-tools.for-project {
        margin-bottom: 30px; } }
    .sub-tools.for-project .sub-tools--item {
      padding: 0 10px; }
      .sub-tools.for-project .sub-tools--item:nth-child(1) {
        padding-right: 0; }
    .sub-tools.for-project .sub-tools--item i,
    .sub-tools.for-project .sub-tools--item span {
      font-size: 15px;
      line-height: 25px;
      text-align: right; }
    .sub-tools.for-project .sub-tools--item i {
      color: #e76050; }
    .sub-tools.for-project .sub-tools--item span {
      color: #575a5d; }

.sub-tools--item {
  float: right;
  padding-left: 8px; }
  .sub-tools--item a {
    color: currentColor;
    user-select: none; }
  .sub-tools--item i, .sub-tools--item span {
    color: white;
    font-size: 14px; }
  .sub-tools--item span {
    padding-left: 2px; }

#home-article {
  margin: 0 auto 23px; }

#home-tabs-desktop {
  border: 1px solid #e4e4e4; }
  @media screen and (min-width: 768px) {
    #home-tabs-desktop {
      border: none;
      border-bottom: 1px solid #e4e4e4; } }
#home-tabs-mobile .tabs-slide--showbox-item {
  position: relative;
  height: auto;
  min-height: 180px; }

.tabs-slide--showbox-item {
  position: relative; }
  .tabs-slide--showbox-item .flexbox {
    display: block; }
    .tabs-slide--showbox-item .flexbox .flexbox-item:nth-child(1) {
      padding: 30px 10px; }
      .tabs-slide--showbox-item .flexbox .flexbox-item:nth-child(1) img {
        width: 70%;
        margin: 0 auto; }
    .tabs-slide--showbox-item .flexbox .flexbox-item:nth-child(2) {
      display: block; }
    @media screen and (min-width: 768px) {
      .tabs-slide--showbox-item .flexbox {
        display: flex;
        align-items: center;
        vertical-align: middle; }
        .tabs-slide--showbox-item .flexbox .flexbox-item:nth-child(2) {
          display: block; } }
.feedback-slide {
  padding: 0 50px; }

.feedback-slide--item {
  position: relative;
  width: 100%;
  min-height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e4e4e4;
  margin-top: 20px;
  margin-bottom: 80px;
  box-sizing: border-box;
  -webkit-box-shadow: -1px 5px 15px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 5px 15px -8px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 5px 15px -8px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 768px) {
    .feedback-slide--item {
      min-height: 450px; } }
  .feedback-slide--item .inner {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px; }

.feedback-slide--user {
  position: absolute;
  bottom: -88px;
  text-align: center;
  width: 100%; }

.feedback-slide--pic {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: -1px 5px 15px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 5px 15px -8px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 5px 15px -8px rgba(0, 0, 0, 0.75); }

.feedback-slide--name {
  margin-top: 10px;
  margin-bottom: 21px; }
  .feedback-slide--name h3 {
    color: #15181f;
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-bottom: 0; }

.feedback-slide--txt {
  text-align: justify;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .feedback-slide--txt {
      margin-bottom: 9px; } }
  .feedback-slide--txt span {
    color: #848894;
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (min-width: 600px) {
      .feedback-slide--txt span {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .feedback-slide--txt span {
        font-size: 16px; } }
.feedback-slide--info p {
  color: #848894;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .feedback-slide--info p {
      font-size: 14px; } }
.logo-slide {
  display: flex;
  max-width: 1180px;
  margin: 0 auto; }

.logo-slidebox {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .logo-slidebox {
      margin-left: -50px;
      margin-right: -50px; } }
  @media screen and (min-width: 1200px) {
    .logo-slidebox {
      margin-left: -100px;
      margin-right: -100px; } }
.logo-slide--item {
  flex: 1;
  justify-content: space-between; }
  .logo-slide--item img {
    width: 100%; }

.home-point-img {
  min-height: 240px; }

.imgitem {
  top: 0px;
  position: absolute;
  opacity: 0;
  left: -100%;
  transition: left 0ms, opacity 0ms;
  width: 100%;
  height: 185px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  .imgitem .itemtxt {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold; }
    .imgitem .itemtxt:lang(en) {
      font-size: 16px; }
    .imgitem .itemtxt div {
      text-shadow: 3px 3px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
      color: #000; }
  @media screen and (min-width: 768px) {
    .imgitem {
      width: 382px;
      height: 100%;
      background-size: 60%;
      top: calc( 50% - 70px); } }
  .imgitem.active {
    transition: left 320ms, opacity 520ms;
    opacity: 1;
    text-align: center;
    left: 0px;
    text-align: center;
    top: 30px; }
    @media screen and (min-width: 768px) {
      .imgitem.active {
        left: 0px;
        text-align: left;
        top: 0px; } }
    @media screen and (min-width: 1200px) {
      .imgitem.active {
        left: 15px;
        text-align: center;
        top: 0px; } }
.standard-btn-link {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 15px;
  background-color: #30AEDD;
  border-radius: 30px;
  text-align: center; }
  .standard-btn-link span {
    color: #FFF; }
  .standard-btn-link.yellow {
    background-color: #F9D478;
    color: #434343; }
    .standard-btn-link.yellow span {
      color: #434343; }
    .standard-btn-link.yellow:hover span {
      color: #E05651; }
  .standard-btn-link.white {
    background-color: #FFF; }
    .standard-btn-link.white span {
      color: #333; }
    .standard-btn-link.white:hover span {
      color: #E05651; }

.home-faq-group .faq-item {
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px #00000029; }
  .home-faq-group .faq-item .faq-item--link {
    background-color: #4d4d4d;
    color: #ffffff;
    padding-left: 20%;
    padding-right: 10%;
    background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/icon-faq.png?bcfb57d1265e);
    background-repeat: no-repeat;
    background-position: left 4% center;
    background-size: 30px; }
    @media screen and (min-width: 768px) {
      .home-faq-group .faq-item .faq-item--link {
        padding-left: 120px; } }
    .home-faq-group .faq-item .faq-item--link::after {
      content: "\f068";
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right: 5%;
      top: 50%;
      transform: translate(0, -50%); }
      @media screen and (min-width: 768px) {
        .home-faq-group .faq-item .faq-item--link::after {
          right: 2%; } }
    .home-faq-group .faq-item .faq-item--link.collapsed {
      background-color: #F9D478;
      color: #000000;
      background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/icon-faq-collapse.png?bcfb57d1265e); }
      .home-faq-group .faq-item .faq-item--link.collapsed::after {
        content: "\f067"; }
  .home-faq-group .faq-item .faq-txt {
    padding-left: 20%; }
    @media screen and (min-width: 768px) {
      .home-faq-group .faq-item .faq-txt {
        padding-left: 120px; } }
.case-listing {
  margin-top: 30px;
  margin-bottom: 50px; }
  .case-listing .interior-case {
    margin-bottom: 50px; }

.case-paging {
  margin: 0 auto;
  width: fit-content; }
  @media screen and (min-width: 768px) {
    .case-paging {
      margin: 20px auto 0 auto; } }
  .case-paging span {
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    width: 20px;
    background-color: white;
    color: black;
    opacity: 1;
    height: 100%;
    width: 30px;
    padding: 2px 6px;
    cursor: pointer;
    text-align: center;
    margin: 0 5px; }
    .case-paging span.current {
      background-color: #c8c5c4;
      color: white; }

i.icon-circle {
  display: block;
  width: 42px;
  height: 42px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/icon-step-circle.svg?bcfb57d1265e) no-repeat center top;
  background-size: contain; }

i.icon-check {
  display: block;
  width: 47px;
  height: 35px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/icon-step-check.svg?bcfb57d1265e) no-repeat center top;
  background-size: contain; }

i.icon-leadform1 {
  display: block;
  width: 70px;
  height: 64px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/lead_form_icon1.svg?bcfb57d1265e) no-repeat center top;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    i.icon-leadform1 {
      width: 80px;
      height: 74px; } }
i.icon-leadform2 {
  display: block;
  width: 70px;
  height: 64px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/lead_form_icon2.svg?bcfb57d1265e) no-repeat center top;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    i.icon-leadform2 {
      width: 80px;
      height: 74px; } }
i.icon-leadform3 {
  display: block;
  width: 70px;
  height: 64px;
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/lead_form_icon3.svg?bcfb57d1265e) no-repeat center top;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    i.icon-leadform3 {
      width: 80px;
      height: 74px; } }
.input-style {
  width: 100%;
  height: 60px;
  border: none;
  margin: 0; }

.checkbox-style {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  vertical-align: middle;
  margin-right: 40px;
  user-select: none; }
  .checkbox-style input {
    display: none; }
  .checkbox-style i {
    display: block;
    transform: scale(0);
    transition: all .2s ease-out;
    color: #333;
    font-size: 14px;
    line-height: 32px; }
  .checkbox-style input:checked + .icon i {
    transform: scale(1); }
  .checkbox-style .icon {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(151, 151, 151, 0.5);
    text-align: center;
    vertical-align: middle; }
  .checkbox-style span {
    color: #575a5d;
    font-size: 16px;
    line-height: 60px;
    vertical-align: middle;
    display: inline-block; }
  .checkbox-style a {
    color: #575a5d;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px solid #575a5d;
    text-decoration: none; }
    .checkbox-style a:hover, .checkbox-style a:active, .checkbox-style a:link {
      color: #575a5d; }
  .checkbox-style.as-xl {
    padding-left: 45px; }
    .checkbox-style.as-xl .icon {
      margin-top: -16px;
      width: 32px;
      height: 32px; }
    .checkbox-style.as-xl i {
      font-size: 14px;
      line-height: 32px; }
  .checkbox-style.as-gray .icon {
    border-color: rgba(51, 51, 51, 0.6); }
  .checkbox-style.as-gray span, .checkbox-style.as-gray a {
    font-size: 14px; }
  .checkbox-style.rounded .icon {
    border-radius: 50%; }

.quantity {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  padding-right: 34px;
  box-sizing: border-box; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.quantity input {
  width: 63px;
  height: 36px;
  line-height: 1.65;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(151, 151, 151, 0.5);
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box; }
  .quantity input:focus {
    outline: 0; }

.quantity .unit {
  position: absolute;
  right: 38px;
  top: 0;
  line-height: 36px;
  color: #979797; }

.quantity-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.quantity-button {
  cursor: pointer;
  width: 28px;
  height: 28px;
  color: #9f9f9f;
  font-size: 16px;
  line-height: 28px;
  user-select: none;
  background-color: #ededed;
  border-radius: 14px;
  text-align: center; }

.quantity-button.quantity-up {
  position: absolute;
  top: calc(50% - 13px);
  right: 0; }

.quantity-button.quantity-down {
  position: absolute;
  left: 0;
  top: calc(50% - 13px); }

.select-style {
  display: block;
  height: 40px;
  color: #575a5d;
  font-size: 18px;
  line-height: 1;
  position: relative; }
  .select-style i {
    position: absolute;
    top: 0;
    right: 20px;
    color: #575a5d;
    font-size: 18px;
    line-height: 40px;
    pointer-events: none; }
  .select-style select {
    width: 100%;
    height: 100%; }

.label-checkbox {
  display: inline-block;
  position: relative; }
  .label-checkbox input[type="checkbox"] {
    display: none; }
  .label-checkbox input[type="checkbox"]:checked + .icon i {
    transform: scale(1); }
  .label-checkbox input[type="checkbox"].special {
    display: none; }
    .label-checkbox input[type="checkbox"].special + span {
      display: inline-block;
      width: 76px;
      height: 76px;
      padding-top: 0px;
      background: url("https://d2350fb44r6k35.cloudfront.net/assets/images/off@2x.png?bcfb57d1265e") center center no-repeat;
      background-size: 80px;
      margin-top: -15px;
      margin-right: -28px; }
    .label-checkbox input[type="checkbox"].special:checked + span {
      background: url("https://d2350fb44r6k35.cloudfront.net/assets/images/on@2x.png?bcfb57d1265e") center center no-repeat;
      background-size: 80px;
      margin-right: -28px; }
  .label-checkbox input[type="text"] {
    border: 1px solid black;
    width: 140px;
    height: 40px;
    color: #575a5d;
    font-size: 18px;
    line-height: 1;
    padding: 0 10px;
    box-sizing: border-box;
    margin-left: 10px; }
    @media screen and (min-width: 600px) {
      .label-checkbox input[type="text"] {
        width: auto;
        max-width: 360px; } }
  .label-checkbox .icon {
    margin-top: 14px;
    width: 18;
    height: 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(151, 151, 151, 0.5);
    transition: all .3s ease; }
  .label-checkbox i {
    transform: scale(0);
    color: white;
    font-size: 14px;
    line-height: 16px;
    display: block;
    transition: all .3s ease;
    text-align: center;
    vertical-align: middle; }
  .label-checkbox span {
    user-select: none; }
  .label-checkbox .txt {
    user-select: none; }
    .label-checkbox .txt small {
      display: block;
      color: #575a5d;
      font-size: 12px;
      line-height: 1.2; }
    .label-checkbox .txt span {
      display: block;
      line-height: 1.5; }
  .label-checkbox.as-grey input:checked + .icon {
    background-color: #b7b7b7; }
  .label-checkbox.as-blue input:checked + .icon {
    background-color: #4a90e2; }
  .label-checkbox.as-red input:checked + .icon {
    background-color: #e76050; }
  .label-checkbox.as-normal i {
    color: #575a5d; }

@media screen and (min-width: 768px) {
  .label-checkbox input[type="checkbox"].special + span {
    margin-right: 0px; }
  .label-checkbox input[type="checkbox"].special:checked + span {
    margin-right: 0px; } }

.modal-backdrop {
  z-index: 900; }

.modal {
  z-index: 3000; }

.modal-content {
  border-radius: 30px; }

.modal.modal-form {
  bottom: 0;
  text-align: center; }
  .modal.modal-form .modal-body {
    padding-top: 70px; }
  .modal.modal-form .modal-dialog {
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    margin-top: 20%; }
  .modal.modal-form .modal-content {
    border-radius: 30px 30px 0 0; }
  .modal.modal-form .modal-body {
    position: relative; }

.modal-content-close {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -42px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #e76050;
  text-align: center;
  padding: 15px 10px;
  box-sizing: border-box;
  z-index: 500;
  user-select: none; }
  .modal-content-close a {
    display: block;
    width: 100%;
    height: 100%;
    color: white; }
    .modal-content-close a:hover, .modal-content-close a:linke, .modal-content-close a:active {
      color: currentColor; }
    .modal-content-close a i {
      font-size: 22px;
      display: block;
      margin: 0 auto; }
    .modal-content-close a span {
      display: inline-block;
      color: white;
      font-size: 16px;
      line-height: 1.5; }

.moadl-booking .project-lead--form {
  max-width: 500px;
  margin: 0 auto; }

.moadl-booking .title-md {
  font-size: 22px; }

.moadl-booking .project-lead--form .row {
  display: flex; }

.moadl-booking .project-lead--form .title,
.moadl-booking .checkbox-style span,
.moadl-booking .btn-txt--w-md a {
  font-size: 20px; }

.moadl-booking .project-lead--form .col-md-2 {
  min-width: 70px; }

.moadl-booking .checkbox-style {
  margin-right: 20px; }

.moadl-booking .checkbox-style span {
  line-height: 60px; }

.moadl-booking .project-lead--form .title {
  display: inline-block;
  min-width: 70px;
  text-align: left; }

.module {
  margin-bottom: 25px; }

.module-title {
  color: #575a5d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .module-title {
      font-size: 18px;
      margin-bottom: 30px; } }
  .module-title small {
    color: #575a5d;
    font-size: 16px;
    padding-left: 8px; }
    @media screen and (min-width: 768px) {
      .module-title small {
        font-size: 14px; } }
  .module-title a {
    color: #575a5d; }

.media-tools--tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.media-tools--tag {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
  background-color: #30AEDD;
  border-radius: 0;
  padding: 2px 12px; }
  @media screen and (min-width: 768px) {
    .media-tools--tag {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 0;
      min-width: 80px; } }
  .media-tools--tag:hover {
    color: #e76050; }
  .media-tools--tag.as-active {
    font-weight: bold;
    color: #e76050; }

.search-tools {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .search-tools {
      margin-bottom: 20px; } }
.search-tools--input {
  width: 100%;
  height: 25px;
  background-color: #888888;
  border-bottom: 1px solid #e4e4e4;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  padding: 15px 10px;
  margin-bottom: 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 992px) {
    .search-tools--input {
      padding: 5px 10px; } }
  .search-tools--input::-webkit-input-placeholder {
    color: #FFF;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .search-tools--input::-webkit-input-placeholder {
        font-size: 14px; } }
  .search-tools--input:-ms-input-placeholder {
    color: #FFF;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .search-tools--input:-ms-input-placeholder {
        font-size: 14px; } }
  .search-tools--input::placeholder {
    color: #FFF;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .search-tools--input::placeholder {
        font-size: 14px; } }
.search-tools--btn {
  position: absolute;
  top: 3px;
  right: 18px;
  display: block;
  user-select: none; }
  .search-tools--btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #e4e4e4;
    font-size: 18px;
    font-weight: 500;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .search-tools--btn a {
        font-size: 14px; } }
  .search-tools--btn i {
    font-size: 18px;
    margin-left: 5px; }

.search-tools-menu--input {
  width: 100%;
  height: 25px;
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 25px 10px;
  margin-bottom: 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 992px) {
    .search-tools-menu--input {
      padding: 25px 10px; } }
  .search-tools-menu--input::-webkit-input-placeholder {
    color: #e4e4e4;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .search-tools-menu--input::-webkit-input-placeholder {
        font-size: 14px; } }
  .search-tools-menu--input:-ms-input-placeholder {
    color: #e4e4e4;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .search-tools-menu--input:-ms-input-placeholder {
        font-size: 14px; } }
  .search-tools-menu--input::placeholder {
    color: #e4e4e4;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .search-tools-menu--input::placeholder {
        font-size: 14px; } }
.module-article {
  margin-bottom: 25px; }
  .module-article a {
    display: block;
    width: auto;
    height: auto; }

.module-article--img {
  position: relative;
  margin-bottom: 6px; }
  .module-article--img .video-time {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    color: white;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 0 5px;
    background-color: rgba(0, 0, 0, 0.8); }
  .module-article--img img {
    display: block;
    margin: 0 auto; }

.module-article--title {
  color: #1d212c;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }

.module-article--txt {
  margin: 8px 8px 0px 8px;
  color: #787d88;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: .5px; }

.module-article--tags {
  margin: 0px 8px 0px 8px; }
  .module-article--tags a {
    color: #b7b7b7;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    margin-right: 5px; }

.module-article-slide {
  margin-left: -10px;
  margin-right: -10px; }
  .module-article-slide .module-article {
    float: left;
    width: 33.333333333%;
    padding: 0 10px;
    box-sizing: border-box; }
  .module-article-slide .module-article--title {
    font-size: 16px; }

@media screen and (min-width: 768px) {
  .module-article-small {
    margin-bottom: 40px;
    padding: 0 5px; } }

@media screen and (min-width: 992px) {
  .module-article-small {
    padding: 0; } }

.module-article-small .row {
  margin-left: -5px;
  margin-right: -5px; }
  .module-article-small .row > div {
    float: left;
    width: 33.3%;
    padding: 0 5px;
    box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .module-article-small .row {
      margin-left: -10px;
      margin-right: -10px; }
      .module-article-small .row > div {
        box-sizing: border-box; } }
@media screen and (max-width: 768px) {
  .module-article-small.as-mobile-full .row > div {
    float: none;
    width: 100%;
    margin-bottom: 10px; } }

.module-article-small .module-article--title {
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .module-article-small .module-article--title {
      font-size: 16px; } }
.module-article-small.as-slick {
  position: relative; }
  .module-article-small.as-slick .slide-next,
  .module-article-small.as-slick .slide-prev {
    margin-top: -60px; }
  .module-article-small.as-slick .module-article {
    margin: 0 10px; }

.module-wiki {
  background-color: #f7f7f7;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .module-wiki {
      padding-bottom: 20px; } }
  .module-wiki .slick-dots {
    padding-bottom: 10px; }

.module-btn {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #d1d1d1;
  margin-bottom: 20px;
  user-select: none; }
  .module-btn a {
    color: #1d212c;
    text-decoration: none; }
  .module-btn span {
    display: block;
    color: #1d212c;
    fons-size: 20px;
    font-weight: 500;
    line-height: 50px;
    text-align: center; }

.module-box {
  display: none;
  position: relative;
  background-color: #fff;
  z-index: 950; }
  .module-box .module-inner {
    padding: 15px 25px; }
  .module-box .module-close {
    position: relative;
    height: 50px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
    text-align: right;
    padding: 0 25px;
    color: #1d212c;
    fons-size: 20px;
    font-weight: 300;
    line-height: 50px;
    user-select: none; }
    .module-box .module-close a {
      display: block;
      color: currentColor;
      text-decoration: none; }
  .module-box .media-tools--tag {
    padding: 0 15px;
    width: calc(50% - 15px);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .module-box .media-tools--tag {
        padding: 0 5px;
        width: auto; } }
  .module-box .media-tools--tag:after {
    display: none; }

.module-wiki--title {
  color: white;
  display: block;
  font-size: 20px;
  line-height: 50px;
  background-color: black;
  text-align: center;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .module-wiki--title {
      margin-bottom: 20px; } }
.module-wiki--items {
  padding: 0 25px;
  margin-bottom: 13px; }
  @media screen and (min-width: 768px) {
    .module-wiki--items {
      padding: 17px 15px; } }
.module-wiki--item {
  padding: 3px 0; }
  @media screen and (min-width: 768px) {
    .module-wiki--item {
      border-bottom: 1px dashed #b7b7b7; }
      .module-wiki--item:last-child {
        border-bottom: none; } }
  .module-wiki--item > a {
    display: block;
    width: 100%;
    height: 100%; }

.module-filter {
  margin-bottom: 20px; }
  .module-filter p {
    color: #575a5d;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    display: inline-block;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .module-filter p {
        font-size: 16px; } }
  .module-filter a {
    color: #e76050;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 0 5px; }
    @media screen and (min-width: 768px) {
      .module-filter a {
        font-size: 16px; } }
    .module-filter a i {
      color: #575a5d;
      margin-left: 5px; }

.media-tag-row .module-title {
  font-size: 32px; }

.module-article {
  background-color: #D1D1D1;
  min-height: 189px; }
  @media screen and (min-width: 600px) {
    .module-article {
      min-height: 31vw; } }
  @media screen and (min-width: 992px) {
    .module-article {
      min-height: 331px; } }
  .module-article.search-item {
    min-height: 333px; }

.module-article--title {
  padding: 0px;
  margin: 8px 8px 0px 8px; }

.module-article--date {
  padding: 0px 10px 10px 10px; }

.module-wiki .module-article--title {
  padding: 8px; }

.page-kv {
  position: relative;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
  box-sizing: border-box;
  overflow: hidden; }
  .page-kv .tri1, .page-kv .tri2 {
    display: none; }
    @media screen and (min-width: 1200px) {
      .page-kv .tri1, .page-kv .tri2 {
        display: inline-block; } }
  .page-kv .tri1 {
    position: absolute;
    right: -750px;
    bottom: 0;
    height: 100%;
    z-index: 10; }
    .page-kv .tri1 img {
      height: 100%;
      width: auto; }
    @media screen and (min-width: 1200px) {
      .page-kv .tri1 {
        right: -200px; } }
  .page-kv .tri2 {
    position: absolute;
    left: -750px;
    top: 0;
    height: 100%;
    z-index: 10; }
    @media screen and (min-width: 1200px) {
      .page-kv .tri2 {
        left: -150px; } }
    .page-kv .tri2 img {
      height: 100%;
      width: auto; }
  .page-kv .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .page-kv.as-smallHeight {
    height: 200px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .page-kv.as-smallHeight {
        height: 320px;
        margin-bottom: 0; } }
  .page-kv h1, .page-kv h3 {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0; }
    .page-kv h1 small, .page-kv h3 small {
      display: block;
      color: white;
      font-size: 18px;
      line-height: 1.5; }
  .page-kv .page-title-container {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0; }
    .page-kv .page-title-container h1 {
      font-size: 40px; }
    .page-kv .page-title-container h2 {
      color: white;
      font-size: 18px;
      line-height: 1.5; }

.page-main {
  padding-bottom: 50px; }
  .page-main.as-pb0 {
    padding-bottom: 0; }

.page-article {
  margin-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .page-article {
      margin-bottom: 40px; } }
  .page-article p {
    color: #6d6d6d;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .page-article p {
        font-size: 14px;
        margin-bottom: 20px; } }
.page-table {
  border-left: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  background-color: #fff;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .page-table {
      margin-bottom: 10px; } }
.page-table--row {
  display: flex;
  align-items: center; }

.page-table-col {
  position: relative;
  flex: 25%;
  max-width: 25%;
  min-height: 60px;
  text-align: center;
  border-right: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7; }
  .page-table-col.th {
    background-color: #ccc; }
  .page-table-col.hightlight {
    background-color: #ffc535; }
    .page-table-col.hightlight span {
      color: white; }
  .page-table-col:nth-child(2n) {
    border-left: none;
    border-bottom: none; }
  .page-table-col span {
    color: #575a5d;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center; }
    @media screen and (min-width: 768px) {
      .page-table-col span {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 18px;
        line-height: 60px; }
        .page-table-col span:lang(en) {
          font-size: 15px; } }
.filter-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #FFF; }
  .filter-mask .more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    padding-top: 30px;
    box-sizing: border-box;
    display: none;
    user-select: none; }
    .filter-mask .more-btn.as-show {
      display: block; }
    .filter-mask .more-btn a {
      display: block;
      color: #575a5d;
      font-size: 16px;
      line-height: 1.5;
      text-align: center; }
      .filter-mask .more-btn a span {
        display: block; }
    .filter-mask .more-btn.as-result span {
      display: inline-block;
      color: #e76050;
      font-weight: 400;
      margin-right: 10px; }
    .filter-mask .more-btn.as-result i {
      color: #575a5d;
      display: inline-block; }
    .filter-mask .more-btn.as-result small {
      display: block;
      color: #6d6d6d;
      font-size: 14px;
      line-height: 1.5;
      text-align: center; }

.close-more {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  .close-more a {
    display: block; }
  .close-more span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e76154;
    margin: 0 3px; }

.page-main-hr {
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
  margin: 25px 0; }
  .page-main-hr.narrow {
    margin: 5px 0;
    background-color: #FFF; }
  @media screen and (min-width: 768px) {
    .page-main-hr {
      margin: 36px 0; }
      .page-main-hr.narrow {
        margin: 5px 0;
        background-color: #FFF; } }
.section-row {
  padding: 25px 0;
  border-top: 1px solid #e6e6e6; }
  @media screen and (min-width: 768px) {
    .section-row {
      padding: 40px 0; } }
  .section-row + section.bannerbox {
    padding: 25px 0; }
    @media screen and (min-width: 768px) {
      .section-row + section.bannerbox {
        padding: 40px 0; } }
  .section-row + section.servicesbox {
    padding: 25px 0; }
    @media screen and (min-width: 768px) {
      .section-row + section.servicesbox {
        padding: 40px 0; } }
.section-block {
  padding: 0;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .section-block {
      margin-bottom: 40px; } }
.cfu-profile {
  margin-top: -140px; }
  @media screen and (min-width: 768px) {
    .cfu-profile {
      margin-top: -140px; } }
.cfu-profile--main {
  margin-bottom: 40px; }

.cfu-profile--img img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.cfu-profile--item {
  padding: 12px 20px; }
  .cfu-profile--item h3 {
    color: #2c2f31;
    font-size: 22px; }
    @media screen and (min-width: 768px) {
      .cfu-profile--item h3 {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 5px; } }
  .cfu-profile--item span {
    color: #575a5d;
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .cfu-profile--item span {
        font-size: 16px;
        line-height: 1.5; } }
  .cfu-profile--item .icon-star {
    display: inline-block;
    padding-right: 4px; }
  .cfu-profile--item:nth-child(even) {
    background-color: #f7f7f7; }

.cfu-profile--booking {
  margin-bottom: 40px; }
  .cfu-profile--booking .checkbox-style {
    margin-right: 10px;
    padding-left: 30px;
    margin-top: 10px; }
    @media screen and (min-width: 1200px) {
      .cfu-profile--booking .checkbox-style {
        margin-top: 0; } }
    .cfu-profile--booking .checkbox-style .icon {
      width: 27px;
      height: 27px;
      margin-top: -13.5px; }
      .cfu-profile--booking .checkbox-style .icon i {
        line-height: 27px; }
  .cfu-profile--booking .input-style {
    height: 27px; }
  .cfu-profile--booking .project-lead--form .checkbox-style {
    min-height: 27px; }
  .cfu-profile--booking .checkbox-style span {
    line-height: 27px; }
  .cfu-profile--booking .project-lead--form .title {
    padding-top: 0; }
  .cfu-profile--booking .project-lead--form .row {
    padding: 10px 0; }

@media screen and (min-width: 768px) {
  .cfu .col-md-6 {
    float: left;
    width: 50%; } }

.cfu .showcase--item {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

#cfu-projects .slide-prev,
#cfu-projects .slide-next {
  margin-top: -100px; }

#slick-projects {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    #slick-projects {
      margin-bottom: 30px; } }
  #slick-projects .slide-prev,
  #slick-projects .slide-next {
    top: 35%; }

.project {
  position: relative;
  padding-top: 320px; }
  @media screen and (min-width: 1200px) {
    .project {
      padding-top: 437px; } }
  .project .container {
    position: relative;
    z-index: 2;
    padding: 24px 30px; }
    @media screen and (min-width: 1200px) {
      .project .container {
        background-color: rgba(255, 255, 255, 0.9); } }
.project-kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  padding-top: 120px;
  background-size: cover;
  background-repeat: center;
  z-index: 1;
  box-sizing: border-box;
  text-align: center; }
  .project-kv .tri1, .project-kv .tri2 {
    display: none; }
    @media screen and (min-width: 1200px) {
      .project-kv .tri1, .project-kv .tri2 {
        display: inline-block; } }
  .project-kv .tri1 {
    position: absolute;
    right: -750px;
    bottom: 0;
    height: 100%;
    z-index: 10; }
    .project-kv .tri1 img {
      height: 100%;
      width: 70%; }
  .project-kv .tri2 {
    position: absolute;
    left: -750px;
    top: 0;
    height: 100%;
    z-index: 10; }
    .project-kv .tri2 img {
      height: 100%;
      width: 70%; }
  .project-kv .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1; }
  @media screen and (min-width: 1200px) {
    .project-kv {
      height: 657px;
      padding-top: 180px; } }
.project-detail--tools {
  margin-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .project-detail--tools {
      margin-bottom: 0; } }
  @media screen and (min-width: 600px) {
    .project-detail--tools .row {
      display: flex; }
      .project-detail--tools .row > div {
        flex: 50%; }
        .project-detail--tools .row > div:nth-child(2) {
          min-width: 200px; } }
  @media screen and (min-width: 1200px) {
    .project-detail--tools .row {
      display: flex; }
      .project-detail--tools .row > div {
        flex: 100%;
        width: 100%; } }
.project-tags {
  color: #2c2f31;
  font-size: 14px;
  line-height: 25px; }
  .project-tags a {
    color: #2c2f31;
    padding: 0 5px; }
  @media screen and (min-width: 1200px) {
    .project-tags {
      font-size: 15px;
      margin-bottom: 30px; }
      .project-tags a {
        border-bottom: 1px solid transparent; }
        .project-tags a:nth-child(1) {
          padding-left: 0; }
        .project-tags a:hover {
          border-color: #2c2f31; } }
.project-title {
  position: relative;
  z-index: 10; }
  .project-title h1 {
    display: block;
    color: black;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px white; }
    @media screen and (min-width: 1200px) {
      .project-title h1 {
        font-size: 60px;
        letter-spacing: 6px;
        margin-bottom: 27px; } }
    .project-title h1 span {
      display: block; }
  .project-title p {
    color: black;
    font-size: 16px;
    letter-spacing: 3px;
    text-shadow: 0 1px 1px white; }
    @media screen and (min-width: 768px) {
      .project-title p {
        font-size: 20px; } }
    @media screen and (min-width: 1200px) {
      .project-title p {
        font-size: 26px;
        line-height: 1;
        letter-spacing: 5px; } }
.project-lead--img img {
  max-width: 378px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
  border: 1px solid #e4e4e4; }
  .project-lead--img img a {
    display: block; }
  .project-lead--img img img {
    display: block; }

.project-lead--name--desktop {
  display: none;
  color: #2c2f31;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .project-lead--name--desktop {
      display: block;
      padding-left: 0 !important; } }
.project-lead--name--mobile {
  display: block;
  color: #2c2f31;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .project-lead--name--mobile {
      display: none; } }
@media screen and (min-width: 992px) {
  .project-lead--img {
    display: block !important;
    width: 100%; } }

.project-lead--img img {
  display: block;
  width: 70%; }
  @media screen and (min-width: 992px) {
    .project-lead--img img {
      width: 100%; } }
.project-lead--title {
  display: inline-block; }

@media screen and (min-width: 768px) {
  .project-lead--row {
    margin-bottom: 30px; } }

@media screen and (min-width: 992px) {
  .project-lead--row {
    margin-bottom: 0; } }

.project-lead--form {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .project-lead--form .col-md-6 .row {
      display: flex; }
      .project-lead--form .col-md-6 .row > div {
        flex: 1;
        width: auto; }
      .project-lead--form .col-md-6 .row div.col-md-2 {
        min-width: 117px;
        max-width: 117px; } }
  @media screen and (min-width: 1200px) {
    .project-lead--form .col-md-6 .row {
      display: flex; }
      .project-lead--form .col-md-6 .row > div {
        flex: 1;
        width: auto; }
      .project-lead--form .col-md-6 .row div.col-md-2 {
        min-width: 127px;
        max-width: 127px; } }
  .project-lead--form .title {
    color: #575a5d;
    font-size: 18px;
    line-height: 60px; }
    @media screen and (min-width: 768px) {
      .project-lead--form .title {
        display: block;
        line-height: 60px; } }
  .project-lead--form .checkbox-style {
    min-height: 60px; }

.project-gallery {
  position: relative; }

a:focus, a:hover {
  color: #000;
  text-decoration: none; }

.descriptions {
  padding: 50px 0; }

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

.innerlogo {
  border-top: 1px solid #EEE;
  padding-bottom: 20px;
  padding-top: 20px; }
  .innerlogo:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .innerlogo img {
    display: inline-block;
    vertical-align: middle; }

.feature--txt {
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3); }

.small-txt {
  font-size: 16px;
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2), 0px -2px 14px rgba(255, 255, 255, 0.3); }

.widthbest {
  width: 100%;
  height: auto; }
  @media screen and (min-width: 992px) {
    .widthbest {
      height: 600px;
      width: auto; } }
.comparisoncard {
  width: 100%;
  background: white;
  border-radius: 15px;
  padding: 25px;
  margin: 25px 0;
  display: border-box;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .comparisoncard.special {
    background-color: #FEF0A5;
    z-index: 2; }
    @media screen and (min-width: 992px) {
      .comparisoncard.special {
        transform: scale(1.1); } }
  .comparisoncard span.divline {
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
    display: inline-block;
    width: calc( 100% - 25px);
    height: 2px;
    position: absolute;
    right: 0;
    margin-top: 6px;
    border-bottom: 3px solid white; }
    .comparisoncard span.divline.black {
      border-bottom: 3px solid black; }
  .comparisoncard ul {
    margin-top: 25px; }
    .comparisoncard ul li {
      padding: 12px 0;
      text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.1), 0px -2px 14px rgba(255, 255, 255, 0.1); }

.comparison {
  padding: 20px 0px 50px 0px;
  position: relative; }
  .comparison h3 {
    font-size: 22px;
    padding: 20px 0px 30px 0px; }
  .comparison h4.title {
    font-size: 30px;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3); }

.products {
  padding: 45px 0px 20px 0px; }
  .products .product_item {
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #DDD; }
    .products .product_item .moreinfo {
      cursor: pointer; }

.speech-bubble {
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  position: relative;
  background: #FFF8DE;
  border-bottom-color: #FFF8DE;
  margin-bottom: 25px;
  padding: 25px; }

.speech-bubble:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: inherit;
  border-top: 0;
  margin-left: -15px;
  margin-top: -15px; }

.speech-bubble.pos1:after {
  left: 24%; }
  @media screen and (min-width: 769px) {
    .speech-bubble.pos1:after {
      left: 11.5%; } }
.speech-bubble.pos2:after {
  left: 76%; }
  @media screen and (min-width: 769px) {
    .speech-bubble.pos2:after {
      left: 37%; } }
.speech-bubble.pos3:after {
  left: 24%; }
  @media screen and (min-width: 769px) {
    .speech-bubble.pos3:after {
      left: 63%; } }
.speech-bubble.pos4:after {
  left: 76%; }
  @media screen and (min-width: 769px) {
    .speech-bubble.pos4:after {
      left: 88.5%; } }
h3.massive {
  font-size: 30px;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3); }

.livingDiv {
  background-size: auto 50%; }
  @media screen and (min-width: 769px) {
    .livingDiv {
      background-size: auto; } }
@media screen and (min-width: 769px) {
  .sc-lightdeco {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

.sc-lightdeco .swiper-slide .content {
  min-height: 56px; }

.products .container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 769px) {
    .products .container {
      padding-left: 25px;
      padding-right: 25px; } }
#return-to-top {
  position: fixed;
  bottom: 120px;
  left: 20px;
  background-color: grey;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 3px solid white;
  z-index: 999; }
  #return-to-top i {
    font-size: 30px;
    padding-top: 8px;
    padding-left: 9px;
    color: #FFF; }

.living_render img {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .living_render img {
      width: 100%;
      max-width: 755px; } }
.btn-plan-back {
  display: block;
  padding: 20px 0; }
  @media screen and (min-width: 769px) {
    .btn-plan-back {
      display: inline-block;
      padding: 0px 10px; } }
.casereview--holder {
  position: relative;
  margin-top: 40px; }

#casereview--swiper--container {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 60px; }
  #casereview--swiper--container .orange {
    color: #ffb764; }
  #casereview--swiper--container .grey {
    color: #d6d6d6; }
  @media screen and (min-width: 1200px) {
    #casereview--swiper--container {
      margin-bottom: 0; } }
  #casereview--swiper--container .stars-scale--holder {
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #casereview--swiper--container .stars-scale--holder {
        text-align: right; } }
#casereview--swiper--container .swiper-slide {
  width: 100%;
  padding: 0; }
  #casereview--swiper--container .swiper-slide .slide-container {
    padding: 30px 30px;
    background: #FBFBFB;
    box-shadow: 0px 0px 15px #00000029;
    border: 3px solid #e3e3e3;
    border-radius: 5px; }
  @media screen and (min-width: 768px) {
    #casereview--swiper--container .swiper-slide {
      width: 70%;
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    #casereview--swiper--container .swiper-slide {
      width: 40%;
      padding: 0; } }
#casereview--swiper--container .swiper-slide:nth-child(2n) {
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 768px) {
    #casereview--swiper--container .swiper-slide:nth-child(2n) {
      width: 70%;
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    #casereview--swiper--container .swiper-slide:nth-child(2n) {
      width: 40%;
      padding: 0; } }
#casereview--swiper--container .swiper-slide:nth-child(3n) {
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 768px) {
    #casereview--swiper--container .swiper-slide:nth-child(3n) {
      width: 70%;
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    #casereview--swiper--container .swiper-slide:nth-child(3n) {
      width: 40%;
      padding: 0; } }
.steps-navi {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .steps-navi:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f4f4f4; }
    @media screen and (min-width: 768px) {
      .steps-navi:before {
        top: 50%; } }
.steps-item {
  display: inline-block;
  position: relative;
  text-align: left;
  background-color: #fff;
  user-select: none;
  padding-top: 60px;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: top; }
  @media screen and (min-width: 1200px) {
    .steps-item {
      display: inline-block;
      padding-top: 0;
      padding-left: 60px;
      padding-right: 10px;
      min-height: 42px;
      text-align: left; }
      .steps-item:lang(en) {
        display: inline-block; }
      .steps-item:lang(en) {
        max-width: 30%; } }
  .steps-item:nth-child(1) {
    float: left; }
    .steps-item:nth-child(1):lang(en) {
      float: none; }
      @media screen and (min-width: 768px) {
        .steps-item:nth-child(1):lang(en) {
          float: left; } }
    @media screen and (min-width: 1200px) {
      .steps-item:nth-child(1) {
        float: left; } }
  .steps-item:nth-child(2):lang(en) {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .steps-item:nth-child(2):lang(en) {
        width: auto; } }
  @media screen and (min-width: 1200px) {
    .steps-item:nth-child(2) {
      left: 10px; } }
  .steps-item:nth-child(3) {
    float: right; }
    .steps-item:nth-child(3):lang(en) {
      float: none; }
      @media screen and (min-width: 768px) {
        .steps-item:nth-child(3):lang(en) {
          float: right; } }
    @media screen and (min-width: 1200px) {
      .steps-item:nth-child(3) {
        float: right; }
        .steps-item:nth-child(3) i {
          top: 5px;
          left: 8px; } }
  .steps-item small {
    display: block;
    color: #575a5d;
    font-size: 12px;
    list-style: 1.5; }
  .steps-item span {
    display: block;
    color: #2c2f31;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .steps-item span {
        font-size: 16px; } }
  .steps-item i {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -21px; }
    @media screen and (min-width: 768px) {
      .steps-item i {
        left: calc( 50% - 21px);
        margin-left: 0; } }
    @media screen and (min-width: 1200px) {
      .steps-item i {
        left: 0;
        margin-left: 0; } }
  .steps-item.as-active i.icon-circle {
    background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/icon-step-circle-acitve.svg?bcfb57d1265e); }
  .steps-item.as-active i.icon-check {
    background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/icon-step-check-active.svg?bcfb57d1265e); }

.bannerbox {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .bannerbox.as-page {
    padding-top: 0; }

.bannerbox .slide-prev,
.bannerbox .slide-next, #magazine-slider .slide-prev,
#magazine-slider .slide-next {
  top: 38% !important; }

.bannerbox--item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px; }
  @media screen and (min-width: 768px) {
    .bannerbox--item {
      margin-bottom: 40px; } }
  .bannerbox--item .bannerbox--img {
    margin-bottom: 10px; }
    .bannerbox--item .bannerbox--img img {
      display: block; }
    @media screen and (min-width: 768px) {
      .bannerbox--item .bannerbox--img {
        margin-bottom: 30px; } }
  .bannerbox--item a {
    display: block;
    color: currentColor; }
  .bannerbox--item h3 {
    display: block;
    margin-bottom: 8px;
    color: #1d212c;
    font-size: 20px;
    line-height: 32px; }
  .bannerbox--item p {
    color: #787d88;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px; }
    @media screen and (min-width: 768px) {
      .bannerbox--item p {
        font-size: 14px; } }
  .bannerbox--item .offer_placeholder {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .bannerbox--item .offer_placeholder {
        width: 100%;
        height: auto; } }
.bannerbox--item--style2 {
  box-shadow: 0px 3px 10px #0000000D; }

.bannerbox--info--style2 {
  height: 70px;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 6px;
  background-color: #EDEDED; }
  @media screen and (min-width: 768px) {
    .bannerbox--info--style2 {
      height: 80px;
      padding: 7px; } }
  .bannerbox--info--style2 .title {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .bannerbox--info--style2 .title {
        font-size: 18px;
        line-height: 22px; } }
  .bannerbox--info--style2 .date {
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 768px) {
      .bannerbox--info--style2 .date {
        font-size: 16px;
        line-height: 22px; } }
.servicesbox {
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .servicesbox {
      padding: 60px 0 20px 0; } }
  .servicesbox.as-page {
    padding-top: 0; }
  .servicesbox .servicebox--bottom {
    margin-top: 20px;
    text-align: right; }

.servicesbox .container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 1200px) {
    .servicesbox .container {
      width: 1170px; } }
.servicesbox--headitem {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .servicesbox--headitem {
      display: flex; } }
  .servicesbox--headitem .service_ico {
    background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/service_prohibit.png?bcfb57d1265e");
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 40%;
    margin: 0 auto 20px; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem .service_ico {
        width: 100%; } }
    .servicesbox--headitem .service_ico:lang(en) {
      background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/service_prohibit_en.png?bcfb57d1265e"); }
    .servicesbox--headitem .service_ico .offer_placeholder {
      width: 100%;
      height: auto;
      max-width: 200px; }
  .servicesbox--headitem .service--head-title {
    font-size: 22px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem .service--head-title {
        font-size: 24px; } }
  .servicesbox--headitem .service--head-title-large {
    padding-left: 20px;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem .service--head-title-large {
        font-size: 30px; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem .service--head-title-large {
        padding-left: 0; } }
    @media screen and (min-width: 1200px) {
      .servicesbox--headitem .service--head-title-large {
        padding-left: 10px; } }
  .servicesbox--headitem .service--title {
    font-size: 22px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem .service--title {
        font-size: 24px; } }
  .servicesbox--headitem .service--text--details {
    margin-top: 20px;
    text-align: left;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem .service--text--details {
        font-size: 18px; } }
    .servicesbox--headitem .service--text--details a[data-toggle='popover'] {
      display: inline-block;
      position: relative;
      z-index: 1;
      padding: 5px 10px;
      margin: -5px -10px; }
    @media screen and (min-width: 1200px) {
      .servicesbox--headitem .service--text--details {
        transform: scaleX(0.95); } }
  .servicesbox--headitem .service--text--plus, .servicesbox--headitem .service--text--minus {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #b2b2b2; }
  @media screen and (min-width: 992px) {
    .servicesbox--headitem .service--text--plus--zh-tw {
      padding-left: 54px; } }
  .servicesbox--headitem .service--content {
    padding: 0; }
    .servicesbox--headitem .service--content > div {
      margin-bottom: 32px;
      padding: 10px 35px; }
      .servicesbox--headitem .service--content > div:last-of-type {
        margin-bottom: 0px; }
  .servicesbox--headitem p {
    font-size: 16px;
    color: #787d88; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem p {
        font-size: 18px; } }
    .servicesbox--headitem p.title {
      font-size: 18px;
      font-weight: 600;
      color: #000000; }
      @media screen and (min-width: 768px) {
        .servicesbox--headitem p.title {
          font-size: 24px; } }
  .servicesbox--headitem img.icon--100 {
    position: absolute;
    width: 172px;
    height: 180px;
    left: 0;
    margin: auto; }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem img.icon--100 {
        width: 258px;
        height: 270px; } }
  .servicesbox--headitem img.icon--100--transFrom {
    right: 145px;
    margin-top: 0;
    transition: margin-top 0.25s ease-out; }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem img.icon--100--transFrom {
        right: 220px;
        margin-top: -20px; } }
  .servicesbox--headitem img.icon--100--transFrom--en {
    right: 323px;
    margin-top: 0;
    transition: margin-top 0.25s ease-out; }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem img.icon--100--transFrom--en {
        right: 220px;
        margin-top: -20px; } }
  .servicesbox--headitem img.icon--100--transTo {
    right: 100%;
    margin-top: 110px;
    transition: margin-top 0.25s ease-in; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem img.icon--100--transTo {
        right: 600px; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem img.icon--100--transTo {
        margin-top: 120px; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem img.icon--100--transTo {
        right: 580px; } }
  .servicesbox--headitem .title--large {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    text-align: left; }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem .title--large {
        font-size: 24px;
        line-height: 34px; } }
    .servicesbox--headitem .title--large.fast-fix-center {
      transform: translateX(8px); }
      @media screen and (min-width: 992px) {
        .servicesbox--headitem .title--large.fast-fix-center {
          transform: translateX(10px); } }
  .servicesbox--headitem .icon--100--text {
    position: absolute;
    padding-top: 60px;
    white-space: nowrap;
    left: 50%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem .icon--100--text {
        left: 0px;
        right: -100px; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem .icon--100--text {
        left: 0px;
        right: -100px;
        padding-top: 80px; } }
  .servicesbox--headitem .icon--100--text--v2 {
    width: 100px; }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem .icon--100--text--v2 {
        width: 122px; } }
  .servicesbox--headitem .icon--100--text--v2--en {
    width: 100px; }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem .icon--100--text--v2--en {
        width: 122px; } }
    .servicesbox--headitem .icon--100--text--v2--en .service--text--plus {
      transform: translateX(40px); }
      @media screen and (min-width: 992px) {
        .servicesbox--headitem .icon--100--text--v2--en .service--text--plus {
          transform: translateX(45px); } }
  .servicesbox--headitem .icon--100--text--v3 {
    width: 100px; }
    @media screen and (min-width: 540px) {
      .servicesbox--headitem .icon--100--text--v3 {
        left: none;
        right: none; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem .icon--100--text--v3 {
        width: 122px; } }
    .servicesbox--headitem .icon--100--text--v3 .service--text--plus {
      padding-left: 32px; }
      @media screen and (min-width: 992px) {
        .servicesbox--headitem .icon--100--text--v3 .service--text--plus {
          padding-left: 38px; } }
  .servicesbox--headitem .text--small--container {
    margin-top: 150px;
    float: left;
    overflow: hidden; }
    @media screen and (min-width: 540px) {
      .servicesbox--headitem .text--small--container {
        margin-top: 120px;
        padding-left: 160px; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem .text--small--container {
        margin-top: 150px;
        padding-left: 190px; } }
    .servicesbox--headitem .text--small--container .title {
      text-align: left;
      font-size: 16px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 3px;
      margin-left: 20px; }
      @media screen and (min-width: 540px) {
        .servicesbox--headitem .text--small--container .title {
          margin-left: 0; } }
      @media screen and (min-width: 768px) {
        .servicesbox--headitem .text--small--container .title {
          margin-right: 0;
          font-size: 18px; } }
    .servicesbox--headitem .text--small--container .text--small {
      font-size: 16px;
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 20px;
      text-align: justify; }
      .servicesbox--headitem .text--small--container .text--small a {
        color: #2AB9EB; }
      @media screen and (min-width: 540px) {
        .servicesbox--headitem .text--small--container .text--small {
          margin-left: 0; } }
      @media screen and (min-width: 768px) {
        .servicesbox--headitem .text--small--container .text--small {
          margin-right: 0; } }
      @media screen and (min-width: 992px) {
        .servicesbox--headitem .text--small--container .text--small {
          font-size: 16px; } }
  .servicesbox--headitem .text--small--container--hide {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.25s ease-out; }
  .servicesbox--headitem .text--small--container--show {
    opacity: 1;
    transition: max-height 0.25s ease-in; }

.servicesbox--headitem--v3b {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .servicesbox--headitem--v3b.flex-row {
      display: flex;
      flex-wrap: wrap; } }
  .servicesbox--headitem--v3b .left--col {
    display: inline-block;
    width: 25%;
    vertical-align: top; }
  .servicesbox--headitem--v3b .right--col {
    display: inline-block;
    width: 72%; }
  .servicesbox--headitem--v3b .main--col {
    display: 100%; }
  .servicesbox--headitem--v3b .guarantee--card {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b .guarantee--card.left {
        padding-left: 30px;
        padding-right: 0; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem--v3b .guarantee--card.left {
        padding-left: 80px;
        padding-right: 0; } }
    .servicesbox--headitem--v3b .guarantee--card.right {
      margin-bottom: 50px; }
      @media screen and (min-width: 768px) {
        .servicesbox--headitem--v3b .guarantee--card.right {
          padding-left: 0px;
          padding-right: 30px; } }
      @media screen and (min-width: 992px) {
        .servicesbox--headitem--v3b .guarantee--card.right {
          padding-left: 0px;
          padding-right: 120px; }
          .servicesbox--headitem--v3b .guarantee--card.right:lang(en) {
            padding-right: 100px; } }
  .servicesbox--headitem--v3b .card {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b .card {
        padding-left: 0;
        padding-right: 5px; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem--v3b .card {
        padding-left: 0px;
        padding-right: 0px; } }
    @media screen and (min-width: 1200px) {
      .servicesbox--headitem--v3b .card {
        padding-left: 50px;
        padding-right: 0px; } }
  .servicesbox--headitem--v3b p, .servicesbox--headitem--v3b ul li {
    font-size: 18px;
    color: #787d88; }
  .servicesbox--headitem--v3b .title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    max-width: 280px; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b .title {
        font-size: 20px; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem--v3b .title {
        font-size: 22px; } }
  .servicesbox--headitem--v3b .subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #000000; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b .subtitle {
        font-size: 18px; } }
    .servicesbox--headitem--v3b .subtitle:lang(en) {
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        .servicesbox--headitem--v3b .subtitle:lang(en) {
          font-size: 14px; } }
  .servicesbox--headitem--v3b img.icon {
    margin-top: -22px;
    max-width: 80px; }
  .servicesbox--headitem--v3b .titlegroup {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b .titlegroup {
        justify-content: left; } }
  .servicesbox--headitem--v3b .titleholder {
    display: inline-block;
    margin-bottom: 20px; }
  .servicesbox--headitem--v3b .iconholder {
    width: 90px;
    display: inline-block;
    text-align: center;
    transform: translate(-8px, -5px); }
  .servicesbox--headitem--v3b ul.content {
    list-style: outside;
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b ul.content {
        margin-left: 88px; } }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem--v3b ul.content {
        margin-right: 30px; } }
    .servicesbox--headitem--v3b ul.content li {
      text-align: justify;
      margin-top: 10px; }
    @media screen and (min-width: 992px) {
      .servicesbox--headitem--v3b ul.content:lang(en) {
        margin-right: 5px; } }
    .servicesbox--headitem--v3b ul.content:lang(en) li {
      text-align: left; }
  .servicesbox--headitem--v3b ul.title--content {
    list-style: none;
    text-align: center;
    margin-left: 0;
    font-size: 0; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b ul.title--content {
        text-align: justify; }
        .servicesbox--headitem--v3b ul.title--content:lang(en) {
          text-align: left; } }
    .servicesbox--headitem--v3b ul.title--content li {
      display: inline;
      margin-top: 0;
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        .servicesbox--headitem--v3b ul.title--content li {
          font-size: 20px; } }
  .servicesbox--headitem--v3b .phone--center--pad--left {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b .phone--center--pad--left {
        text-align: left; } }
  .servicesbox--headitem--v3b ul.ticklist {
    list-style: none;
    margin-left: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b ul.ticklist {
        text-align: left; } }
    .servicesbox--headitem--v3b ul.ticklist li {
      margin-top: 0;
      font-size: 24px; }
      .servicesbox--headitem--v3b ul.ticklist li:lang(en) span {
        display: inline-block;
        text-align: left;
        width: 190px; }
      @media screen and (min-width: 540px) {
        .servicesbox--headitem--v3b ul.ticklist li:lang(en) span {
          width: 350px; } }
  .servicesbox--headitem--v3b .title--large {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-top: 30px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b .title--large {
        margin-top: 0;
        text-align: justify; }
        .servicesbox--headitem--v3b .title--large:lang(en) {
          text-align: left; }
          .servicesbox--headitem--v3b .title--large:lang(en).text-center {
            text-align: center; } }
    .servicesbox--headitem--v3b .title--large.text-center {
      text-align: center; }
  .servicesbox--headitem--v3b .guarantee--100--v3b {
    max-height: 480px; }
    @media screen and (min-width: 768px) {
      .servicesbox--headitem--v3b .guarantee--100--v3b {
        margin-top: 130px; } }
.guarantee--100 {
  margin-bottom: 0px;
  cursor: pointer;
  min-height: 150px; }
  @media screen and (min-width: 768px) {
    .guarantee--100 {
      max-width: 767px; } }
  @media screen and (min-width: 992px) {
    .guarantee--100 {
      min-height: 185px; } }
  .guarantee--100.vp-collapse {
    padding-bottom: 40px; }
    @media screen and (min-width: 540px) {
      .guarantee--100.vp-collapse {
        padding-bottom: 60px; } }
  .guarantee--100.vp-expand {
    padding-bottom: 20px; }

.service--content--swiper, .service--content--swiper--large, .service--desktop {
  cursor: pointer; }
  .service--content--swiper .service--title2, .service--content--swiper--large .service--title2, .service--desktop .service--title2 {
    font-size: 18px;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      .service--content--swiper .service--title2, .service--content--swiper--large .service--title2, .service--desktop .service--title2 {
        font-size: 20px; } }
  .service--content--swiper img, .service--content--swiper--large img, .service--desktop img {
    width: 100px;
    height: auto; }
    @media screen and (min-width: 992px) {
      .service--content--swiper img, .service--content--swiper--large img, .service--desktop img {
        width: 150px; } }
  .service--content--swiper p, .service--content--swiper--large p, .service--desktop p {
    font-size: 14px;
    color: #787d88;
    font-weight: normal; }
    @media screen and (min-width: 992px) {
      .service--content--swiper p, .service--content--swiper--large p, .service--desktop p {
        font-size: 16px; } }
    .service--content--swiper p.title, .service--content--swiper--large p.title, .service--desktop p.title {
      font-size: 14px;
      font-weight: 600;
      color: #000000; }
      @media screen and (min-width: 992px) {
        .service--content--swiper p.title, .service--content--swiper--large p.title, .service--desktop p.title {
          font-size: 16px; } }
  .service--content--swiper a, .service--content--swiper--large a, .service--desktop a {
    color: #2AB9EB; }
  .service--content--swiper .icon--tick, .service--content--swiper--large .icon--tick, .service--desktop .icon--tick {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 46px;
    right: 0;
    margin: auto;
    text-align: center;
    top: 40px;
    opacity: 0; }
    @media screen and (min-width: 992px) {
      .service--content--swiper .icon--tick, .service--content--swiper--large .icon--tick, .service--desktop .icon--tick {
        width: 38px;
        height: 38px;
        left: 67px;
        top: 48px; } }
  .service--content--swiper .icon--tick.wide, .service--content--swiper--large .icon--tick.wide, .service--desktop .icon--tick.wide {
    left: 88px; }
    @media screen and (min-width: 992px) {
      .service--content--swiper .icon--tick.wide, .service--content--swiper--large .icon--tick.wide, .service--desktop .icon--tick.wide {
        left: 109px; } }
.service--content--swiper--large {
  display: none; }
  .service--content--swiper--large p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #787d88; }
    @media screen and (min-width: 992px) {
      .service--content--swiper--large p {
        font-size: 16px; } }
    .service--content--swiper--large p.title {
      font-size: 16px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 3px; }
      @media screen and (min-width: 992px) {
        .service--content--swiper--large p.title {
          font-size: 18px; } }
  .service--content--swiper--large a {
    color: #2AB9EB; }
  .service--content--swiper--large .icon--tick {
    top: 60px;
    opacity: 1; }
    @media screen and (min-width: 992px) {
      .service--content--swiper--large .icon--tick {
        top: 88px; } }
@keyframes animateTick {
  100% {
    top: 60px;
    opacity: 1; } }

@keyframes animateTickMinDesktop {
  100% {
    top: 81px;
    opacity: 1; } }

@keyframes animateGuaranteeTextFrom {
  100% {
    left: 50%; } }

@keyframes animateGuaranteeTextFromPad {
  100% {
    left: 0px;
    right: -100px; } }

@keyframes animateGuaranteeTextFromDesktop {
  100% {
    left: 0px;
    right: -100px; } }

@keyframes animateGuaranteeTextTo {
  100% {
    left: 160px;
    right: auto; } }

@keyframes animateGuaranteeTextToPad {
  100% {
    left: 0;
    right: 350px;
    margin: 0 auto; } }

@keyframes animateGuaranteeTextToDesktop {
  100% {
    left: 0;
    right: 270px;
    margin: 0 auto; } }

@keyframes animateGuaranteeTextToV2 {
  100% {
    left: 276px;
    right: auto; } }

@keyframes animateGuaranteeTextToPadV2 {
  100% {
    left: 0;
    right: 34px;
    margin: 0 auto; } }

@keyframes animateGuaranteeTextToDesktopV2 {
  100% {
    left: 0;
    right: 28px;
    margin: 0 auto; } }

.service--content--swiper .icon--tick {
  animation: 0.25s ease-out 1.4s 1 animateTick;
  animation-fill-mode: forwards; }
  @media screen and (min-width: 992px) {
    .service--content--swiper .icon--tick {
      animation: 0.25s ease-out 1.4s 1 animateTickMinDesktop; } }
.guarantee--100 .icon--100--text--animateTo {
  animation: 0.25s ease-out 0s 1 animateGuaranteeTextTo;
  animation-fill-mode: forwards; }
  @media screen and (min-width: 768px) {
    .guarantee--100 .icon--100--text--animateTo {
      animation: 0.25s ease-out 0s 1 animateGuaranteeTextToPad; } }
  @media screen and (min-width: 992px) {
    .guarantee--100 .icon--100--text--animateTo {
      animation: 0.25s ease-out 0s 1 animateGuaranteeTextToDesktop; } }
.guarantee--100 .icon--100--text--animateToV2 {
  animation: 0.25s ease-out 0s 1 animateGuaranteeTextToV2;
  animation-fill-mode: forwards; }
  @media screen and (min-width: 768px) {
    .guarantee--100 .icon--100--text--animateToV2 {
      animation: 0.25s ease-out 0s 1 animateGuaranteeTextToPadV2; } }
  @media screen and (min-width: 992px) {
    .guarantee--100 .icon--100--text--animateToV2 {
      animation: 0.25s ease-out 0s 1 animateGuaranteeTextToDesktopV2; } }
.guarantee--100 .icon--100--text--animateFrom {
  animation: 0.25s ease-out 0s 1 animateGuaranteeTextFrom;
  animation-fill-mode: forwards; }
  @media screen and (min-width: 768px) {
    .guarantee--100 .icon--100--text--animateFrom {
      animation: 0.25s ease-out 0s 1 animateGuaranteeTextFromPad; } }
  @media screen and (min-width: 992px) {
    .guarantee--100 .icon--100--text--animateFrom {
      animation: 0.25s ease-out 0s 1 animateGuaranteeTextFromDesktop; } }
.service--content--swiper .swiper-slide {
  width: 42%; }
  @media screen and (min-width: 540px) {
    .service--content--swiper .swiper-slide {
      width: 180px; } }
  @media screen and (min-width: 768px) {
    .service--content--swiper .swiper-slide {
      width: 220px; } }
.service--content--swiper .swiper-slide:nth-child(2n) {
  width: 42%; }
  @media screen and (min-width: 540px) {
    .service--content--swiper .swiper-slide:nth-child(2n) {
      width: 180px; } }
  @media screen and (min-width: 768px) {
    .service--content--swiper .swiper-slide:nth-child(2n) {
      width: 220px; } }
.service--content--swiper .swiper-slide:nth-child(3n) {
  width: 42%; }
  @media screen and (min-width: 540px) {
    .service--content--swiper .swiper-slide:nth-child(3n) {
      width: 180px; } }
  @media screen and (min-width: 768px) {
    .service--content--swiper .swiper-slide:nth-child(3n) {
      width: 220px; } }
.service--content--swiper--large .swiper-slide {
  width: 75%; }
  .service--content--swiper--large .swiper-slide p {
    text-align: justify; }
    .service--content--swiper--large .swiper-slide p:lang(en) {
      text-align: left; }
  @media screen and (min-width: 768px) {
    .service--content--swiper--large .swiper-slide {
      width: 60%; } }
  @media screen and (min-width: 1200px) {
    .service--content--swiper--large .swiper-slide {
      width: 375px; } }
.service--content--swiper--large .swiper-slide:nth-child(2n) {
  width: 75%; }
  @media screen and (min-width: 768px) {
    .service--content--swiper--large .swiper-slide:nth-child(2n) {
      width: 60%; } }
  @media screen and (min-width: 1200px) {
    .service--content--swiper--large .swiper-slide:nth-child(2n) {
      width: 375px; } }
.service--content--swiper--large .swiper-slide:nth-child(3n) {
  width: 75%; }
  @media screen and (min-width: 768px) {
    .service--content--swiper--large .swiper-slide:nth-child(3n) {
      width: 60%; } }
  @media screen and (min-width: 1200px) {
    .service--content--swiper--large .swiper-slide:nth-child(3n) {
      width: 375px; } }
@media screen and (min-width: 1200px) {
  .servicebox--content {
    display: flex; } }

.servicesbox--item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .servicesbox--item img {
      width: 108px;
      height: auto; } }
  .servicesbox--item .service_ico {
    width: 100%;
    margin: 0 auto; }
  .servicesbox--item:nth-child(1) .service_ico {
    background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/service_icon1.png?bcfb57d1265e");
    margin-top: 0px;
    width: 40%;
    height: 22vw; }
    @media screen and (min-width: 768px) {
      .servicesbox--item:nth-child(1) .service_ico {
        width: 100%;
        height: auto; } }
    .servicesbox--item:nth-child(1) .service_ico .offer_placeholder {
      display: none; }
      @media screen and (min-width: 768px) {
        .servicesbox--item:nth-child(1) .service_ico .offer_placeholder {
          display: block; } }
  .servicesbox--item:nth-child(2) .service_ico {
    background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/service_icon2.png?bcfb57d1265e");
    width: 25%; }
    @media screen and (min-width: 768px) {
      .servicesbox--item:nth-child(2) .service_ico {
        width: 100%; } }
  .servicesbox--item:nth-child(3) .service_ico {
    background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/service_icon3.png?bcfb57d1265e");
    width: 25%; }
  .servicesbox--item .service_ico {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .servicesbox--item .service--title {
    padding: 9px 0;
    font-size: 22px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .servicesbox--item .service--title {
        font-size: 24px;
        padding: 18px 0;
        line-height: 1.5; }
        .servicesbox--item .service--title:lang(en) {
          height: 120px; } }
  .servicesbox--item .service--content {
    text-align: left;
    padding: 10px 50px;
    height: fit-content; }
    .servicesbox--item .service--content ul li {
      list-style-position: outside;
      list-style-type: initial;
      margin-top: 8px; }
  .servicesbox--item i.service--content--toggle {
    font-size: 23px;
    cursor: pointer;
    padding: 12px;
    font-weight: 300; }
  .servicesbox--item .servicesbox--img {
    margin-bottom: 10px; }
    .servicesbox--item .servicesbox--img img {
      display: block; }
    @media screen and (min-width: 768px) {
      .servicesbox--item .servicesbox--img {
        margin-bottom: 30px; } }
  .servicesbox--item a {
    color: #2AB9EB; }
  .servicesbox--item h3 {
    display: block;
    margin-bottom: 8px;
    color: #1d212c;
    font-size: 20px;
    line-height: 32px; }
  .servicesbox--item p {
    color: #787d88;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px; }
    .servicesbox--item p.title {
      font-size: 18px;
      color: #000000; }
    @media screen and (min-width: 768px) {
      .servicesbox--item p {
        font-size: 18px; } }
  .servicesbox--item .offer_placeholder {
    width: 100%;
    height: auto;
    max-width: 200px; }
    @media screen and (min-width: 768px) {
      .servicesbox--item .offer_placeholder {
        max-width: auto;
        width: 108px;
        height: auto; } }
.home-section.leadform {
  padding: 0;
  border: none; }
  .home-section.leadform .no-padding {
    padding: 0; }

.landing--leadform, .block--leadform {
  margin: 0 auto;
  max-width: 992px;
  background-color: #fad678;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 1200px) {
    .landing--leadform, .block--leadform {
      max-width: 1200px; } }
  .landing--leadform .blue-button, .block--leadform .blue-button {
    width: 180px;
    height: 45px;
    background-color: #30A9DA;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 45px;
    border: none;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 20px; }
  .landing--leadform .title--large, .block--leadform .title--large {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 15px; }
    @media screen and (min-width: 992px) {
      .landing--leadform .title--large, .block--leadform .title--large {
        font-size: 24px; } }
  .landing--leadform .title--medium, .block--leadform .title--medium {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    text-align: left; }
    @media screen and (min-width: 992px) {
      .landing--leadform .title--medium, .block--leadform .title--medium {
        font-size: 24px; } }
  .landing--leadform .title--desc, .block--leadform .title--desc {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    color: #000000;
    text-align: justify; }
  .landing--leadform .title--desc--v3, .block--leadform .title--desc--v3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    color: #000000;
    text-align: left; }
    @media screen and (min-width: 992px) {
      .landing--leadform .title--desc--v3, .block--leadform .title--desc--v3 {
        text-align: center; } }
  .landing--leadform .swiper-wrapper, .block--leadform .swiper-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px; }
    .landing--leadform .swiper-wrapper .blue--dot, .block--leadform .swiper-wrapper .blue--dot {
      height: 28px;
      width: 28px;
      background-color: #30A9DA;
      border-radius: 50%;
      display: inline-block;
      margin-top: 40px;
      margin-bottom: 5px; }
    .landing--leadform .swiper-wrapper .blue--line, .block--leadform .swiper-wrapper .blue--line {
      width: 50%;
      height: 8px;
      border-bottom: 8px solid #30A9DA;
      position: absolute;
      top: 50px; }
    .landing--leadform .swiper-wrapper .blue--line.right, .block--leadform .swiper-wrapper .blue--line.right {
      left: 50%; }
    .landing--leadform .swiper-wrapper .blue--line.left, .block--leadform .swiper-wrapper .blue--line.left {
      right: 50%; }
    .landing--leadform .swiper-wrapper .white--number, .block--leadform .swiper-wrapper .white--number {
      width: 100%;
      height: 20px;
      position: absolute;
      top: 42px;
      color: #FFFFFF; }
    .landing--leadform .swiper-wrapper .title-md, .block--leadform .swiper-wrapper .title-md {
      font-size: 28px; }
  .landing--leadform .leadform--content--swiper, .block--leadform .leadform--content--swiper {
    transform: translateX(-20px); }
    @media screen and (min-width: 768px) {
      .landing--leadform .leadform--content--swiper, .block--leadform .leadform--content--swiper {
        display: none; } }
    .landing--leadform .leadform--content--swiper .title, .block--leadform .leadform--content--swiper .title {
      font-size: 16px;
      color: #000000;
      text-align: center;
      font-weight: 600; }
      @media screen and (min-width: 992px) {
        .landing--leadform .leadform--content--swiper .title, .block--leadform .leadform--content--swiper .title {
          font-size: 18px; } }
    .landing--leadform .leadform--content--swiper .subtitle, .block--leadform .leadform--content--swiper .subtitle {
      font-size: 14px;
      color: #000000;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .landing--leadform .leadform--content--swiper .subtitle, .block--leadform .leadform--content--swiper .subtitle {
          font-size: 14px; } }
  .landing--leadform .leadform--col, .block--leadform .leadform--col {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 768px) {
      .landing--leadform .leadform--col, .block--leadform .leadform--col {
        padding-left: 20px;
        padding-right: 20px; } }
  .landing--leadform input, .block--leadform input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    text-indent: 20px;
    height: 45px;
    margin-top: 20px; }
  .landing--leadform textarea, .block--leadform textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
    width: 100%;
    font-size: 16px; }
  .landing--leadform select, .block--leadform select {
    font-size: 16px;
    line-height: 24px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    text-indent: 12px;
    height: 45px;
    margin-top: 20px;
    background-image: linear-gradient(135deg, #A8A8A8 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #A8A8A8 50%), linear-gradient(to right, #A8A8A8, #A8A8A8);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #A8A8A8;
    outline: 0; }
  .landing--leadform option, .block--leadform option {
    font-size: 16px; }
  .landing--leadform .select2-selection, .block--leadform .select2-selection {
    margin-top: 20px;
    border: 1px solid #A8A8A8 !important;
    border-radius: 5px !important;
    height: 45px !important;
    text-align: left;
    text-indent: 13px; }
  .landing--leadform .select2-selection > *, .block--leadform .select2-selection > * {
    font-size: 16px !important; }
  .landing--leadform div.icon, .block--leadform div.icon {
    background-color: white; }
  .landing--leadform input[type="month"], .block--leadform input[type="month"] {
    text-indent: 20px;
    font-size: 16px; }
  .landing--leadform input[type="month"]::before, .block--leadform input[type="month"]::before {
    color: #999;
    content: attr(placeholder) ": "; }
  .landing--leadform input[type="month"]:focus::before, .block--leadform input[type="month"]:focus::before {
    content: attr(placeholder) ": "; }
  .landing--leadform input[type="month"]::-webkit-calendar-picker-indicator, .block--leadform input[type="month"]::-webkit-calendar-picker-indicator {
    color: #A8A8A8;
    padding-right: 10px; }
  .landing--leadform input.error, .block--leadform input.error {
    border: 1px solid #ED3131; }
  .landing--leadform .small--txt--error, .block--leadform .small--txt--error {
    display: none;
    font-size: 14px;
    color: #ED3131; }
  .landing--leadform #dropzoneFile, .block--leadform #dropzoneFile {
    height: 90px;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid #A8A8A8;
    border-radius: 5px; }
    .landing--leadform #dropzoneFile > div, .block--leadform #dropzoneFile > div {
      margin-top: 10px; }
  .landing--leadform .lead_mini_submit, .block--leadform .lead_mini_submit {
    width: 160px; }
  .landing--leadform .remarks--txt, .block--leadform .remarks--txt {
    font-size: 14px;
    color: #645532;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px; }
  .landing--leadform .next-step, .block--leadform .next-step {
    display: none; }
  .landing--leadform .leadform--content--swiper .swiper-slide, .block--leadform .leadform--content--swiper .swiper-slide {
    width: 30%; }
    @media screen and (min-width: 768px) {
      .landing--leadform .leadform--content--swiper .swiper-slide, .block--leadform .leadform--content--swiper .swiper-slide {
        width: 25%; } }
  .landing--leadform .leadform--content--swiper .swiper-slide:nth-child(2n), .block--leadform .leadform--content--swiper .swiper-slide:nth-child(2n) {
    width: 30%; }
    @media screen and (min-width: 768px) {
      .landing--leadform .leadform--content--swiper .swiper-slide:nth-child(2n), .block--leadform .leadform--content--swiper .swiper-slide:nth-child(2n) {
        width: 25%; } }
  .landing--leadform .leadform--content--swiper .swiper-slide:nth-child(3n), .block--leadform .leadform--content--swiper .swiper-slide:nth-child(3n) {
    width: 30%; }
    @media screen and (min-width: 768px) {
      .landing--leadform .leadform--content--swiper .swiper-slide:nth-child(3n), .block--leadform .leadform--content--swiper .swiper-slide:nth-child(3n) {
        width: 25%; } }
  .landing--leadform .leadform--content--swiper .swiper-slide:nth-child(4n), .block--leadform .leadform--content--swiper .swiper-slide:nth-child(4n) {
    width: 30%;
    margin-right: 40px; }
    @media screen and (min-width: 768px) {
      .landing--leadform .leadform--content--swiper .swiper-slide:nth-child(4n), .block--leadform .leadform--content--swiper .swiper-slide:nth-child(4n) {
        width: 25%;
        margin-right: 0; } }
.lead-banner.type--b {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1200px) {
    .lead-banner.type--b {
      max-width: 1200px; } }
.home-section.testimonials--b .container {
  padding-left: 5vw;
  padding-right: 5vw;
  max-width: 970px; }
  @media screen and (min-width: 992px) {
    .home-section.testimonials--b .container {
      padding-left: 25px;
      padding-right: 25px; } }
.home-section.testimonials--b .swiper-container {
  padding: 0 0px; }
  .home-section.testimonials--b .swiper-container .swiper-slide {
    width: 45vw;
    height: 62vw;
    margin-bottom: 95px; }
    @media screen and (min-width: 600px) {
      .home-section.testimonials--b .swiper-container .swiper-slide {
        width: 30vw;
        height: 41.3vw; } }
    @media screen and (min-width: 992px) {
      .home-section.testimonials--b .swiper-container .swiper-slide {
        width: 230px;
        height: 310px; } }
    .home-section.testimonials--b .swiper-container .swiper-slide .slide-container {
      height: 62vw;
      border: 1px solid #e4e4e4;
      box-shadow: -1px 5px 15px -8px rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
      margin: 20px 3vw 0 3vw; }
      @media screen and (min-width: 600px) {
        .home-section.testimonials--b .swiper-container .swiper-slide .slide-container {
          height: 41.3vw;
          margin: 20px 1.67vw 0 1.67vw; } }
      @media screen and (min-width: 992px) {
        .home-section.testimonials--b .swiper-container .swiper-slide .slide-container {
          height: 310px;
          margin: 20px 12.5px 0 12.5px; } }
  .home-section.testimonials--b .swiper-container .slide-prev,
  .home-section.testimonials--b .swiper-container .slide-next {
    top: calc(15px + 34vw); }
    @media screen and (min-width: 600px) {
      .home-section.testimonials--b .swiper-container .slide-prev,
      .home-section.testimonials--b .swiper-container .slide-next {
        top: calc(15px + 22vw); } }
    @media screen and (min-width: 992px) {
      .home-section.testimonials--b .swiper-container .slide-prev,
      .home-section.testimonials--b .swiper-container .slide-next {
        top: 190px; } }
  .home-section.testimonials--b .swiper-container .inner--image--holder {
    position: relative;
    width: 35vw;
    height: 20vw;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    top: 1.6vw; }
    @media screen and (min-width: 600px) {
      .home-section.testimonials--b .swiper-container .inner--image--holder {
        width: 24.5vw;
        height: 14vw;
        top: 1vw; } }
    @media screen and (min-width: 992px) {
      .home-section.testimonials--b .swiper-container .inner--image--holder {
        width: 188px;
        height: 107.4px;
        top: 8px; } }
  .home-section.testimonials--b .swiper-container .quote-img {
    padding-top: 2vw;
    width: 5vw;
    margin: 1vw; }
    @media screen and (min-width: 600px) {
      .home-section.testimonials--b .swiper-container .quote-img {
        padding-top: 1vw;
        width: 4vw;
        margin: 0.5vw; } }
    @media screen and (min-width: 992px) {
      .home-section.testimonials--b .swiper-container .quote-img {
        padding-top: 10px;
        width: 30px;
        margin: 0; } }
  .home-section.testimonials--b .swiper-container .feedback-slide--txt {
    padding: 0 1.5vw 1.5vw 1.5vw; }
    @media screen and (min-width: 600px) {
      .home-section.testimonials--b .swiper-container .feedback-slide--txt {
        padding: 0 1vw 1vw 1vw; } }
    @media screen and (min-width: 992px) {
      .home-section.testimonials--b .swiper-container .feedback-slide--txt {
        padding: 0 8px 8px 8px; } }
    .home-section.testimonials--b .swiper-container .feedback-slide--txt span {
      display: block;
      font-size: 14px;
      line-height: 16px; }
      @media screen and (min-width: 600px) {
        .home-section.testimonials--b .swiper-container .feedback-slide--txt span {
          font-size: 14px;
          line-height: 18px; } }
      @media screen and (min-width: 768px) {
        .home-section.testimonials--b .swiper-container .feedback-slide--txt span {
          font-size: 16px;
          line-height: 22px; } }
  .home-section.testimonials--b .swiper-container .feedback-slide--txt--en span {
    display: block;
    font-size: 13px;
    line-height: 15px; }
    @media screen and (min-width: 600px) {
      .home-section.testimonials--b .swiper-container .feedback-slide--txt--en span {
        font-size: 14px;
        line-height: 16px; } }
    @media screen and (min-width: 992px) {
      .home-section.testimonials--b .swiper-container .feedback-slide--txt--en span {
        font-size: 14px;
        line-height: 18px; } }
  .home-section.testimonials--b .swiper-container .feedback-slide--user {
    position: absolute;
    width: 39vw;
    bottom: -50px;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .home-section.testimonials--b .swiper-container .feedback-slide--user {
        width: 27vw; } }
    @media screen and (min-width: 992px) {
      .home-section.testimonials--b .swiper-container .feedback-slide--user {
        width: 205px; } }
    .home-section.testimonials--b .swiper-container .feedback-slide--user .feedback-slide--pic {
      width: 12vw;
      height: 12vw; }
      @media screen and (min-width: 600px) {
        .home-section.testimonials--b .swiper-container .feedback-slide--user .feedback-slide--pic {
          width: 8vw;
          height: 8vw; } }
      @media screen and (min-width: 992px) {
        .home-section.testimonials--b .swiper-container .feedback-slide--user .feedback-slide--pic {
          width: 70px;
          height: 70px; } }
    .home-section.testimonials--b .swiper-container .feedback-slide--user .feedback-slide--name {
      position: absolute;
      marign: 0 auto;
      left: 0;
      right: 0;
      margin-top: 3px;
      font-weight: bold;
      font-size: 15px;
      color: #707070; }
      @media screen and (min-width: 768px) {
        .home-section.testimonials--b .swiper-container .feedback-slide--user .feedback-slide--name {
          font-size: 16px; } }
.massivebox {
  background-color: #30AEDD;
  padding: 50px 0; }
  .massivebox.as-page {
    padding-top: 0; }

.massivebox .container {
  max-width: 1150px; }

.massivebox--item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px; }
  @media screen and (min-width: 768px) {
    .massivebox--item {
      margin-bottom: 40px; } }
  .massivebox--item .massivebox--img {
    margin-bottom: 10px; }
    .massivebox--item .massivebox--img img {
      display: block; }
    @media screen and (min-width: 768px) {
      .massivebox--item .massivebox--img {
        margin-bottom: 30px; } }
  .massivebox--item a {
    display: block;
    color: currentColor; }
  .massivebox--item h3 {
    display: block;
    margin-bottom: 8px;
    color: #1d212c;
    font-size: 20px;
    line-height: 32px; }
  .massivebox--item p {
    color: #787d88;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px; }
    @media screen and (min-width: 768px) {
      .massivebox--item p {
        font-size: 14px; } }
  .massivebox--item .offer_placeholder {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .massivebox--item .offer_placeholder {
        width: 100%;
        height: auto; } }
#fix-booking-form {
  position: fixed;
  bottom: 200px;
  right: 0;
  margin-right: -15px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #e76050;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  z-index: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 768px) {
    #fix-booking-form {
      display: none; } }
  #fix-booking-form a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    padding-right: 6px; }
    #fix-booking-form a:hover, #fix-booking-form a:linke, #fix-booking-form a:active {
      color: currentColor; }
    #fix-booking-form a i {
      font-size: 22px;
      display: block;
      margin: 6px auto 0 auto; }
    #fix-booking-form a span {
      display: inline-block;
      color: white;
      font-size: 12px;
      line-height: 1.5;
      border-bottom: 1px solid #fff; }

.gallery-view {
  margin-right: 0px;
  margin-bottom: 15px; }

.gallery--item {
  float: left;
  margin-right: 0px;
  width: 123px;
  height: auto;
  position: relative; }
  .gallery--item a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center; }
    .gallery--item a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 3px solid #2c2f31;
      z-index: 10;
      opacity: 0;
      transition: all .3s ease-in; }
    .gallery--item a:hover:before {
      opacity: .5;
      background-color: white;
      border-color: white; }
  .gallery--item.slick-current a:hover:before {
    opacity: 1;
    background-color: transparent;
    border-color: #2c2f31; }
  .gallery--item.as-active a:before, .gallery--item.slick-current a:before {
    opacity: 1; }

.gallery .slide-next {
  right: 0px; }
  .gallery .slide-next i {
    text-shadow: 3px 3px 16px white; }

.gallery .slide-prev {
  left: 0px; }
  .gallery .slide-prev i {
    text-shadow: 3px 3px 16px white; }

.pswp-gallery .row {
  margin-bottom: 8px;
  margin-left: -8px;
  margin-right: -8px; }
  @media screen and (min-width: 540px) {
    .pswp-gallery .row {
      margin-bottom: 20px;
      margin-left: -15px;
      margin-right: -15px; } }
  .pswp-gallery .row [class^=col-] {
    padding-left: 8px;
    padding-right: 8px; }
    @media screen and (min-width: 540px) {
      .pswp-gallery .row [class^=col-] {
        padding-left: 15px;
        padding-right: 15px; } }
.header-kv {
  width: 100%;
  position: relative;
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 32px; }

.homepage-slideshow {
  position: relative;
  overflow: hidden; }

#kvslide-searchbar {
  z-index: 101;
  display: block;
  margin-top: 26px; }
  @media screen and (min-width: 768px) {
    #kvslide-searchbar {
      bottom: 80px; } }
  #kvslide-searchbar form {
    font-size: 0;
    max-width: 800px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    overflow: hidden;
    border: 18px solid black;
    border: 18px solid rgba(0, 0, 0, 0.4);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */ }
    @media screen and (min-width: 768px) {
      #kvslide-searchbar form {
        width: 88%;
        max-width: 800px; } }
  #kvslide-searchbar ::selection {
    color: #fff;
    background: #E10DB1; }
  #kvslide-searchbar .search-form {
    width: 100%;
    padding: 0 1rem; }
  #kvslide-searchbar .inp-wrap {
    display: inline-block; }
  #kvslide-searchbar [class*="grid-"] {
    vertical-align: middle;
    height: 2.125rem;
    font-size: 1.1rem; }
  #kvslide-searchbar .search-wrap {
    width: 60%; }
  #kvslide-searchbar .cat-wrap {
    width: 40%;
    padding: 0;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      #kvslide-searchbar .cat-wrap {
        width: 25%; } }
    #kvslide-searchbar .cat-wrap::after {
      content: '\25BC';
      position: absolute;
      top: 0.2rem;
      right: 0.5em;
      color: #515151;
      font-size: 1rem;
      pointer-events: none; }
  #kvslide-searchbar .submit-wrap {
    width: 100%;
    border-radius: 5px;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      #kvslide-searchbar .submit-wrap {
        width: 15%; } }
    #kvslide-searchbar .submit-wrap .btn {
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      max-width: none; }
  #kvslide-searchbar .grid-20 {
    width: 20%;
    width: 25%; }
  #kvslide-searchbar .grid-25 {
    width: 25%; }
  #kvslide-searchbar .grid-75 {
    width: 75%; }
  #kvslide-searchbar .grid-80 {
    width: 80%;
    width: 75%; }
  #kvslide-searchbar .grid-100 {
    width: 100%; }
  #kvslide-searchbar input, #kvslide-searchbar select {
    transition: box-shadow 0.2s ease-in-out;
    border: 0;
    padding: 0 0 0 0.5em;
    background-color: #FFF; }
  #kvslide-searchbar #search-field:focus, #kvslide-searchbar select:focus {
    outline: none;
    border: 0;
    box-shadow: inset 0 0 0 5px #FFC519; }
  #kvslide-searchbar select {
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }
  #kvslide-searchbar option {
    margin: 0.6em 0; }
  #kvslide-searchbar button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important; }
  #kvslide-searchbar .btn {
    text-transform: uppercase;
    font-size: 1.1rem;
    border: 0;
    padding: 0 0.3em 0 0;
    background: #30AEDD;
    color: white;
    transition: background 0.25s ease-in-out;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    #kvslide-searchbar .btn:active {
      transform: translateY(1px); }
  #kvslide-searchbar .btn:hover,
  #kvslide-searchbar .btn:focus,
  #kvslide-searchbar .btn:active {
    outline: 0;
    background: #30AEDD;
    color: #232323; }
  #kvslide-searchbar .search-icon-container {
    outline: 0; }
  #kvslide-searchbar #search-icon {
    height: 2rem;
    width: 2rem;
    vertical-align: middle;
    outline: 0;
    fill: #fff; }
  #kvslide-searchbar .btn:hover #search-icon,
  #kvslide-searchbar .btn:focus #search-icon {
    fill: #232323; }

#kvslide-tabs {
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none; }
  @media screen and (min-width: 768px) {
    #kvslide-tabs {
      bottom: 25px;
      transform: translateX(-50%);
      width: 95%;
      max-width: 95%;
      height: auto; } }
  @media screen and (min-width: 769px) {
    #kvslide-tabs {
      bottom: 25px;
      transform: translateX(-50%);
      width: 1020px;
      height: auto; } }
.kvslide-tab {
  float: left;
  width: 50%;
  height: 65px;
  transition: all .3s ease; }
  @media screen and (max-width: 415px) {
    .kvslide-tab:lang(en):nth-child(2) a span, .kvslide-tab:lang(en):nth-child(3) a span {
      line-height: 30px; } }
  @media screen and (min-width: 768px) {
    .kvslide-tab {
      width: 50%; } }
  @media screen and (min-width: 769px) {
    .kvslide-tab {
      width: 25%;
      height: 100%; }
      .kvslide-tab:hover {
        transform: scale(1.05);
        transform-origin: center bottom;
        z-index: 10; } }
  .kvslide-tab a {
    display: block;
    width: 100%;
    height: 100%;
    user-select: none; }
    .kvslide-tab a span {
      display: block;
      color: white;
      font-size: 18px;
      line-height: 65px;
      text-align: center; }
      @media screen and (min-width: 769px) {
        .kvslide-tab a span {
          font-size: 16px;
          line-height: 84px; } }
.kvslide-1 {
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kv/kv_tabBtn1.png?bcfb57d1265e) no-repeat center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .kvslide-1:hover {
      background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kv/kv_tabBtn1_active.png?bcfb57d1265e); } }
.kvslide-2 {
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kv/kv_tabBtn2.png?bcfb57d1265e) no-repeat center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .kvslide-2:hover {
      background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kv/kv_tabBtn2_active.png?bcfb57d1265e); } }
.kvslide-3 {
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kv/kv_tabBtn3.png?bcfb57d1265e) no-repeat center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .kvslide-3:hover {
      background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kv/kv_tabBtn3_active.png?bcfb57d1265e); } }
.kvslide-4 {
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kv/kv_tabBtn4.png?bcfb57d1265e) no-repeat center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .kvslide-4:hover {
      background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/home_kv/kv_tabBtn4_active.png?bcfb57d1265e); } }
.house-detail {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .house-detail {
      margin-bottom: 30px; } }
.house-detail--row {
  position: relative;
  min-height: 60px;
  color: #575a5d;
  font-size: 18px;
  line-height: 52px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 375px) {
    .house-detail--row {
      padding-right: 80px; } }
  .house-detail--row.bordered {
    border-bottom: 1px solid #f2f2f2; }
  .house-detail--row.as-blue {
    background-color: #f3f9ff;
    border: 1px solid rgba(151, 151, 151, 0.3);
    padding-right: 0; }
  .house-detail--row.as-red {
    background-color: #fff2f0;
    border: 1px solid rgba(151, 151, 151, 0.3); }
  .house-detail--row.as-options .choose-title {
    color: #575a5d;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    display: block;
    padding: 0 10px; }
    @media screen and (min-width: 768px) {
      .house-detail--row.as-options .choose-title {
        display: inline-block;
        line-height: 60px; } }
  .house-detail--row.as-options .label-checkbox {
    display: block;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      .house-detail--row.as-options .label-checkbox {
        display: inline-block;
        margin-right: 10px; } }
.house-detail--tools {
  width: 132px;
  margin: 0 auto;
  text-align: right;
  padding-top: 10px; }
  @media screen and (min-width: 768px) {
    .house-detail--tools {
      text-align: center; } }
  @media screen and (min-width: 375px) {
    .house-detail--tools {
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 0; } }
  .house-detail--tools .btn-cancel {
    display: none;
    color: #575a5d;
    font-size: 18px;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 46px;
    width: 60px;
    padding: 0 10px;
    user-select: none; }
    .house-detail--tools .btn-cancel .mobile {
      display: block; }
    .house-detail--tools .btn-cancel .desktop {
      display: none; }
    @media screen and (min-width: 768px) {
      .house-detail--tools .btn-cancel {
        width: 100px; }
        .house-detail--tools .btn-cancel .mobile {
          display: none; }
        .house-detail--tools .btn-cancel .desktop {
          display: block; } }
.house-detail--group-title {
  color: #575a5d;
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  margin-bottom: 10px;
  user-select: none; }
  .house-detail--group-title h3 {
    display: block;
    font-weight: 500;
    text-align: center; }

.cta-action-btns {
  margin-top: 62px; }
  @media screen and (min-width: 768px) {
    .cta-action-btns {
      margin-top: 0px; } }
  .cta-action-btns .btn-red {
    line-height: 52px; }
    @media screen and (min-width: 768px) {
      .cta-action-btns .btn-red {
        line-height: 56px; } }
  .cta-action-btns .btn-blue {
    line-height: 46px; }
    @media screen and (min-width: 768px) {
      .cta-action-btns .btn-blue {
        line-height: 55px; } }
.hse730 .page-main .container > .block {
  padding-top: 60px; }

.hse730 .house-detail--title {
  line-height: 12px;
  padding-right: 140px; }
  .hse730 .house-detail--title span {
    font-size: 14px;
    line-height: 52px; }

.house-quote {
  border: 1px solid rgba(151, 151, 151, 0.5);
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 10px; }
  .house-quote p {
    color: #575a5d;
    font-size: 18px;
    line-height: 2; }
    .house-quote p a {
      color: currentColor; }
  .house-quote .main-inner {
    width: 95%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .house-quote .main-inner {
        width: 80%; } }
.house-total-price {
  background-color: #333;
  padding: 0px;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .house-total-price .main-inner {
    position: relative;
    width: 95%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .house-total-price .main-inner {
        width: 100%;
        padding-right: 10px; } }
  .house-total-price p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .house-total-price p {
        font-size: 18px; } }
  .house-total-price .total_quote {
    padding: 15px;
    color: black; }
    .house-total-price .total_quote p {
      padding: 15px;
      color: black; }
  .house-total-price .val {
    float: right; }
  .house-total-price .btn-refresh {
    color: white;
    font-size: 20px;
    line-height: 56px;
    display: block;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .house-total-price .btn-refresh {
        display: block;
        margin: 0;
        width: auto;
        height: auto; } }
  .house-total-price.as-blue {
    background-color: #2ab9eb; }
  .house-total-price.as-red {
    background-color: #e76050; }
  .house-total-price.as-beige {
    background-color: #F0CC78; }

.house-tabs {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px; }

.house-tabs--item {
  flex: 1;
  padding: 0 5px; }
  .house-tabs--item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #575a5d;
    font-size: 18px;
    line-height: 60px;
    border: 1px solid rgba(151, 151, 151, 0.5);
    background-color: #f4f4f4;
    text-align: center;
    user-select: none;
    transition: all .4s ease; }
    .house-tabs--item a:link, .house-tabs--item a:active, .house-tabs--item a:hover {
      color: white;
      text-decoration: none; }
  .house-tabs--item .btn-blue {
    border-color: #2ab9eb;
    background-color: #2ab9eb;
    color: white; }
    .house-tabs--item .btn-blue:hover, .house-tabs--item .btn-blue:link, .house-tabs--item .btn-blue:active {
      color: white; }
  .house-tabs--item .btn-red {
    border-color: #e76050;
    background-color: #e76050;
    color: white; }
    .house-tabs--item .btn-red:hover, .house-tabs--item .btn-red:link, .house-tabs--item .btn-red:active {
      color: white; }
  .house-tabs--item .btn-yellow {
    border-color: #f4be3c;
    background-color: #f4be3c;
    color: white; }
    .house-tabs--item .btn-yellow:hover, .house-tabs--item .btn-yellow:link, .house-tabs--item .btn-yellow:active {
      color: white; }
  .house-tabs--item .btn-blue.collapsed,
  .house-tabs--item .btn-red.collapsed,
  .house-tabs--item .btn-yellow.collapsed {
    border-color: rgba(151, 151, 151, 0.5);
    background-color: #f4f4f4;
    color: #575a5d; }

.hse730 .house-tabs--item .btn-blue {
  border-color: #0663CF;
  background-color: #0663CF;
  color: white; }
  .hse730 .house-tabs--item .btn-blue:hover, .hse730 .house-tabs--item .btn-blue:link, .hse730 .house-tabs--item .btn-blue:active {
    color: white; }

.hse730 .house-tabs--item .btn-red {
  border-color: #0663CF;
  background-color: #0663CF;
  color: white; }
  .hse730 .house-tabs--item .btn-red:hover, .hse730 .house-tabs--item .btn-red:link, .hse730 .house-tabs--item .btn-red:active {
    color: white; }

.hse730 .house-tabs--item .btn-yellow {
  border-color: #f4be3c;
  background-color: #f4be3c;
  color: white; }
  .hse730 .house-tabs--item .btn-yellow:hover, .hse730 .house-tabs--item .btn-yellow:link, .hse730 .house-tabs--item .btn-yellow:active {
    color: white; }

.hse730 .house-tabs--item .btn-blue.collapsed,
.hse730 .house-tabs--item .btn-red.collapsed,
.hse730 .house-tabs--item .btn-yellow.collapsed {
  border-color: rgba(151, 151, 151, 0.5);
  background-color: #fff;
  color: #575a5d; }

.navi-collapse {
  position: relative;
  background-color: #fff;
  margin-bottom: 18px; }
  @media screen and (min-width: 768px) {
    .navi-collapse {
      margin-bottom: 12px; } }
  .navi-collapse.as-open {
    z-index: 950; }
    .navi-collapse.as-open .navi-collapse-inner {
      height: auto; }
    .navi-collapse.as-open .filter-mask {
      height: 0;
      overflow: hidden; }

.navi-collapse--title {
  color: #575a5d;
  font-size: 16px;
  line-height: 1.5; }

.navi-collapse--list {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.5;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .navi-collapse--list {
      margin-bottom: 0; } }
  .navi-collapse--list a {
    color: #6d6d6d; }
  .navi-collapse--list li {
    display: inline-block;
    padding: 0 5px; }
  .navi-collapse--list a.as-active {
    background-color: #e4e4e4;
    padding: 0 3px; }

.navi-collapse-inner {
  overflow: hidden;
  height: 80px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s ease; }
  @media screen and (min-width: 768px) {
    .navi-collapse-inner {
      padding-top: 30px;
      height: 60px; } }
.panel-group {
  border-color: #e4e4e4; }
  .panel-group .panel-title {
    color: #575a5d;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    user-select: none;
    background: none; }
    .panel-group .panel-title a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      color: #787d88;
      background: #e4e4e4;
      transition: all .3s ease;
      padding-left: 30px; }
      .panel-group .panel-title a:link, .panel-group .panel-title a:active, .panel-group .panel-title a:hover {
        color: #787d88; }
      .panel-group .panel-title a i {
        position: absolute;
        top: 12px;
        left: 15px;
        color: #575a5d;
        font-size: 14px;
        font-weight: bold;
        transform: rotate(90deg);
        transition: all .3s ease; }
        @media screen and (min-width: 768px) {
          .panel-group .panel-title a i {
            font-size: 16px; } }
      .panel-group .panel-title a.collapsed {
        background: #f7f7f7; }
        .panel-group .panel-title a.collapsed i {
          transform: rotate(0); }
  .panel-group .panel {
    border-color: #e4e4e4;
    background: none;
    border-radius: 0;
    box-shadow: none; }
    .panel-group .panel + .panel {
      margin-top: 0;
      border-top: none; }
  .panel-group .panel-heading {
    background: none;
    padding: 0; }

.collapse-items--item {
  color: #787d88;
  font-size: 15px;
  line-height: 2.5;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .collapse-items--item {
      font-size: 14px; } }
  .collapse-items--item a {
    position: relative;
    display: block;
    color: currentColor;
    user-select: none;
    text-decoration: none;
    transition: all .3s ease; }
    .collapse-items--item a i {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      left: 0;
      transform: rotate(90deg);
      transition: all .3s ease; }
    .collapse-items--item a.collapsed i {
      transform: rotate(0deg); }
    .collapse-items--item a.collapsed span {
      color: #787d88; }
    .collapse-items--item a span {
      padding-left: 20px;
      display: inline-block;
      position: relative;
      transition: all .3s ease;
      color: rgba(87, 90, 93, 0.4); }
      .collapse-items--item a span i {
        color: #787d88; }
    .collapse-items--item a.as-active {
      color: #2ab9eb; }

.loan_txt a {
  display: block;
  font-size: 13px;
  color: black;
  margin-top: 30px;
  text-decoration: underline; }

.project-info--row {
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .project-info--row .ck-content {
      overflow-y: auto;
      height: 490px; } }
  @media screen and (min-width: 1200px) {
    .project-info--row .ck-content {
      height: 690px; } }
.project-info {
  padding-top: 40px; }
  @media screen and (min-width: 992px) {
    .project-info {
      padding-top: 0; } }
  @media screen and (min-width: 1200px) {
    .project-info {
      padding-left: 15px; } }
  .project-info .title {
    color: #2c2f31;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px; }
    @media screen and (min-width: 992px) {
      .project-info .title {
        margin-bottom: 20px; } }
  .project-info .subtitle {
    color: #575a5d;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px; }
    @media screen and (min-width: 1200px) {
      .project-info .subtitle {
        font-size: 16px; } }
  .project-info .txt {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (min-width: 1200px) {
      .project-info .txt {
        font-size: 13px; } }
  .project-info .list.as-arrow li {
    position: relative;
    padding-left: 15px; }
  .project-info .list.as-arrow li:before {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
    color: #6d6d6d;
    font-size: 13px;
    line-height: 22px; }

.show-case {
  position: relative;
  padding-bottom: 80px;
  border-bottom: 1px solid black; }

.showcase--item {
  position: relative;
  margin-bottom: 30px;
  width: 292px; }
  .showcase--item.full {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .showcase--item > a {
    display: block;
    position: relative; }
  .showcase--item .img {
    position: relative;
    margin-bottom: 14px; }
    .showcase--item .img img {
      display: block;
      width: 100%; }
    .showcase--item .img > a:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 112px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      z-index: 10;
      opacity: .5; }
  .showcase--item .title, .showcase--item .txt {
    margin-bottom: 5px; }
  .showcase--item .title, .showcase--item .title a {
    color: #1d212c;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.4px;
    display: block;
    text-align: center; }
    .showcase--item .title span, .showcase--item .title a span {
      display: block; }
    .showcase--item .title:lang(en), .showcase--item .title a:lang(en) {
      letter-spacing: 0px;
      font-size: 19px;
      overflow: hidden;
      line-height: 26px; }
  .showcase--item .title.small, .showcase--item .title.small a {
    font-size: 16px;
    line-height: 22px; }
    @media screen and (min-width: 768px) {
      .showcase--item .title.small, .showcase--item .title.small a {
        font-size: 18px;
        ling-height: 24px; } }
  .showcase--item .txt, .showcase--item .txt a {
    color: #787d88;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    display: block; }
  .showcase--item .txt.small, .showcase--item .txt.small a {
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .showcase--item .txt.small, .showcase--item .txt.small a {
        font-size: 16px; } }
  .showcase--item .tags {
    text-align: center;
    height: 50px;
    overflow: hidden; }
    .showcase--item .tags a {
      display: inline-block;
      color: #b7b7b7;
      font-size: 16px;
      line-height: 1.5;
      padding: 0 3px; }

.showcase-items .showcase--item {
  width: 100%;
  margin: 0;
  margin-bottom: 40px; }
  .showcase-items .showcase--item img {
    width: 100%; }

.page-navi {
  position: relative;
  margin-top: -92px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 11; }

.page-navi--item {
  float: left;
  width: 50%;
  height: 65px;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .page-navi--item {
      width: 25%;
      height: 84px; } }
  .page-navi--item a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
    overflow: hidden;
    user-select: none; }
    @media screen and (min-width: 768px) {
      .page-navi--item a {
        padding-top: 35px; } }
    .page-navi--item a:after {
      content: "";
      position: absolute;
      top: -50px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -15px;
      border-width: 15px;
      border-style: solid;
      border-color: #ffc535 transparent transparent transparent;
      z-index: 10;
      transition: all .5s ease; }
    .page-navi--item a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 1;
      opacity: 1;
      transition: all .3s ease; }
    .page-navi--item a span {
      position: relative;
      z-index: 10;
      display: inline-block;
      vertical-align: middle;
      border-bottom: 2px solid transparent;
      padding-bottom: 8px;
      transition: border-bottom .4s ease; }
  .page-navi--item.as-active a:before {
    opacity: 0; }
  .page-navi--item.as-active a:after {
    top: 0; }
  .page-navi--item.as-active a span {
    border-color: white; }

.showcase-navi1 a {
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/showcase_nav1.jpg?bcfb57d1265e) no-repeat center center;
  background-size: cover; }

.showcase-navi2 a {
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/showcase_nav2.jpg?bcfb57d1265e) no-repeat center center;
  background-size: cover; }

.showcase-navi3 a {
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/showcase_nav3.jpg?bcfb57d1265e) no-repeat center center;
  background-size: cover; }

.showcase-navi4 a {
  background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/showcase_nav4.jpg?bcfb57d1265e) no-repeat center center;
  background-size: cover; }

.case--filter {
  background-color: #EDEDED;
  margin-top: -40px;
  margin: 0;
  min-height: 100px;
  width: 100%; }
  .case--filter .container > div {
    padding: 20px 0px 0px;
    line-height: 60px;
    text-align: left;
    text-indent: 10px;
    position: relative; }
    @media screen and (min-width: 992px) {
      .case--filter .container > div {
        padding: 20px 0px; } }
    .case--filter .container > div:first-of-type {
      text-indent: 0px;
      padding-left: 0px;
      line-height: 60px; }
    .case--filter .container > div > div {
      padding: 0px 10px; }
      .case--filter .container > div > div.col {
        float: left;
        padding: 0px 10px 20px; }
        @media screen and (min-width: 992px) {
          .case--filter .container > div > div.col {
            padding: 0px 10px;
            width: 18%; } }
        @media screen and (min-width: 992px) {
          .case--filter .container > div > div.col:last-of-type {
            width: 28%; } }
    .case--filter .container > div .filter_more {
      background-color: white;
      border-radius: 5px;
      position: relative;
      cursor: pointer;
      height: 60px;
      padding-right: 20px; }
      .case--filter .container > div .filter_more::before {
        content: "";
        border: 2px solid #CCCCCC;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px; }
      .case--filter .container > div .filter_more > i {
        right: 10px;
        position: absolute;
        top: 25px; }
      .case--filter .container > div .filter_more > .filter-choice {
        display: none;
        position: absolute;
        z-index: 15;
        background-color: white;
        top: 60px;
        border-top: 20px solid #EDEDED;
        min-width: 100%;
        border-radius: 5px; }
        .case--filter .container > div .filter_more > .filter-choice .menu {
          margin: 0;
          margin-top: 0px;
          box-shadow: 0px 0px 5px #00000026;
          position: relative;
          color: black;
          padding-bottom: 15px;
          max-height: 300px;
          height: fit-content;
          overflow: hidden; }
          @media screen and (min-width: 992px) {
            .case--filter .container > div .filter_more > .filter-choice .menu {
              margin-top: 10px; } }
          .case--filter .container > div .filter_more > .filter-choice .menu .title {
            line-height: 20px;
            margin: 20px 0 10px;
            text-indent: 0px;
            padding-left: 10px;
            padding-bottom: 0;
            min-height: unset;
            overflow: hidden; }
          .case--filter .container > div .filter_more > .filter-choice .menu li {
            padding: 7px 0px 7px 30px;
            position: relative;
            font-size: 15px;
            line-height: 1;
            cursor: pointer;
            text-indent: 0px;
            word-break: break-word; }
            .case--filter .container > div .filter_more > .filter-choice .menu li:hover {
              background-color: #eeeeee; }
            .case--filter .container > div .filter_more > .filter-choice .menu li > a {
              color: black; }
              .case--filter .container > div .filter_more > .filter-choice .menu li > a:hover {
                text-decoration: underline; }
            .case--filter .container > div .filter_more > .filter-choice .menu li::before {
              content: '';
              width: 10px;
              height: 10px;
              position: absolute;
              left: 10px;
              top: 10px;
              border: 1px solid #B3B3B3; }
            .case--filter .container > div .filter_more > .filter-choice .menu li.selected::before {
              border: none;
              background-color: #30ACDC; }
            .case--filter .container > div .filter_more > .filter-choice .menu li.arrow-expand {
              padding: 7px 12px 7px 30px; }
              .case--filter .container > div .filter_more > .filter-choice .menu li.arrow-expand.highlight {
                background-color: #30ACDC;
                color: white; }
              .case--filter .container > div .filter_more > .filter-choice .menu li.arrow-expand::before {
                content: ">";
                border: none;
                top: 50%;
                left: 90%;
                height: fit-content;
                transform: translate(0, -50%); }
          .case--filter .container > div .filter_more > .filter-choice .menu > div {
            overflow: auto;
            min-height: 300px;
            max-height: 300px;
            padding-bottom: 30px; }
            .case--filter .container > div .filter_more > .filter-choice .menu > div:before {
              position: absolute;
              content: '';
              right: 0;
              height: 100%;
              width: 5px;
              background-image: linear-gradient(white 20%, rgba(0, 0, 0, 0.25), white 90%); }
            .case--filter .container > div .filter_more > .filter-choice .menu > div:last-of-type:before {
              content: none; }
        @media screen and (min-width: 375px) {
          .case--filter .container > div .filter_more > .filter-choice.districts {
            left: 0;
            right: unset; } }
        @media screen and (min-width: 992px) {
          .case--filter .container > div .filter_more > .filter-choice.districts {
            left: 0;
            right: unset; } }
        @media screen and (min-width: 768px) {
          .case--filter .container > div .filter_more > .filter-choice.districts {
            right: 0;
            left: unset; } }
        @media screen and (min-width: 375px) {
          .case--filter .container > div .filter_more > .filter-choice.flats {
            right: 0;
            left: unset; } }
        @media screen and (min-width: 992px) {
          .case--filter .container > div .filter_more > .filter-choice.flats {
            right: 0;
            left: unset; } }
        @media screen and (min-width: 768px) {
          .case--filter .container > div .filter_more > .filter-choice.flats {
            left: 0;
            right: unset; } }
        .case--filter .container > div .filter_more > .filter-choice.districts, .case--filter .container > div .filter_more > .filter-choice.flats {
          width: 210%;
          min-width: 260px; }
  .case--filter .container .col-dropdown:hover .filter_more {
    color: white;
    background-color: #30ACDC; }
    .case--filter .container .col-dropdown:hover .filter_more:before {
      border: none; }
    .case--filter .container .col-dropdown:hover .filter_more .filter-choice {
      display: block; }
  .case--filter .container .search--bar {
    position: relative;
    padding-right: 10px;
    margin-left: -10px; }
    .case--filter .container .search--bar input[type="text"] {
      background-color: white;
      border: 2px solid #cccccc;
      height: 60px;
      border-radius: 5px;
      color: black;
      text-indent: 10px;
      width: 100%; }
    .case--filter .container .search--bar .filter-keyword--btn {
      float: right;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 60px;
      cursor: pointer;
      color: white;
      background-color: #30ACDC;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }

.filter-tag {
  min-height: 70px;
  padding: 20px 0px; }
  .filter-tag .filter-item {
    border-radius: 5px;
    background-color: #30ACDC;
    color: white;
    line-height: 55px;
    font-size: 15px;
    padding: 0 30px 0 20px;
    cursor: pointer;
    width: fit-content;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative; }
    .filter-tag .filter-item.reset {
      color: black;
      position: relative;
      background-color: white;
      padding: 0 20px; }
      .filter-tag .filter-item.reset::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid #CCCCCC;
        border-radius: 5px;
        top: 0;
        left: 0; }
    .filter-tag .filter-item > a {
      color: white; }
      .filter-tag .filter-item > a:hover {
        text-decoration: underline; }
    .filter-tag .filter-item > i {
      position: absolute;
      top: 21px;
      right: 10px;
      z-index: 2; }

.case-pagination > .container {
  width: fit-content;
  margin: 40px auto 0; }
  .case-pagination > .container > span {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #666666; }
    .case-pagination > .container > span.current {
      background-color: #CCCCCC;
      border-radius: 5px;
      color: white; }

.case-pagination > .page-count {
  text-align: right;
  color: #A7A7A7;
  letter-spacing: 0.8px; }

.case-list--leadform {
  background-color: #FAD577;
  padding: 3em;
  margin: 80px 0; }
  .case-list--leadform .title-md {
    font-size: 38px; }
  .case-list--leadform .col-md-6 .row {
    display: block; }
    .case-list--leadform .col-md-6 .row > div {
      flex: none;
      width: 100%; }
  .case-list--leadform .bottom-line:before {
    background-color: white; }
  .case-list--leadform .button-center {
    width: 40%;
    margin: 0 auto; }
    .case-list--leadform .button-center button {
      background-color: white;
      color: black;
      border: none;
      border-radius: 30px;
      height: 40px; }

.case-article-main {
  padding-top: 80px;
  border-top: 1px solid black;
  max-height: 100vw;
  position: relative;
  overflow: hidden; }
  .case-article-main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 12;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .case-article-main.expand {
    height: auto;
    max-height: unset; }
    .case-article-main.expand:after {
      content: none; }

.steps-navi.lead-steps .steps-item {
  padding-top: 80px;
  max-width: 84px;
  min-width: 84px; }
  .steps-navi.lead-steps .steps-item i {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0; }
  @media screen and (min-width: 1200px) {
    .steps-navi.lead-steps .steps-item {
      padding-top: 0;
      padding-left: 95px;
      max-width: inherit;
      min-width: inherit; }
      .steps-navi.lead-steps .steps-item i {
        margin-left: 0;
        transform: none;
        left: 0; } }
@media screen and (min-width: 1200px) {
  .container {
    width: 1250px; } }

.alert-msg {
  padding: 30px 0 100px; }
  @media screen and (min-width: 768px) {
    .alert-msg {
      padding: 50px 0 70px; } }
  .alert-msg.as-center {
    text-align: center; }
  .alert-msg h3 {
    color: #2c2f31;
    font-size: 28px;
    line-height: 1.5;
    display: block;
    margin-bottom: 20px;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .alert-msg h3 {
        font-size: 40px; } }
  .alert-msg p {
    color: #6d6d6d;
    font-size: 18px;
    line-height: 1.5; }
    .alert-msg p br {
      display: none; }
    @media screen and (min-width: 768px) {
      .alert-msg p {
        font-size: 14px; }
        .alert-msg p br {
          display: block; } }
.leadform .house-tabs {
  margin-bottom: 20px; }

div.as-required,
span.as-required,
label.as-required {
  position: relative; }
  div.as-required:after,
  span.as-required:after,
  label.as-required:after {
    display: inline-block;
    content: "＊";
    color: #e76050;
    font-size: 12px;
    line-height: 1;
    margin-left: 5px; }

.textarea-style {
  display: block;
  width: 100%;
  margin-bottom: 15px; }
  .textarea-style .title {
    color: #9fa4af;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px; }
  .textarea-style textarea {
    display: block;
    resize: none;
    width: 100%;
    height: 225px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ced4da; }
    .textarea-style textarea:after {
      position: absolute;
      top: 0;
      left: 0;
      content: "*";
      display: block;
      color: red; }

.house-form--row {
  position: relative;
  padding: 10px 0;
  min-height: 52px;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .house-form--row {
      margin-bottom: 20px; } }
  .house-form--row.as-tools {
    padding-right: 220px; }
  .house-form--row.as-line {
    border-bottom: 1px solid rgba(151, 151, 151, 0.52); }

.house-form--txt {
  color: #575a5d;
  font-size: 18px;
  line-height: 52px; }

.house-form--tools {
  position: absolute;
  top: 10px;
  right: 0; }

.house-form--label {
  display: block;
  width: 100%;
  min-height: 62px; }
  @media screen and (min-width: 768px) {
    .house-form--label {
      margin-bottom: 0; } }
.house-form--row.as-line {
  margin-bottom: 20px; }

.house-form--row .house-form--label {
  margin-bottom: 20px; }

.house-form--title {
  display: block;
  color: #9fa4af;
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 10px; }
  .house-form--title + .dropzone {
    margin-top: 15px; }

.house-form--input {
  width: 100%; }
  .house-form--input .input-style {
    display: block;
    height: 40px;
    color: #575a5d;
    font-size: 18px;
    line-height: 1; }

div.focus-line,
input.focus-line {
  border-bottom: 1px solid rgba(151, 151, 151, 0.52);
  transition: border .3s ease; }
  div.focus-line.error,
  input.focus-line.error {
    border-bottom: 1px solid rgba(255, 0, 0, 0.52); }

.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 60px;
  text-align: center;
  color: #575a5d;
  font-size: 18px;
  line-height: 60px;
  min-height: 60px;
  padding: 0 10px;
  box-sizing: border-box; }
  .dropzone .dz-message {
    margin: 0; }

.noUi-horizontal {
  height: 2px;
  background-color: #979797;
  border: none;
  margin-top: 25px; }

.noUi-horizontal .noUi-handle {
  width: 88px;
  height: 24px;
  color: white;
  font-size: 14px;
  line-height: 24px;
  border-radius: 24px;
  top: -11px;
  left: -85px;
  box-shadow: none;
  border: none;
  text-align: center; }

.noUi-target {
  margin-left: 65px;
  margin-right: 10px; }

.noUi-base, .noUi-connects {
  background-color: #979797; }

.noUi-target:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 2px;
  background-color: #979797; }

.noUi-target:before {
  content: '';
  position: absolute;
  top: 0;
  left: -65px;
  width: 65px;
  height: 2px;
  background-color: #979797; }

.noUi-handle:after, .noUi-handle:before {
  display: none; }

.house-form--collapse.as-blue .btn-lg {
  background-color: #2ab9eb; }

.house-form--collapse.as-blue .focus-line:focus {
  border-width: 2px;
  border-color: #2ab9eb; }

.house-form--collapse.as-blue .noUi-connect {
  background-color: #979797; }

.house-form--collapse.as-blue .noUi-horizontal .noUi-handle {
  background-color: #4a90e2; }

.house-form--collapse.as-red .btn-lg {
  background-color: #e76050; }

.house-form--collapse.as-red .focus-line:focus {
  border-width: 2px;
  border-color: #e76050; }

.house-form--collapse.as-red .noUi-connect {
  background-color: #979797; }

.house-form--collapse.as-red .noUi-horizontal .noUi-handle {
  background-color: #e76050; }

.house-form--collapse.as-yellow .btn-lg {
  background-color: #f4be3c; }

.house-form--collapse.as-yellow .focus-line:focus {
  border-width: 2px;
  border-color: #f4be3c; }

.house-form--collapse.as-yellow .noUi-connect {
  background-color: #979797; }

.house-form--collapse.as-yellow .noUi-horizontal .noUi-handle {
  background-color: #f4be3c; }

.select-options {
  position: relative; }

.lead-banner {
  position: relative;
  background-color: #3f3f3f;
  user-select: none;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .lead-banner {
      margin-top: 52px; } }
.lead-banner--man {
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: auto;
  z-index: 10;
  display: none; }
  @media screen and (min-width: 768px) {
    .lead-banner--man {
      display: block; } }
  .lead-banner--man img {
    display: block; }

.lead-banner--col {
  position: relative; }
  @media screen and (min-width: 768px) {
    .lead-banner--col {
      float: left;
      width: 50%; } }
  .lead-banner--col.as-blue i {
    color: #2AADDE;
    font-size: 22px;
    line-height: 1.5; }
  .lead-banner--col.as-blue h3 {
    color: #2AADDE;
    font-size: 24px;
    font-weight: 500;
    line-height: 55px; }
  .lead-banner--col.as-blue .title {
    color: #2AADDE;
    font-size: 18px;
    line-height: 1.5; }
  .lead-banner--col.as-blue .txt {
    color: #2AADDE;
    line-height: 1.5; }
  .lead-banner--col.as-yellow i {
    color: #ffc535;
    font-size: 18px;
    line-height: 1; }
  .lead-banner--col.as-yellow h3 {
    color: #ffc535;
    font-size: 24px;
    font-weight: 500;
    line-height: 63px; }
  .lead-banner--col.as-yellow .title {
    color: white;
    font-size: 18px;
    line-height: 1.5; }
  .lead-banner--col.as-yellow .txt {
    color: #a0a0a0;
    line-height: 1.5; }
  .lead-banner--col.as-darkblue i {
    color: #569599;
    font-size: 18px;
    line-height: 1; }
  .lead-banner--col.as-darkblue h3 {
    color: #569599;
    font-size: 24px;
    font-weight: 500;
    line-height: 63px; }
  .lead-banner--col.as-darkblue .title {
    color: white;
    font-size: 18px;
    line-height: 1.5; }
  .lead-banner--col.as-darkblue .txt {
    color: #a0a0a0;
    line-height: 1.5; }

.lead-banner--inner {
  position: relative;
  padding: 10px 0;
  padding-left: 25px; }
  .lead-banner--inner i {
    position: absolute;
    top: 15px;
    left: 0; }

.lead-banner--txt {
  padding-left: 5%;
  padding-right: 5%; }
  .lead-banner--txt.title-div {
    min-height: auto; }
  @media screen and (min-width: 768px) {
    .lead-banner--txt {
      padding-left: 50px;
      min-height: 90px;
      padding-right: 50px;
      padding-left: 10%; }
      .lead-banner--txt:lang(en).title-div {
        min-height: auto; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .lead-banner--txt:lang(en) {
      min-height: 158px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .lead-banner--txt:lang(en) {
      min-height: 119px; } }
  .lead-banner--txt:nth-child(odd) {
    background-color: rgba(117, 117, 117, 0.75); }
  .lead-banner--txt:nth-child(1) {
    height: 63px;
    background-color: #000000; }

.lead-banner--inner--b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  padding-left: 30px;
  width: 100%; }
  .lead-banner--inner--b i {
    position: absolute;
    left: 0; }

.lead-banner--txt--b {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  background-color: white;
  border-bottom: 1px solid #2AADDE;
  min-height: 60px; }
  .lead-banner--txt--b.title-div {
    min-height: auto; }
  @media screen and (min-width: 768px) {
    .lead-banner--txt--b {
      padding-left: 50px;
      min-height: 95px;
      padding-right: 50px;
      padding-left: 10%; }
      .lead-banner--txt--b:lang(en).title-div {
        min-height: auto; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .lead-banner--txt--b:lang(en) {
      min-height: 158px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .lead-banner--txt--b:lang(en) {
      min-height: 119px; } }
  @media screen and (min-width: 992px) {
    .lead-banner--txt--b {
      min-height: 75px; } }
  .lead-banner--txt--b:nth-child(1) {
    height: 63px;
    border-top: 3px solid #2AADDE;
    border-bottom: 3px solid #2AADDE; }

.articlebox {
  padding-top: 0; }
  .articlebox .intro--box {
    margin: 80px 0px 30px 0px;
    position: relative;
    height: auto; }
    @media screen and (min-width: 1200px) {
      .articlebox .intro--box {
        height: 160px; } }
    .articlebox .intro--box div:first-child {
      text-align: center; }
      .articlebox .intro--box div:first-child img {
        padding: 50px 5px;
        width: 250px;
        height: auto;
        display: inline-block; }
      @media screen and (min-width: 1200px) {
        .articlebox .intro--box div:first-child {
          text-align: right;
          border-right: 2px solid #30AEDD; } }
    .articlebox .intro--box div:nth-child(2) {
      font-weight: bold;
      font-size: 22px; }
      @media screen and (min-width: 1200px) {
        .articlebox .intro--box div:nth-child(2) {
          text-align: center;
          font-size: 26px;
          padding: 60px 0; } }
    @media screen and (min-width: 1200px) {
      .articlebox .intro--box div:nth-child(3) {
        padding: 2px 25px; } }
    .articlebox .intro--box ul {
      list-style-type: initial; }
      .articlebox .intro--box ul li {
        padding: 3px 0; }

.articlebox--title {
  color: #575a5d;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  margin-bottom: 8px; }

.articlebox--txt {
  color: #575a5d;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .articlebox--txt {
      font-size: 14px; } }
  .articlebox--txt p {
    display: block;
    margin-bottom: 20px; }
  .articlebox--txt h4 {
    color: #575a5d;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px; }

.cjk-list {
  list-style: cjk-heavenly-stem;
  padding-left: 60px; }
  .cjk-list li {
    margin-bottom: 2px; }
  .cjk-list ol {
    padding-left: 15px; }

.num-list {
  list-style: decimal;
  padding-left: 22px; }
  .num-list li {
    margin-bottom: 2px; }

.en-list {
  list-style: upper-alpha;
  padding-left: 40px; }
  .en-list li {
    margin-bottom: 2px; }
  .en-list ol {
    padding-left: 15px; }
  .en-list .num-list {
    list-style: lower-roman;
    padding-left: 22px; }
    .en-list .num-list li {
      margin-bottom: 2px; }

.box {
  border: 1px solid #e4e4e4;
  margin-bottom: 15px; }

.box--title {
  color: #575a5d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.5px;
  margin-bottom: 10px; }

.box--txt {
  color: #575a5d;
  font-size: 14px;
  line-height: 1.5; }

.box--btn {
  border-top: 1px solid #e4e4e4; }
  .box--btn a {
    display: block;
    width: 100%;
    height: auto;
    color: #575a5d;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle; }
    .box--btn a i {
      color: #e76050;
      font-size: 18px;
      line-height: 1;
      vertical-align: middle;
      margin-right: 5px; }

.box--inner {
  max-width: 690px;
  margin: 0 auto;
  padding: 18px;
  box-sizing: border-box; }

.img-gallery img {
  width: 100%;
  display: block; }

.img-gallery .item {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.img-gallery--row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px; }
  .img-gallery--row.first .img-gallery--col:nth-child(1) {
    width: 100%;
    margin-bottom: 20px; }
    .img-gallery--row.first .img-gallery--col:nth-child(1).full {
      width: 100%; }
    .img-gallery--row.first .img-gallery--col:nth-child(1) .item {
      height: 196px; }
  .img-gallery--row.first .img-gallery--col:nth-child(2) {
    width: 100%; }
    .img-gallery--row.first .img-gallery--col:nth-child(2) .item {
      height: 296px; }
  .img-gallery--row.second .img-gallery--col:nth-child(2) {
    width: 100%; }
    .img-gallery--row.second .img-gallery--col:nth-child(2) .item {
      height: 296px; }
  .img-gallery--row.second .img-gallery--col:nth-child(1) {
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .img-gallery--row.second .img-gallery--col:nth-child(1) {
        margin-bottom: 0px; } }
    .img-gallery--row.second .img-gallery--col:nth-child(1) .item {
      height: 196px; }
  @media screen and (min-width: 768px) {
    .img-gallery--row.first .img-gallery--col:nth-child(1) {
      width: 62.5%;
      margin-bottom: 0; }
      .img-gallery--row.first .img-gallery--col:nth-child(1) .item {
        height: 296px; }
    .img-gallery--row.first .img-gallery--col:nth-child(2) {
      width: 37.5%; }
      .img-gallery--row.first .img-gallery--col:nth-child(2) .item {
        height: 296px; }
    .img-gallery--row.second .img-gallery--col:nth-child(2) {
      width: 62.5%;
      margin-bottom: 0; }
      .img-gallery--row.second .img-gallery--col:nth-child(2) .item {
        height: 296px; }
    .img-gallery--row.second .img-gallery--col:nth-child(1) {
      width: 37.5%; }
      .img-gallery--row.second .img-gallery--col:nth-child(1) .item {
        height: 296px; } }
.img-gallery--col {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box; }

.about-kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .about-kv {
      height: 40vh; } }
.float-article-kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .float-article-kv {
      height: 657px; } }
.standard .about-kv,
.protection .about-kv {
  height: 454px; }
  @media screen and (min-width: 768px) {
    .standard .about-kv,
    .protection .about-kv {
      height: 612px; } }
.protection h3 {
  margin-bottom: 50px;
  margin-top: 50px; }

.about, .float-article {
  position: relative;
  margin-bottom: 0; }
  .about .container, .float-article .container {
    position: relative;
    z-index: 10; }

.about-img {
  margin: 35px 0; }

.about-txtbox {
  text-align: left;
  margin-bottom: 20px; }
  .about-txtbox.as-init {
    margin-bottom: 80px; }
  .about-txtbox.as-alignleft {
    text-align: left; }
  .about-txtbox h3 {
    color: #000000;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 2.2px;
    display: block;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .about-txtbox h3 {
        font-size: 22px; } }
    .about-txtbox h3.line-title {
      margin-bottom: 60px; }
      .about-txtbox h3.line-title span {
        position: relative; }
        .about-txtbox h3.line-title span:before {
          content: "";
          position: absolute;
          display: block;
          bottom: -10px;
          left: 50%;
          margin-left: -22.5px;
          width: 45px;
          height: 5px; }
        .about-txtbox h3.line-title span.about-color1:before {
          background-color: #e76050; }
        .about-txtbox h3.line-title span.about-color2:before {
          background-color: #2ab9eb; }
  .about-txtbox p {
    color: #575a5d;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .about-txtbox p {
        font-size: 18px; } }
.about-point--item {
  position: relative;
  padding-left: 100px;
  text-align: left; }
  .about-point--item.as-space {
    padding-bottom: 70px; }
  .about-point--item .about-point--icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .about-point--item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 20px; }
  .about-point--item p {
    font-size: 14px; }
  @media screen and (min-width: 1200px) {
    .about-point--item {
      padding-left: 0;
      max-width: 250px;
      margin: 0 auto;
      text-align: center; }
      .about-point--item .about-point--icon {
        position: relative;
        top: auto;
        left: auto;
        transform: none; } }
.about-point {
  display: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

.about-diagram {
  border-left: 1px solid #30ADDD; }
  .about-diagram .row {
    padding-bottom: 60px; }
    .about-diagram .row:last-child {
      background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/rebrand/services_arrow_@2x.png?bcfb57d1265e");
      background-position: bottom left 15px;
      background-size: 125px 1px;
      background-repeat: no-repeat; }
    .about-diagram .row .point {
      min-height: 34px;
      line-height: 34px;
      padding-left: 25px;
      font-size: 15px;
      color: #FFF;
      background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/rebrand/services_arrow_@2x.png?bcfb57d1265e");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 125px auto; }
    .about-diagram .row .desc {
      font-size: 28px;
      padding: 15px 25px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .about-diagram .row .desc {
          text-align: left; } }
    .about-diagram .row .diagram--image {
      display: block;
      margin: 0 auto;
      max-width: 220px; }
      @media screen and (min-width: 768px) {
        .about-diagram .row .diagram--image {
          display: inline-block;
          margin: auto; } }
    .about-diagram .row ul {
      list-style-type: initial;
      list-style-position: inside;
      padding-left: 15px; }
      .about-diagram .row ul li {
        padding: 3px 0;
        list-style-position: outside; }

.bottom-links--btn {
  position: relative;
  margin-bottom: 12px; }
  .bottom-links--btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 80px;
    padding: 0 25px;
    box-sizing: border-box; }
    .bottom-links--btn a i {
      float: right;
      line-height: 80px; }
  .bottom-links--btn.as-green {
    background-color: #52b6bc; }
  .bottom-links--btn.as-red {
    background-color: #e76050; }
  .bottom-links--btn.as-yellow {
    background-color: #ffc535; }
  .bottom-links--btn.as-blue {
    background-color: #2ab9eb; }

.press-item {
  padding: 8px 15px;
  border: 1px solid #e4e4e4;
  background-color: #D1D1D1;
  min-height: 165px;
  margin: 20px 0;
  position: relative;
  background-size: 180px auto; }
  @media screen and (min-width: 768px) {
    .press-item {
      padding: 40px;
      background-size: contain; } }
  .press-item .read_more {
    display: block;
    margin-top: 10px;
    text-align: center;
    width: auto;
    line-height: 30px;
    color: #FFF;
    background-color: #32AED9;
    padding: 3px 0 3px 0; }
    @media screen and (min-width: 768px) {
      .press-item .read_more {
        width: 160px; } }
.press-item--logo {
  display: none;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px; }
  @media screen and (min-width: 768px) {
    .press-item--logo {
      display: inline-block;
      width: 80px;
      height: 80px; } }
.press-item--date {
  color: #575a5d;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .press-item--date {
      font-size: 14px; } }
.press-item--img {
  display: none;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .press-item--img {
      margin-top: 0;
      display: inline-block; } }
.press-item--txtbox .press_remarks_txt {
  display: none; }
  @media screen and (min-width: 768px) {
    .press-item--txtbox .press_remarks_txt {
      display: block; } }
@media screen and (min-width: 768px) {
  .press-item--txtbox {
    padding-right: 120px;
    padding-top: 20px; } }

.press-item--txtbox audio {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .press-item--txtbox audio {
      width: 600px;
      height: 50px; } }
.press-item--txtbox h3 {
  color: #575a5d;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px; }

.press-item--txtbox p {
  color: #575a5d;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .press-item--txtbox p {
      font-size: 14px; } }
  .press-item--txtbox p a {
    color: #2ab9eb;
    text-decoration: underline; }

.press--right--inner {
  padding-left: 195px;
  height: auto; }
  @media screen and (min-width: 768px) {
    .press--right--inner {
      overflow-y: hidden;
      height: auto;
      padding-left: 0; } }
.select2-container {
  max-width: 100%;
  width: 100% !important; }

.select2-dropdown {
  border: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.select2-selection__arrow i {
  display: block; }

.select2-selection__arrow b {
  display: none; }

.select-style {
  width: 100%; }
  .select-style + .select2-container--default .select2-selection--single {
    height: 40px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.52);
    transition: border .3s ease; }
  .select-style + .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 2px solid #2ab9eb; }
  .select-style + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #575a5d;
    font-size: 18px;
    line-height: 40px; }
    .select-style + .select2-container--default .select2-selection--single .select2-selection__rendered:lang(en) {
      font-size: 14px; }

.select-label {
  width: 100%; }
  .select-label + .select2-container--default .select2-selection--single {
    height: 40px;
    border: none;
    border-radius: 0;
    transition: border .3s ease; }
    @media screen and (min-width: 768px) {
      .select-label + .select2-container--default .select2-selection--single {
        line-height: 60px; } }
  .select-label + .select2-container--default .select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 2px solid #2ab9eb; }
  .select-label + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #575a5d;
    font-size: 18px;
    line-height: 40px; }
    .select-label + .select2-container--default .select2-selection--single .select2-selection__rendered:lang(en) {
      font-size: 14px; }
    @media screen and (min-width: 768px) {
      .select-label + .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 60px; } }
  .select-label + .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px; }
    @media screen and (min-width: 768px) {
      .select-label + .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 20px; } }
.side-menu--group {
  display: flex;
  align-items: center;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .side-menu--group {
      display: block; } }
.side-menu--item {
  flex: 33.3%;
  max-width: 33.3%;
  min-width: 140px;
  border-bottom: 1px solid #f7f7f7; }
  @media screen and (min-width: 992px) {
    .side-menu--item {
      flex: 100%;
      max-width: 100%; } }
  .side-menu--item a {
    display: flex;
    align-items: center;
    padding: 10px 20%;
    color: #575a5d;
    font-size: 16px;
    line-height: 1.6;
    min-height: 65px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    user-select: none; }
    @media screen and (min-width: 992px) {
      .side-menu--item a {
        display: block;
        min-height: 1px;
        text-align: left;
        font-size: 15px; } }
    .side-menu--item a.as-active {
      background-color: #f7f7f7; }
    .side-menu--item a:active {
      color: currentColor;
      text-decoration: none; }

.faq {
  padding: 0;
  margin-top: -20px; }
  @media screen and (min-width: 768px) {
    .faq {
      margin-top: 0; } }
  .faq .side-menu {
    margin-bottom: 20px; }

.faq-groupbox {
  margin-bottom: 60px; }

.faq-groupbox--link {
  position: relative;
  display: block;
  color: #2ab9eb;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
  user-select: none; }
  .faq-groupbox--link:hover, .faq-groupbox--link:active, .faq-groupbox--link:link, .faq-groupbox--link:focus {
    color: #2ab9eb;
    text-decoration: none; }
  .faq-groupbox--link i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 0;
    color: #2ab9eb;
    transition: all .3s ease; }
  .faq-groupbox--link.collapsed i {
    transform: translateY(-50%) rotate(-180deg); }

.faq-item {
  border-bottom: 1px solid #e4e4e4; }
  .faq-item .faq-number {
    position: absolute;
    top: 15px;
    left: 20px; }
  .faq-item .faq-item--link {
    display: block;
    position: relative;
    padding: 15px 0;
    padding-left: 46px;
    color: #2c2f31;
    font-size: 16px;
    line-height: 1.6;
    background-color: #f7f7f7;
    transition: all .3s ease; }
    @media screen and (min-width: 992px) {
      .faq-item .faq-item--link {
        font-size: 15px; } }
    .faq-item .faq-item--link.collapsed {
      background-color: #fff; }
  .faq-item .faq-txt {
    display: block;
    color: #575a5d;
    font-size: 14px;
    line-height: 22px;
    padding: 18px 46px; }
    .faq-item .faq-txt a {
      color: #2ab9eb;
      border-bottom: 1px solid #2ab9eb;
      text-decoration: none; }
      .faq-item .faq-txt a:hover, .faq-item .faq-txt a:active, .faq-item .faq-txt a:link, .faq-item .faq-txt a:focus {
        color: #2ab9eb; }

.culture .container {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .culture .container {
      width: 1150px; } }
.culture .about-txtbox p {
  font-size: 16px; }
  @media screen and (min-width: 1200px) {
    .culture .about-txtbox p {
      font-size: 18px; } }
.culture .about-txtbox.as-init {
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .culture .about-txtbox.as-init {
      margin-bottom: 80px; } }
.culture .about-point--item {
  padding-left: 0;
  text-align: center; }
  .culture .about-point--item.as-space {
    padding-bottom: 0;
    margin-bottom: 50px; }
  .culture .about-point--item .about-point--icon {
    position: relative;
    top: auto;
    transform: none;
    width: 80px;
    margin: 0 auto 20px; }
    .culture .about-point--item .about-point--icon img {
      width: 100%; }

.team-item {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 30px; }

.team-item--info {
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .team-item--info {
      padding: 40px 20px; } }
  @media screen and (min-width: 1200px) {
    .team-item--info {
      height: 250px; } }
.team-item--title {
  color: #575a5d;
  font-size: 22px;
  line-height: 1.6;
  display: block;
  margin: 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .team-item--title {
      font-size: 20px; } }
.team-item--list {
  padding-left: 0; }
  .team-item--list li {
    display: block;
    padding-left: 28px;
    position: relative;
    color: #575a5d;
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .team-item--list li {
        font-size: 14px;
        padding-left: 25px; } }
    .team-item--list li i {
      color: #e76050;
      position: absolute;
      top: 5px;
      left: 0; }

.standard-steps {
  display: none;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .standard-steps {
      display: flex; } }
.standard-step--item {
  flex: 1; }
  .standard-step--item.as-active .standard-more {
    display: none; }
  .standard-step--item .stanar-step--inner {
    display: flex;
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    align-items: center;
    justify-content: center;
    user-select: none;
    flex-wrap: wrap;
    color: #575a5d;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .standard-step--item .stanar-step--inner {
        margin-bottom: 0; } }
  .standard-step--item .arrow {
    position: absolute;
    top: 50%;
    right: -60px;
    width: 11px;
    height: 53px;
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_arrow.svg?bcfb57d1265e) no-repeat 0 0; }
    @media screen and (min-width: 768px) {
      .standard-step--item .arrow {
        transform: rotate(-90deg);
        margin-top: -26.5px; } }
  .standard-step--item.as-active .stanar-step--inner {
    background-color: #2ab9eb;
    color: white; }
  .standard-step--item .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 5px; }
  .standard-step--item span {
    display: block;
    text-align: center;
    line-height: 15px; }
  .standard-step--item.steps1 .icon {
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_icon1.svg?bcfb57d1265e) no-repeat 0 0;
    background-size: contain; }
  .standard-step--item.steps2 .icon {
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_icon2.svg?bcfb57d1265e) no-repeat 0 0;
    background-size: contain; }
  .standard-step--item.steps3 .icon {
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_icon3.svg?bcfb57d1265e) no-repeat 0 0;
    background-size: contain; }
  .standard-step--item.steps4 .icon {
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_icon4.svg?bcfb57d1265e) no-repeat 0 0;
    background-size: contain; }
  .standard-step--item.as-active.steps1 .icon {
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_icon1_white.svg?bcfb57d1265e) no-repeat 0 0;
    background-size: contain; }
  .standard-step--item.as-active.steps2 .icon {
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_icon2_white.svg?bcfb57d1265e) no-repeat 0 0;
    background-size: contain; }
  .standard-step--item.as-active.steps3 .icon {
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_icon3_white.svg?bcfb57d1265e) no-repeat 0 0;
    background-size: contain; }
  .standard-step--item.as-active.steps4 .icon {
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_icon4_white.svg?bcfb57d1265e) no-repeat 0 0;
    background-size: contain; }

.standard-info {
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: 40px;
  display: none; }
  .standard-info .collapsed {
    display: none;
    padding: 20px; }
    .standard-info .collapsed .arrow {
      position: absolute;
      bottom: -100px;
      left: 50%;
      margin-left: -26.5px;
      width: 53px;
      height: 11px;
      background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/standard_arrow.svg?bcfb57d1265e) no-repeat 0 0; }
  .standard-info.as-expand .collapsed {
    display: block; }

.standard-info--item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px dashed #bfbfbf;
  padding-left: 50px; }
  .standard-info--item i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #2ab9eb;
    font-size: 40px;
    line-height: 1; }
  .standard-info--item h3 {
    color: #575a5d;
    font-size: 20px;
    line-height: 1.5; }
  .standard-info--item span {
    color: #575a5d;
    font-size: 14px;
    line-height: 1.5; }

.standard-info-group .standard-step--item {
  display: block;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .standard-info-group .standard-step--item {
      display: none; } }
.standard-more {
  background-color: #f7f7f7;
  padding: 10px;
  display: block;
  display: block;
  color: #575a5d;
  font-size: 20px;
  line-height: 1.5;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .standard-more {
      display: none; } }
  .standard-more i {
    display: block; }

.standard-close {
  background-color: #bfbfbf;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px; }
  @media screen and (min-width: 768px) {
    .standard-close {
      display: none; } }
  .standard-close a {
    display: block;
    color: #575a5d;
    font-size: 20px;
    line-height: 50px;
    text-align: center; }

.about-img--columns {
  margin-bottom: 88px; }
  .about-img--columns .banner img {
    display: block; }

.columnbox .column-inner {
  position: relative;
  color: #575a5d;
  font-size: 16px;
  line-height: 1.5;
  min-height: 60px;
  padding: 10px 0; }
  @media screen and (min-width: 768px) {
    .columnbox .column-inner {
      font-size: 14px;
      min-height: 90px; } }
.columnbox .column-row {
  border-bottom: 1px dashed #bfbfbf;
  padding: 10px 0; }
  .columnbox .column-row:first-child {
    border-bottom: none; }
  @media screen and (min-width: 768px) {
    .columnbox .column-row {
      border-bottom: none;
      padding: 0; } }
.columnbox .column-inner-item {
  position: relative;
  background-color: #fff;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .columnbox .column-inner-item {
      float: left;
      width: 50%;
      padding: 30px;
      border-bottom: 1px dashed #bfbfbf; } }
  @media screen and (min-width: 992px) {
    .columnbox .column-inner-item {
      float: left;
      width: 50%;
      padding: 30px 90px;
      border-bottom: 1px dashed #bfbfbf; } }
.columnbox .column-title {
  display: block;
  margin: 0;
  color: white;
  font-size: 24px;
  line-height: 80px;
  text-align: center; }

.column-title.as-left {
  float: left;
  width: 100%;
  background-color: #e76050; }
  @media screen and (min-width: 768px) {
    .column-title.as-left {
      width: 50%; } }
.column-inner-item.as-left .column-inner {
  padding-left: 60px; }

.column-inner-item.as-left i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 40px;
  color: #2ab9eb; }

.column-title.as-right {
  float: left;
  width: 50%;
  background-color: #6d6d6d;
  display: none; }
  @media screen and (min-width: 768px) {
    .column-title.as-right {
      display: block; } }
.column-inner-item.as-right .column-inner {
  padding-left: 60px; }
  @media screen and (min-width: 768px) {
    .column-inner-item.as-right .column-inner {
      padding-left: 0;
      padding-right: 60px; } }
.column-inner-item.as-right i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 40px;
  color: #6d6d6d; }
  @media screen and (min-width: 768px) {
    .column-inner-item.as-right i {
      right: 0;
      left: auto; } }
.float-articlebox {
  margin-top: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .float-articlebox {
      margin-top: 300px;
      padding: 40px 30px; } }
  .float-articlebox .article-title {
    color: #575a5d;
    font-size: 31px;
    line-height: 1.5;
    display: block;
    margin-bottom: 30px;
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .float-articlebox .article-title {
        padding: 0; } }
  .float-articlebox .article-banner {
    height: 208px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px; }
  .float-articlebox .article-inner {
    margin-bottom: 40px;
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .float-articlebox .article-inner {
        padding: 0; } }
    .float-articlebox .article-inner h4 {
      color: #2c2f31;
      font-size: 18px;
      line-height: 1.5; }
    .float-articlebox .article-inner p {
      color: #6d6d6d;
      font-size: 14px;
      line-height: 1.7; }
    .float-articlebox .article-inner a, .float-articlebox .article-inner a:hover, .float-articlebox .article-inner a:active, .float-articlebox .article-inner a:link, .float-articlebox .article-inner a:focus {
      color: #2ab9eb;
      text-decoration: none;
      border-bottom: 1px solid #2ab9eb; }

.graphic--tag {
  position: absolute;
  box-sizing: border-box;
  top: -48px;
  right: 0px;
  padding: 12px;
  width: 120px;
  text-align: center;
  color: #FFF;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }
  @media screen and (min-width: 768px) {
    .graphic--tag {
      position: absolute;
      right: -120px;
      top: 100px;
      padding: 12px 30px 12px 5px;
      width: 120px;
      text-align: right;
      color: #FFF;
      border-top-left-radius: 0px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; } }
#offer-step1 .graphic--tag {
  background-color: #2ab9eb; }

#offer-step2 .graphic--tag {
  background-color: #F0CC78; }

#offer-step3 .graphic--tag {
  background-color: #e76050; }

.graphic-block {
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .offer_row .graphic-item {
    width: 580px;
    height: 384px; } }

.graphic-title {
  color: #15181f;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .graphic-title {
      font-size: 24px; } }
.graphic-item {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  border: 1px solid #999;
  margin: 60px auto;
  max-width: 580px; }
  @media screen and (min-width: 768px) {
    .graphic-item {
      position: relative;
      width: 580px;
      height: 331px;
      margin: 30px 0;
      min-height: 331px; } }
  .graphic-item a {
    color: currentColor;
    text-decoration: none; }

.graphic-item--img {
  margin-bottom: 8px;
  border-bottom: 1px solid #999; }
  .graphic-item--img img {
    display: block;
    width: 100%; }

.graphic-item--title {
  color: #1d212c;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px; }

.graphic-item--txt {
  color: #787d88;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px; }
  @media screen and (min-width: 1200px) {
    .graphic-item--txt {
      font-size: 14px; } }
  .graphic-item--txt.as-link {
    display: inline-block;
    font-size: 16px;
    color: #e76050;
    border-bottom: 1px solid #e76050;
    text-decoration: none; }
    @media screen and (min-width: 1200px) {
      .graphic-item--txt.as-link {
        font-size: 12px; } }
.offer {
  padding-bottom: 10px; }

.offer-slide--item {
  position: relative; }
  @media screen and (min-width: 768px) {
    .offer-slide--item {
      height: 320px; } }
  .offer-slide--item .offer-slide--banner {
    position: relative;
    width: 100%;
    height: 320px;
    background-color: #000;
    background-position: cneter top;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .offer-slide--item .offer-slide--banner {
        position: absolute;
        top: 0;
        left: 0; } }
  .offer-slide--item .offer-slide--promotion {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .offer-slide--item .offer-slide--promotion {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        padding-top: 55px; } }
    .offer-slide--item .offer-slide--promotion h3 {
      color: black;
      font-size: 30px;
      line-height: 1.3;
      font-weight: 500;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .offer-slide--item .offer-slide--promotion h3 {
          color: white;
          line-height: 2;
          margin-bottom: 0; } }
    .offer-slide--item .offer-slide--promotion p {
      color: black;
      font-size: 35px;
      line-height: 1;
      font-weight: 100;
      display: block;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .offer-slide--item .offer-slide--promotion p {
          color: white;
          font-size: 55px;
          margin-bottom: 20px; } }
    .offer-slide--item .offer-slide--promotion a {
      display: inline-block;
      color: #f9d478;
      font-size: 22px;
      line-height: 1;
      border-bottom: 1px solid #f9d478; }

#offer-promotion .slide-next {
  top: 420px;
  right: 10px; }
  @media screen and (min-width: 768px) {
    #offer-promotion .slide-next {
      top: 50%;
      right: 30px; } }
#offer-promotion .slide-prev {
  top: 420px;
  left: 10px; }
  @media screen and (min-width: 768px) {
    #offer-promotion .slide-prev {
      top: 50%;
      left: 30px; } }
@media screen and (min-width: 768px) {
  #offer-promotion .slick-dots {
    bottom: 50px;
    left: 0;
    position: absolute; } }

#offer-step1 .icon {
  background-color: pink; }

#offer-steps {
  display: flex;
  max-width: 320px;
  margin: 0 auto 20px; }
  #offer-steps > div:first-child .icon {
    background-color: #2ab9eb; }
  #offer-steps > div:nth-child(2) .icon {
    background-color: #F0CC78; }
  #offer-steps > div:nth-child(3) .icon {
    background-color: #e76050; }
  @media screen and (min-width: 1200px) {
    #offer-steps {
      position: absolute;
      top: 0;
      left: -50px;
      width: 62px;
      height: auto;
      transition: top .4s ease;
      margin-bottom: 0;
      display: block;
      max-width: 100%; }
      #offer-steps.as-fixed {
        position: fixed;
        top: 120px;
        left: 22vw; } }
.offer .container {
  position: relative; }
  @media screen and (min-width: 1200px) {
    .offer .container {
      width: 1050px; } }
.offer-step {
  position: relative;
  opacity: .3;
  transition: all .4s ease;
  user-select: none;
  cursor: pointer;
  flex: 33.3%;
  max-width: 33.3%;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .offer-step {
      display: block;
      flex: 100%;
      max-width: 100%; } }
  .offer-step.as-active {
    opacity: 1; }
  .offer-step .content {
    width: 50px; }
    @media screen and (min-width: 1200px) {
      .offer-step .content {
        width: 62px; } }
  .offer-step .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #15181f;
    color: white;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 5px; }
    @media screen and (min-width: 1200px) {
      .offer-step .icon {
        width: 62px;
        height: 62px;
        line-height: 56px;
        margin-bottom: 3px; } }
  .offer-step span {
    color: #15181f;
    font-size: 14px;
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      .offer-step span {
        font-size: 12px; } }
  .offer-step:after {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 5px;
    transform: rotate(-90deg);
    display: block;
    content: "";
    width: 11px;
    height: 33px;
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/offer_arrow.svg?bcfb57d1265e) no-repeat center top;
    background-size: contain; }
    @media screen and (min-width: 1200px) {
      .offer-step:after {
        position: relative;
        top: auto;
        display: block;
        content: "";
        width: 11px;
        height: 33px;
        background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/offer_arrow.svg?bcfb57d1265e) no-repeat center top;
        background-size: contain;
        margin: 0 auto 10px;
        transform: rotate(0); } }
  .offer-step:last-child:after {
    display: none; }
  .offer-step:nth-child(1) .content {
    float: left; }
    @media screen and (min-width: 1200px) {
      .offer-step:nth-child(1) .content {
        float: none; } }
  .offer-step:nth-child(2):after {
    right: -20px; }
  .offer-step:nth-child(2) .content {
    margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .offer-step:nth-child(2):after {
      right: auto; } }
  .offer-step:nth-child(3) .content {
    float: right; }
    @media screen and (min-width: 1200px) {
      .offer-step:nth-child(3) .content {
        float: none; } }
.join {
  padding-top: 0;
  padding-bottom: 0; }

.join-point {
  max-width: 840px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .join-point .button-center {
      max-width: 180px;
      margin: 0 auto; } }
.join-point--columns {
  margin-bottom: 20px; }

.join-point--column-row {
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  border-bottom: 1px dashed #e4e4e4; }

.join-point--column {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .join-point--column {
      float: left;
      width: 48%;
      max-width: 410px;
      min-height: 450px;
      padding-bottom: 0; }
      .join-point--column:nth-child(1) {
        margin-right: 4%; } }
  .join-point--column h3 {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center; }
  .join-point--column span {
    color: #2c2f31;
    font-size: 16px;
    line-height: 1.5; }
  .join-point--column i {
    position: absolute;
    top: 15px;
    left: 0; }
  .join-point--column.as-left h3 {
    background-color: #e76050;
    color: white; }
  .join-point--column.as-left i {
    color: #e76050; }
  .join-point--column.as-right h3 {
    background-color: #e4e4e4;
    color: #575a5d; }
  .join-point--column.as-right i {
    color: #bfbfbf; }

.join-form .label-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  min-height: 55px;
  line-height: 55px; }
  @media screen and (min-width: 768px) {
    .join-form .label-checkbox {
      min-height: 60px;
      line-height: 60px;
      margin-right: 40px; } }
  .join-form .label-checkbox span {
    color: #575a5d;
    font-size: 18px; }

.join-form .input-style {
  height: 40px; }
  @media screen and (min-width: 768px) {
    .join-form .input-style {
      height: 60px; } }
.join-form .title,
.checkbox-style a,
.checkbox-style span {
  line-height: 40px; }
  .join-form .title:lang(en),
  .checkbox-style a:lang(en),
  .checkbox-style span:lang(en) {
    margin: 20px 0;
    font-size: 14px;
    max-width: 120px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media screen and (min-width: 768px) {
    .join-form .title,
    .checkbox-style a,
    .checkbox-style span {
      font-size: 18px;
      line-height: 60px; } }
#fullleadform .checkbox-style span:lang(en) {
  max-width: 100%;
  overflow: auto; }

.join-form .title.as-required {
  position: relative; }
  .join-form .title.as-required:after {
    position: absolute;
    top: 0;
    right: -15px; }

.join-form--msg {
  display: block;
  color: #e76050;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  font-weight: 500; }

.join-form > .row {
  padding: 5px 0; }

.joinbox--item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .joinbox--item img {
      width: 230px;
      height: 115px; } }
  .joinbox--item img {
    width: 230px;
    height: 150px; }
  .joinbox--item:nth-child(1) .service_ico {
    background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/rebrand/join_search_@2x.png?bcfb57d1265e"); }
  .joinbox--item:nth-child(3) .service_ico {
    background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/rebrand/join_project_@2x.png?bcfb57d1265e"); }
  .joinbox--item:nth-child(2) .service_ico {
    background-image: url("https://d2350fb44r6k35.cloudfront.net/assets/images/rebrand/join_visit_@2x.png?bcfb57d1265e"); }
  .joinbox--item .service_ico {
    -webkit-background-size: 236px auto;
    -moz-background-size: 236px auto;
    -o-background-size: 236px auto;
    background-size: 236px auto;
    background-repeat: no-repeat;
    background-position: center center; }
  .joinbox--item .service--title {
    padding: 18px 0 0 0;
    font-size: 38px; }
  .joinbox--item .standard-btn-link {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 15px;
    background-color: #30AEDD;
    text-align: center;
    border-radius: 30px; }
    .joinbox--item .standard-btn-link span {
      color: #FFF; }
    .joinbox--item .standard-btn-link.white {
      background-color: #FFF; }
      .joinbox--item .standard-btn-link.white span {
        color: #333; }
    .joinbox--item .standard-btn-link i.fas {
      color: #FFF; }

.join--feature {
  background-color: #F0CC78;
  padding: 60px 0; }
  .join--feature .row div {
    text-align: center;
    padding: 14px 0; }
    @media screen and (min-width: 768px) {
      .join--feature .row div {
        padding: 6px 0; } }
    .join--feature .row div .feature--txt {
      font-size: 22px; }
    .join--feature .row div img {
      max-width: 170px; }

.project-table {
  border: 1px solid #e4e4e4;
  border-right: none;
  border-bottom: none;
  margin-top: 20px; }
  .project-table select, .project-table input, .project-table textarea {
    width: 100%; }
  .project-table select {
    height: 40px;
    padding: 0 10px;
    font-size: 18px; }
    .project-table select:lang(en) {
      font-size: 14px; }
    @media screen and (min-width: 768px) {
      .project-table select {
        height: 60px; } }
  .project-table .select2-selection--single {
    border: none;
    height: 40px; }
    @media screen and (min-width: 768px) {
      .project-table .select2-selection--single {
        height: 60px; } }
  .project-table .select2-selection--single .select2-selection__rendered {
    line-height: inherit; }
  .project-table .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 8px); }
  .project-table input[type="text"], .project-table input[type="number"] {
    display: block;
    padding: 0 10px;
    color: #575a5d;
    font-size: 18px;
    height: 40px;
    text-align-last: center; }
    .project-table input[type="text"]:lang(en), .project-table input[type="number"]:lang(en) {
      font-size: 14px; }
    @media screen and (min-width: 768px) {
      .project-table input[type="text"], .project-table input[type="number"] {
        height: 60px; } }
  .project-table .table-row {
    display: flex;
    width: 100%;
    text-align: center; }
  .project-table .table-col {
    flex: 1;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    min-height: 45px;
    padding: 5px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .project-table .table-col {
        min-height: 60px; } }
  .project-table .table-th {
    background-color: #f4f4f4; }
  .project-table span {
    color: #575a5d;
    font-size: 16px;
    line-height: 1.5; }
    .project-table span:lang(en) {
      font-size: 12px; }
    @media screen and (min-width: 768px) {
      .project-table span {
        font-size: 18px;
        line-height: 60px; }
        .project-table span:lang(en) {
          font-size: 14px; } }
.instruction--feature {
  background-color: #30AEDD;
  color: #FFF;
  text-align: center;
  padding: 30px 0; }
  .instruction--feature img {
    width: 96px;
    height: auto;
    padding: 15px 0; }

.project-table--add {
  display: block;
  border: 1px solid #e4e4e4;
  color: #575a5d;
  font-size: 18px;
  height: 60px;
  margin-top: -1px;
  text-align: center;
  line-height: 60px; }
  .project-table--add:lang(en) {
    font-size: 14px; }
  .project-table--add a {
    display: block;
    width: 100%;
    color: currentColor; }

.space-line {
  width: 100%;
  height: 1px;
  background-color: rgba(151, 151, 151, 0.38);
  margin: 50px 0 30px; }

.join-extra h3 {
  color: #575a5d;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 15px; }
  .join-extra h3:lang(en) {
    font-size: 14px; }

.join-textarea {
  margin-bottom: 20px; }
  .join-textarea textarea {
    border: 1px solid rgba(151, 151, 151, 0.38);
    height: 180px;
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box; }
    .join-textarea textarea:lang(en) {
      font-size: 14px; }

.cfujoin--form {
  padding: 60px 0; }
  .cfujoin--form .select2-container--default .select2-selection--single {
    background: none;
    height: 36px; }
  .cfujoin--form .select2-container--default .select2-selection--multiple {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.52);
    border-radius: 0; }
  .cfujoin--form .house-form--title {
    color: #222; }
  .cfujoin--form .select2-dropdown {
    background-color: #DDDDDD; }

.join-note {
  color: #b7b7b7;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 30px; }

.m {
  display: block; }
  @media screen and (min-width: 768px) {
    .m {
      display: none; } }
.dt {
  display: none; }
  @media screen and (min-width: 768px) {
    .dt {
      display: block; } }
.container {
  padding-left: 25px;
  padding-right: 25px; }

.whatsappgreen {
  color: #4FCE5D; }

.forceupdate {
  color: red; }

a:hover {
  color: #aaaeb8; }

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

.whycodeco--box .container {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .whycodeco--box .container {
      width: 1150px; } }
  .whycodeco--box .container.narrow {
    width: 100%; }
    .whycodeco--box .container.narrow.nopadd {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 768px) {
        .whycodeco--box .container.narrow.nopadd {
          padding-left: 0;
          padding-right: 0; } }
    @media screen and (min-width: 768px) {
      .whycodeco--box .container.narrow {
        width: 700px; } }
    .whycodeco--box .container.narrow img {
      max-width: 60%;
      margin: 0 auto;
      display: block;
      margin-top: 50px;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .whycodeco--box .container.narrow img {
          margin-top: 0;
          margin-bottom: 30px;
          max-width: 100%; } }
  .whycodeco--box .container .row {
    padding: auto;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .whycodeco--box .container .row {
        padding: 60px 0 60px 0; } }
    .whycodeco--box .container .row > div {
      padding: 30px 0 0 0; }
      @media screen and (min-width: 768px) {
        .whycodeco--box .container .row > div {
          padding: 0; } }
    .whycodeco--box .container .row .whycodeco--title {
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 2px; }
  .whycodeco--box .container .whycodeco--desc {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px; }

.whycodeco--character {
  background-color: #30AEDD; }
  .whycodeco--character div {
    padding-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .whycodeco--character div {
        padding-bottom: 0; } }
    .whycodeco--character div img {
      border-radius: 50%; }
    .whycodeco--character div .role--txt {
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 2px;
      color: #F0CC78;
      padding: 15px; }
    .whycodeco--character div ul {
      text-align: left;
      color: #FFF;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 2px;
      list-style-type: initial; }
    .whycodeco--character div .role--ulbound {
      max-width: 80%;
      display: inline-block; }
      .whycodeco--character div .role--ulbound ul > li {
        list-style-position: outside; }

.whycodeco--terms--box {
  background-color: #D1D1D1;
  padding: 50px 0;
  display: none; }
  .whycodeco--terms--box ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0;
    padding-left: 40px;
    margin-left: 0; }

.techsupport--box a {
  font-weight: 900;
  color: #575A5D; }

.techsupport--box .text-cyan {
  color: #30A6D7; }

.techsupport--box .logo-list {
  display: flex;
  justify-content: center;
  align-items: center; }

.techsupport--box .team--image > div {
  margin-bottom: 30px; }

.techsupport--box .team--image .team-title {
  font-size: 22px; }

.techsupport--box .team--image .team-desc {
  height: 96px; }

.techsupport--box .team--image .team_img {
  margin-bottom: 20px; }

.techsupport--box .techsupport--headline {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  margin-top: 72px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .techsupport--box .techsupport--headline {
      font-size: 32px; } }
  .techsupport--box .techsupport--headline > div.num {
    background-color: black;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    float: left;
    text-align: center;
    margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .techsupport--box .techsupport--headline {
      text-align: left;
      display: block;
      margin-bottom: 45px; } }
.techsupport--box .techsupport--points {
  width: max-content;
  max-width: 75%;
  margin: 0 auto 30px;
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .techsupport--box .techsupport--points {
      width: auto; } }
  .techsupport--box .techsupport--points > div {
    padding: 0; }
  .techsupport--box .techsupport--points p {
    line-height: 1.5;
    padding: 15px 0px 15px 60px;
    background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/icon_tick.png?bcfb57d1265e);
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 30px;
    font-size: 16px; }
  .techsupport--box .techsupport--points::after {
    content: '';
    display: table;
    clear: both; }

.techsupport--box .quotation > div {
  text-align: center;
  color: #2AB2E3;
  margin-top: 35px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .techsupport--box .quotation > div {
      margin-top: 50px;
      margin-bottom: 50px; } }
.techsupport--box .quotation .text {
  position: relative;
  font-size: 18px;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
  word-spacing: 10px; }
  .techsupport--box .quotation .text:lang(en) {
    word-spacing: 0px; }
  .techsupport--box .quotation .text:after, .techsupport--box .quotation .text:before {
    position: absolute;
    top: -20px;
    font-size: 50px;
    width: 25px;
    height: 25px;
    background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/icon_quotation_mark.png?bcfb57d1265e);
    background-repeat: no-repeat; }
  .techsupport--box .quotation .text:after {
    content: '';
    right: -25px; }
  .techsupport--box .quotation .text:before {
    content: '';
    left: -25px;
    top: -25px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.techsupport--box .quotation::after {
  content: "";
  clear: both;
  display: table; }

.techsupport--box .container .container {
  width: 100%; }

.techsupport--box .container.narrow {
  width: 100%; }
  .techsupport--box .container.narrow.nopadd {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .techsupport--box .container.narrow.nopadd {
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .techsupport--box .container.narrow {
      width: 900px; } }
  .techsupport--box .container.narrow img {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .techsupport--box .container.narrow img {
        margin-top: 0;
        margin-bottom: 30px;
        max-width: 100%; } }
    .techsupport--box .container.narrow img.omt_img {
      margin-bottom: 15vw; }
      @media screen and (min-width: 768px) {
        .techsupport--box .container.narrow img.omt_img {
          margin-bottom: 20px; } }
.techsupport--box .container .row {
  padding-bottom: 20px;
  width: 100%;
  margin: 0; }
  .techsupport--box .container .row .techsupport--title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 18px; }

.techsupport--box .container .techsupport--desc {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #575A5D;
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .techsupport--box .container .techsupport--desc {
      width: 100%; } }
  .techsupport--box .container .techsupport--desc p {
    padding-bottom: 20px;
    text-align: left; }
  .techsupport--box .container .techsupport--desc ul {
    list-style: disc;
    padding-bottom: 30px; }
  .techsupport--box .container .techsupport--desc li {
    padding-bottom: 30px;
    margin-left: 30px; }

.renovationguideline--box .container {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .renovationguideline--box .container {
      max-width: 1150px; } }
  .renovationguideline--box .container.narrow {
    width: 100%; }
    .renovationguideline--box .container.narrow.nopadd {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 768px) {
        .renovationguideline--box .container.narrow.nopadd {
          padding-left: 0;
          padding-right: 0; } }
    @media screen and (min-width: 768px) {
      .renovationguideline--box .container.narrow {
        width: 700px; } }
    .renovationguideline--box .container.narrow img {
      max-width: 60%;
      margin: 0 auto;
      display: block;
      margin-top: 50px; }
      @media screen and (min-width: 768px) {
        .renovationguideline--box .container.narrow img {
          margin-top: 0;
          max-width: 100%; } }
  .renovationguideline--box .container .row {
    padding: auto;
    margin: 0; }
    .renovationguideline--box .container .row > div {
      padding: 30px 0 0 0; }
      @media screen and (min-width: 768px) {
        .renovationguideline--box .container .row > div {
          padding: 0; } }
    .renovationguideline--box .container .row .whycodeco--title {
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 2px; }
  .renovationguideline--box .container .whycodeco--desc {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px; }

.renovationguideline--box .renovation_video {
  background-color: #575B5D; }
  .renovationguideline--box .renovation_video .container {
    padding-top: 60px;
    padding-bottom: 60px; }
    .renovationguideline--box .renovation_video .container .video_item {
      font-size: 18px;
      color: #FFF; }
      .renovationguideline--box .renovation_video .container .video_item a {
        color: #FFF; }

.inspection--leadform {
  width: 100%;
  background: #2AB2E314 0% 0% no-repeat padding-box; }
  .inspection--leadform .title-md {
    font-size: 36px !important;
    font-weight: bold !important; }
  .inspection--leadform .inspection--form input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    text-indent: 20px;
    height: 50px;
    margin-top: 10px; }
  .inspection--leadform .inspection--form input.error {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ED3131;
    border-radius: 5px;
    text-indent: 20px;
    height: 50px;
    margin-top: 10px; }
  .inspection--leadform .head-kv-img img {
    padding: 41px 39px 39px 65px; }
    @media screen and (min-width: 768px) {
      .inspection--leadform .head-kv-img img {
        max-width: none !important; } }
    @media screen and (min-width: 1200px) {
      .inspection--leadform .head-kv-img img {
        max-width: none !important; } }
  .inspection--leadform .inspection_form_submit {
    background: #2AB2E3 0% 0% no-repeat padding-box;
    width: 212px;
    height: 50px;
    color: #FFFFFF;
    margin-top: 25px;
    margin-left: 15px;
    border: none; }
  .inspection--leadform .inspection--small--txt {
    font-size: 15px;
    color: #8E8E8E;
    margin-top: 20px; }
  .inspection--leadform .inspection--small--txt--error {
    display: none;
    font-size: 14px;
    color: #ED3131; }

.inspection--box .container {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .inspection--box .container {
      width: 1150px; } }
  .inspection--box .container.narrow {
    width: 100%; }
    .inspection--box .container.narrow.nopadd {
      padding-left: 25px;
      padding-right: 25px; }
      @media screen and (min-width: 1200px) {
        .inspection--box .container.narrow.nopadd {
          padding-left: 0;
          padding-right: 0; } }
    .inspection--box .container.narrow img {
      max-width: 60%;
      margin: 0 auto;
      display: block;
      margin-top: 50px;
      margin-bottom: 30px; }
      @media screen and (min-width: 1200px) {
        .inspection--box .container.narrow img {
          margin-top: 0;
          margin-bottom: 30px;
          max-width: 100%; } }
    @media screen and (min-width: 1200px) {
      .inspection--box .container.narrow {
        max-width: 700px; } }
    @media screen and (min-width: 1200px) {
      .inspection--box .container.narrow {
        max-width: 1000px; } }
  .inspection--box .container .row {
    padding: auto;
    margin: 0; }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .row {
        padding: 40px 0 0 0; } }
    .inspection--box .container .row > div {
      padding: 30px 0 0 0; }
      @media screen and (min-width: 1200px) {
        .inspection--box .container .row > div {
          padding: 0; } }
  .inspection--box .container .inspection--title {
    font-size: 24px;
    font-weight: bold;
    color: #231F20;
    letter-spacing: 0;
    margin: 20px 0 20px 0; }
  .inspection--box .container .inspection--desc {
    font-size: 20px;
    color: #707070;
    letter-spacing: 0; }
  .inspection--box .container .inspection--sub--title {
    font-size: 18px;
    font-weight: bold;
    color: #231F20;
    letter-spacing: 0;
    margin: 20px 0 20px 0; }
  .inspection--box .container .inspection--sub--desc {
    font-size: 20px;
    color: #707070;
    letter-spacing: 0; }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .inspection--sub--desc {
        font-size: 16px; } }
  .inspection--box .container .inspection--title--tick {
    line-height: 1.5;
    padding: 10px 0px 10px 50px;
    background-image: url(https://s3-ap-east-1.amazonaws.com/com.codeco-hk.cms-dev/assets/images/icon_tick.png?b41cb2e87296);
    background-repeat: no-repeat;
    background-position: 5px 13px;
    background-size: 30px;
    font-size: 20px;
    color: #707070; }
  @media screen and (min-width: 1200px) {
    .inspection--box .container .inspection--service {
      margin-left: -150px;
      width: 1400px; } }
  @media screen and (min-width: 1200px) {
    .inspection--box .container .inspection--service .inspection--service--cell {
      padding: 0 35px 0 35px !important; } }
  @media screen and (min-width: 768px) {
    .inspection--box .container .image-three-in-one {
      height: 600px;
      padding: 30px 50px 0px 50px !important; } }
  @media screen and (min-width: 1200px) {
    .inspection--box .container .image-three-in-one {
      height: 600px;
      margin-top: 40px;
      text-align: left; } }
  .inspection--box .container .image-three-in-one .tio-1 {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 28%;
    margin-top: -19%;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .inspection--box .container .image-three-in-one .tio-1 {
        width: auto;
        height: 280px;
        margin-left: 370px;
        margin-top: -100%;
        top: -150px; } }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .image-three-in-one .tio-1 {
        position: absolute;
        top: 160px;
        left: 236px;
        width: 354px;
        height: 263px;
        margin: 0; } }
  .inspection--box .container .image-three-in-one .tio-2 {
    position: relative;
    width: 60%;
    height: auto;
    margin-left: 40%;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .inspection--box .container .image-three-in-one .tio-2 {
        width: auto;
        height: 340px;
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .image-three-in-one .tio-2 {
        position: absolute;
        left: 85px;
        top: 0;
        width: 318px;
        height: 317px;
        margin: 0; } }
  .inspection--box .container .image-three-in-one .tio-3 {
    position: relative;
    width: 55%;
    height: auto;
    margin-right: 40%;
    margin-top: -28%;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .inspection--box .container .image-three-in-one .tio-3 {
        width: auto;
        height: 380px;
        margin-right: 420px;
        margin-top: -148px; } }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .image-three-in-one .tio-3 {
        position: absolute;
        top: 183px;
        left: -106px;
        margin: 0; } }
  @media screen and (min-width: 1200px) {
    .inspection--box .container .image-three-in-one-desc {
      padding-left: 150px !important;
      padding-top: 260px !important; } }
  .inspection--box .container .inspection-tools {
    margin-top: 70px; }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .inspection-tools {
        margin-left: -100px;
        width: 1400px;
        margin-top: 30px; } }
    .inspection--box .container .inspection-tools .inspection-tools-image {
      height: 400px; }
      @media screen and (min-width: 768px) {
        .inspection--box .container .inspection-tools .inspection-tools-image {
          height: 350px; } }
      @media screen and (min-width: 1200px) {
        .inspection--box .container .inspection-tools .inspection-tools-image {
          height: 550px; } }
      .inspection--box .container .inspection-tools .inspection-tools-image .img-1 {
        position: absolute;
        top: 80px;
        width: 20px;
        height: 20px;
        left: -380px;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 768px) {
          .inspection--box .container .inspection-tools .inspection-tools-image .img-1 {
            left: -430px; } }
        @media screen and (min-width: 1200px) {
          .inspection--box .container .inspection-tools .inspection-tools-image .img-1 {
            top: 100px;
            width: 36px;
            height: 36px;
            left: -10px;
            margin: 0; } }
      .inspection--box .container .inspection-tools .inspection-tools-image .img-2 {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 368px;
        height: 336px;
        background-size: 368px;
        background-repeat: no-repeat;
        background-image: url(https://s3-ap-east-1.amazonaws.com/com.codeco-hk.cms-dev/assets/images/inspection/Group232.png); }
        @media screen and (min-width: 1200px) {
          .inspection--box .container .inspection-tools .inspection-tools-image .img-2 {
            top: 0;
            width: 588px;
            height: 537px;
            background-size: 588px; } }
      .inspection--box .container .inspection-tools .inspection-tools-image .img-3 {
        position: absolute;
        top: 380px;
        width: 35px;
        height: 35px;
        left: 0;
        right: -330px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 768px) {
          .inspection--box .container .inspection-tools .inspection-tools-image .img-3 {
            right: -430px;
            top: 300px; } }
        @media screen and (min-width: 1200px) {
          .inspection--box .container .inspection-tools .inspection-tools-image .img-3 {
            top: 430px;
            width: 62px;
            height: 62px;
            left: 700px;
            right: 0; } }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .inspection-tools .inspection-tools-desc {
        padding: 88px 80px 0px 90px !important; } }
    .inspection--box .container .inspection-tools .inspection-tools-desc .img-2 {
      position: absolute;
      width: 106px;
      height: 106px;
      left: 210px;
      top: -20px; }
      @media screen and (min-width: 1200px) {
        .inspection--box .container .inspection-tools .inspection-tools-desc .img-2 {
          left: 290px;
          top: 0; } }
  .inspection--box .container .inspection-fees {
    margin-top: 30px; }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .inspection-fees {
        margin-left: -100px;
        width: 1400px; } }
    @media screen and (min-width: 1200px) {
      .inspection--box .container .inspection-fees .inspection-fees-image {
        padding: 0px 60px 0px 90px !important; } }
  .inspection--box .container .inspection--small--txt {
    font-size: 15px;
    color: #8E8E8E; }

/*# sourceMappingURL=web.css.map */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-15px); }
  80% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-10px); }
  20% {
    -webkit-transform: translateX(10px); }
  30% {
    -webkit-transform: translateX(-10px); }
  40% {
    -webkit-transform: translateX(10px); }
  50% {
    -webkit-transform: translateX(-10px); }
  60% {
    -webkit-transform: translateX(10px); }
  70% {
    -webkit-transform: translateX(-10px); }
  80% {
    -webkit-transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-moz-keyframes flash {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0); }
  20% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  50% {
    -moz-transform: translateY(0); }
  60% {
    -moz-transform: translateY(-15px); }
  80% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(0); } }

@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0); }
  10% {
    -moz-transform: translateX(-10px); }
  20% {
    -moz-transform: translateX(10px); }
  30% {
    -moz-transform: translateX(-10px); }
  40% {
    -moz-transform: translateX(10px); }
  50% {
    -moz-transform: translateX(-10px); }
  60% {
    -moz-transform: translateX(10px); }
  70% {
    -moz-transform: translateX(-10px); }
  80% {
    -moz-transform: translateX(10px); }
  90% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  50% {
    -moz-transform: scale(1.1) rotate(3deg); }
  60% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  70% {
    -moz-transform: scale(1.1) rotate(3deg); }
  80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px); } }

@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }

@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }

@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }

@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }

@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05); }
  70% {
    -ms-transform: scale(0.9); }
  100% {
    -ms-transform: scale(1); } }

@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0); } }

@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px); }
  80% {
    -ms-transform: translateY(10px); }
  100% {
    -ms-transform: translateY(0); } }

@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px); }
  80% {
    -ms-transform: translateX(10px); }
  100% {
    -ms-transform: translateX(0); } }

@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px); }
  80% {
    -ms-transform: translateX(-10px); }
  100% {
    -ms-transform: translateX(0); } }

@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1); }
  25% {
    -ms-transform: scale(0.95); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1); }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3); } }

@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }

@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }

@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }

@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }

@-ms-keyframes flash {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes bounce {
  0% {
    -ms-transform: translateY(0); }
  20% {
    -ms-transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px); }
  50% {
    -ms-transform: translateY(0); }
  60% {
    -ms-transform: translateY(-15px); }
  80% {
    -ms-transform: translateY(0); }
  100% {
    -ms-transform: translateY(0); } }

@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0); }
  10% {
    -ms-transform: translateX(-10px); }
  20% {
    -ms-transform: translateX(10px); }
  30% {
    -ms-transform: translateX(-10px); }
  40% {
    -ms-transform: translateX(10px); }
  50% {
    -ms-transform: translateX(-10px); }
  60% {
    -ms-transform: translateX(10px); }
  70% {
    -ms-transform: translateX(-10px); }
  80% {
    -ms-transform: translateX(10px); }
  90% {
    -ms-transform: translateX(-10px); }
  100% {
    -ms-transform: translateX(0); } }

@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }

@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0; } }

@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1); }
  10% {
    -ms-transform: scale(0.9) rotate(-3deg); }
  20% {
    -ms-transform: scale(0.9) rotate(-3deg); }
  30% {
    -ms-transform: scale(1.1) rotate(3deg); }
  40% {
    -ms-transform: scale(1.1) rotate(-3deg); }
  50% {
    -ms-transform: scale(1.1) rotate(3deg); }
  60% {
    -ms-transform: scale(1.1) rotate(-3deg); }
  70% {
    -ms-transform: scale(1.1) rotate(3deg); }
  80% {
    -ms-transform: scale(1.1) rotate(-3deg); }
  90% {
    -ms-transform: scale(1.1) rotate(3deg); }
  100% {
    -ms-transform: scale(1) rotate(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@keyframes flash {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-15px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

@keyframes shake {
  0% {
    transform: translateX(0); }
  10% {
    transform: translateX(-10px); }
  20% {
    transform: translateX(10px); }
  30% {
    transform: translateX(-10px); }
  40% {
    transform: translateX(10px); }
  50% {
    transform: translateX(-10px); }
  60% {
    transform: translateX(10px); }
  70% {
    transform: translateX(-10px); }
  80% {
    transform: translateX(10px); }
  90% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(0.9) rotate(-3deg); }
  20% {
    transform: scale(0.9) rotate(-3deg); }
  30% {
    transform: scale(1.1) rotate(3deg); }
  40% {
    transform: scale(1.1) rotate(-3deg); }
  50% {
    transform: scale(1.1) rotate(3deg); }
  60% {
    transform: scale(1.1) rotate(-3deg); }
  70% {
    transform: scale(1.1) rotate(3deg); }
  80% {
    transform: scale(1.1) rotate(-3deg); }
  90% {
    transform: scale(1.1) rotate(3deg); }
  100% {
    transform: scale(1) rotate(0); } }

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