/* Bootstrap
************************************/
/* Colors
************************************/
/*  Font
************************************/
/* Path
************************************/
/*  Header
************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
.fz250 {
  font-size: 250px !important;
}
.lh250 {
  line-height: 250px !important;
}
.pt250 {
  padding-top: 250px !important;
}
.pr250 {
  padding-right: 250px !important;
}
.pb250 {
  padding-bottom: 250px !important;
}
.pl250 {
  padding-left: 250px !important;
}
.mt250 {
  margin-top: 250px !important;
}
.mr250 {
  margin-right: 250px !important;
}
.mb250 {
  margin-bottom: 250px !important;
}
.ml250 {
  margin-left: 250px !important;
}
.h250 {
  height: 250px !important;
}
.w250 {
  width: 250px !important;
}
.mw250 {
  min-width: 250px !important;
}
.fz249 {
  font-size: 249px !important;
}
.lh249 {
  line-height: 249px !important;
}
.pt249 {
  padding-top: 249px !important;
}
.pr249 {
  padding-right: 249px !important;
}
.pb249 {
  padding-bottom: 249px !important;
}
.pl249 {
  padding-left: 249px !important;
}
.mt249 {
  margin-top: 249px !important;
}
.mr249 {
  margin-right: 249px !important;
}
.mb249 {
  margin-bottom: 249px !important;
}
.ml249 {
  margin-left: 249px !important;
}
.h249 {
  height: 249px !important;
}
.w249 {
  width: 249px !important;
}
.mw249 {
  min-width: 249px !important;
}
.fz248 {
  font-size: 248px !important;
}
.lh248 {
  line-height: 248px !important;
}
.pt248 {
  padding-top: 248px !important;
}
.pr248 {
  padding-right: 248px !important;
}
.pb248 {
  padding-bottom: 248px !important;
}
.pl248 {
  padding-left: 248px !important;
}
.mt248 {
  margin-top: 248px !important;
}
.mr248 {
  margin-right: 248px !important;
}
.mb248 {
  margin-bottom: 248px !important;
}
.ml248 {
  margin-left: 248px !important;
}
.h248 {
  height: 248px !important;
}
.w248 {
  width: 248px !important;
}
.mw248 {
  min-width: 248px !important;
}
.fz247 {
  font-size: 247px !important;
}
.lh247 {
  line-height: 247px !important;
}
.pt247 {
  padding-top: 247px !important;
}
.pr247 {
  padding-right: 247px !important;
}
.pb247 {
  padding-bottom: 247px !important;
}
.pl247 {
  padding-left: 247px !important;
}
.mt247 {
  margin-top: 247px !important;
}
.mr247 {
  margin-right: 247px !important;
}
.mb247 {
  margin-bottom: 247px !important;
}
.ml247 {
  margin-left: 247px !important;
}
.h247 {
  height: 247px !important;
}
.w247 {
  width: 247px !important;
}
.mw247 {
  min-width: 247px !important;
}
.fz246 {
  font-size: 246px !important;
}
.lh246 {
  line-height: 246px !important;
}
.pt246 {
  padding-top: 246px !important;
}
.pr246 {
  padding-right: 246px !important;
}
.pb246 {
  padding-bottom: 246px !important;
}
.pl246 {
  padding-left: 246px !important;
}
.mt246 {
  margin-top: 246px !important;
}
.mr246 {
  margin-right: 246px !important;
}
.mb246 {
  margin-bottom: 246px !important;
}
.ml246 {
  margin-left: 246px !important;
}
.h246 {
  height: 246px !important;
}
.w246 {
  width: 246px !important;
}
.mw246 {
  min-width: 246px !important;
}
.fz245 {
  font-size: 245px !important;
}
.lh245 {
  line-height: 245px !important;
}
.pt245 {
  padding-top: 245px !important;
}
.pr245 {
  padding-right: 245px !important;
}
.pb245 {
  padding-bottom: 245px !important;
}
.pl245 {
  padding-left: 245px !important;
}
.mt245 {
  margin-top: 245px !important;
}
.mr245 {
  margin-right: 245px !important;
}
.mb245 {
  margin-bottom: 245px !important;
}
.ml245 {
  margin-left: 245px !important;
}
.h245 {
  height: 245px !important;
}
.w245 {
  width: 245px !important;
}
.mw245 {
  min-width: 245px !important;
}
.fz244 {
  font-size: 244px !important;
}
.lh244 {
  line-height: 244px !important;
}
.pt244 {
  padding-top: 244px !important;
}
.pr244 {
  padding-right: 244px !important;
}
.pb244 {
  padding-bottom: 244px !important;
}
.pl244 {
  padding-left: 244px !important;
}
.mt244 {
  margin-top: 244px !important;
}
.mr244 {
  margin-right: 244px !important;
}
.mb244 {
  margin-bottom: 244px !important;
}
.ml244 {
  margin-left: 244px !important;
}
.h244 {
  height: 244px !important;
}
.w244 {
  width: 244px !important;
}
.mw244 {
  min-width: 244px !important;
}
.fz243 {
  font-size: 243px !important;
}
.lh243 {
  line-height: 243px !important;
}
.pt243 {
  padding-top: 243px !important;
}
.pr243 {
  padding-right: 243px !important;
}
.pb243 {
  padding-bottom: 243px !important;
}
.pl243 {
  padding-left: 243px !important;
}
.mt243 {
  margin-top: 243px !important;
}
.mr243 {
  margin-right: 243px !important;
}
.mb243 {
  margin-bottom: 243px !important;
}
.ml243 {
  margin-left: 243px !important;
}
.h243 {
  height: 243px !important;
}
.w243 {
  width: 243px !important;
}
.mw243 {
  min-width: 243px !important;
}
.fz242 {
  font-size: 242px !important;
}
.lh242 {
  line-height: 242px !important;
}
.pt242 {
  padding-top: 242px !important;
}
.pr242 {
  padding-right: 242px !important;
}
.pb242 {
  padding-bottom: 242px !important;
}
.pl242 {
  padding-left: 242px !important;
}
.mt242 {
  margin-top: 242px !important;
}
.mr242 {
  margin-right: 242px !important;
}
.mb242 {
  margin-bottom: 242px !important;
}
.ml242 {
  margin-left: 242px !important;
}
.h242 {
  height: 242px !important;
}
.w242 {
  width: 242px !important;
}
.mw242 {
  min-width: 242px !important;
}
.fz241 {
  font-size: 241px !important;
}
.lh241 {
  line-height: 241px !important;
}
.pt241 {
  padding-top: 241px !important;
}
.pr241 {
  padding-right: 241px !important;
}
.pb241 {
  padding-bottom: 241px !important;
}
.pl241 {
  padding-left: 241px !important;
}
.mt241 {
  margin-top: 241px !important;
}
.mr241 {
  margin-right: 241px !important;
}
.mb241 {
  margin-bottom: 241px !important;
}
.ml241 {
  margin-left: 241px !important;
}
.h241 {
  height: 241px !important;
}
.w241 {
  width: 241px !important;
}
.mw241 {
  min-width: 241px !important;
}
.fz240 {
  font-size: 240px !important;
}
.lh240 {
  line-height: 240px !important;
}
.pt240 {
  padding-top: 240px !important;
}
.pr240 {
  padding-right: 240px !important;
}
.pb240 {
  padding-bottom: 240px !important;
}
.pl240 {
  padding-left: 240px !important;
}
.mt240 {
  margin-top: 240px !important;
}
.mr240 {
  margin-right: 240px !important;
}
.mb240 {
  margin-bottom: 240px !important;
}
.ml240 {
  margin-left: 240px !important;
}
.h240 {
  height: 240px !important;
}
.w240 {
  width: 240px !important;
}
.mw240 {
  min-width: 240px !important;
}
.fz239 {
  font-size: 239px !important;
}
.lh239 {
  line-height: 239px !important;
}
.pt239 {
  padding-top: 239px !important;
}
.pr239 {
  padding-right: 239px !important;
}
.pb239 {
  padding-bottom: 239px !important;
}
.pl239 {
  padding-left: 239px !important;
}
.mt239 {
  margin-top: 239px !important;
}
.mr239 {
  margin-right: 239px !important;
}
.mb239 {
  margin-bottom: 239px !important;
}
.ml239 {
  margin-left: 239px !important;
}
.h239 {
  height: 239px !important;
}
.w239 {
  width: 239px !important;
}
.mw239 {
  min-width: 239px !important;
}
.fz238 {
  font-size: 238px !important;
}
.lh238 {
  line-height: 238px !important;
}
.pt238 {
  padding-top: 238px !important;
}
.pr238 {
  padding-right: 238px !important;
}
.pb238 {
  padding-bottom: 238px !important;
}
.pl238 {
  padding-left: 238px !important;
}
.mt238 {
  margin-top: 238px !important;
}
.mr238 {
  margin-right: 238px !important;
}
.mb238 {
  margin-bottom: 238px !important;
}
.ml238 {
  margin-left: 238px !important;
}
.h238 {
  height: 238px !important;
}
.w238 {
  width: 238px !important;
}
.mw238 {
  min-width: 238px !important;
}
.fz237 {
  font-size: 237px !important;
}
.lh237 {
  line-height: 237px !important;
}
.pt237 {
  padding-top: 237px !important;
}
.pr237 {
  padding-right: 237px !important;
}
.pb237 {
  padding-bottom: 237px !important;
}
.pl237 {
  padding-left: 237px !important;
}
.mt237 {
  margin-top: 237px !important;
}
.mr237 {
  margin-right: 237px !important;
}
.mb237 {
  margin-bottom: 237px !important;
}
.ml237 {
  margin-left: 237px !important;
}
.h237 {
  height: 237px !important;
}
.w237 {
  width: 237px !important;
}
.mw237 {
  min-width: 237px !important;
}
.fz236 {
  font-size: 236px !important;
}
.lh236 {
  line-height: 236px !important;
}
.pt236 {
  padding-top: 236px !important;
}
.pr236 {
  padding-right: 236px !important;
}
.pb236 {
  padding-bottom: 236px !important;
}
.pl236 {
  padding-left: 236px !important;
}
.mt236 {
  margin-top: 236px !important;
}
.mr236 {
  margin-right: 236px !important;
}
.mb236 {
  margin-bottom: 236px !important;
}
.ml236 {
  margin-left: 236px !important;
}
.h236 {
  height: 236px !important;
}
.w236 {
  width: 236px !important;
}
.mw236 {
  min-width: 236px !important;
}
.fz235 {
  font-size: 235px !important;
}
.lh235 {
  line-height: 235px !important;
}
.pt235 {
  padding-top: 235px !important;
}
.pr235 {
  padding-right: 235px !important;
}
.pb235 {
  padding-bottom: 235px !important;
}
.pl235 {
  padding-left: 235px !important;
}
.mt235 {
  margin-top: 235px !important;
}
.mr235 {
  margin-right: 235px !important;
}
.mb235 {
  margin-bottom: 235px !important;
}
.ml235 {
  margin-left: 235px !important;
}
.h235 {
  height: 235px !important;
}
.w235 {
  width: 235px !important;
}
.mw235 {
  min-width: 235px !important;
}
.fz234 {
  font-size: 234px !important;
}
.lh234 {
  line-height: 234px !important;
}
.pt234 {
  padding-top: 234px !important;
}
.pr234 {
  padding-right: 234px !important;
}
.pb234 {
  padding-bottom: 234px !important;
}
.pl234 {
  padding-left: 234px !important;
}
.mt234 {
  margin-top: 234px !important;
}
.mr234 {
  margin-right: 234px !important;
}
.mb234 {
  margin-bottom: 234px !important;
}
.ml234 {
  margin-left: 234px !important;
}
.h234 {
  height: 234px !important;
}
.w234 {
  width: 234px !important;
}
.mw234 {
  min-width: 234px !important;
}
.fz233 {
  font-size: 233px !important;
}
.lh233 {
  line-height: 233px !important;
}
.pt233 {
  padding-top: 233px !important;
}
.pr233 {
  padding-right: 233px !important;
}
.pb233 {
  padding-bottom: 233px !important;
}
.pl233 {
  padding-left: 233px !important;
}
.mt233 {
  margin-top: 233px !important;
}
.mr233 {
  margin-right: 233px !important;
}
.mb233 {
  margin-bottom: 233px !important;
}
.ml233 {
  margin-left: 233px !important;
}
.h233 {
  height: 233px !important;
}
.w233 {
  width: 233px !important;
}
.mw233 {
  min-width: 233px !important;
}
.fz232 {
  font-size: 232px !important;
}
.lh232 {
  line-height: 232px !important;
}
.pt232 {
  padding-top: 232px !important;
}
.pr232 {
  padding-right: 232px !important;
}
.pb232 {
  padding-bottom: 232px !important;
}
.pl232 {
  padding-left: 232px !important;
}
.mt232 {
  margin-top: 232px !important;
}
.mr232 {
  margin-right: 232px !important;
}
.mb232 {
  margin-bottom: 232px !important;
}
.ml232 {
  margin-left: 232px !important;
}
.h232 {
  height: 232px !important;
}
.w232 {
  width: 232px !important;
}
.mw232 {
  min-width: 232px !important;
}
.fz231 {
  font-size: 231px !important;
}
.lh231 {
  line-height: 231px !important;
}
.pt231 {
  padding-top: 231px !important;
}
.pr231 {
  padding-right: 231px !important;
}
.pb231 {
  padding-bottom: 231px !important;
}
.pl231 {
  padding-left: 231px !important;
}
.mt231 {
  margin-top: 231px !important;
}
.mr231 {
  margin-right: 231px !important;
}
.mb231 {
  margin-bottom: 231px !important;
}
.ml231 {
  margin-left: 231px !important;
}
.h231 {
  height: 231px !important;
}
.w231 {
  width: 231px !important;
}
.mw231 {
  min-width: 231px !important;
}
.fz230 {
  font-size: 230px !important;
}
.lh230 {
  line-height: 230px !important;
}
.pt230 {
  padding-top: 230px !important;
}
.pr230 {
  padding-right: 230px !important;
}
.pb230 {
  padding-bottom: 230px !important;
}
.pl230 {
  padding-left: 230px !important;
}
.mt230 {
  margin-top: 230px !important;
}
.mr230 {
  margin-right: 230px !important;
}
.mb230 {
  margin-bottom: 230px !important;
}
.ml230 {
  margin-left: 230px !important;
}
.h230 {
  height: 230px !important;
}
.w230 {
  width: 230px !important;
}
.mw230 {
  min-width: 230px !important;
}
.fz229 {
  font-size: 229px !important;
}
.lh229 {
  line-height: 229px !important;
}
.pt229 {
  padding-top: 229px !important;
}
.pr229 {
  padding-right: 229px !important;
}
.pb229 {
  padding-bottom: 229px !important;
}
.pl229 {
  padding-left: 229px !important;
}
.mt229 {
  margin-top: 229px !important;
}
.mr229 {
  margin-right: 229px !important;
}
.mb229 {
  margin-bottom: 229px !important;
}
.ml229 {
  margin-left: 229px !important;
}
.h229 {
  height: 229px !important;
}
.w229 {
  width: 229px !important;
}
.mw229 {
  min-width: 229px !important;
}
.fz228 {
  font-size: 228px !important;
}
.lh228 {
  line-height: 228px !important;
}
.pt228 {
  padding-top: 228px !important;
}
.pr228 {
  padding-right: 228px !important;
}
.pb228 {
  padding-bottom: 228px !important;
}
.pl228 {
  padding-left: 228px !important;
}
.mt228 {
  margin-top: 228px !important;
}
.mr228 {
  margin-right: 228px !important;
}
.mb228 {
  margin-bottom: 228px !important;
}
.ml228 {
  margin-left: 228px !important;
}
.h228 {
  height: 228px !important;
}
.w228 {
  width: 228px !important;
}
.mw228 {
  min-width: 228px !important;
}
.fz227 {
  font-size: 227px !important;
}
.lh227 {
  line-height: 227px !important;
}
.pt227 {
  padding-top: 227px !important;
}
.pr227 {
  padding-right: 227px !important;
}
.pb227 {
  padding-bottom: 227px !important;
}
.pl227 {
  padding-left: 227px !important;
}
.mt227 {
  margin-top: 227px !important;
}
.mr227 {
  margin-right: 227px !important;
}
.mb227 {
  margin-bottom: 227px !important;
}
.ml227 {
  margin-left: 227px !important;
}
.h227 {
  height: 227px !important;
}
.w227 {
  width: 227px !important;
}
.mw227 {
  min-width: 227px !important;
}
.fz226 {
  font-size: 226px !important;
}
.lh226 {
  line-height: 226px !important;
}
.pt226 {
  padding-top: 226px !important;
}
.pr226 {
  padding-right: 226px !important;
}
.pb226 {
  padding-bottom: 226px !important;
}
.pl226 {
  padding-left: 226px !important;
}
.mt226 {
  margin-top: 226px !important;
}
.mr226 {
  margin-right: 226px !important;
}
.mb226 {
  margin-bottom: 226px !important;
}
.ml226 {
  margin-left: 226px !important;
}
.h226 {
  height: 226px !important;
}
.w226 {
  width: 226px !important;
}
.mw226 {
  min-width: 226px !important;
}
.fz225 {
  font-size: 225px !important;
}
.lh225 {
  line-height: 225px !important;
}
.pt225 {
  padding-top: 225px !important;
}
.pr225 {
  padding-right: 225px !important;
}
.pb225 {
  padding-bottom: 225px !important;
}
.pl225 {
  padding-left: 225px !important;
}
.mt225 {
  margin-top: 225px !important;
}
.mr225 {
  margin-right: 225px !important;
}
.mb225 {
  margin-bottom: 225px !important;
}
.ml225 {
  margin-left: 225px !important;
}
.h225 {
  height: 225px !important;
}
.w225 {
  width: 225px !important;
}
.mw225 {
  min-width: 225px !important;
}
.fz224 {
  font-size: 224px !important;
}
.lh224 {
  line-height: 224px !important;
}
.pt224 {
  padding-top: 224px !important;
}
.pr224 {
  padding-right: 224px !important;
}
.pb224 {
  padding-bottom: 224px !important;
}
.pl224 {
  padding-left: 224px !important;
}
.mt224 {
  margin-top: 224px !important;
}
.mr224 {
  margin-right: 224px !important;
}
.mb224 {
  margin-bottom: 224px !important;
}
.ml224 {
  margin-left: 224px !important;
}
.h224 {
  height: 224px !important;
}
.w224 {
  width: 224px !important;
}
.mw224 {
  min-width: 224px !important;
}
.fz223 {
  font-size: 223px !important;
}
.lh223 {
  line-height: 223px !important;
}
.pt223 {
  padding-top: 223px !important;
}
.pr223 {
  padding-right: 223px !important;
}
.pb223 {
  padding-bottom: 223px !important;
}
.pl223 {
  padding-left: 223px !important;
}
.mt223 {
  margin-top: 223px !important;
}
.mr223 {
  margin-right: 223px !important;
}
.mb223 {
  margin-bottom: 223px !important;
}
.ml223 {
  margin-left: 223px !important;
}
.h223 {
  height: 223px !important;
}
.w223 {
  width: 223px !important;
}
.mw223 {
  min-width: 223px !important;
}
.fz222 {
  font-size: 222px !important;
}
.lh222 {
  line-height: 222px !important;
}
.pt222 {
  padding-top: 222px !important;
}
.pr222 {
  padding-right: 222px !important;
}
.pb222 {
  padding-bottom: 222px !important;
}
.pl222 {
  padding-left: 222px !important;
}
.mt222 {
  margin-top: 222px !important;
}
.mr222 {
  margin-right: 222px !important;
}
.mb222 {
  margin-bottom: 222px !important;
}
.ml222 {
  margin-left: 222px !important;
}
.h222 {
  height: 222px !important;
}
.w222 {
  width: 222px !important;
}
.mw222 {
  min-width: 222px !important;
}
.fz221 {
  font-size: 221px !important;
}
.lh221 {
  line-height: 221px !important;
}
.pt221 {
  padding-top: 221px !important;
}
.pr221 {
  padding-right: 221px !important;
}
.pb221 {
  padding-bottom: 221px !important;
}
.pl221 {
  padding-left: 221px !important;
}
.mt221 {
  margin-top: 221px !important;
}
.mr221 {
  margin-right: 221px !important;
}
.mb221 {
  margin-bottom: 221px !important;
}
.ml221 {
  margin-left: 221px !important;
}
.h221 {
  height: 221px !important;
}
.w221 {
  width: 221px !important;
}
.mw221 {
  min-width: 221px !important;
}
.fz220 {
  font-size: 220px !important;
}
.lh220 {
  line-height: 220px !important;
}
.pt220 {
  padding-top: 220px !important;
}
.pr220 {
  padding-right: 220px !important;
}
.pb220 {
  padding-bottom: 220px !important;
}
.pl220 {
  padding-left: 220px !important;
}
.mt220 {
  margin-top: 220px !important;
}
.mr220 {
  margin-right: 220px !important;
}
.mb220 {
  margin-bottom: 220px !important;
}
.ml220 {
  margin-left: 220px !important;
}
.h220 {
  height: 220px !important;
}
.w220 {
  width: 220px !important;
}
.mw220 {
  min-width: 220px !important;
}
.fz219 {
  font-size: 219px !important;
}
.lh219 {
  line-height: 219px !important;
}
.pt219 {
  padding-top: 219px !important;
}
.pr219 {
  padding-right: 219px !important;
}
.pb219 {
  padding-bottom: 219px !important;
}
.pl219 {
  padding-left: 219px !important;
}
.mt219 {
  margin-top: 219px !important;
}
.mr219 {
  margin-right: 219px !important;
}
.mb219 {
  margin-bottom: 219px !important;
}
.ml219 {
  margin-left: 219px !important;
}
.h219 {
  height: 219px !important;
}
.w219 {
  width: 219px !important;
}
.mw219 {
  min-width: 219px !important;
}
.fz218 {
  font-size: 218px !important;
}
.lh218 {
  line-height: 218px !important;
}
.pt218 {
  padding-top: 218px !important;
}
.pr218 {
  padding-right: 218px !important;
}
.pb218 {
  padding-bottom: 218px !important;
}
.pl218 {
  padding-left: 218px !important;
}
.mt218 {
  margin-top: 218px !important;
}
.mr218 {
  margin-right: 218px !important;
}
.mb218 {
  margin-bottom: 218px !important;
}
.ml218 {
  margin-left: 218px !important;
}
.h218 {
  height: 218px !important;
}
.w218 {
  width: 218px !important;
}
.mw218 {
  min-width: 218px !important;
}
.fz217 {
  font-size: 217px !important;
}
.lh217 {
  line-height: 217px !important;
}
.pt217 {
  padding-top: 217px !important;
}
.pr217 {
  padding-right: 217px !important;
}
.pb217 {
  padding-bottom: 217px !important;
}
.pl217 {
  padding-left: 217px !important;
}
.mt217 {
  margin-top: 217px !important;
}
.mr217 {
  margin-right: 217px !important;
}
.mb217 {
  margin-bottom: 217px !important;
}
.ml217 {
  margin-left: 217px !important;
}
.h217 {
  height: 217px !important;
}
.w217 {
  width: 217px !important;
}
.mw217 {
  min-width: 217px !important;
}
.fz216 {
  font-size: 216px !important;
}
.lh216 {
  line-height: 216px !important;
}
.pt216 {
  padding-top: 216px !important;
}
.pr216 {
  padding-right: 216px !important;
}
.pb216 {
  padding-bottom: 216px !important;
}
.pl216 {
  padding-left: 216px !important;
}
.mt216 {
  margin-top: 216px !important;
}
.mr216 {
  margin-right: 216px !important;
}
.mb216 {
  margin-bottom: 216px !important;
}
.ml216 {
  margin-left: 216px !important;
}
.h216 {
  height: 216px !important;
}
.w216 {
  width: 216px !important;
}
.mw216 {
  min-width: 216px !important;
}
.fz215 {
  font-size: 215px !important;
}
.lh215 {
  line-height: 215px !important;
}
.pt215 {
  padding-top: 215px !important;
}
.pr215 {
  padding-right: 215px !important;
}
.pb215 {
  padding-bottom: 215px !important;
}
.pl215 {
  padding-left: 215px !important;
}
.mt215 {
  margin-top: 215px !important;
}
.mr215 {
  margin-right: 215px !important;
}
.mb215 {
  margin-bottom: 215px !important;
}
.ml215 {
  margin-left: 215px !important;
}
.h215 {
  height: 215px !important;
}
.w215 {
  width: 215px !important;
}
.mw215 {
  min-width: 215px !important;
}
.fz214 {
  font-size: 214px !important;
}
.lh214 {
  line-height: 214px !important;
}
.pt214 {
  padding-top: 214px !important;
}
.pr214 {
  padding-right: 214px !important;
}
.pb214 {
  padding-bottom: 214px !important;
}
.pl214 {
  padding-left: 214px !important;
}
.mt214 {
  margin-top: 214px !important;
}
.mr214 {
  margin-right: 214px !important;
}
.mb214 {
  margin-bottom: 214px !important;
}
.ml214 {
  margin-left: 214px !important;
}
.h214 {
  height: 214px !important;
}
.w214 {
  width: 214px !important;
}
.mw214 {
  min-width: 214px !important;
}
.fz213 {
  font-size: 213px !important;
}
.lh213 {
  line-height: 213px !important;
}
.pt213 {
  padding-top: 213px !important;
}
.pr213 {
  padding-right: 213px !important;
}
.pb213 {
  padding-bottom: 213px !important;
}
.pl213 {
  padding-left: 213px !important;
}
.mt213 {
  margin-top: 213px !important;
}
.mr213 {
  margin-right: 213px !important;
}
.mb213 {
  margin-bottom: 213px !important;
}
.ml213 {
  margin-left: 213px !important;
}
.h213 {
  height: 213px !important;
}
.w213 {
  width: 213px !important;
}
.mw213 {
  min-width: 213px !important;
}
.fz212 {
  font-size: 212px !important;
}
.lh212 {
  line-height: 212px !important;
}
.pt212 {
  padding-top: 212px !important;
}
.pr212 {
  padding-right: 212px !important;
}
.pb212 {
  padding-bottom: 212px !important;
}
.pl212 {
  padding-left: 212px !important;
}
.mt212 {
  margin-top: 212px !important;
}
.mr212 {
  margin-right: 212px !important;
}
.mb212 {
  margin-bottom: 212px !important;
}
.ml212 {
  margin-left: 212px !important;
}
.h212 {
  height: 212px !important;
}
.w212 {
  width: 212px !important;
}
.mw212 {
  min-width: 212px !important;
}
.fz211 {
  font-size: 211px !important;
}
.lh211 {
  line-height: 211px !important;
}
.pt211 {
  padding-top: 211px !important;
}
.pr211 {
  padding-right: 211px !important;
}
.pb211 {
  padding-bottom: 211px !important;
}
.pl211 {
  padding-left: 211px !important;
}
.mt211 {
  margin-top: 211px !important;
}
.mr211 {
  margin-right: 211px !important;
}
.mb211 {
  margin-bottom: 211px !important;
}
.ml211 {
  margin-left: 211px !important;
}
.h211 {
  height: 211px !important;
}
.w211 {
  width: 211px !important;
}
.mw211 {
  min-width: 211px !important;
}
.fz210 {
  font-size: 210px !important;
}
.lh210 {
  line-height: 210px !important;
}
.pt210 {
  padding-top: 210px !important;
}
.pr210 {
  padding-right: 210px !important;
}
.pb210 {
  padding-bottom: 210px !important;
}
.pl210 {
  padding-left: 210px !important;
}
.mt210 {
  margin-top: 210px !important;
}
.mr210 {
  margin-right: 210px !important;
}
.mb210 {
  margin-bottom: 210px !important;
}
.ml210 {
  margin-left: 210px !important;
}
.h210 {
  height: 210px !important;
}
.w210 {
  width: 210px !important;
}
.mw210 {
  min-width: 210px !important;
}
.fz209 {
  font-size: 209px !important;
}
.lh209 {
  line-height: 209px !important;
}
.pt209 {
  padding-top: 209px !important;
}
.pr209 {
  padding-right: 209px !important;
}
.pb209 {
  padding-bottom: 209px !important;
}
.pl209 {
  padding-left: 209px !important;
}
.mt209 {
  margin-top: 209px !important;
}
.mr209 {
  margin-right: 209px !important;
}
.mb209 {
  margin-bottom: 209px !important;
}
.ml209 {
  margin-left: 209px !important;
}
.h209 {
  height: 209px !important;
}
.w209 {
  width: 209px !important;
}
.mw209 {
  min-width: 209px !important;
}
.fz208 {
  font-size: 208px !important;
}
.lh208 {
  line-height: 208px !important;
}
.pt208 {
  padding-top: 208px !important;
}
.pr208 {
  padding-right: 208px !important;
}
.pb208 {
  padding-bottom: 208px !important;
}
.pl208 {
  padding-left: 208px !important;
}
.mt208 {
  margin-top: 208px !important;
}
.mr208 {
  margin-right: 208px !important;
}
.mb208 {
  margin-bottom: 208px !important;
}
.ml208 {
  margin-left: 208px !important;
}
.h208 {
  height: 208px !important;
}
.w208 {
  width: 208px !important;
}
.mw208 {
  min-width: 208px !important;
}
.fz207 {
  font-size: 207px !important;
}
.lh207 {
  line-height: 207px !important;
}
.pt207 {
  padding-top: 207px !important;
}
.pr207 {
  padding-right: 207px !important;
}
.pb207 {
  padding-bottom: 207px !important;
}
.pl207 {
  padding-left: 207px !important;
}
.mt207 {
  margin-top: 207px !important;
}
.mr207 {
  margin-right: 207px !important;
}
.mb207 {
  margin-bottom: 207px !important;
}
.ml207 {
  margin-left: 207px !important;
}
.h207 {
  height: 207px !important;
}
.w207 {
  width: 207px !important;
}
.mw207 {
  min-width: 207px !important;
}
.fz206 {
  font-size: 206px !important;
}
.lh206 {
  line-height: 206px !important;
}
.pt206 {
  padding-top: 206px !important;
}
.pr206 {
  padding-right: 206px !important;
}
.pb206 {
  padding-bottom: 206px !important;
}
.pl206 {
  padding-left: 206px !important;
}
.mt206 {
  margin-top: 206px !important;
}
.mr206 {
  margin-right: 206px !important;
}
.mb206 {
  margin-bottom: 206px !important;
}
.ml206 {
  margin-left: 206px !important;
}
.h206 {
  height: 206px !important;
}
.w206 {
  width: 206px !important;
}
.mw206 {
  min-width: 206px !important;
}
.fz205 {
  font-size: 205px !important;
}
.lh205 {
  line-height: 205px !important;
}
.pt205 {
  padding-top: 205px !important;
}
.pr205 {
  padding-right: 205px !important;
}
.pb205 {
  padding-bottom: 205px !important;
}
.pl205 {
  padding-left: 205px !important;
}
.mt205 {
  margin-top: 205px !important;
}
.mr205 {
  margin-right: 205px !important;
}
.mb205 {
  margin-bottom: 205px !important;
}
.ml205 {
  margin-left: 205px !important;
}
.h205 {
  height: 205px !important;
}
.w205 {
  width: 205px !important;
}
.mw205 {
  min-width: 205px !important;
}
.fz204 {
  font-size: 204px !important;
}
.lh204 {
  line-height: 204px !important;
}
.pt204 {
  padding-top: 204px !important;
}
.pr204 {
  padding-right: 204px !important;
}
.pb204 {
  padding-bottom: 204px !important;
}
.pl204 {
  padding-left: 204px !important;
}
.mt204 {
  margin-top: 204px !important;
}
.mr204 {
  margin-right: 204px !important;
}
.mb204 {
  margin-bottom: 204px !important;
}
.ml204 {
  margin-left: 204px !important;
}
.h204 {
  height: 204px !important;
}
.w204 {
  width: 204px !important;
}
.mw204 {
  min-width: 204px !important;
}
.fz203 {
  font-size: 203px !important;
}
.lh203 {
  line-height: 203px !important;
}
.pt203 {
  padding-top: 203px !important;
}
.pr203 {
  padding-right: 203px !important;
}
.pb203 {
  padding-bottom: 203px !important;
}
.pl203 {
  padding-left: 203px !important;
}
.mt203 {
  margin-top: 203px !important;
}
.mr203 {
  margin-right: 203px !important;
}
.mb203 {
  margin-bottom: 203px !important;
}
.ml203 {
  margin-left: 203px !important;
}
.h203 {
  height: 203px !important;
}
.w203 {
  width: 203px !important;
}
.mw203 {
  min-width: 203px !important;
}
.fz202 {
  font-size: 202px !important;
}
.lh202 {
  line-height: 202px !important;
}
.pt202 {
  padding-top: 202px !important;
}
.pr202 {
  padding-right: 202px !important;
}
.pb202 {
  padding-bottom: 202px !important;
}
.pl202 {
  padding-left: 202px !important;
}
.mt202 {
  margin-top: 202px !important;
}
.mr202 {
  margin-right: 202px !important;
}
.mb202 {
  margin-bottom: 202px !important;
}
.ml202 {
  margin-left: 202px !important;
}
.h202 {
  height: 202px !important;
}
.w202 {
  width: 202px !important;
}
.mw202 {
  min-width: 202px !important;
}
.fz201 {
  font-size: 201px !important;
}
.lh201 {
  line-height: 201px !important;
}
.pt201 {
  padding-top: 201px !important;
}
.pr201 {
  padding-right: 201px !important;
}
.pb201 {
  padding-bottom: 201px !important;
}
.pl201 {
  padding-left: 201px !important;
}
.mt201 {
  margin-top: 201px !important;
}
.mr201 {
  margin-right: 201px !important;
}
.mb201 {
  margin-bottom: 201px !important;
}
.ml201 {
  margin-left: 201px !important;
}
.h201 {
  height: 201px !important;
}
.w201 {
  width: 201px !important;
}
.mw201 {
  min-width: 201px !important;
}
.fz200 {
  font-size: 200px !important;
}
.lh200 {
  line-height: 200px !important;
}
.pt200 {
  padding-top: 200px !important;
}
.pr200 {
  padding-right: 200px !important;
}
.pb200 {
  padding-bottom: 200px !important;
}
.pl200 {
  padding-left: 200px !important;
}
.mt200 {
  margin-top: 200px !important;
}
.mr200 {
  margin-right: 200px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.ml200 {
  margin-left: 200px !important;
}
.h200 {
  height: 200px !important;
}
.w200 {
  width: 200px !important;
}
.mw200 {
  min-width: 200px !important;
}
.fz199 {
  font-size: 199px !important;
}
.lh199 {
  line-height: 199px !important;
}
.pt199 {
  padding-top: 199px !important;
}
.pr199 {
  padding-right: 199px !important;
}
.pb199 {
  padding-bottom: 199px !important;
}
.pl199 {
  padding-left: 199px !important;
}
.mt199 {
  margin-top: 199px !important;
}
.mr199 {
  margin-right: 199px !important;
}
.mb199 {
  margin-bottom: 199px !important;
}
.ml199 {
  margin-left: 199px !important;
}
.h199 {
  height: 199px !important;
}
.w199 {
  width: 199px !important;
}
.mw199 {
  min-width: 199px !important;
}
.fz198 {
  font-size: 198px !important;
}
.lh198 {
  line-height: 198px !important;
}
.pt198 {
  padding-top: 198px !important;
}
.pr198 {
  padding-right: 198px !important;
}
.pb198 {
  padding-bottom: 198px !important;
}
.pl198 {
  padding-left: 198px !important;
}
.mt198 {
  margin-top: 198px !important;
}
.mr198 {
  margin-right: 198px !important;
}
.mb198 {
  margin-bottom: 198px !important;
}
.ml198 {
  margin-left: 198px !important;
}
.h198 {
  height: 198px !important;
}
.w198 {
  width: 198px !important;
}
.mw198 {
  min-width: 198px !important;
}
.fz197 {
  font-size: 197px !important;
}
.lh197 {
  line-height: 197px !important;
}
.pt197 {
  padding-top: 197px !important;
}
.pr197 {
  padding-right: 197px !important;
}
.pb197 {
  padding-bottom: 197px !important;
}
.pl197 {
  padding-left: 197px !important;
}
.mt197 {
  margin-top: 197px !important;
}
.mr197 {
  margin-right: 197px !important;
}
.mb197 {
  margin-bottom: 197px !important;
}
.ml197 {
  margin-left: 197px !important;
}
.h197 {
  height: 197px !important;
}
.w197 {
  width: 197px !important;
}
.mw197 {
  min-width: 197px !important;
}
.fz196 {
  font-size: 196px !important;
}
.lh196 {
  line-height: 196px !important;
}
.pt196 {
  padding-top: 196px !important;
}
.pr196 {
  padding-right: 196px !important;
}
.pb196 {
  padding-bottom: 196px !important;
}
.pl196 {
  padding-left: 196px !important;
}
.mt196 {
  margin-top: 196px !important;
}
.mr196 {
  margin-right: 196px !important;
}
.mb196 {
  margin-bottom: 196px !important;
}
.ml196 {
  margin-left: 196px !important;
}
.h196 {
  height: 196px !important;
}
.w196 {
  width: 196px !important;
}
.mw196 {
  min-width: 196px !important;
}
.fz195 {
  font-size: 195px !important;
}
.lh195 {
  line-height: 195px !important;
}
.pt195 {
  padding-top: 195px !important;
}
.pr195 {
  padding-right: 195px !important;
}
.pb195 {
  padding-bottom: 195px !important;
}
.pl195 {
  padding-left: 195px !important;
}
.mt195 {
  margin-top: 195px !important;
}
.mr195 {
  margin-right: 195px !important;
}
.mb195 {
  margin-bottom: 195px !important;
}
.ml195 {
  margin-left: 195px !important;
}
.h195 {
  height: 195px !important;
}
.w195 {
  width: 195px !important;
}
.mw195 {
  min-width: 195px !important;
}
.fz194 {
  font-size: 194px !important;
}
.lh194 {
  line-height: 194px !important;
}
.pt194 {
  padding-top: 194px !important;
}
.pr194 {
  padding-right: 194px !important;
}
.pb194 {
  padding-bottom: 194px !important;
}
.pl194 {
  padding-left: 194px !important;
}
.mt194 {
  margin-top: 194px !important;
}
.mr194 {
  margin-right: 194px !important;
}
.mb194 {
  margin-bottom: 194px !important;
}
.ml194 {
  margin-left: 194px !important;
}
.h194 {
  height: 194px !important;
}
.w194 {
  width: 194px !important;
}
.mw194 {
  min-width: 194px !important;
}
.fz193 {
  font-size: 193px !important;
}
.lh193 {
  line-height: 193px !important;
}
.pt193 {
  padding-top: 193px !important;
}
.pr193 {
  padding-right: 193px !important;
}
.pb193 {
  padding-bottom: 193px !important;
}
.pl193 {
  padding-left: 193px !important;
}
.mt193 {
  margin-top: 193px !important;
}
.mr193 {
  margin-right: 193px !important;
}
.mb193 {
  margin-bottom: 193px !important;
}
.ml193 {
  margin-left: 193px !important;
}
.h193 {
  height: 193px !important;
}
.w193 {
  width: 193px !important;
}
.mw193 {
  min-width: 193px !important;
}
.fz192 {
  font-size: 192px !important;
}
.lh192 {
  line-height: 192px !important;
}
.pt192 {
  padding-top: 192px !important;
}
.pr192 {
  padding-right: 192px !important;
}
.pb192 {
  padding-bottom: 192px !important;
}
.pl192 {
  padding-left: 192px !important;
}
.mt192 {
  margin-top: 192px !important;
}
.mr192 {
  margin-right: 192px !important;
}
.mb192 {
  margin-bottom: 192px !important;
}
.ml192 {
  margin-left: 192px !important;
}
.h192 {
  height: 192px !important;
}
.w192 {
  width: 192px !important;
}
.mw192 {
  min-width: 192px !important;
}
.fz191 {
  font-size: 191px !important;
}
.lh191 {
  line-height: 191px !important;
}
.pt191 {
  padding-top: 191px !important;
}
.pr191 {
  padding-right: 191px !important;
}
.pb191 {
  padding-bottom: 191px !important;
}
.pl191 {
  padding-left: 191px !important;
}
.mt191 {
  margin-top: 191px !important;
}
.mr191 {
  margin-right: 191px !important;
}
.mb191 {
  margin-bottom: 191px !important;
}
.ml191 {
  margin-left: 191px !important;
}
.h191 {
  height: 191px !important;
}
.w191 {
  width: 191px !important;
}
.mw191 {
  min-width: 191px !important;
}
.fz190 {
  font-size: 190px !important;
}
.lh190 {
  line-height: 190px !important;
}
.pt190 {
  padding-top: 190px !important;
}
.pr190 {
  padding-right: 190px !important;
}
.pb190 {
  padding-bottom: 190px !important;
}
.pl190 {
  padding-left: 190px !important;
}
.mt190 {
  margin-top: 190px !important;
}
.mr190 {
  margin-right: 190px !important;
}
.mb190 {
  margin-bottom: 190px !important;
}
.ml190 {
  margin-left: 190px !important;
}
.h190 {
  height: 190px !important;
}
.w190 {
  width: 190px !important;
}
.mw190 {
  min-width: 190px !important;
}
.fz189 {
  font-size: 189px !important;
}
.lh189 {
  line-height: 189px !important;
}
.pt189 {
  padding-top: 189px !important;
}
.pr189 {
  padding-right: 189px !important;
}
.pb189 {
  padding-bottom: 189px !important;
}
.pl189 {
  padding-left: 189px !important;
}
.mt189 {
  margin-top: 189px !important;
}
.mr189 {
  margin-right: 189px !important;
}
.mb189 {
  margin-bottom: 189px !important;
}
.ml189 {
  margin-left: 189px !important;
}
.h189 {
  height: 189px !important;
}
.w189 {
  width: 189px !important;
}
.mw189 {
  min-width: 189px !important;
}
.fz188 {
  font-size: 188px !important;
}
.lh188 {
  line-height: 188px !important;
}
.pt188 {
  padding-top: 188px !important;
}
.pr188 {
  padding-right: 188px !important;
}
.pb188 {
  padding-bottom: 188px !important;
}
.pl188 {
  padding-left: 188px !important;
}
.mt188 {
  margin-top: 188px !important;
}
.mr188 {
  margin-right: 188px !important;
}
.mb188 {
  margin-bottom: 188px !important;
}
.ml188 {
  margin-left: 188px !important;
}
.h188 {
  height: 188px !important;
}
.w188 {
  width: 188px !important;
}
.mw188 {
  min-width: 188px !important;
}
.fz187 {
  font-size: 187px !important;
}
.lh187 {
  line-height: 187px !important;
}
.pt187 {
  padding-top: 187px !important;
}
.pr187 {
  padding-right: 187px !important;
}
.pb187 {
  padding-bottom: 187px !important;
}
.pl187 {
  padding-left: 187px !important;
}
.mt187 {
  margin-top: 187px !important;
}
.mr187 {
  margin-right: 187px !important;
}
.mb187 {
  margin-bottom: 187px !important;
}
.ml187 {
  margin-left: 187px !important;
}
.h187 {
  height: 187px !important;
}
.w187 {
  width: 187px !important;
}
.mw187 {
  min-width: 187px !important;
}
.fz186 {
  font-size: 186px !important;
}
.lh186 {
  line-height: 186px !important;
}
.pt186 {
  padding-top: 186px !important;
}
.pr186 {
  padding-right: 186px !important;
}
.pb186 {
  padding-bottom: 186px !important;
}
.pl186 {
  padding-left: 186px !important;
}
.mt186 {
  margin-top: 186px !important;
}
.mr186 {
  margin-right: 186px !important;
}
.mb186 {
  margin-bottom: 186px !important;
}
.ml186 {
  margin-left: 186px !important;
}
.h186 {
  height: 186px !important;
}
.w186 {
  width: 186px !important;
}
.mw186 {
  min-width: 186px !important;
}
.fz185 {
  font-size: 185px !important;
}
.lh185 {
  line-height: 185px !important;
}
.pt185 {
  padding-top: 185px !important;
}
.pr185 {
  padding-right: 185px !important;
}
.pb185 {
  padding-bottom: 185px !important;
}
.pl185 {
  padding-left: 185px !important;
}
.mt185 {
  margin-top: 185px !important;
}
.mr185 {
  margin-right: 185px !important;
}
.mb185 {
  margin-bottom: 185px !important;
}
.ml185 {
  margin-left: 185px !important;
}
.h185 {
  height: 185px !important;
}
.w185 {
  width: 185px !important;
}
.mw185 {
  min-width: 185px !important;
}
.fz184 {
  font-size: 184px !important;
}
.lh184 {
  line-height: 184px !important;
}
.pt184 {
  padding-top: 184px !important;
}
.pr184 {
  padding-right: 184px !important;
}
.pb184 {
  padding-bottom: 184px !important;
}
.pl184 {
  padding-left: 184px !important;
}
.mt184 {
  margin-top: 184px !important;
}
.mr184 {
  margin-right: 184px !important;
}
.mb184 {
  margin-bottom: 184px !important;
}
.ml184 {
  margin-left: 184px !important;
}
.h184 {
  height: 184px !important;
}
.w184 {
  width: 184px !important;
}
.mw184 {
  min-width: 184px !important;
}
.fz183 {
  font-size: 183px !important;
}
.lh183 {
  line-height: 183px !important;
}
.pt183 {
  padding-top: 183px !important;
}
.pr183 {
  padding-right: 183px !important;
}
.pb183 {
  padding-bottom: 183px !important;
}
.pl183 {
  padding-left: 183px !important;
}
.mt183 {
  margin-top: 183px !important;
}
.mr183 {
  margin-right: 183px !important;
}
.mb183 {
  margin-bottom: 183px !important;
}
.ml183 {
  margin-left: 183px !important;
}
.h183 {
  height: 183px !important;
}
.w183 {
  width: 183px !important;
}
.mw183 {
  min-width: 183px !important;
}
.fz182 {
  font-size: 182px !important;
}
.lh182 {
  line-height: 182px !important;
}
.pt182 {
  padding-top: 182px !important;
}
.pr182 {
  padding-right: 182px !important;
}
.pb182 {
  padding-bottom: 182px !important;
}
.pl182 {
  padding-left: 182px !important;
}
.mt182 {
  margin-top: 182px !important;
}
.mr182 {
  margin-right: 182px !important;
}
.mb182 {
  margin-bottom: 182px !important;
}
.ml182 {
  margin-left: 182px !important;
}
.h182 {
  height: 182px !important;
}
.w182 {
  width: 182px !important;
}
.mw182 {
  min-width: 182px !important;
}
.fz181 {
  font-size: 181px !important;
}
.lh181 {
  line-height: 181px !important;
}
.pt181 {
  padding-top: 181px !important;
}
.pr181 {
  padding-right: 181px !important;
}
.pb181 {
  padding-bottom: 181px !important;
}
.pl181 {
  padding-left: 181px !important;
}
.mt181 {
  margin-top: 181px !important;
}
.mr181 {
  margin-right: 181px !important;
}
.mb181 {
  margin-bottom: 181px !important;
}
.ml181 {
  margin-left: 181px !important;
}
.h181 {
  height: 181px !important;
}
.w181 {
  width: 181px !important;
}
.mw181 {
  min-width: 181px !important;
}
.fz180 {
  font-size: 180px !important;
}
.lh180 {
  line-height: 180px !important;
}
.pt180 {
  padding-top: 180px !important;
}
.pr180 {
  padding-right: 180px !important;
}
.pb180 {
  padding-bottom: 180px !important;
}
.pl180 {
  padding-left: 180px !important;
}
.mt180 {
  margin-top: 180px !important;
}
.mr180 {
  margin-right: 180px !important;
}
.mb180 {
  margin-bottom: 180px !important;
}
.ml180 {
  margin-left: 180px !important;
}
.h180 {
  height: 180px !important;
}
.w180 {
  width: 180px !important;
}
.mw180 {
  min-width: 180px !important;
}
.fz179 {
  font-size: 179px !important;
}
.lh179 {
  line-height: 179px !important;
}
.pt179 {
  padding-top: 179px !important;
}
.pr179 {
  padding-right: 179px !important;
}
.pb179 {
  padding-bottom: 179px !important;
}
.pl179 {
  padding-left: 179px !important;
}
.mt179 {
  margin-top: 179px !important;
}
.mr179 {
  margin-right: 179px !important;
}
.mb179 {
  margin-bottom: 179px !important;
}
.ml179 {
  margin-left: 179px !important;
}
.h179 {
  height: 179px !important;
}
.w179 {
  width: 179px !important;
}
.mw179 {
  min-width: 179px !important;
}
.fz178 {
  font-size: 178px !important;
}
.lh178 {
  line-height: 178px !important;
}
.pt178 {
  padding-top: 178px !important;
}
.pr178 {
  padding-right: 178px !important;
}
.pb178 {
  padding-bottom: 178px !important;
}
.pl178 {
  padding-left: 178px !important;
}
.mt178 {
  margin-top: 178px !important;
}
.mr178 {
  margin-right: 178px !important;
}
.mb178 {
  margin-bottom: 178px !important;
}
.ml178 {
  margin-left: 178px !important;
}
.h178 {
  height: 178px !important;
}
.w178 {
  width: 178px !important;
}
.mw178 {
  min-width: 178px !important;
}
.fz177 {
  font-size: 177px !important;
}
.lh177 {
  line-height: 177px !important;
}
.pt177 {
  padding-top: 177px !important;
}
.pr177 {
  padding-right: 177px !important;
}
.pb177 {
  padding-bottom: 177px !important;
}
.pl177 {
  padding-left: 177px !important;
}
.mt177 {
  margin-top: 177px !important;
}
.mr177 {
  margin-right: 177px !important;
}
.mb177 {
  margin-bottom: 177px !important;
}
.ml177 {
  margin-left: 177px !important;
}
.h177 {
  height: 177px !important;
}
.w177 {
  width: 177px !important;
}
.mw177 {
  min-width: 177px !important;
}
.fz176 {
  font-size: 176px !important;
}
.lh176 {
  line-height: 176px !important;
}
.pt176 {
  padding-top: 176px !important;
}
.pr176 {
  padding-right: 176px !important;
}
.pb176 {
  padding-bottom: 176px !important;
}
.pl176 {
  padding-left: 176px !important;
}
.mt176 {
  margin-top: 176px !important;
}
.mr176 {
  margin-right: 176px !important;
}
.mb176 {
  margin-bottom: 176px !important;
}
.ml176 {
  margin-left: 176px !important;
}
.h176 {
  height: 176px !important;
}
.w176 {
  width: 176px !important;
}
.mw176 {
  min-width: 176px !important;
}
.fz175 {
  font-size: 175px !important;
}
.lh175 {
  line-height: 175px !important;
}
.pt175 {
  padding-top: 175px !important;
}
.pr175 {
  padding-right: 175px !important;
}
.pb175 {
  padding-bottom: 175px !important;
}
.pl175 {
  padding-left: 175px !important;
}
.mt175 {
  margin-top: 175px !important;
}
.mr175 {
  margin-right: 175px !important;
}
.mb175 {
  margin-bottom: 175px !important;
}
.ml175 {
  margin-left: 175px !important;
}
.h175 {
  height: 175px !important;
}
.w175 {
  width: 175px !important;
}
.mw175 {
  min-width: 175px !important;
}
.fz174 {
  font-size: 174px !important;
}
.lh174 {
  line-height: 174px !important;
}
.pt174 {
  padding-top: 174px !important;
}
.pr174 {
  padding-right: 174px !important;
}
.pb174 {
  padding-bottom: 174px !important;
}
.pl174 {
  padding-left: 174px !important;
}
.mt174 {
  margin-top: 174px !important;
}
.mr174 {
  margin-right: 174px !important;
}
.mb174 {
  margin-bottom: 174px !important;
}
.ml174 {
  margin-left: 174px !important;
}
.h174 {
  height: 174px !important;
}
.w174 {
  width: 174px !important;
}
.mw174 {
  min-width: 174px !important;
}
.fz173 {
  font-size: 173px !important;
}
.lh173 {
  line-height: 173px !important;
}
.pt173 {
  padding-top: 173px !important;
}
.pr173 {
  padding-right: 173px !important;
}
.pb173 {
  padding-bottom: 173px !important;
}
.pl173 {
  padding-left: 173px !important;
}
.mt173 {
  margin-top: 173px !important;
}
.mr173 {
  margin-right: 173px !important;
}
.mb173 {
  margin-bottom: 173px !important;
}
.ml173 {
  margin-left: 173px !important;
}
.h173 {
  height: 173px !important;
}
.w173 {
  width: 173px !important;
}
.mw173 {
  min-width: 173px !important;
}
.fz172 {
  font-size: 172px !important;
}
.lh172 {
  line-height: 172px !important;
}
.pt172 {
  padding-top: 172px !important;
}
.pr172 {
  padding-right: 172px !important;
}
.pb172 {
  padding-bottom: 172px !important;
}
.pl172 {
  padding-left: 172px !important;
}
.mt172 {
  margin-top: 172px !important;
}
.mr172 {
  margin-right: 172px !important;
}
.mb172 {
  margin-bottom: 172px !important;
}
.ml172 {
  margin-left: 172px !important;
}
.h172 {
  height: 172px !important;
}
.w172 {
  width: 172px !important;
}
.mw172 {
  min-width: 172px !important;
}
.fz171 {
  font-size: 171px !important;
}
.lh171 {
  line-height: 171px !important;
}
.pt171 {
  padding-top: 171px !important;
}
.pr171 {
  padding-right: 171px !important;
}
.pb171 {
  padding-bottom: 171px !important;
}
.pl171 {
  padding-left: 171px !important;
}
.mt171 {
  margin-top: 171px !important;
}
.mr171 {
  margin-right: 171px !important;
}
.mb171 {
  margin-bottom: 171px !important;
}
.ml171 {
  margin-left: 171px !important;
}
.h171 {
  height: 171px !important;
}
.w171 {
  width: 171px !important;
}
.mw171 {
  min-width: 171px !important;
}
.fz170 {
  font-size: 170px !important;
}
.lh170 {
  line-height: 170px !important;
}
.pt170 {
  padding-top: 170px !important;
}
.pr170 {
  padding-right: 170px !important;
}
.pb170 {
  padding-bottom: 170px !important;
}
.pl170 {
  padding-left: 170px !important;
}
.mt170 {
  margin-top: 170px !important;
}
.mr170 {
  margin-right: 170px !important;
}
.mb170 {
  margin-bottom: 170px !important;
}
.ml170 {
  margin-left: 170px !important;
}
.h170 {
  height: 170px !important;
}
.w170 {
  width: 170px !important;
}
.mw170 {
  min-width: 170px !important;
}
.fz169 {
  font-size: 169px !important;
}
.lh169 {
  line-height: 169px !important;
}
.pt169 {
  padding-top: 169px !important;
}
.pr169 {
  padding-right: 169px !important;
}
.pb169 {
  padding-bottom: 169px !important;
}
.pl169 {
  padding-left: 169px !important;
}
.mt169 {
  margin-top: 169px !important;
}
.mr169 {
  margin-right: 169px !important;
}
.mb169 {
  margin-bottom: 169px !important;
}
.ml169 {
  margin-left: 169px !important;
}
.h169 {
  height: 169px !important;
}
.w169 {
  width: 169px !important;
}
.mw169 {
  min-width: 169px !important;
}
.fz168 {
  font-size: 168px !important;
}
.lh168 {
  line-height: 168px !important;
}
.pt168 {
  padding-top: 168px !important;
}
.pr168 {
  padding-right: 168px !important;
}
.pb168 {
  padding-bottom: 168px !important;
}
.pl168 {
  padding-left: 168px !important;
}
.mt168 {
  margin-top: 168px !important;
}
.mr168 {
  margin-right: 168px !important;
}
.mb168 {
  margin-bottom: 168px !important;
}
.ml168 {
  margin-left: 168px !important;
}
.h168 {
  height: 168px !important;
}
.w168 {
  width: 168px !important;
}
.mw168 {
  min-width: 168px !important;
}
.fz167 {
  font-size: 167px !important;
}
.lh167 {
  line-height: 167px !important;
}
.pt167 {
  padding-top: 167px !important;
}
.pr167 {
  padding-right: 167px !important;
}
.pb167 {
  padding-bottom: 167px !important;
}
.pl167 {
  padding-left: 167px !important;
}
.mt167 {
  margin-top: 167px !important;
}
.mr167 {
  margin-right: 167px !important;
}
.mb167 {
  margin-bottom: 167px !important;
}
.ml167 {
  margin-left: 167px !important;
}
.h167 {
  height: 167px !important;
}
.w167 {
  width: 167px !important;
}
.mw167 {
  min-width: 167px !important;
}
.fz166 {
  font-size: 166px !important;
}
.lh166 {
  line-height: 166px !important;
}
.pt166 {
  padding-top: 166px !important;
}
.pr166 {
  padding-right: 166px !important;
}
.pb166 {
  padding-bottom: 166px !important;
}
.pl166 {
  padding-left: 166px !important;
}
.mt166 {
  margin-top: 166px !important;
}
.mr166 {
  margin-right: 166px !important;
}
.mb166 {
  margin-bottom: 166px !important;
}
.ml166 {
  margin-left: 166px !important;
}
.h166 {
  height: 166px !important;
}
.w166 {
  width: 166px !important;
}
.mw166 {
  min-width: 166px !important;
}
.fz165 {
  font-size: 165px !important;
}
.lh165 {
  line-height: 165px !important;
}
.pt165 {
  padding-top: 165px !important;
}
.pr165 {
  padding-right: 165px !important;
}
.pb165 {
  padding-bottom: 165px !important;
}
.pl165 {
  padding-left: 165px !important;
}
.mt165 {
  margin-top: 165px !important;
}
.mr165 {
  margin-right: 165px !important;
}
.mb165 {
  margin-bottom: 165px !important;
}
.ml165 {
  margin-left: 165px !important;
}
.h165 {
  height: 165px !important;
}
.w165 {
  width: 165px !important;
}
.mw165 {
  min-width: 165px !important;
}
.fz164 {
  font-size: 164px !important;
}
.lh164 {
  line-height: 164px !important;
}
.pt164 {
  padding-top: 164px !important;
}
.pr164 {
  padding-right: 164px !important;
}
.pb164 {
  padding-bottom: 164px !important;
}
.pl164 {
  padding-left: 164px !important;
}
.mt164 {
  margin-top: 164px !important;
}
.mr164 {
  margin-right: 164px !important;
}
.mb164 {
  margin-bottom: 164px !important;
}
.ml164 {
  margin-left: 164px !important;
}
.h164 {
  height: 164px !important;
}
.w164 {
  width: 164px !important;
}
.mw164 {
  min-width: 164px !important;
}
.fz163 {
  font-size: 163px !important;
}
.lh163 {
  line-height: 163px !important;
}
.pt163 {
  padding-top: 163px !important;
}
.pr163 {
  padding-right: 163px !important;
}
.pb163 {
  padding-bottom: 163px !important;
}
.pl163 {
  padding-left: 163px !important;
}
.mt163 {
  margin-top: 163px !important;
}
.mr163 {
  margin-right: 163px !important;
}
.mb163 {
  margin-bottom: 163px !important;
}
.ml163 {
  margin-left: 163px !important;
}
.h163 {
  height: 163px !important;
}
.w163 {
  width: 163px !important;
}
.mw163 {
  min-width: 163px !important;
}
.fz162 {
  font-size: 162px !important;
}
.lh162 {
  line-height: 162px !important;
}
.pt162 {
  padding-top: 162px !important;
}
.pr162 {
  padding-right: 162px !important;
}
.pb162 {
  padding-bottom: 162px !important;
}
.pl162 {
  padding-left: 162px !important;
}
.mt162 {
  margin-top: 162px !important;
}
.mr162 {
  margin-right: 162px !important;
}
.mb162 {
  margin-bottom: 162px !important;
}
.ml162 {
  margin-left: 162px !important;
}
.h162 {
  height: 162px !important;
}
.w162 {
  width: 162px !important;
}
.mw162 {
  min-width: 162px !important;
}
.fz161 {
  font-size: 161px !important;
}
.lh161 {
  line-height: 161px !important;
}
.pt161 {
  padding-top: 161px !important;
}
.pr161 {
  padding-right: 161px !important;
}
.pb161 {
  padding-bottom: 161px !important;
}
.pl161 {
  padding-left: 161px !important;
}
.mt161 {
  margin-top: 161px !important;
}
.mr161 {
  margin-right: 161px !important;
}
.mb161 {
  margin-bottom: 161px !important;
}
.ml161 {
  margin-left: 161px !important;
}
.h161 {
  height: 161px !important;
}
.w161 {
  width: 161px !important;
}
.mw161 {
  min-width: 161px !important;
}
.fz160 {
  font-size: 160px !important;
}
.lh160 {
  line-height: 160px !important;
}
.pt160 {
  padding-top: 160px !important;
}
.pr160 {
  padding-right: 160px !important;
}
.pb160 {
  padding-bottom: 160px !important;
}
.pl160 {
  padding-left: 160px !important;
}
.mt160 {
  margin-top: 160px !important;
}
.mr160 {
  margin-right: 160px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.ml160 {
  margin-left: 160px !important;
}
.h160 {
  height: 160px !important;
}
.w160 {
  width: 160px !important;
}
.mw160 {
  min-width: 160px !important;
}
.fz159 {
  font-size: 159px !important;
}
.lh159 {
  line-height: 159px !important;
}
.pt159 {
  padding-top: 159px !important;
}
.pr159 {
  padding-right: 159px !important;
}
.pb159 {
  padding-bottom: 159px !important;
}
.pl159 {
  padding-left: 159px !important;
}
.mt159 {
  margin-top: 159px !important;
}
.mr159 {
  margin-right: 159px !important;
}
.mb159 {
  margin-bottom: 159px !important;
}
.ml159 {
  margin-left: 159px !important;
}
.h159 {
  height: 159px !important;
}
.w159 {
  width: 159px !important;
}
.mw159 {
  min-width: 159px !important;
}
.fz158 {
  font-size: 158px !important;
}
.lh158 {
  line-height: 158px !important;
}
.pt158 {
  padding-top: 158px !important;
}
.pr158 {
  padding-right: 158px !important;
}
.pb158 {
  padding-bottom: 158px !important;
}
.pl158 {
  padding-left: 158px !important;
}
.mt158 {
  margin-top: 158px !important;
}
.mr158 {
  margin-right: 158px !important;
}
.mb158 {
  margin-bottom: 158px !important;
}
.ml158 {
  margin-left: 158px !important;
}
.h158 {
  height: 158px !important;
}
.w158 {
  width: 158px !important;
}
.mw158 {
  min-width: 158px !important;
}
.fz157 {
  font-size: 157px !important;
}
.lh157 {
  line-height: 157px !important;
}
.pt157 {
  padding-top: 157px !important;
}
.pr157 {
  padding-right: 157px !important;
}
.pb157 {
  padding-bottom: 157px !important;
}
.pl157 {
  padding-left: 157px !important;
}
.mt157 {
  margin-top: 157px !important;
}
.mr157 {
  margin-right: 157px !important;
}
.mb157 {
  margin-bottom: 157px !important;
}
.ml157 {
  margin-left: 157px !important;
}
.h157 {
  height: 157px !important;
}
.w157 {
  width: 157px !important;
}
.mw157 {
  min-width: 157px !important;
}
.fz156 {
  font-size: 156px !important;
}
.lh156 {
  line-height: 156px !important;
}
.pt156 {
  padding-top: 156px !important;
}
.pr156 {
  padding-right: 156px !important;
}
.pb156 {
  padding-bottom: 156px !important;
}
.pl156 {
  padding-left: 156px !important;
}
.mt156 {
  margin-top: 156px !important;
}
.mr156 {
  margin-right: 156px !important;
}
.mb156 {
  margin-bottom: 156px !important;
}
.ml156 {
  margin-left: 156px !important;
}
.h156 {
  height: 156px !important;
}
.w156 {
  width: 156px !important;
}
.mw156 {
  min-width: 156px !important;
}
.fz155 {
  font-size: 155px !important;
}
.lh155 {
  line-height: 155px !important;
}
.pt155 {
  padding-top: 155px !important;
}
.pr155 {
  padding-right: 155px !important;
}
.pb155 {
  padding-bottom: 155px !important;
}
.pl155 {
  padding-left: 155px !important;
}
.mt155 {
  margin-top: 155px !important;
}
.mr155 {
  margin-right: 155px !important;
}
.mb155 {
  margin-bottom: 155px !important;
}
.ml155 {
  margin-left: 155px !important;
}
.h155 {
  height: 155px !important;
}
.w155 {
  width: 155px !important;
}
.mw155 {
  min-width: 155px !important;
}
.fz154 {
  font-size: 154px !important;
}
.lh154 {
  line-height: 154px !important;
}
.pt154 {
  padding-top: 154px !important;
}
.pr154 {
  padding-right: 154px !important;
}
.pb154 {
  padding-bottom: 154px !important;
}
.pl154 {
  padding-left: 154px !important;
}
.mt154 {
  margin-top: 154px !important;
}
.mr154 {
  margin-right: 154px !important;
}
.mb154 {
  margin-bottom: 154px !important;
}
.ml154 {
  margin-left: 154px !important;
}
.h154 {
  height: 154px !important;
}
.w154 {
  width: 154px !important;
}
.mw154 {
  min-width: 154px !important;
}
.fz153 {
  font-size: 153px !important;
}
.lh153 {
  line-height: 153px !important;
}
.pt153 {
  padding-top: 153px !important;
}
.pr153 {
  padding-right: 153px !important;
}
.pb153 {
  padding-bottom: 153px !important;
}
.pl153 {
  padding-left: 153px !important;
}
.mt153 {
  margin-top: 153px !important;
}
.mr153 {
  margin-right: 153px !important;
}
.mb153 {
  margin-bottom: 153px !important;
}
.ml153 {
  margin-left: 153px !important;
}
.h153 {
  height: 153px !important;
}
.w153 {
  width: 153px !important;
}
.mw153 {
  min-width: 153px !important;
}
.fz152 {
  font-size: 152px !important;
}
.lh152 {
  line-height: 152px !important;
}
.pt152 {
  padding-top: 152px !important;
}
.pr152 {
  padding-right: 152px !important;
}
.pb152 {
  padding-bottom: 152px !important;
}
.pl152 {
  padding-left: 152px !important;
}
.mt152 {
  margin-top: 152px !important;
}
.mr152 {
  margin-right: 152px !important;
}
.mb152 {
  margin-bottom: 152px !important;
}
.ml152 {
  margin-left: 152px !important;
}
.h152 {
  height: 152px !important;
}
.w152 {
  width: 152px !important;
}
.mw152 {
  min-width: 152px !important;
}
.fz151 {
  font-size: 151px !important;
}
.lh151 {
  line-height: 151px !important;
}
.pt151 {
  padding-top: 151px !important;
}
.pr151 {
  padding-right: 151px !important;
}
.pb151 {
  padding-bottom: 151px !important;
}
.pl151 {
  padding-left: 151px !important;
}
.mt151 {
  margin-top: 151px !important;
}
.mr151 {
  margin-right: 151px !important;
}
.mb151 {
  margin-bottom: 151px !important;
}
.ml151 {
  margin-left: 151px !important;
}
.h151 {
  height: 151px !important;
}
.w151 {
  width: 151px !important;
}
.mw151 {
  min-width: 151px !important;
}
.fz150 {
  font-size: 150px !important;
}
.lh150 {
  line-height: 150px !important;
}
.pt150 {
  padding-top: 150px !important;
}
.pr150 {
  padding-right: 150px !important;
}
.pb150 {
  padding-bottom: 150px !important;
}
.pl150 {
  padding-left: 150px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mr150 {
  margin-right: 150px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.ml150 {
  margin-left: 150px !important;
}
.h150 {
  height: 150px !important;
}
.w150 {
  width: 150px !important;
}
.mw150 {
  min-width: 150px !important;
}
.fz149 {
  font-size: 149px !important;
}
.lh149 {
  line-height: 149px !important;
}
.pt149 {
  padding-top: 149px !important;
}
.pr149 {
  padding-right: 149px !important;
}
.pb149 {
  padding-bottom: 149px !important;
}
.pl149 {
  padding-left: 149px !important;
}
.mt149 {
  margin-top: 149px !important;
}
.mr149 {
  margin-right: 149px !important;
}
.mb149 {
  margin-bottom: 149px !important;
}
.ml149 {
  margin-left: 149px !important;
}
.h149 {
  height: 149px !important;
}
.w149 {
  width: 149px !important;
}
.mw149 {
  min-width: 149px !important;
}
.fz148 {
  font-size: 148px !important;
}
.lh148 {
  line-height: 148px !important;
}
.pt148 {
  padding-top: 148px !important;
}
.pr148 {
  padding-right: 148px !important;
}
.pb148 {
  padding-bottom: 148px !important;
}
.pl148 {
  padding-left: 148px !important;
}
.mt148 {
  margin-top: 148px !important;
}
.mr148 {
  margin-right: 148px !important;
}
.mb148 {
  margin-bottom: 148px !important;
}
.ml148 {
  margin-left: 148px !important;
}
.h148 {
  height: 148px !important;
}
.w148 {
  width: 148px !important;
}
.mw148 {
  min-width: 148px !important;
}
.fz147 {
  font-size: 147px !important;
}
.lh147 {
  line-height: 147px !important;
}
.pt147 {
  padding-top: 147px !important;
}
.pr147 {
  padding-right: 147px !important;
}
.pb147 {
  padding-bottom: 147px !important;
}
.pl147 {
  padding-left: 147px !important;
}
.mt147 {
  margin-top: 147px !important;
}
.mr147 {
  margin-right: 147px !important;
}
.mb147 {
  margin-bottom: 147px !important;
}
.ml147 {
  margin-left: 147px !important;
}
.h147 {
  height: 147px !important;
}
.w147 {
  width: 147px !important;
}
.mw147 {
  min-width: 147px !important;
}
.fz146 {
  font-size: 146px !important;
}
.lh146 {
  line-height: 146px !important;
}
.pt146 {
  padding-top: 146px !important;
}
.pr146 {
  padding-right: 146px !important;
}
.pb146 {
  padding-bottom: 146px !important;
}
.pl146 {
  padding-left: 146px !important;
}
.mt146 {
  margin-top: 146px !important;
}
.mr146 {
  margin-right: 146px !important;
}
.mb146 {
  margin-bottom: 146px !important;
}
.ml146 {
  margin-left: 146px !important;
}
.h146 {
  height: 146px !important;
}
.w146 {
  width: 146px !important;
}
.mw146 {
  min-width: 146px !important;
}
.fz145 {
  font-size: 145px !important;
}
.lh145 {
  line-height: 145px !important;
}
.pt145 {
  padding-top: 145px !important;
}
.pr145 {
  padding-right: 145px !important;
}
.pb145 {
  padding-bottom: 145px !important;
}
.pl145 {
  padding-left: 145px !important;
}
.mt145 {
  margin-top: 145px !important;
}
.mr145 {
  margin-right: 145px !important;
}
.mb145 {
  margin-bottom: 145px !important;
}
.ml145 {
  margin-left: 145px !important;
}
.h145 {
  height: 145px !important;
}
.w145 {
  width: 145px !important;
}
.mw145 {
  min-width: 145px !important;
}
.fz144 {
  font-size: 144px !important;
}
.lh144 {
  line-height: 144px !important;
}
.pt144 {
  padding-top: 144px !important;
}
.pr144 {
  padding-right: 144px !important;
}
.pb144 {
  padding-bottom: 144px !important;
}
.pl144 {
  padding-left: 144px !important;
}
.mt144 {
  margin-top: 144px !important;
}
.mr144 {
  margin-right: 144px !important;
}
.mb144 {
  margin-bottom: 144px !important;
}
.ml144 {
  margin-left: 144px !important;
}
.h144 {
  height: 144px !important;
}
.w144 {
  width: 144px !important;
}
.mw144 {
  min-width: 144px !important;
}
.fz143 {
  font-size: 143px !important;
}
.lh143 {
  line-height: 143px !important;
}
.pt143 {
  padding-top: 143px !important;
}
.pr143 {
  padding-right: 143px !important;
}
.pb143 {
  padding-bottom: 143px !important;
}
.pl143 {
  padding-left: 143px !important;
}
.mt143 {
  margin-top: 143px !important;
}
.mr143 {
  margin-right: 143px !important;
}
.mb143 {
  margin-bottom: 143px !important;
}
.ml143 {
  margin-left: 143px !important;
}
.h143 {
  height: 143px !important;
}
.w143 {
  width: 143px !important;
}
.mw143 {
  min-width: 143px !important;
}
.fz142 {
  font-size: 142px !important;
}
.lh142 {
  line-height: 142px !important;
}
.pt142 {
  padding-top: 142px !important;
}
.pr142 {
  padding-right: 142px !important;
}
.pb142 {
  padding-bottom: 142px !important;
}
.pl142 {
  padding-left: 142px !important;
}
.mt142 {
  margin-top: 142px !important;
}
.mr142 {
  margin-right: 142px !important;
}
.mb142 {
  margin-bottom: 142px !important;
}
.ml142 {
  margin-left: 142px !important;
}
.h142 {
  height: 142px !important;
}
.w142 {
  width: 142px !important;
}
.mw142 {
  min-width: 142px !important;
}
.fz141 {
  font-size: 141px !important;
}
.lh141 {
  line-height: 141px !important;
}
.pt141 {
  padding-top: 141px !important;
}
.pr141 {
  padding-right: 141px !important;
}
.pb141 {
  padding-bottom: 141px !important;
}
.pl141 {
  padding-left: 141px !important;
}
.mt141 {
  margin-top: 141px !important;
}
.mr141 {
  margin-right: 141px !important;
}
.mb141 {
  margin-bottom: 141px !important;
}
.ml141 {
  margin-left: 141px !important;
}
.h141 {
  height: 141px !important;
}
.w141 {
  width: 141px !important;
}
.mw141 {
  min-width: 141px !important;
}
.fz140 {
  font-size: 140px !important;
}
.lh140 {
  line-height: 140px !important;
}
.pt140 {
  padding-top: 140px !important;
}
.pr140 {
  padding-right: 140px !important;
}
.pb140 {
  padding-bottom: 140px !important;
}
.pl140 {
  padding-left: 140px !important;
}
.mt140 {
  margin-top: 140px !important;
}
.mr140 {
  margin-right: 140px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.ml140 {
  margin-left: 140px !important;
}
.h140 {
  height: 140px !important;
}
.w140 {
  width: 140px !important;
}
.mw140 {
  min-width: 140px !important;
}
.fz139 {
  font-size: 139px !important;
}
.lh139 {
  line-height: 139px !important;
}
.pt139 {
  padding-top: 139px !important;
}
.pr139 {
  padding-right: 139px !important;
}
.pb139 {
  padding-bottom: 139px !important;
}
.pl139 {
  padding-left: 139px !important;
}
.mt139 {
  margin-top: 139px !important;
}
.mr139 {
  margin-right: 139px !important;
}
.mb139 {
  margin-bottom: 139px !important;
}
.ml139 {
  margin-left: 139px !important;
}
.h139 {
  height: 139px !important;
}
.w139 {
  width: 139px !important;
}
.mw139 {
  min-width: 139px !important;
}
.fz138 {
  font-size: 138px !important;
}
.lh138 {
  line-height: 138px !important;
}
.pt138 {
  padding-top: 138px !important;
}
.pr138 {
  padding-right: 138px !important;
}
.pb138 {
  padding-bottom: 138px !important;
}
.pl138 {
  padding-left: 138px !important;
}
.mt138 {
  margin-top: 138px !important;
}
.mr138 {
  margin-right: 138px !important;
}
.mb138 {
  margin-bottom: 138px !important;
}
.ml138 {
  margin-left: 138px !important;
}
.h138 {
  height: 138px !important;
}
.w138 {
  width: 138px !important;
}
.mw138 {
  min-width: 138px !important;
}
.fz137 {
  font-size: 137px !important;
}
.lh137 {
  line-height: 137px !important;
}
.pt137 {
  padding-top: 137px !important;
}
.pr137 {
  padding-right: 137px !important;
}
.pb137 {
  padding-bottom: 137px !important;
}
.pl137 {
  padding-left: 137px !important;
}
.mt137 {
  margin-top: 137px !important;
}
.mr137 {
  margin-right: 137px !important;
}
.mb137 {
  margin-bottom: 137px !important;
}
.ml137 {
  margin-left: 137px !important;
}
.h137 {
  height: 137px !important;
}
.w137 {
  width: 137px !important;
}
.mw137 {
  min-width: 137px !important;
}
.fz136 {
  font-size: 136px !important;
}
.lh136 {
  line-height: 136px !important;
}
.pt136 {
  padding-top: 136px !important;
}
.pr136 {
  padding-right: 136px !important;
}
.pb136 {
  padding-bottom: 136px !important;
}
.pl136 {
  padding-left: 136px !important;
}
.mt136 {
  margin-top: 136px !important;
}
.mr136 {
  margin-right: 136px !important;
}
.mb136 {
  margin-bottom: 136px !important;
}
.ml136 {
  margin-left: 136px !important;
}
.h136 {
  height: 136px !important;
}
.w136 {
  width: 136px !important;
}
.mw136 {
  min-width: 136px !important;
}
.fz135 {
  font-size: 135px !important;
}
.lh135 {
  line-height: 135px !important;
}
.pt135 {
  padding-top: 135px !important;
}
.pr135 {
  padding-right: 135px !important;
}
.pb135 {
  padding-bottom: 135px !important;
}
.pl135 {
  padding-left: 135px !important;
}
.mt135 {
  margin-top: 135px !important;
}
.mr135 {
  margin-right: 135px !important;
}
.mb135 {
  margin-bottom: 135px !important;
}
.ml135 {
  margin-left: 135px !important;
}
.h135 {
  height: 135px !important;
}
.w135 {
  width: 135px !important;
}
.mw135 {
  min-width: 135px !important;
}
.fz134 {
  font-size: 134px !important;
}
.lh134 {
  line-height: 134px !important;
}
.pt134 {
  padding-top: 134px !important;
}
.pr134 {
  padding-right: 134px !important;
}
.pb134 {
  padding-bottom: 134px !important;
}
.pl134 {
  padding-left: 134px !important;
}
.mt134 {
  margin-top: 134px !important;
}
.mr134 {
  margin-right: 134px !important;
}
.mb134 {
  margin-bottom: 134px !important;
}
.ml134 {
  margin-left: 134px !important;
}
.h134 {
  height: 134px !important;
}
.w134 {
  width: 134px !important;
}
.mw134 {
  min-width: 134px !important;
}
.fz133 {
  font-size: 133px !important;
}
.lh133 {
  line-height: 133px !important;
}
.pt133 {
  padding-top: 133px !important;
}
.pr133 {
  padding-right: 133px !important;
}
.pb133 {
  padding-bottom: 133px !important;
}
.pl133 {
  padding-left: 133px !important;
}
.mt133 {
  margin-top: 133px !important;
}
.mr133 {
  margin-right: 133px !important;
}
.mb133 {
  margin-bottom: 133px !important;
}
.ml133 {
  margin-left: 133px !important;
}
.h133 {
  height: 133px !important;
}
.w133 {
  width: 133px !important;
}
.mw133 {
  min-width: 133px !important;
}
.fz132 {
  font-size: 132px !important;
}
.lh132 {
  line-height: 132px !important;
}
.pt132 {
  padding-top: 132px !important;
}
.pr132 {
  padding-right: 132px !important;
}
.pb132 {
  padding-bottom: 132px !important;
}
.pl132 {
  padding-left: 132px !important;
}
.mt132 {
  margin-top: 132px !important;
}
.mr132 {
  margin-right: 132px !important;
}
.mb132 {
  margin-bottom: 132px !important;
}
.ml132 {
  margin-left: 132px !important;
}
.h132 {
  height: 132px !important;
}
.w132 {
  width: 132px !important;
}
.mw132 {
  min-width: 132px !important;
}
.fz131 {
  font-size: 131px !important;
}
.lh131 {
  line-height: 131px !important;
}
.pt131 {
  padding-top: 131px !important;
}
.pr131 {
  padding-right: 131px !important;
}
.pb131 {
  padding-bottom: 131px !important;
}
.pl131 {
  padding-left: 131px !important;
}
.mt131 {
  margin-top: 131px !important;
}
.mr131 {
  margin-right: 131px !important;
}
.mb131 {
  margin-bottom: 131px !important;
}
.ml131 {
  margin-left: 131px !important;
}
.h131 {
  height: 131px !important;
}
.w131 {
  width: 131px !important;
}
.mw131 {
  min-width: 131px !important;
}
.fz130 {
  font-size: 130px !important;
}
.lh130 {
  line-height: 130px !important;
}
.pt130 {
  padding-top: 130px !important;
}
.pr130 {
  padding-right: 130px !important;
}
.pb130 {
  padding-bottom: 130px !important;
}
.pl130 {
  padding-left: 130px !important;
}
.mt130 {
  margin-top: 130px !important;
}
.mr130 {
  margin-right: 130px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.ml130 {
  margin-left: 130px !important;
}
.h130 {
  height: 130px !important;
}
.w130 {
  width: 130px !important;
}
.mw130 {
  min-width: 130px !important;
}
.fz129 {
  font-size: 129px !important;
}
.lh129 {
  line-height: 129px !important;
}
.pt129 {
  padding-top: 129px !important;
}
.pr129 {
  padding-right: 129px !important;
}
.pb129 {
  padding-bottom: 129px !important;
}
.pl129 {
  padding-left: 129px !important;
}
.mt129 {
  margin-top: 129px !important;
}
.mr129 {
  margin-right: 129px !important;
}
.mb129 {
  margin-bottom: 129px !important;
}
.ml129 {
  margin-left: 129px !important;
}
.h129 {
  height: 129px !important;
}
.w129 {
  width: 129px !important;
}
.mw129 {
  min-width: 129px !important;
}
.fz128 {
  font-size: 128px !important;
}
.lh128 {
  line-height: 128px !important;
}
.pt128 {
  padding-top: 128px !important;
}
.pr128 {
  padding-right: 128px !important;
}
.pb128 {
  padding-bottom: 128px !important;
}
.pl128 {
  padding-left: 128px !important;
}
.mt128 {
  margin-top: 128px !important;
}
.mr128 {
  margin-right: 128px !important;
}
.mb128 {
  margin-bottom: 128px !important;
}
.ml128 {
  margin-left: 128px !important;
}
.h128 {
  height: 128px !important;
}
.w128 {
  width: 128px !important;
}
.mw128 {
  min-width: 128px !important;
}
.fz127 {
  font-size: 127px !important;
}
.lh127 {
  line-height: 127px !important;
}
.pt127 {
  padding-top: 127px !important;
}
.pr127 {
  padding-right: 127px !important;
}
.pb127 {
  padding-bottom: 127px !important;
}
.pl127 {
  padding-left: 127px !important;
}
.mt127 {
  margin-top: 127px !important;
}
.mr127 {
  margin-right: 127px !important;
}
.mb127 {
  margin-bottom: 127px !important;
}
.ml127 {
  margin-left: 127px !important;
}
.h127 {
  height: 127px !important;
}
.w127 {
  width: 127px !important;
}
.mw127 {
  min-width: 127px !important;
}
.fz126 {
  font-size: 126px !important;
}
.lh126 {
  line-height: 126px !important;
}
.pt126 {
  padding-top: 126px !important;
}
.pr126 {
  padding-right: 126px !important;
}
.pb126 {
  padding-bottom: 126px !important;
}
.pl126 {
  padding-left: 126px !important;
}
.mt126 {
  margin-top: 126px !important;
}
.mr126 {
  margin-right: 126px !important;
}
.mb126 {
  margin-bottom: 126px !important;
}
.ml126 {
  margin-left: 126px !important;
}
.h126 {
  height: 126px !important;
}
.w126 {
  width: 126px !important;
}
.mw126 {
  min-width: 126px !important;
}
.fz125 {
  font-size: 125px !important;
}
.lh125 {
  line-height: 125px !important;
}
.pt125 {
  padding-top: 125px !important;
}
.pr125 {
  padding-right: 125px !important;
}
.pb125 {
  padding-bottom: 125px !important;
}
.pl125 {
  padding-left: 125px !important;
}
.mt125 {
  margin-top: 125px !important;
}
.mr125 {
  margin-right: 125px !important;
}
.mb125 {
  margin-bottom: 125px !important;
}
.ml125 {
  margin-left: 125px !important;
}
.h125 {
  height: 125px !important;
}
.w125 {
  width: 125px !important;
}
.mw125 {
  min-width: 125px !important;
}
.fz124 {
  font-size: 124px !important;
}
.lh124 {
  line-height: 124px !important;
}
.pt124 {
  padding-top: 124px !important;
}
.pr124 {
  padding-right: 124px !important;
}
.pb124 {
  padding-bottom: 124px !important;
}
.pl124 {
  padding-left: 124px !important;
}
.mt124 {
  margin-top: 124px !important;
}
.mr124 {
  margin-right: 124px !important;
}
.mb124 {
  margin-bottom: 124px !important;
}
.ml124 {
  margin-left: 124px !important;
}
.h124 {
  height: 124px !important;
}
.w124 {
  width: 124px !important;
}
.mw124 {
  min-width: 124px !important;
}
.fz123 {
  font-size: 123px !important;
}
.lh123 {
  line-height: 123px !important;
}
.pt123 {
  padding-top: 123px !important;
}
.pr123 {
  padding-right: 123px !important;
}
.pb123 {
  padding-bottom: 123px !important;
}
.pl123 {
  padding-left: 123px !important;
}
.mt123 {
  margin-top: 123px !important;
}
.mr123 {
  margin-right: 123px !important;
}
.mb123 {
  margin-bottom: 123px !important;
}
.ml123 {
  margin-left: 123px !important;
}
.h123 {
  height: 123px !important;
}
.w123 {
  width: 123px !important;
}
.mw123 {
  min-width: 123px !important;
}
.fz122 {
  font-size: 122px !important;
}
.lh122 {
  line-height: 122px !important;
}
.pt122 {
  padding-top: 122px !important;
}
.pr122 {
  padding-right: 122px !important;
}
.pb122 {
  padding-bottom: 122px !important;
}
.pl122 {
  padding-left: 122px !important;
}
.mt122 {
  margin-top: 122px !important;
}
.mr122 {
  margin-right: 122px !important;
}
.mb122 {
  margin-bottom: 122px !important;
}
.ml122 {
  margin-left: 122px !important;
}
.h122 {
  height: 122px !important;
}
.w122 {
  width: 122px !important;
}
.mw122 {
  min-width: 122px !important;
}
.fz121 {
  font-size: 121px !important;
}
.lh121 {
  line-height: 121px !important;
}
.pt121 {
  padding-top: 121px !important;
}
.pr121 {
  padding-right: 121px !important;
}
.pb121 {
  padding-bottom: 121px !important;
}
.pl121 {
  padding-left: 121px !important;
}
.mt121 {
  margin-top: 121px !important;
}
.mr121 {
  margin-right: 121px !important;
}
.mb121 {
  margin-bottom: 121px !important;
}
.ml121 {
  margin-left: 121px !important;
}
.h121 {
  height: 121px !important;
}
.w121 {
  width: 121px !important;
}
.mw121 {
  min-width: 121px !important;
}
.fz120 {
  font-size: 120px !important;
}
.lh120 {
  line-height: 120px !important;
}
.pt120 {
  padding-top: 120px !important;
}
.pr120 {
  padding-right: 120px !important;
}
.pb120 {
  padding-bottom: 120px !important;
}
.pl120 {
  padding-left: 120px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mr120 {
  margin-right: 120px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.ml120 {
  margin-left: 120px !important;
}
.h120 {
  height: 120px !important;
}
.w120 {
  width: 120px !important;
}
.mw120 {
  min-width: 120px !important;
}
.fz119 {
  font-size: 119px !important;
}
.lh119 {
  line-height: 119px !important;
}
.pt119 {
  padding-top: 119px !important;
}
.pr119 {
  padding-right: 119px !important;
}
.pb119 {
  padding-bottom: 119px !important;
}
.pl119 {
  padding-left: 119px !important;
}
.mt119 {
  margin-top: 119px !important;
}
.mr119 {
  margin-right: 119px !important;
}
.mb119 {
  margin-bottom: 119px !important;
}
.ml119 {
  margin-left: 119px !important;
}
.h119 {
  height: 119px !important;
}
.w119 {
  width: 119px !important;
}
.mw119 {
  min-width: 119px !important;
}
.fz118 {
  font-size: 118px !important;
}
.lh118 {
  line-height: 118px !important;
}
.pt118 {
  padding-top: 118px !important;
}
.pr118 {
  padding-right: 118px !important;
}
.pb118 {
  padding-bottom: 118px !important;
}
.pl118 {
  padding-left: 118px !important;
}
.mt118 {
  margin-top: 118px !important;
}
.mr118 {
  margin-right: 118px !important;
}
.mb118 {
  margin-bottom: 118px !important;
}
.ml118 {
  margin-left: 118px !important;
}
.h118 {
  height: 118px !important;
}
.w118 {
  width: 118px !important;
}
.mw118 {
  min-width: 118px !important;
}
.fz117 {
  font-size: 117px !important;
}
.lh117 {
  line-height: 117px !important;
}
.pt117 {
  padding-top: 117px !important;
}
.pr117 {
  padding-right: 117px !important;
}
.pb117 {
  padding-bottom: 117px !important;
}
.pl117 {
  padding-left: 117px !important;
}
.mt117 {
  margin-top: 117px !important;
}
.mr117 {
  margin-right: 117px !important;
}
.mb117 {
  margin-bottom: 117px !important;
}
.ml117 {
  margin-left: 117px !important;
}
.h117 {
  height: 117px !important;
}
.w117 {
  width: 117px !important;
}
.mw117 {
  min-width: 117px !important;
}
.fz116 {
  font-size: 116px !important;
}
.lh116 {
  line-height: 116px !important;
}
.pt116 {
  padding-top: 116px !important;
}
.pr116 {
  padding-right: 116px !important;
}
.pb116 {
  padding-bottom: 116px !important;
}
.pl116 {
  padding-left: 116px !important;
}
.mt116 {
  margin-top: 116px !important;
}
.mr116 {
  margin-right: 116px !important;
}
.mb116 {
  margin-bottom: 116px !important;
}
.ml116 {
  margin-left: 116px !important;
}
.h116 {
  height: 116px !important;
}
.w116 {
  width: 116px !important;
}
.mw116 {
  min-width: 116px !important;
}
.fz115 {
  font-size: 115px !important;
}
.lh115 {
  line-height: 115px !important;
}
.pt115 {
  padding-top: 115px !important;
}
.pr115 {
  padding-right: 115px !important;
}
.pb115 {
  padding-bottom: 115px !important;
}
.pl115 {
  padding-left: 115px !important;
}
.mt115 {
  margin-top: 115px !important;
}
.mr115 {
  margin-right: 115px !important;
}
.mb115 {
  margin-bottom: 115px !important;
}
.ml115 {
  margin-left: 115px !important;
}
.h115 {
  height: 115px !important;
}
.w115 {
  width: 115px !important;
}
.mw115 {
  min-width: 115px !important;
}
.fz114 {
  font-size: 114px !important;
}
.lh114 {
  line-height: 114px !important;
}
.pt114 {
  padding-top: 114px !important;
}
.pr114 {
  padding-right: 114px !important;
}
.pb114 {
  padding-bottom: 114px !important;
}
.pl114 {
  padding-left: 114px !important;
}
.mt114 {
  margin-top: 114px !important;
}
.mr114 {
  margin-right: 114px !important;
}
.mb114 {
  margin-bottom: 114px !important;
}
.ml114 {
  margin-left: 114px !important;
}
.h114 {
  height: 114px !important;
}
.w114 {
  width: 114px !important;
}
.mw114 {
  min-width: 114px !important;
}
.fz113 {
  font-size: 113px !important;
}
.lh113 {
  line-height: 113px !important;
}
.pt113 {
  padding-top: 113px !important;
}
.pr113 {
  padding-right: 113px !important;
}
.pb113 {
  padding-bottom: 113px !important;
}
.pl113 {
  padding-left: 113px !important;
}
.mt113 {
  margin-top: 113px !important;
}
.mr113 {
  margin-right: 113px !important;
}
.mb113 {
  margin-bottom: 113px !important;
}
.ml113 {
  margin-left: 113px !important;
}
.h113 {
  height: 113px !important;
}
.w113 {
  width: 113px !important;
}
.mw113 {
  min-width: 113px !important;
}
.fz112 {
  font-size: 112px !important;
}
.lh112 {
  line-height: 112px !important;
}
.pt112 {
  padding-top: 112px !important;
}
.pr112 {
  padding-right: 112px !important;
}
.pb112 {
  padding-bottom: 112px !important;
}
.pl112 {
  padding-left: 112px !important;
}
.mt112 {
  margin-top: 112px !important;
}
.mr112 {
  margin-right: 112px !important;
}
.mb112 {
  margin-bottom: 112px !important;
}
.ml112 {
  margin-left: 112px !important;
}
.h112 {
  height: 112px !important;
}
.w112 {
  width: 112px !important;
}
.mw112 {
  min-width: 112px !important;
}
.fz111 {
  font-size: 111px !important;
}
.lh111 {
  line-height: 111px !important;
}
.pt111 {
  padding-top: 111px !important;
}
.pr111 {
  padding-right: 111px !important;
}
.pb111 {
  padding-bottom: 111px !important;
}
.pl111 {
  padding-left: 111px !important;
}
.mt111 {
  margin-top: 111px !important;
}
.mr111 {
  margin-right: 111px !important;
}
.mb111 {
  margin-bottom: 111px !important;
}
.ml111 {
  margin-left: 111px !important;
}
.h111 {
  height: 111px !important;
}
.w111 {
  width: 111px !important;
}
.mw111 {
  min-width: 111px !important;
}
.fz110 {
  font-size: 110px !important;
}
.lh110 {
  line-height: 110px !important;
}
.pt110 {
  padding-top: 110px !important;
}
.pr110 {
  padding-right: 110px !important;
}
.pb110 {
  padding-bottom: 110px !important;
}
.pl110 {
  padding-left: 110px !important;
}
.mt110 {
  margin-top: 110px !important;
}
.mr110 {
  margin-right: 110px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.ml110 {
  margin-left: 110px !important;
}
.h110 {
  height: 110px !important;
}
.w110 {
  width: 110px !important;
}
.mw110 {
  min-width: 110px !important;
}
.fz109 {
  font-size: 109px !important;
}
.lh109 {
  line-height: 109px !important;
}
.pt109 {
  padding-top: 109px !important;
}
.pr109 {
  padding-right: 109px !important;
}
.pb109 {
  padding-bottom: 109px !important;
}
.pl109 {
  padding-left: 109px !important;
}
.mt109 {
  margin-top: 109px !important;
}
.mr109 {
  margin-right: 109px !important;
}
.mb109 {
  margin-bottom: 109px !important;
}
.ml109 {
  margin-left: 109px !important;
}
.h109 {
  height: 109px !important;
}
.w109 {
  width: 109px !important;
}
.mw109 {
  min-width: 109px !important;
}
.fz108 {
  font-size: 108px !important;
}
.lh108 {
  line-height: 108px !important;
}
.pt108 {
  padding-top: 108px !important;
}
.pr108 {
  padding-right: 108px !important;
}
.pb108 {
  padding-bottom: 108px !important;
}
.pl108 {
  padding-left: 108px !important;
}
.mt108 {
  margin-top: 108px !important;
}
.mr108 {
  margin-right: 108px !important;
}
.mb108 {
  margin-bottom: 108px !important;
}
.ml108 {
  margin-left: 108px !important;
}
.h108 {
  height: 108px !important;
}
.w108 {
  width: 108px !important;
}
.mw108 {
  min-width: 108px !important;
}
.fz107 {
  font-size: 107px !important;
}
.lh107 {
  line-height: 107px !important;
}
.pt107 {
  padding-top: 107px !important;
}
.pr107 {
  padding-right: 107px !important;
}
.pb107 {
  padding-bottom: 107px !important;
}
.pl107 {
  padding-left: 107px !important;
}
.mt107 {
  margin-top: 107px !important;
}
.mr107 {
  margin-right: 107px !important;
}
.mb107 {
  margin-bottom: 107px !important;
}
.ml107 {
  margin-left: 107px !important;
}
.h107 {
  height: 107px !important;
}
.w107 {
  width: 107px !important;
}
.mw107 {
  min-width: 107px !important;
}
.fz106 {
  font-size: 106px !important;
}
.lh106 {
  line-height: 106px !important;
}
.pt106 {
  padding-top: 106px !important;
}
.pr106 {
  padding-right: 106px !important;
}
.pb106 {
  padding-bottom: 106px !important;
}
.pl106 {
  padding-left: 106px !important;
}
.mt106 {
  margin-top: 106px !important;
}
.mr106 {
  margin-right: 106px !important;
}
.mb106 {
  margin-bottom: 106px !important;
}
.ml106 {
  margin-left: 106px !important;
}
.h106 {
  height: 106px !important;
}
.w106 {
  width: 106px !important;
}
.mw106 {
  min-width: 106px !important;
}
.fz105 {
  font-size: 105px !important;
}
.lh105 {
  line-height: 105px !important;
}
.pt105 {
  padding-top: 105px !important;
}
.pr105 {
  padding-right: 105px !important;
}
.pb105 {
  padding-bottom: 105px !important;
}
.pl105 {
  padding-left: 105px !important;
}
.mt105 {
  margin-top: 105px !important;
}
.mr105 {
  margin-right: 105px !important;
}
.mb105 {
  margin-bottom: 105px !important;
}
.ml105 {
  margin-left: 105px !important;
}
.h105 {
  height: 105px !important;
}
.w105 {
  width: 105px !important;
}
.mw105 {
  min-width: 105px !important;
}
.fz104 {
  font-size: 104px !important;
}
.lh104 {
  line-height: 104px !important;
}
.pt104 {
  padding-top: 104px !important;
}
.pr104 {
  padding-right: 104px !important;
}
.pb104 {
  padding-bottom: 104px !important;
}
.pl104 {
  padding-left: 104px !important;
}
.mt104 {
  margin-top: 104px !important;
}
.mr104 {
  margin-right: 104px !important;
}
.mb104 {
  margin-bottom: 104px !important;
}
.ml104 {
  margin-left: 104px !important;
}
.h104 {
  height: 104px !important;
}
.w104 {
  width: 104px !important;
}
.mw104 {
  min-width: 104px !important;
}
.fz103 {
  font-size: 103px !important;
}
.lh103 {
  line-height: 103px !important;
}
.pt103 {
  padding-top: 103px !important;
}
.pr103 {
  padding-right: 103px !important;
}
.pb103 {
  padding-bottom: 103px !important;
}
.pl103 {
  padding-left: 103px !important;
}
.mt103 {
  margin-top: 103px !important;
}
.mr103 {
  margin-right: 103px !important;
}
.mb103 {
  margin-bottom: 103px !important;
}
.ml103 {
  margin-left: 103px !important;
}
.h103 {
  height: 103px !important;
}
.w103 {
  width: 103px !important;
}
.mw103 {
  min-width: 103px !important;
}
.fz102 {
  font-size: 102px !important;
}
.lh102 {
  line-height: 102px !important;
}
.pt102 {
  padding-top: 102px !important;
}
.pr102 {
  padding-right: 102px !important;
}
.pb102 {
  padding-bottom: 102px !important;
}
.pl102 {
  padding-left: 102px !important;
}
.mt102 {
  margin-top: 102px !important;
}
.mr102 {
  margin-right: 102px !important;
}
.mb102 {
  margin-bottom: 102px !important;
}
.ml102 {
  margin-left: 102px !important;
}
.h102 {
  height: 102px !important;
}
.w102 {
  width: 102px !important;
}
.mw102 {
  min-width: 102px !important;
}
.fz101 {
  font-size: 101px !important;
}
.lh101 {
  line-height: 101px !important;
}
.pt101 {
  padding-top: 101px !important;
}
.pr101 {
  padding-right: 101px !important;
}
.pb101 {
  padding-bottom: 101px !important;
}
.pl101 {
  padding-left: 101px !important;
}
.mt101 {
  margin-top: 101px !important;
}
.mr101 {
  margin-right: 101px !important;
}
.mb101 {
  margin-bottom: 101px !important;
}
.ml101 {
  margin-left: 101px !important;
}
.h101 {
  height: 101px !important;
}
.w101 {
  width: 101px !important;
}
.mw101 {
  min-width: 101px !important;
}
.fz100 {
  font-size: 100px !important;
}
.lh100 {
  line-height: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.h100 {
  height: 100px !important;
}
.w100 {
  width: 100px !important;
}
.mw100 {
  min-width: 100px !important;
}
.fz99 {
  font-size: 99px !important;
}
.lh99 {
  line-height: 99px !important;
}
.pt99 {
  padding-top: 99px !important;
}
.pr99 {
  padding-right: 99px !important;
}
.pb99 {
  padding-bottom: 99px !important;
}
.pl99 {
  padding-left: 99px !important;
}
.mt99 {
  margin-top: 99px !important;
}
.mr99 {
  margin-right: 99px !important;
}
.mb99 {
  margin-bottom: 99px !important;
}
.ml99 {
  margin-left: 99px !important;
}
.h99 {
  height: 99px !important;
}
.w99 {
  width: 99px !important;
}
.mw99 {
  min-width: 99px !important;
}
.fz98 {
  font-size: 98px !important;
}
.lh98 {
  line-height: 98px !important;
}
.pt98 {
  padding-top: 98px !important;
}
.pr98 {
  padding-right: 98px !important;
}
.pb98 {
  padding-bottom: 98px !important;
}
.pl98 {
  padding-left: 98px !important;
}
.mt98 {
  margin-top: 98px !important;
}
.mr98 {
  margin-right: 98px !important;
}
.mb98 {
  margin-bottom: 98px !important;
}
.ml98 {
  margin-left: 98px !important;
}
.h98 {
  height: 98px !important;
}
.w98 {
  width: 98px !important;
}
.mw98 {
  min-width: 98px !important;
}
.fz97 {
  font-size: 97px !important;
}
.lh97 {
  line-height: 97px !important;
}
.pt97 {
  padding-top: 97px !important;
}
.pr97 {
  padding-right: 97px !important;
}
.pb97 {
  padding-bottom: 97px !important;
}
.pl97 {
  padding-left: 97px !important;
}
.mt97 {
  margin-top: 97px !important;
}
.mr97 {
  margin-right: 97px !important;
}
.mb97 {
  margin-bottom: 97px !important;
}
.ml97 {
  margin-left: 97px !important;
}
.h97 {
  height: 97px !important;
}
.w97 {
  width: 97px !important;
}
.mw97 {
  min-width: 97px !important;
}
.fz96 {
  font-size: 96px !important;
}
.lh96 {
  line-height: 96px !important;
}
.pt96 {
  padding-top: 96px !important;
}
.pr96 {
  padding-right: 96px !important;
}
.pb96 {
  padding-bottom: 96px !important;
}
.pl96 {
  padding-left: 96px !important;
}
.mt96 {
  margin-top: 96px !important;
}
.mr96 {
  margin-right: 96px !important;
}
.mb96 {
  margin-bottom: 96px !important;
}
.ml96 {
  margin-left: 96px !important;
}
.h96 {
  height: 96px !important;
}
.w96 {
  width: 96px !important;
}
.mw96 {
  min-width: 96px !important;
}
.fz95 {
  font-size: 95px !important;
}
.lh95 {
  line-height: 95px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.h95 {
  height: 95px !important;
}
.w95 {
  width: 95px !important;
}
.mw95 {
  min-width: 95px !important;
}
.fz94 {
  font-size: 94px !important;
}
.lh94 {
  line-height: 94px !important;
}
.pt94 {
  padding-top: 94px !important;
}
.pr94 {
  padding-right: 94px !important;
}
.pb94 {
  padding-bottom: 94px !important;
}
.pl94 {
  padding-left: 94px !important;
}
.mt94 {
  margin-top: 94px !important;
}
.mr94 {
  margin-right: 94px !important;
}
.mb94 {
  margin-bottom: 94px !important;
}
.ml94 {
  margin-left: 94px !important;
}
.h94 {
  height: 94px !important;
}
.w94 {
  width: 94px !important;
}
.mw94 {
  min-width: 94px !important;
}
.fz93 {
  font-size: 93px !important;
}
.lh93 {
  line-height: 93px !important;
}
.pt93 {
  padding-top: 93px !important;
}
.pr93 {
  padding-right: 93px !important;
}
.pb93 {
  padding-bottom: 93px !important;
}
.pl93 {
  padding-left: 93px !important;
}
.mt93 {
  margin-top: 93px !important;
}
.mr93 {
  margin-right: 93px !important;
}
.mb93 {
  margin-bottom: 93px !important;
}
.ml93 {
  margin-left: 93px !important;
}
.h93 {
  height: 93px !important;
}
.w93 {
  width: 93px !important;
}
.mw93 {
  min-width: 93px !important;
}
.fz92 {
  font-size: 92px !important;
}
.lh92 {
  line-height: 92px !important;
}
.pt92 {
  padding-top: 92px !important;
}
.pr92 {
  padding-right: 92px !important;
}
.pb92 {
  padding-bottom: 92px !important;
}
.pl92 {
  padding-left: 92px !important;
}
.mt92 {
  margin-top: 92px !important;
}
.mr92 {
  margin-right: 92px !important;
}
.mb92 {
  margin-bottom: 92px !important;
}
.ml92 {
  margin-left: 92px !important;
}
.h92 {
  height: 92px !important;
}
.w92 {
  width: 92px !important;
}
.mw92 {
  min-width: 92px !important;
}
.fz91 {
  font-size: 91px !important;
}
.lh91 {
  line-height: 91px !important;
}
.pt91 {
  padding-top: 91px !important;
}
.pr91 {
  padding-right: 91px !important;
}
.pb91 {
  padding-bottom: 91px !important;
}
.pl91 {
  padding-left: 91px !important;
}
.mt91 {
  margin-top: 91px !important;
}
.mr91 {
  margin-right: 91px !important;
}
.mb91 {
  margin-bottom: 91px !important;
}
.ml91 {
  margin-left: 91px !important;
}
.h91 {
  height: 91px !important;
}
.w91 {
  width: 91px !important;
}
.mw91 {
  min-width: 91px !important;
}
.fz90 {
  font-size: 90px !important;
}
.lh90 {
  line-height: 90px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.h90 {
  height: 90px !important;
}
.w90 {
  width: 90px !important;
}
.mw90 {
  min-width: 90px !important;
}
.fz89 {
  font-size: 89px !important;
}
.lh89 {
  line-height: 89px !important;
}
.pt89 {
  padding-top: 89px !important;
}
.pr89 {
  padding-right: 89px !important;
}
.pb89 {
  padding-bottom: 89px !important;
}
.pl89 {
  padding-left: 89px !important;
}
.mt89 {
  margin-top: 89px !important;
}
.mr89 {
  margin-right: 89px !important;
}
.mb89 {
  margin-bottom: 89px !important;
}
.ml89 {
  margin-left: 89px !important;
}
.h89 {
  height: 89px !important;
}
.w89 {
  width: 89px !important;
}
.mw89 {
  min-width: 89px !important;
}
.fz88 {
  font-size: 88px !important;
}
.lh88 {
  line-height: 88px !important;
}
.pt88 {
  padding-top: 88px !important;
}
.pr88 {
  padding-right: 88px !important;
}
.pb88 {
  padding-bottom: 88px !important;
}
.pl88 {
  padding-left: 88px !important;
}
.mt88 {
  margin-top: 88px !important;
}
.mr88 {
  margin-right: 88px !important;
}
.mb88 {
  margin-bottom: 88px !important;
}
.ml88 {
  margin-left: 88px !important;
}
.h88 {
  height: 88px !important;
}
.w88 {
  width: 88px !important;
}
.mw88 {
  min-width: 88px !important;
}
.fz87 {
  font-size: 87px !important;
}
.lh87 {
  line-height: 87px !important;
}
.pt87 {
  padding-top: 87px !important;
}
.pr87 {
  padding-right: 87px !important;
}
.pb87 {
  padding-bottom: 87px !important;
}
.pl87 {
  padding-left: 87px !important;
}
.mt87 {
  margin-top: 87px !important;
}
.mr87 {
  margin-right: 87px !important;
}
.mb87 {
  margin-bottom: 87px !important;
}
.ml87 {
  margin-left: 87px !important;
}
.h87 {
  height: 87px !important;
}
.w87 {
  width: 87px !important;
}
.mw87 {
  min-width: 87px !important;
}
.fz86 {
  font-size: 86px !important;
}
.lh86 {
  line-height: 86px !important;
}
.pt86 {
  padding-top: 86px !important;
}
.pr86 {
  padding-right: 86px !important;
}
.pb86 {
  padding-bottom: 86px !important;
}
.pl86 {
  padding-left: 86px !important;
}
.mt86 {
  margin-top: 86px !important;
}
.mr86 {
  margin-right: 86px !important;
}
.mb86 {
  margin-bottom: 86px !important;
}
.ml86 {
  margin-left: 86px !important;
}
.h86 {
  height: 86px !important;
}
.w86 {
  width: 86px !important;
}
.mw86 {
  min-width: 86px !important;
}
.fz85 {
  font-size: 85px !important;
}
.lh85 {
  line-height: 85px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.h85 {
  height: 85px !important;
}
.w85 {
  width: 85px !important;
}
.mw85 {
  min-width: 85px !important;
}
.fz84 {
  font-size: 84px !important;
}
.lh84 {
  line-height: 84px !important;
}
.pt84 {
  padding-top: 84px !important;
}
.pr84 {
  padding-right: 84px !important;
}
.pb84 {
  padding-bottom: 84px !important;
}
.pl84 {
  padding-left: 84px !important;
}
.mt84 {
  margin-top: 84px !important;
}
.mr84 {
  margin-right: 84px !important;
}
.mb84 {
  margin-bottom: 84px !important;
}
.ml84 {
  margin-left: 84px !important;
}
.h84 {
  height: 84px !important;
}
.w84 {
  width: 84px !important;
}
.mw84 {
  min-width: 84px !important;
}
.fz83 {
  font-size: 83px !important;
}
.lh83 {
  line-height: 83px !important;
}
.pt83 {
  padding-top: 83px !important;
}
.pr83 {
  padding-right: 83px !important;
}
.pb83 {
  padding-bottom: 83px !important;
}
.pl83 {
  padding-left: 83px !important;
}
.mt83 {
  margin-top: 83px !important;
}
.mr83 {
  margin-right: 83px !important;
}
.mb83 {
  margin-bottom: 83px !important;
}
.ml83 {
  margin-left: 83px !important;
}
.h83 {
  height: 83px !important;
}
.w83 {
  width: 83px !important;
}
.mw83 {
  min-width: 83px !important;
}
.fz82 {
  font-size: 82px !important;
}
.lh82 {
  line-height: 82px !important;
}
.pt82 {
  padding-top: 82px !important;
}
.pr82 {
  padding-right: 82px !important;
}
.pb82 {
  padding-bottom: 82px !important;
}
.pl82 {
  padding-left: 82px !important;
}
.mt82 {
  margin-top: 82px !important;
}
.mr82 {
  margin-right: 82px !important;
}
.mb82 {
  margin-bottom: 82px !important;
}
.ml82 {
  margin-left: 82px !important;
}
.h82 {
  height: 82px !important;
}
.w82 {
  width: 82px !important;
}
.mw82 {
  min-width: 82px !important;
}
.fz81 {
  font-size: 81px !important;
}
.lh81 {
  line-height: 81px !important;
}
.pt81 {
  padding-top: 81px !important;
}
.pr81 {
  padding-right: 81px !important;
}
.pb81 {
  padding-bottom: 81px !important;
}
.pl81 {
  padding-left: 81px !important;
}
.mt81 {
  margin-top: 81px !important;
}
.mr81 {
  margin-right: 81px !important;
}
.mb81 {
  margin-bottom: 81px !important;
}
.ml81 {
  margin-left: 81px !important;
}
.h81 {
  height: 81px !important;
}
.w81 {
  width: 81px !important;
}
.mw81 {
  min-width: 81px !important;
}
.fz80 {
  font-size: 80px !important;
}
.lh80 {
  line-height: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.h80 {
  height: 80px !important;
}
.w80 {
  width: 80px !important;
}
.mw80 {
  min-width: 80px !important;
}
.fz79 {
  font-size: 79px !important;
}
.lh79 {
  line-height: 79px !important;
}
.pt79 {
  padding-top: 79px !important;
}
.pr79 {
  padding-right: 79px !important;
}
.pb79 {
  padding-bottom: 79px !important;
}
.pl79 {
  padding-left: 79px !important;
}
.mt79 {
  margin-top: 79px !important;
}
.mr79 {
  margin-right: 79px !important;
}
.mb79 {
  margin-bottom: 79px !important;
}
.ml79 {
  margin-left: 79px !important;
}
.h79 {
  height: 79px !important;
}
.w79 {
  width: 79px !important;
}
.mw79 {
  min-width: 79px !important;
}
.fz78 {
  font-size: 78px !important;
}
.lh78 {
  line-height: 78px !important;
}
.pt78 {
  padding-top: 78px !important;
}
.pr78 {
  padding-right: 78px !important;
}
.pb78 {
  padding-bottom: 78px !important;
}
.pl78 {
  padding-left: 78px !important;
}
.mt78 {
  margin-top: 78px !important;
}
.mr78 {
  margin-right: 78px !important;
}
.mb78 {
  margin-bottom: 78px !important;
}
.ml78 {
  margin-left: 78px !important;
}
.h78 {
  height: 78px !important;
}
.w78 {
  width: 78px !important;
}
.mw78 {
  min-width: 78px !important;
}
.fz77 {
  font-size: 77px !important;
}
.lh77 {
  line-height: 77px !important;
}
.pt77 {
  padding-top: 77px !important;
}
.pr77 {
  padding-right: 77px !important;
}
.pb77 {
  padding-bottom: 77px !important;
}
.pl77 {
  padding-left: 77px !important;
}
.mt77 {
  margin-top: 77px !important;
}
.mr77 {
  margin-right: 77px !important;
}
.mb77 {
  margin-bottom: 77px !important;
}
.ml77 {
  margin-left: 77px !important;
}
.h77 {
  height: 77px !important;
}
.w77 {
  width: 77px !important;
}
.mw77 {
  min-width: 77px !important;
}
.fz76 {
  font-size: 76px !important;
}
.lh76 {
  line-height: 76px !important;
}
.pt76 {
  padding-top: 76px !important;
}
.pr76 {
  padding-right: 76px !important;
}
.pb76 {
  padding-bottom: 76px !important;
}
.pl76 {
  padding-left: 76px !important;
}
.mt76 {
  margin-top: 76px !important;
}
.mr76 {
  margin-right: 76px !important;
}
.mb76 {
  margin-bottom: 76px !important;
}
.ml76 {
  margin-left: 76px !important;
}
.h76 {
  height: 76px !important;
}
.w76 {
  width: 76px !important;
}
.mw76 {
  min-width: 76px !important;
}
.fz75 {
  font-size: 75px !important;
}
.lh75 {
  line-height: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.h75 {
  height: 75px !important;
}
.w75 {
  width: 75px !important;
}
.mw75 {
  min-width: 75px !important;
}
.fz74 {
  font-size: 74px !important;
}
.lh74 {
  line-height: 74px !important;
}
.pt74 {
  padding-top: 74px !important;
}
.pr74 {
  padding-right: 74px !important;
}
.pb74 {
  padding-bottom: 74px !important;
}
.pl74 {
  padding-left: 74px !important;
}
.mt74 {
  margin-top: 74px !important;
}
.mr74 {
  margin-right: 74px !important;
}
.mb74 {
  margin-bottom: 74px !important;
}
.ml74 {
  margin-left: 74px !important;
}
.h74 {
  height: 74px !important;
}
.w74 {
  width: 74px !important;
}
.mw74 {
  min-width: 74px !important;
}
.fz73 {
  font-size: 73px !important;
}
.lh73 {
  line-height: 73px !important;
}
.pt73 {
  padding-top: 73px !important;
}
.pr73 {
  padding-right: 73px !important;
}
.pb73 {
  padding-bottom: 73px !important;
}
.pl73 {
  padding-left: 73px !important;
}
.mt73 {
  margin-top: 73px !important;
}
.mr73 {
  margin-right: 73px !important;
}
.mb73 {
  margin-bottom: 73px !important;
}
.ml73 {
  margin-left: 73px !important;
}
.h73 {
  height: 73px !important;
}
.w73 {
  width: 73px !important;
}
.mw73 {
  min-width: 73px !important;
}
.fz72 {
  font-size: 72px !important;
}
.lh72 {
  line-height: 72px !important;
}
.pt72 {
  padding-top: 72px !important;
}
.pr72 {
  padding-right: 72px !important;
}
.pb72 {
  padding-bottom: 72px !important;
}
.pl72 {
  padding-left: 72px !important;
}
.mt72 {
  margin-top: 72px !important;
}
.mr72 {
  margin-right: 72px !important;
}
.mb72 {
  margin-bottom: 72px !important;
}
.ml72 {
  margin-left: 72px !important;
}
.h72 {
  height: 72px !important;
}
.w72 {
  width: 72px !important;
}
.mw72 {
  min-width: 72px !important;
}
.fz71 {
  font-size: 71px !important;
}
.lh71 {
  line-height: 71px !important;
}
.pt71 {
  padding-top: 71px !important;
}
.pr71 {
  padding-right: 71px !important;
}
.pb71 {
  padding-bottom: 71px !important;
}
.pl71 {
  padding-left: 71px !important;
}
.mt71 {
  margin-top: 71px !important;
}
.mr71 {
  margin-right: 71px !important;
}
.mb71 {
  margin-bottom: 71px !important;
}
.ml71 {
  margin-left: 71px !important;
}
.h71 {
  height: 71px !important;
}
.w71 {
  width: 71px !important;
}
.mw71 {
  min-width: 71px !important;
}
.fz70 {
  font-size: 70px !important;
}
.lh70 {
  line-height: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.h70 {
  height: 70px !important;
}
.w70 {
  width: 70px !important;
}
.mw70 {
  min-width: 70px !important;
}
.fz69 {
  font-size: 69px !important;
}
.lh69 {
  line-height: 69px !important;
}
.pt69 {
  padding-top: 69px !important;
}
.pr69 {
  padding-right: 69px !important;
}
.pb69 {
  padding-bottom: 69px !important;
}
.pl69 {
  padding-left: 69px !important;
}
.mt69 {
  margin-top: 69px !important;
}
.mr69 {
  margin-right: 69px !important;
}
.mb69 {
  margin-bottom: 69px !important;
}
.ml69 {
  margin-left: 69px !important;
}
.h69 {
  height: 69px !important;
}
.w69 {
  width: 69px !important;
}
.mw69 {
  min-width: 69px !important;
}
.fz68 {
  font-size: 68px !important;
}
.lh68 {
  line-height: 68px !important;
}
.pt68 {
  padding-top: 68px !important;
}
.pr68 {
  padding-right: 68px !important;
}
.pb68 {
  padding-bottom: 68px !important;
}
.pl68 {
  padding-left: 68px !important;
}
.mt68 {
  margin-top: 68px !important;
}
.mr68 {
  margin-right: 68px !important;
}
.mb68 {
  margin-bottom: 68px !important;
}
.ml68 {
  margin-left: 68px !important;
}
.h68 {
  height: 68px !important;
}
.w68 {
  width: 68px !important;
}
.mw68 {
  min-width: 68px !important;
}
.fz67 {
  font-size: 67px !important;
}
.lh67 {
  line-height: 67px !important;
}
.pt67 {
  padding-top: 67px !important;
}
.pr67 {
  padding-right: 67px !important;
}
.pb67 {
  padding-bottom: 67px !important;
}
.pl67 {
  padding-left: 67px !important;
}
.mt67 {
  margin-top: 67px !important;
}
.mr67 {
  margin-right: 67px !important;
}
.mb67 {
  margin-bottom: 67px !important;
}
.ml67 {
  margin-left: 67px !important;
}
.h67 {
  height: 67px !important;
}
.w67 {
  width: 67px !important;
}
.mw67 {
  min-width: 67px !important;
}
.fz66 {
  font-size: 66px !important;
}
.lh66 {
  line-height: 66px !important;
}
.pt66 {
  padding-top: 66px !important;
}
.pr66 {
  padding-right: 66px !important;
}
.pb66 {
  padding-bottom: 66px !important;
}
.pl66 {
  padding-left: 66px !important;
}
.mt66 {
  margin-top: 66px !important;
}
.mr66 {
  margin-right: 66px !important;
}
.mb66 {
  margin-bottom: 66px !important;
}
.ml66 {
  margin-left: 66px !important;
}
.h66 {
  height: 66px !important;
}
.w66 {
  width: 66px !important;
}
.mw66 {
  min-width: 66px !important;
}
.fz65 {
  font-size: 65px !important;
}
.lh65 {
  line-height: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.h65 {
  height: 65px !important;
}
.w65 {
  width: 65px !important;
}
.mw65 {
  min-width: 65px !important;
}
.fz64 {
  font-size: 64px !important;
}
.lh64 {
  line-height: 64px !important;
}
.pt64 {
  padding-top: 64px !important;
}
.pr64 {
  padding-right: 64px !important;
}
.pb64 {
  padding-bottom: 64px !important;
}
.pl64 {
  padding-left: 64px !important;
}
.mt64 {
  margin-top: 64px !important;
}
.mr64 {
  margin-right: 64px !important;
}
.mb64 {
  margin-bottom: 64px !important;
}
.ml64 {
  margin-left: 64px !important;
}
.h64 {
  height: 64px !important;
}
.w64 {
  width: 64px !important;
}
.mw64 {
  min-width: 64px !important;
}
.fz63 {
  font-size: 63px !important;
}
.lh63 {
  line-height: 63px !important;
}
.pt63 {
  padding-top: 63px !important;
}
.pr63 {
  padding-right: 63px !important;
}
.pb63 {
  padding-bottom: 63px !important;
}
.pl63 {
  padding-left: 63px !important;
}
.mt63 {
  margin-top: 63px !important;
}
.mr63 {
  margin-right: 63px !important;
}
.mb63 {
  margin-bottom: 63px !important;
}
.ml63 {
  margin-left: 63px !important;
}
.h63 {
  height: 63px !important;
}
.w63 {
  width: 63px !important;
}
.mw63 {
  min-width: 63px !important;
}
.fz62 {
  font-size: 62px !important;
}
.lh62 {
  line-height: 62px !important;
}
.pt62 {
  padding-top: 62px !important;
}
.pr62 {
  padding-right: 62px !important;
}
.pb62 {
  padding-bottom: 62px !important;
}
.pl62 {
  padding-left: 62px !important;
}
.mt62 {
  margin-top: 62px !important;
}
.mr62 {
  margin-right: 62px !important;
}
.mb62 {
  margin-bottom: 62px !important;
}
.ml62 {
  margin-left: 62px !important;
}
.h62 {
  height: 62px !important;
}
.w62 {
  width: 62px !important;
}
.mw62 {
  min-width: 62px !important;
}
.fz61 {
  font-size: 61px !important;
}
.lh61 {
  line-height: 61px !important;
}
.pt61 {
  padding-top: 61px !important;
}
.pr61 {
  padding-right: 61px !important;
}
.pb61 {
  padding-bottom: 61px !important;
}
.pl61 {
  padding-left: 61px !important;
}
.mt61 {
  margin-top: 61px !important;
}
.mr61 {
  margin-right: 61px !important;
}
.mb61 {
  margin-bottom: 61px !important;
}
.ml61 {
  margin-left: 61px !important;
}
.h61 {
  height: 61px !important;
}
.w61 {
  width: 61px !important;
}
.mw61 {
  min-width: 61px !important;
}
.fz60 {
  font-size: 60px !important;
}
.lh60 {
  line-height: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.h60 {
  height: 60px !important;
}
.w60 {
  width: 60px !important;
}
.mw60 {
  min-width: 60px !important;
}
.fz59 {
  font-size: 59px !important;
}
.lh59 {
  line-height: 59px !important;
}
.pt59 {
  padding-top: 59px !important;
}
.pr59 {
  padding-right: 59px !important;
}
.pb59 {
  padding-bottom: 59px !important;
}
.pl59 {
  padding-left: 59px !important;
}
.mt59 {
  margin-top: 59px !important;
}
.mr59 {
  margin-right: 59px !important;
}
.mb59 {
  margin-bottom: 59px !important;
}
.ml59 {
  margin-left: 59px !important;
}
.h59 {
  height: 59px !important;
}
.w59 {
  width: 59px !important;
}
.mw59 {
  min-width: 59px !important;
}
.fz58 {
  font-size: 58px !important;
}
.lh58 {
  line-height: 58px !important;
}
.pt58 {
  padding-top: 58px !important;
}
.pr58 {
  padding-right: 58px !important;
}
.pb58 {
  padding-bottom: 58px !important;
}
.pl58 {
  padding-left: 58px !important;
}
.mt58 {
  margin-top: 58px !important;
}
.mr58 {
  margin-right: 58px !important;
}
.mb58 {
  margin-bottom: 58px !important;
}
.ml58 {
  margin-left: 58px !important;
}
.h58 {
  height: 58px !important;
}
.w58 {
  width: 58px !important;
}
.mw58 {
  min-width: 58px !important;
}
.fz57 {
  font-size: 57px !important;
}
.lh57 {
  line-height: 57px !important;
}
.pt57 {
  padding-top: 57px !important;
}
.pr57 {
  padding-right: 57px !important;
}
.pb57 {
  padding-bottom: 57px !important;
}
.pl57 {
  padding-left: 57px !important;
}
.mt57 {
  margin-top: 57px !important;
}
.mr57 {
  margin-right: 57px !important;
}
.mb57 {
  margin-bottom: 57px !important;
}
.ml57 {
  margin-left: 57px !important;
}
.h57 {
  height: 57px !important;
}
.w57 {
  width: 57px !important;
}
.mw57 {
  min-width: 57px !important;
}
.fz56 {
  font-size: 56px !important;
}
.lh56 {
  line-height: 56px !important;
}
.pt56 {
  padding-top: 56px !important;
}
.pr56 {
  padding-right: 56px !important;
}
.pb56 {
  padding-bottom: 56px !important;
}
.pl56 {
  padding-left: 56px !important;
}
.mt56 {
  margin-top: 56px !important;
}
.mr56 {
  margin-right: 56px !important;
}
.mb56 {
  margin-bottom: 56px !important;
}
.ml56 {
  margin-left: 56px !important;
}
.h56 {
  height: 56px !important;
}
.w56 {
  width: 56px !important;
}
.mw56 {
  min-width: 56px !important;
}
.fz55 {
  font-size: 55px !important;
}
.lh55 {
  line-height: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.h55 {
  height: 55px !important;
}
.w55 {
  width: 55px !important;
}
.mw55 {
  min-width: 55px !important;
}
.fz54 {
  font-size: 54px !important;
}
.lh54 {
  line-height: 54px !important;
}
.pt54 {
  padding-top: 54px !important;
}
.pr54 {
  padding-right: 54px !important;
}
.pb54 {
  padding-bottom: 54px !important;
}
.pl54 {
  padding-left: 54px !important;
}
.mt54 {
  margin-top: 54px !important;
}
.mr54 {
  margin-right: 54px !important;
}
.mb54 {
  margin-bottom: 54px !important;
}
.ml54 {
  margin-left: 54px !important;
}
.h54 {
  height: 54px !important;
}
.w54 {
  width: 54px !important;
}
.mw54 {
  min-width: 54px !important;
}
.fz53 {
  font-size: 53px !important;
}
.lh53 {
  line-height: 53px !important;
}
.pt53 {
  padding-top: 53px !important;
}
.pr53 {
  padding-right: 53px !important;
}
.pb53 {
  padding-bottom: 53px !important;
}
.pl53 {
  padding-left: 53px !important;
}
.mt53 {
  margin-top: 53px !important;
}
.mr53 {
  margin-right: 53px !important;
}
.mb53 {
  margin-bottom: 53px !important;
}
.ml53 {
  margin-left: 53px !important;
}
.h53 {
  height: 53px !important;
}
.w53 {
  width: 53px !important;
}
.mw53 {
  min-width: 53px !important;
}
.fz52 {
  font-size: 52px !important;
}
.lh52 {
  line-height: 52px !important;
}
.pt52 {
  padding-top: 52px !important;
}
.pr52 {
  padding-right: 52px !important;
}
.pb52 {
  padding-bottom: 52px !important;
}
.pl52 {
  padding-left: 52px !important;
}
.mt52 {
  margin-top: 52px !important;
}
.mr52 {
  margin-right: 52px !important;
}
.mb52 {
  margin-bottom: 52px !important;
}
.ml52 {
  margin-left: 52px !important;
}
.h52 {
  height: 52px !important;
}
.w52 {
  width: 52px !important;
}
.mw52 {
  min-width: 52px !important;
}
.fz51 {
  font-size: 51px !important;
}
.lh51 {
  line-height: 51px !important;
}
.pt51 {
  padding-top: 51px !important;
}
.pr51 {
  padding-right: 51px !important;
}
.pb51 {
  padding-bottom: 51px !important;
}
.pl51 {
  padding-left: 51px !important;
}
.mt51 {
  margin-top: 51px !important;
}
.mr51 {
  margin-right: 51px !important;
}
.mb51 {
  margin-bottom: 51px !important;
}
.ml51 {
  margin-left: 51px !important;
}
.h51 {
  height: 51px !important;
}
.w51 {
  width: 51px !important;
}
.mw51 {
  min-width: 51px !important;
}
.fz50 {
  font-size: 50px !important;
}
.lh50 {
  line-height: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.h50 {
  height: 50px !important;
}
.w50 {
  width: 50px !important;
}
.mw50 {
  min-width: 50px !important;
}
.fz49 {
  font-size: 49px !important;
}
.lh49 {
  line-height: 49px !important;
}
.pt49 {
  padding-top: 49px !important;
}
.pr49 {
  padding-right: 49px !important;
}
.pb49 {
  padding-bottom: 49px !important;
}
.pl49 {
  padding-left: 49px !important;
}
.mt49 {
  margin-top: 49px !important;
}
.mr49 {
  margin-right: 49px !important;
}
.mb49 {
  margin-bottom: 49px !important;
}
.ml49 {
  margin-left: 49px !important;
}
.h49 {
  height: 49px !important;
}
.w49 {
  width: 49px !important;
}
.mw49 {
  min-width: 49px !important;
}
.fz48 {
  font-size: 48px !important;
}
.lh48 {
  line-height: 48px !important;
}
.pt48 {
  padding-top: 48px !important;
}
.pr48 {
  padding-right: 48px !important;
}
.pb48 {
  padding-bottom: 48px !important;
}
.pl48 {
  padding-left: 48px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mr48 {
  margin-right: 48px !important;
}
.mb48 {
  margin-bottom: 48px !important;
}
.ml48 {
  margin-left: 48px !important;
}
.h48 {
  height: 48px !important;
}
.w48 {
  width: 48px !important;
}
.mw48 {
  min-width: 48px !important;
}
.fz47 {
  font-size: 47px !important;
}
.lh47 {
  line-height: 47px !important;
}
.pt47 {
  padding-top: 47px !important;
}
.pr47 {
  padding-right: 47px !important;
}
.pb47 {
  padding-bottom: 47px !important;
}
.pl47 {
  padding-left: 47px !important;
}
.mt47 {
  margin-top: 47px !important;
}
.mr47 {
  margin-right: 47px !important;
}
.mb47 {
  margin-bottom: 47px !important;
}
.ml47 {
  margin-left: 47px !important;
}
.h47 {
  height: 47px !important;
}
.w47 {
  width: 47px !important;
}
.mw47 {
  min-width: 47px !important;
}
.fz46 {
  font-size: 46px !important;
}
.lh46 {
  line-height: 46px !important;
}
.pt46 {
  padding-top: 46px !important;
}
.pr46 {
  padding-right: 46px !important;
}
.pb46 {
  padding-bottom: 46px !important;
}
.pl46 {
  padding-left: 46px !important;
}
.mt46 {
  margin-top: 46px !important;
}
.mr46 {
  margin-right: 46px !important;
}
.mb46 {
  margin-bottom: 46px !important;
}
.ml46 {
  margin-left: 46px !important;
}
.h46 {
  height: 46px !important;
}
.w46 {
  width: 46px !important;
}
.mw46 {
  min-width: 46px !important;
}
.fz45 {
  font-size: 45px !important;
}
.lh45 {
  line-height: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.h45 {
  height: 45px !important;
}
.w45 {
  width: 45px !important;
}
.mw45 {
  min-width: 45px !important;
}
.fz44 {
  font-size: 44px !important;
}
.lh44 {
  line-height: 44px !important;
}
.pt44 {
  padding-top: 44px !important;
}
.pr44 {
  padding-right: 44px !important;
}
.pb44 {
  padding-bottom: 44px !important;
}
.pl44 {
  padding-left: 44px !important;
}
.mt44 {
  margin-top: 44px !important;
}
.mr44 {
  margin-right: 44px !important;
}
.mb44 {
  margin-bottom: 44px !important;
}
.ml44 {
  margin-left: 44px !important;
}
.h44 {
  height: 44px !important;
}
.w44 {
  width: 44px !important;
}
.mw44 {
  min-width: 44px !important;
}
.fz43 {
  font-size: 43px !important;
}
.lh43 {
  line-height: 43px !important;
}
.pt43 {
  padding-top: 43px !important;
}
.pr43 {
  padding-right: 43px !important;
}
.pb43 {
  padding-bottom: 43px !important;
}
.pl43 {
  padding-left: 43px !important;
}
.mt43 {
  margin-top: 43px !important;
}
.mr43 {
  margin-right: 43px !important;
}
.mb43 {
  margin-bottom: 43px !important;
}
.ml43 {
  margin-left: 43px !important;
}
.h43 {
  height: 43px !important;
}
.w43 {
  width: 43px !important;
}
.mw43 {
  min-width: 43px !important;
}
.fz42 {
  font-size: 42px !important;
}
.lh42 {
  line-height: 42px !important;
}
.pt42 {
  padding-top: 42px !important;
}
.pr42 {
  padding-right: 42px !important;
}
.pb42 {
  padding-bottom: 42px !important;
}
.pl42 {
  padding-left: 42px !important;
}
.mt42 {
  margin-top: 42px !important;
}
.mr42 {
  margin-right: 42px !important;
}
.mb42 {
  margin-bottom: 42px !important;
}
.ml42 {
  margin-left: 42px !important;
}
.h42 {
  height: 42px !important;
}
.w42 {
  width: 42px !important;
}
.mw42 {
  min-width: 42px !important;
}
.fz41 {
  font-size: 41px !important;
}
.lh41 {
  line-height: 41px !important;
}
.pt41 {
  padding-top: 41px !important;
}
.pr41 {
  padding-right: 41px !important;
}
.pb41 {
  padding-bottom: 41px !important;
}
.pl41 {
  padding-left: 41px !important;
}
.mt41 {
  margin-top: 41px !important;
}
.mr41 {
  margin-right: 41px !important;
}
.mb41 {
  margin-bottom: 41px !important;
}
.ml41 {
  margin-left: 41px !important;
}
.h41 {
  height: 41px !important;
}
.w41 {
  width: 41px !important;
}
.mw41 {
  min-width: 41px !important;
}
.fz40 {
  font-size: 40px !important;
}
.lh40 {
  line-height: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.h40 {
  height: 40px !important;
}
.w40 {
  width: 40px !important;
}
.mw40 {
  min-width: 40px !important;
}
.fz39 {
  font-size: 39px !important;
}
.lh39 {
  line-height: 39px !important;
}
.pt39 {
  padding-top: 39px !important;
}
.pr39 {
  padding-right: 39px !important;
}
.pb39 {
  padding-bottom: 39px !important;
}
.pl39 {
  padding-left: 39px !important;
}
.mt39 {
  margin-top: 39px !important;
}
.mr39 {
  margin-right: 39px !important;
}
.mb39 {
  margin-bottom: 39px !important;
}
.ml39 {
  margin-left: 39px !important;
}
.h39 {
  height: 39px !important;
}
.w39 {
  width: 39px !important;
}
.mw39 {
  min-width: 39px !important;
}
.fz38 {
  font-size: 38px !important;
}
.lh38 {
  line-height: 38px !important;
}
.pt38 {
  padding-top: 38px !important;
}
.pr38 {
  padding-right: 38px !important;
}
.pb38 {
  padding-bottom: 38px !important;
}
.pl38 {
  padding-left: 38px !important;
}
.mt38 {
  margin-top: 38px !important;
}
.mr38 {
  margin-right: 38px !important;
}
.mb38 {
  margin-bottom: 38px !important;
}
.ml38 {
  margin-left: 38px !important;
}
.h38 {
  height: 38px !important;
}
.w38 {
  width: 38px !important;
}
.mw38 {
  min-width: 38px !important;
}
.fz37 {
  font-size: 37px !important;
}
.lh37 {
  line-height: 37px !important;
}
.pt37 {
  padding-top: 37px !important;
}
.pr37 {
  padding-right: 37px !important;
}
.pb37 {
  padding-bottom: 37px !important;
}
.pl37 {
  padding-left: 37px !important;
}
.mt37 {
  margin-top: 37px !important;
}
.mr37 {
  margin-right: 37px !important;
}
.mb37 {
  margin-bottom: 37px !important;
}
.ml37 {
  margin-left: 37px !important;
}
.h37 {
  height: 37px !important;
}
.w37 {
  width: 37px !important;
}
.mw37 {
  min-width: 37px !important;
}
.fz36 {
  font-size: 36px !important;
}
.lh36 {
  line-height: 36px !important;
}
.pt36 {
  padding-top: 36px !important;
}
.pr36 {
  padding-right: 36px !important;
}
.pb36 {
  padding-bottom: 36px !important;
}
.pl36 {
  padding-left: 36px !important;
}
.mt36 {
  margin-top: 36px !important;
}
.mr36 {
  margin-right: 36px !important;
}
.mb36 {
  margin-bottom: 36px !important;
}
.ml36 {
  margin-left: 36px !important;
}
.h36 {
  height: 36px !important;
}
.w36 {
  width: 36px !important;
}
.mw36 {
  min-width: 36px !important;
}
.fz35 {
  font-size: 35px !important;
}
.lh35 {
  line-height: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.h35 {
  height: 35px !important;
}
.w35 {
  width: 35px !important;
}
.mw35 {
  min-width: 35px !important;
}
.fz34 {
  font-size: 34px !important;
}
.lh34 {
  line-height: 34px !important;
}
.pt34 {
  padding-top: 34px !important;
}
.pr34 {
  padding-right: 34px !important;
}
.pb34 {
  padding-bottom: 34px !important;
}
.pl34 {
  padding-left: 34px !important;
}
.mt34 {
  margin-top: 34px !important;
}
.mr34 {
  margin-right: 34px !important;
}
.mb34 {
  margin-bottom: 34px !important;
}
.ml34 {
  margin-left: 34px !important;
}
.h34 {
  height: 34px !important;
}
.w34 {
  width: 34px !important;
}
.mw34 {
  min-width: 34px !important;
}
.fz33 {
  font-size: 33px !important;
}
.lh33 {
  line-height: 33px !important;
}
.pt33 {
  padding-top: 33px !important;
}
.pr33 {
  padding-right: 33px !important;
}
.pb33 {
  padding-bottom: 33px !important;
}
.pl33 {
  padding-left: 33px !important;
}
.mt33 {
  margin-top: 33px !important;
}
.mr33 {
  margin-right: 33px !important;
}
.mb33 {
  margin-bottom: 33px !important;
}
.ml33 {
  margin-left: 33px !important;
}
.h33 {
  height: 33px !important;
}
.w33 {
  width: 33px !important;
}
.mw33 {
  min-width: 33px !important;
}
.fz32 {
  font-size: 32px !important;
}
.lh32 {
  line-height: 32px !important;
}
.pt32 {
  padding-top: 32px !important;
}
.pr32 {
  padding-right: 32px !important;
}
.pb32 {
  padding-bottom: 32px !important;
}
.pl32 {
  padding-left: 32px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mr32 {
  margin-right: 32px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.ml32 {
  margin-left: 32px !important;
}
.h32 {
  height: 32px !important;
}
.w32 {
  width: 32px !important;
}
.mw32 {
  min-width: 32px !important;
}
.fz31 {
  font-size: 31px !important;
}
.lh31 {
  line-height: 31px !important;
}
.pt31 {
  padding-top: 31px !important;
}
.pr31 {
  padding-right: 31px !important;
}
.pb31 {
  padding-bottom: 31px !important;
}
.pl31 {
  padding-left: 31px !important;
}
.mt31 {
  margin-top: 31px !important;
}
.mr31 {
  margin-right: 31px !important;
}
.mb31 {
  margin-bottom: 31px !important;
}
.ml31 {
  margin-left: 31px !important;
}
.h31 {
  height: 31px !important;
}
.w31 {
  width: 31px !important;
}
.mw31 {
  min-width: 31px !important;
}
.fz30 {
  font-size: 30px !important;
}
.lh30 {
  line-height: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.h30 {
  height: 30px !important;
}
.w30 {
  width: 30px !important;
}
.mw30 {
  min-width: 30px !important;
}
.fz29 {
  font-size: 29px !important;
}
.lh29 {
  line-height: 29px !important;
}
.pt29 {
  padding-top: 29px !important;
}
.pr29 {
  padding-right: 29px !important;
}
.pb29 {
  padding-bottom: 29px !important;
}
.pl29 {
  padding-left: 29px !important;
}
.mt29 {
  margin-top: 29px !important;
}
.mr29 {
  margin-right: 29px !important;
}
.mb29 {
  margin-bottom: 29px !important;
}
.ml29 {
  margin-left: 29px !important;
}
.h29 {
  height: 29px !important;
}
.w29 {
  width: 29px !important;
}
.mw29 {
  min-width: 29px !important;
}
.fz28 {
  font-size: 28px !important;
}
.lh28 {
  line-height: 28px !important;
}
.pt28 {
  padding-top: 28px !important;
}
.pr28 {
  padding-right: 28px !important;
}
.pb28 {
  padding-bottom: 28px !important;
}
.pl28 {
  padding-left: 28px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mr28 {
  margin-right: 28px !important;
}
.mb28 {
  margin-bottom: 28px !important;
}
.ml28 {
  margin-left: 28px !important;
}
.h28 {
  height: 28px !important;
}
.w28 {
  width: 28px !important;
}
.mw28 {
  min-width: 28px !important;
}
.fz27 {
  font-size: 27px !important;
}
.lh27 {
  line-height: 27px !important;
}
.pt27 {
  padding-top: 27px !important;
}
.pr27 {
  padding-right: 27px !important;
}
.pb27 {
  padding-bottom: 27px !important;
}
.pl27 {
  padding-left: 27px !important;
}
.mt27 {
  margin-top: 27px !important;
}
.mr27 {
  margin-right: 27px !important;
}
.mb27 {
  margin-bottom: 27px !important;
}
.ml27 {
  margin-left: 27px !important;
}
.h27 {
  height: 27px !important;
}
.w27 {
  width: 27px !important;
}
.mw27 {
  min-width: 27px !important;
}
.fz26 {
  font-size: 26px !important;
}
.lh26 {
  line-height: 26px !important;
}
.pt26 {
  padding-top: 26px !important;
}
.pr26 {
  padding-right: 26px !important;
}
.pb26 {
  padding-bottom: 26px !important;
}
.pl26 {
  padding-left: 26px !important;
}
.mt26 {
  margin-top: 26px !important;
}
.mr26 {
  margin-right: 26px !important;
}
.mb26 {
  margin-bottom: 26px !important;
}
.ml26 {
  margin-left: 26px !important;
}
.h26 {
  height: 26px !important;
}
.w26 {
  width: 26px !important;
}
.mw26 {
  min-width: 26px !important;
}
.fz25 {
  font-size: 25px !important;
}
.lh25 {
  line-height: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.h25 {
  height: 25px !important;
}
.w25 {
  width: 25px !important;
}
.mw25 {
  min-width: 25px !important;
}
.fz24 {
  font-size: 24px !important;
}
.lh24 {
  line-height: 24px !important;
}
.pt24 {
  padding-top: 24px !important;
}
.pr24 {
  padding-right: 24px !important;
}
.pb24 {
  padding-bottom: 24px !important;
}
.pl24 {
  padding-left: 24px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mr24 {
  margin-right: 24px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.ml24 {
  margin-left: 24px !important;
}
.h24 {
  height: 24px !important;
}
.w24 {
  width: 24px !important;
}
.mw24 {
  min-width: 24px !important;
}
.fz23 {
  font-size: 23px !important;
}
.lh23 {
  line-height: 23px !important;
}
.pt23 {
  padding-top: 23px !important;
}
.pr23 {
  padding-right: 23px !important;
}
.pb23 {
  padding-bottom: 23px !important;
}
.pl23 {
  padding-left: 23px !important;
}
.mt23 {
  margin-top: 23px !important;
}
.mr23 {
  margin-right: 23px !important;
}
.mb23 {
  margin-bottom: 23px !important;
}
.ml23 {
  margin-left: 23px !important;
}
.h23 {
  height: 23px !important;
}
.w23 {
  width: 23px !important;
}
.mw23 {
  min-width: 23px !important;
}
.fz22 {
  font-size: 22px !important;
}
.lh22 {
  line-height: 22px !important;
}
.pt22 {
  padding-top: 22px !important;
}
.pr22 {
  padding-right: 22px !important;
}
.pb22 {
  padding-bottom: 22px !important;
}
.pl22 {
  padding-left: 22px !important;
}
.mt22 {
  margin-top: 22px !important;
}
.mr22 {
  margin-right: 22px !important;
}
.mb22 {
  margin-bottom: 22px !important;
}
.ml22 {
  margin-left: 22px !important;
}
.h22 {
  height: 22px !important;
}
.w22 {
  width: 22px !important;
}
.mw22 {
  min-width: 22px !important;
}
.fz21 {
  font-size: 21px !important;
}
.lh21 {
  line-height: 21px !important;
}
.pt21 {
  padding-top: 21px !important;
}
.pr21 {
  padding-right: 21px !important;
}
.pb21 {
  padding-bottom: 21px !important;
}
.pl21 {
  padding-left: 21px !important;
}
.mt21 {
  margin-top: 21px !important;
}
.mr21 {
  margin-right: 21px !important;
}
.mb21 {
  margin-bottom: 21px !important;
}
.ml21 {
  margin-left: 21px !important;
}
.h21 {
  height: 21px !important;
}
.w21 {
  width: 21px !important;
}
.mw21 {
  min-width: 21px !important;
}
.fz20 {
  font-size: 20px !important;
}
.lh20 {
  line-height: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.h20 {
  height: 20px !important;
}
.w20 {
  width: 20px !important;
}
.mw20 {
  min-width: 20px !important;
}
.fz19 {
  font-size: 19px !important;
}
.lh19 {
  line-height: 19px !important;
}
.pt19 {
  padding-top: 19px !important;
}
.pr19 {
  padding-right: 19px !important;
}
.pb19 {
  padding-bottom: 19px !important;
}
.pl19 {
  padding-left: 19px !important;
}
.mt19 {
  margin-top: 19px !important;
}
.mr19 {
  margin-right: 19px !important;
}
.mb19 {
  margin-bottom: 19px !important;
}
.ml19 {
  margin-left: 19px !important;
}
.h19 {
  height: 19px !important;
}
.w19 {
  width: 19px !important;
}
.mw19 {
  min-width: 19px !important;
}
.fz18 {
  font-size: 18px !important;
}
.lh18 {
  line-height: 18px !important;
}
.pt18 {
  padding-top: 18px !important;
}
.pr18 {
  padding-right: 18px !important;
}
.pb18 {
  padding-bottom: 18px !important;
}
.pl18 {
  padding-left: 18px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mr18 {
  margin-right: 18px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.ml18 {
  margin-left: 18px !important;
}
.h18 {
  height: 18px !important;
}
.w18 {
  width: 18px !important;
}
.mw18 {
  min-width: 18px !important;
}
.fz17 {
  font-size: 17px !important;
}
.lh17 {
  line-height: 17px !important;
}
.pt17 {
  padding-top: 17px !important;
}
.pr17 {
  padding-right: 17px !important;
}
.pb17 {
  padding-bottom: 17px !important;
}
.pl17 {
  padding-left: 17px !important;
}
.mt17 {
  margin-top: 17px !important;
}
.mr17 {
  margin-right: 17px !important;
}
.mb17 {
  margin-bottom: 17px !important;
}
.ml17 {
  margin-left: 17px !important;
}
.h17 {
  height: 17px !important;
}
.w17 {
  width: 17px !important;
}
.mw17 {
  min-width: 17px !important;
}
.fz16 {
  font-size: 16px !important;
}
.lh16 {
  line-height: 16px !important;
}
.pt16 {
  padding-top: 16px !important;
}
.pr16 {
  padding-right: 16px !important;
}
.pb16 {
  padding-bottom: 16px !important;
}
.pl16 {
  padding-left: 16px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mr16 {
  margin-right: 16px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.ml16 {
  margin-left: 16px !important;
}
.h16 {
  height: 16px !important;
}
.w16 {
  width: 16px !important;
}
.mw16 {
  min-width: 16px !important;
}
.fz15 {
  font-size: 15px !important;
}
.lh15 {
  line-height: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.h15 {
  height: 15px !important;
}
.w15 {
  width: 15px !important;
}
.mw15 {
  min-width: 15px !important;
}
.fz14 {
  font-size: 14px !important;
}
.lh14 {
  line-height: 14px !important;
}
.pt14 {
  padding-top: 14px !important;
}
.pr14 {
  padding-right: 14px !important;
}
.pb14 {
  padding-bottom: 14px !important;
}
.pl14 {
  padding-left: 14px !important;
}
.mt14 {
  margin-top: 14px !important;
}
.mr14 {
  margin-right: 14px !important;
}
.mb14 {
  margin-bottom: 14px !important;
}
.ml14 {
  margin-left: 14px !important;
}
.h14 {
  height: 14px !important;
}
.w14 {
  width: 14px !important;
}
.mw14 {
  min-width: 14px !important;
}
.fz13 {
  font-size: 13px !important;
}
.lh13 {
  line-height: 13px !important;
}
.pt13 {
  padding-top: 13px !important;
}
.pr13 {
  padding-right: 13px !important;
}
.pb13 {
  padding-bottom: 13px !important;
}
.pl13 {
  padding-left: 13px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mr13 {
  margin-right: 13px !important;
}
.mb13 {
  margin-bottom: 13px !important;
}
.ml13 {
  margin-left: 13px !important;
}
.h13 {
  height: 13px !important;
}
.w13 {
  width: 13px !important;
}
.mw13 {
  min-width: 13px !important;
}
.fz12 {
  font-size: 12px !important;
}
.lh12 {
  line-height: 12px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pr12 {
  padding-right: 12px !important;
}
.pb12 {
  padding-bottom: 12px !important;
}
.pl12 {
  padding-left: 12px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.h12 {
  height: 12px !important;
}
.w12 {
  width: 12px !important;
}
.mw12 {
  min-width: 12px !important;
}
.fz11 {
  font-size: 11px !important;
}
.lh11 {
  line-height: 11px !important;
}
.pt11 {
  padding-top: 11px !important;
}
.pr11 {
  padding-right: 11px !important;
}
.pb11 {
  padding-bottom: 11px !important;
}
.pl11 {
  padding-left: 11px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mr11 {
  margin-right: 11px !important;
}
.mb11 {
  margin-bottom: 11px !important;
}
.ml11 {
  margin-left: 11px !important;
}
.h11 {
  height: 11px !important;
}
.w11 {
  width: 11px !important;
}
.mw11 {
  min-width: 11px !important;
}
.fz10 {
  font-size: 10px !important;
}
.lh10 {
  line-height: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.h10 {
  height: 10px !important;
}
.w10 {
  width: 10px !important;
}
.mw10 {
  min-width: 10px !important;
}
.fz9 {
  font-size: 9px !important;
}
.lh9 {
  line-height: 9px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.h9 {
  height: 9px !important;
}
.w9 {
  width: 9px !important;
}
.mw9 {
  min-width: 9px !important;
}
.fz8 {
  font-size: 8px !important;
}
.lh8 {
  line-height: 8px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.h8 {
  height: 8px !important;
}
.w8 {
  width: 8px !important;
}
.mw8 {
  min-width: 8px !important;
}
.fz7 {
  font-size: 7px !important;
}
.lh7 {
  line-height: 7px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.h7 {
  height: 7px !important;
}
.w7 {
  width: 7px !important;
}
.mw7 {
  min-width: 7px !important;
}
.fz6 {
  font-size: 6px !important;
}
.lh6 {
  line-height: 6px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.h6 {
  height: 6px !important;
}
.w6 {
  width: 6px !important;
}
.mw6 {
  min-width: 6px !important;
}
.fz5 {
  font-size: 5px !important;
}
.lh5 {
  line-height: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.h5 {
  height: 5px !important;
}
.w5 {
  width: 5px !important;
}
.mw5 {
  min-width: 5px !important;
}
.fz4 {
  font-size: 4px !important;
}
.lh4 {
  line-height: 4px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.h4 {
  height: 4px !important;
}
.w4 {
  width: 4px !important;
}
.mw4 {
  min-width: 4px !important;
}
.fz3 {
  font-size: 3px !important;
}
.lh3 {
  line-height: 3px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.h3 {
  height: 3px !important;
}
.w3 {
  width: 3px !important;
}
.mw3 {
  min-width: 3px !important;
}
.fz2 {
  font-size: 2px !important;
}
.lh2 {
  line-height: 2px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.h2 {
  height: 2px !important;
}
.w2 {
  width: 2px !important;
}
.mw2 {
  min-width: 2px !important;
}
.fz1 {
  font-size: 1px !important;
}
.lh1 {
  line-height: 1px !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pl1 {
  padding-left: 1px !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.ml1 {
  margin-left: 1px !important;
}
.h1 {
  height: 1px !important;
}
.w1 {
  width: 1px !important;
}
.mw1 {
  min-width: 1px !important;
}
.fz0 {
  font-size: 0px !important;
}
.lh0 {
  line-height: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.h0 {
  height: 0px !important;
}
.w0 {
  width: 0px !important;
}
.mw0 {
  min-width: 0px !important;
}
.fw900 {
  font-weight: 900 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw100 {
  font-weight: 100 !important;
}
.hauto {
  height: auto !important;
}
.wauto {
  width: auto !important;
}
.hrs-list-inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}
.hrs-list-inline li {
  display: inline-block;
  vertical-align: middle;
}
.hrs-flex-inline {
  display: flex;
}
ul.hrs-flex-inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.hrs-flex-inline .grow-col {
  flex-grow: 1;
}
.hrs-form .hrs-irl-form .hrs-checkbox {
  margin: 0 10px 0 0;
}
* {
  font-weight: 300;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  color: #004098;
}
body {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #525252;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
.scor-text-hrsblue {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #004098;
}
.scor-btn-hrsborder {
  color: #004098;
  border: 1px solid #004098;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.scor-btn-hrsborder:hover {
  background-color: #004098;
  color: #fff;
}
.scor-btn-large {
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
.scor-hrs-paragraph {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.scor-hrs-paragraph p {
  margin-bottom: 25px;
}
.scor-president-sign {
  float: right;
  max-width: 200px;
  width: 100%;
  margin-bottom: 60px;
}
a[class^="scor-btn"]:hover {
  text-decoration: none !important;
}
.scor-hrs-icon {
  display: inline-block;
  background-repeat: no-repeat;
}
.scor-hrs-icon.icon-shield {
  color: #d0021b;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  width: 55px;
  height: 55px;
  background: url('../images/icon_security_announcement@2x.png') center center no-repeat #d0021b;
  display: inline-block;
  background-size: 29px 34px;
}
.scor-hrs-icon.icon-newtab {
  width: 12px;
  height: 10px;
  background-image: url('../images/sprite/new-tab.png');
  background-size: 12px auto;
}
.scor-hrs-icon.icon-newtabwhite {
  width: 12px;
  height: 10px;
  background-size: 12px auto;
  background-image: url('../images/sprite/ic_newtab_white@2x.png');
}
.scor-hrs-icon.icon-map-marker {
  width: 12px;
  height: 16px;
  background-image: url('../images/sprite/marker.png');
}
.scor-hrs-icon.icon-chat-box {
  width: 47px;
  height: 47px;
  background-image: url('../images/sprite/chat-box.png');
  background-size: 47px 47px;
  vertical-align: middle;
}
.scor-hrs-icon.icon-download {
  width: 11px;
  height: 12px;
  background-image: url('../images/sprite/download.png');
}
.scor-hrs-icon.icon-group {
  width: 12px;
  height: 10px;
  background-image: url('../images/sprite/group-2.png');
}
header.is-white .scor-hrs-icon.icon-group {
  width: 13px;
  height: 11px;
  background-image: url('../images/sprite/group-white.png');
}
.scor-hrs-icon.icon-group-white {
  width: 13px;
  height: 11px;
  background-image: url('../images/sprite/group-white.png');
}
header.is-blue .scor-hrs-icon.icon-group-white {
  width: 12px;
  height: 10px;
  background-image: url('../images/sprite/group-2.png');
}
.scor-hrs-icon.icon-redirect {
  width: 12px;
  height: 14px;
  background-image: url('../images/sprite/group-white.png');
}
.scor-hrs-icon.icon-download-w-box {
  width: 22px;
  height: 20px;
  background-image: url('../images/sprite/ic-download-w-box.png');
}
.scor-hrs-icon.icon-tick {
  width: 18px;
  height: 18px;
  background-image: url('../images/sprite/ic-tick-box.png');
}
.scor-hrs-icon.icon-datetime {
  width: 20px;
  height: 20px;
  background-image: url('../images/sprite/calendar@3x.png');
  background-size: 100%;
}
.scor-hrs-icon.icon-close {
  width: 12px;
  height: 12px;
  background-image: url('../images/sprite/ic-close-s.png');
}
.scor-hrs-icon.icon-close-white {
  background-image: url('../images/sprite/ic_close.png');
  background-size: 16px auto;
  width: 16px;
  height: 16px;
}
.scor-hrs-icon.icon-delete-grey {
  width: 12px;
  height: 12px;
  background-image: url('../images/sprite/ic_delete@2x.png');
  background-size: 100%;
}
.scor-hrs-icon.icon-down-white {
  width: 11px;
  height: 7px;
  background-image: url('../images/sprite/ic-down-white.png');
}
.scor-hrs-icon.icon-up-white {
  width: 11px;
  height: 7px;
  background-image: url('../images/sprite/ic-up-white.png');
}
.scor-hrs-icon.icon-csv {
  width: 19px;
  height: 25px;
  background-image: url('../images/sprite/csv_icon.png');
}
.scor-hrs-icon.icon-down-blue {
  width: 15px;
  height: 8px;
  background-image: url('../images/sprite/ic-down-copy@3x.png');
  -webkit-background-size: contain;
  background-size: contain;
}
.scor-hrs-icon.icon-down-gray {
  width: 7px;
  height: 13px;
  background-image: url('../images/sprite/ic-down.png');
  -webkit-background-size: contain;
  background-size: contain;
  transform: rotate(90deg);
}
.scor-hrs-icon.icon-pagination {
  width: 7px;
  height: 13px;
  background-image: url('../images/sprite/ic-pagination.png');
}
.pagination-previous .scor-hrs-icon.icon-pagination {
  transform: rotate(180deg);
}
.scor-hrs-icon.icon-pagination-disabled {
  width: 7px;
  height: 13px;
  background-image: url('../images/sprite/ic-pagination-disable.png');
}
.pagination-previous .scor-hrs-icon.icon-pagination-disabled {
  transform: rotate(180deg);
}
.scor-hrs-icon.icon-table-move {
  width: 20px;
  height: 20px;
  background-image: url('../images/sprite/move-btn.png');
  background-size: 100%;
}
.scor-hrs-icon.icon-table-move.table-move-next {
  transform: rotate(180deg);
}
.scor-hrs-icon.icon-wishlist {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-image: url('../images/sprite/star-hollow.png');
  background-size: 100% auto;
}
.scor-hrs-icon.icon-wishlist.is-active {
  background-image: url('../images/sprite/golden-star.png');
}
.scor-hrs-icon.icon-wishlist-gold {
  width: 30px;
  height: 30px;
  background-image: url('../images/sprite/golden-star.png');
  background-size: 100% auto;
}
.scor-hrs-icon.icon-expand {
  width: 14px;
  height: 14px;
  background-image: url('../images/sprite/ic_expand@2x.png');
  background-size: 100%;
  background-position: center;
}
.scor-hrs-icon.icon-plussquare {
  background-color: #296BBF;
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}
.scor-hrs-icon.icon-plussquare:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.collapsed .scor-hrs-icon.icon-plussquare:after {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.scor-hrs-icon.icon-check-yellow {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-image: url('../images/sprite/ic_check_yellow@2x.png');
  background-size: auto 20px;
}
.scor-hrs-icon.icon-list-yellow {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-image: url('../images/sprite/ic_list_yellow@2x.png');
  background-size: auto 20px;
}
.scor-hrs-icon.icon-cube-yellow {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-image: url('../images/sprite/ic_cube_yellow@2x.png');
  background-size: auto 20px;
}
.scor-hrs-icon.icon-cube-yellow-small {
  width: 11px;
  height: 11px;
  background-image: url('../images/sprite/ic_cube_yellow@2x.png');
  background-size: 100%;
}
.scor-hrs-icon.icon-delete-grey {
  width: 12px;
  height: 12px;
  background-image: url('../images/sprite/ic_delete@2x.png');
  background-size: 100%;
}
.scor-hrs-heading-h1 {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}
.scor-hrs-heading-douline {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #525252;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  height: auto !important;
  text-transform: uppercase;
}
.scor-hrs-heading-douline:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 0px;
  left: 50%;
  bottom: 7px;
  margin-left: -66px;
  border-top: 1px solid #004098;
  border-bottom: 1px solid #004098;
}
.scor-hrs-heading-douline:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 0;
  border-top: 1px solid #004098;
  border-bottom: 1px solid #004098;
  margin-left: -34px;
}
@media (max-width: 767px) {
  .scor-hrs-heading-douline {
    padding-bottom: 25px;
  }
}
.scor-hrs-heading-doulinewhite {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  height: auto !important;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
}
.scor-hrs-heading-doulinewhite:before,
.scor-hrs-heading-doulinewhite:after {
  content: "";
  position: absolute;
  height: 0;
  border-top: 1px solid #fff;
  left: 50%;
  width: 60px;
}
.scor-hrs-heading-doulinewhite:before {
  bottom: 7px;
  margin-left: -45px;
}
.scor-hrs-heading-doulinewhite:after {
  bottom: 0;
  margin-left: -15px;
}
.scor-hrs-checkbox {
  display: flex;
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  align-items: center;
  margin-top: 10px;
}
.scor-hrs-checkbox-input {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  margin-right: 10px;
}
.scor-hrs-checkbox input {
  display: none;
}
.scor-hrs-checkbox input ~ span.toggle {
  opacity: 0;
  transition: opacity 0.2s;
}
.scor-hrs-checkbox input:checked + span,
.scor-hrs-checkbox input.is-active + span {
  border: 1px solid #296bbf;
  background: url('../images/icon_thick-check.png') 2px center no-repeat #296bbf;
}
.scor-hrs-checkbox input:checked ~ span.toggle,
.scor-hrs-checkbox input.is-active ~ span.toggle {
  opacity: 1;
}
@media (min-width: 768px) {
  .scor-hrs-checkbox.hrs-checkbox-large .hrs-checkbox-input {
    width: 30px;
    height: 30px;
  }
  .scor-hrs-checkbox.hrs-checkbox-large input:checked + span,
  .scor-hrs-checkbox.hrs-checkbox-large input.is-active + span {
    background: url('../images/sprite/big-check.png') center no-repeat #296bbf;
  }
}
.scor-hrs-radio {
  display: flex;
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  align-items: center;
  margin-top: 10px;
}
.scor-hrs-radio-input {
  background-color: transparent;
  border: 1px solid #979797;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.scor-hrs-radio input {
  display: none;
}
.scor-hrs-radio input:checked + span:before,
.scor-hrs-radio input.is-active + span:before {
  content: "";
  background-color: #296bbf;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
.scor-btn-hrsblank {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #004098;
  border: 1px solid #004098;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  border-radius: 0;
}
.scor-btn-hrsblank.is-active,
.scor-btn-hrsblank:hover {
  outline: none;
  color: #004098;
}
.scor-bg {
  /* begin - use for table head in inquiry list*/
  /* end - use for table head in inquiry list*/
  /* begin - use for inquiry details */
  /* end - use for inquiry details */
  /* begin - for homepage */
  /* end - for homepage */
  /* begin chemical app data*/
  /* end chemical app data*/
}
.scor-bg-none {
  background-color: transparent !important;
}
.scor-bg-white {
  background-color: #fff !important;
}
.scor-bg-hrsbase {
  background-color: #004098 !important;
}
.scor-bg-mantis {
  background-color: #67c347 !important;
}
.scor-bg-havelockblue {
  background-color: #538dd7 !important;
}
.scor-bg-linkwater {
  background-color: #cfe4f5 !important;
}
.scor-bg-wildsand {
  background-color: #f5f5f5 !important;
}
.scor-bg-alto {
  background-color: #d8d8d8 !important;
}
.scor-bg-cosmo {
  background-color: #ffdcdc !important;
}
.scor-bg-eop {
  background-color: #E2E2E2 !important;
}
.scor-text-hrsblue {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #004098;
}
.scor-text-hrsblue:hover {
  background-color: #004098;
  text-decoration: none;
  color: #fff;
}
.scor-text-hrserr-heading {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height: auto;
  line-height: 1;
  font-size: 1.28571em;
  vertical-align: middle;
  font-weight: 400;
}
.scor-text-hrserr-heading.headless {
  border-top: none;
}
.scor-text-white {
  color: #FFFFFF !important;
}
.scor-text-hrsred {
  color: #D0021B !important;
}
.scor-text-hrsorange {
  color: #F5A623 !important;
}
.scor-text-hrsgrey {
  color: #9B9B9B !important;
}
.scor-text-hrsblack {
  color: #4A4A4A !important;
}
.scor-text-mariner {
  color: #296bbf !important;
}
.scor-text-underline {
  text-decoration: underline !important;
}
.scor-text-hrslower {
  text-transform: lowercase !important;
}
.scor-text-hrslower * {
  text-transform: lowercase !important;
}
.scor-text-hrsnone {
  text-transform: none !important;
}
.scor-text-hrsnone * {
  text-transform: none !important;
}
.scor-btn {
  border-radius: 0;
}
.scor-btn-hrsbase {
  background-color: #296BBF;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .scor-btn-hrsbase {
    font-size: 14px;
    height: 40px;
  }
}
.scor-btn-hrsbase.is-active,
.scor-btn-hrsbase:hover {
  outline: none;
  color: #fff;
  opacity: 0.9;
}
.scor-btn-hrsbase--small {
  height: auto !important;
}
.scor-btn-hrsbase--semi {
  height: 40px !important;
}
.scor-btn-hrsbase--medium {
  height: 35px;
  font-size: 14px;
}
.scor-btn-hrsbase--inline {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .scor-btn-hrsbase--inline {
    width: 320px;
  }
}
@media (max-width: 480px) {
  .scor-btn-hrsbase-mobile {
    width: 270px;
  }
}
.scor-btn-hrscancel {
  background-color: #D8751C;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-transform: uppercase;
}
.scor-btn-hrscancel.is-active,
.scor-btn-hrscancel:hover {
  outline: none;
}
.scor-btn-hrsblank {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #004098;
  border: 1px solid #004098;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}
.scor-btn-hrsblank.is-active,
.scor-btn-hrsblank:hover {
  outline: none;
  color: #004098;
}
.scor-btn-hrsborder {
  color: #004098;
  border: 1px solid #004098;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.scor-btn-hrsborder:hover {
  background-color: #004098;
  color: #fff;
}
.scor-btn-hrsborder-static {
  display: inline-block;
  border: 1px solid #004098;
  text-align: center;
  padding: 7px 45px;
  color: #004098;
  transition: 0.2s background-color;
  font-size: 14px;
}
.scor-btn-hrsborder-static:hover,
.scor-btn-hrsborder-static:focus,
.scor-btn-hrsborder-static.is-active {
  background-color: #004098;
  color: #fff;
}
.scor-btn-hrsborder-static.inverse {
  color: #fff !important;
  background-color: #074396 !important;
}
.scor-btn-hrsborder-static.inverse:hover,
.scor-btn-hrsborder-static.inverse:focus,
.scor-btn-hrsborder-static.inverse.is-active {
  background-color: #042b77 !important;
}
.scor-btn-large {
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
@media (max-width: 767px) {
  .scor-btn-hrs-group .scor-btn-hrsborder {
    margin-bottom: 10px;
  }
}
.scor-btn-hrsnegative {
  background-color: #B8B9BA;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scor-btn-hrsmuted {
  background-color: #747474;
  height: auto;
  color: #ffffff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.scor-btn-hrs-return {
  background-color: #747474;
  height: auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scor-btn-darkblue {
  background-color: #193F6F;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  transition: opacity 0.2s;
}
.scor-btn-darkblue:hover,
.scor-btn-darkblue:focus {
  color: #fff;
  opacity: 0.85;
}
.scor-btn-darkblue.collapsed .hrs-icon {
  transform: rotate(180deg);
}
.scor-btn-hrsgrayborder {
  border: 1px solid #ebebeb;
  min-height: 40px;
  display: block;
  font-size: 18px;
  color: #9b9b9b;
}
.scor-btn-icon-left {
  position: relative;
}
.scor-btn-icon-left .hrs-icon {
  position: absolute !important;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.scor-btn-toggle-content {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #004098;
  border: 1px solid #004098;
  padding-top: 9px;
  padding-bottom: 10px;
  text-align: center;
}
.scor-btn-return-home {
  min-width: 200px;
  width: auto;
  display: inline-block;
}
.scor-btn-grey-bg {
  background-color: #9B9B9B !important;
}
.scor-btn-kepple-bg {
  background-color: #44a9a9 !important;
}
.scor-btn-hrseop {
  background-color: #000000;
  height: 34px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 34px;
  display: inline-block;
}
.scor-btn-hrsjig {
  height: 34px;
  border: solid 1px #1f7c0b;
  font-size: 14px;
  color: #1f7c0b;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
.scor-btn-hrseopmuted {
  background-color: #7f7f7f;
  height: 34px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
}
.scor-hrs-title {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.43px;
  line-height: 29px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .scor-hrs-title {
    font-size: 18px;
  }
}
.scor-hrs-table th,
.scor-hrs-table td {
  font-size: 14px;
}
.scor-hrs-table th:first-child,
.scor-hrs-table td:first-child {
  width: 150px;
}
.scor-hrs-table td {
  padding: 14px 25px !important;
}
.scor-hrs-table th {
  padding: 7px 25px !important;
  background-color: #004098;
  color: #fff;
  border-bottom-width: 1px !important;
}
.scor-hrs-table tr:nth-of-type(odd) {
  background-color: #eef2f8;
}
.scor-hrs-table--1column th {
  font-weight: bold;
}
.scor-hrs-table--1column tr:nth-of-type(even) {
  background-color: #eef2f8;
}
.scor-hrs-table--1column tr:nth-of-type(odd) {
  background-color: transparent;
}
.scor-hrs-table--1column tr:nth-of-type(odd) td {
  font-weight: bold;
}
.scor-hrs-table--1column .question > span,
.scor-hrs-table--1column .answer > span {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .scor-hrs-table--1column .question > span,
  .scor-hrs-table--1column .answer > span {
    margin-right: 10px;
  }
}
.scor-hrs-title {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.43px;
  line-height: 29px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .scor-hrs-title {
    font-size: 18px;
  }
}
.scor-hrs-product-title {
  color: #525252;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.26px;
  line-height: 36px;
  margin: 45px 0 30px;
}
@media (max-width: 767px) {
  .scor-hrs-product-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.scor-table-bordered {
  border: 1px solid #ddd;
}
.scor-table-bordered > thead > tr > th,
.scor-table-bordered > tbody > tr > th,
.scor-table-bordered > tfoot > tr > th,
.scor-table-bordered > thead > tr > td,
.scor-table-bordered > tbody > tr > td,
.scor-table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.scor-table-bordered > thead > tr > th,
.scor-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.scor-hrs-steps,
.hrs-steps {
  padding: 0px;
  background: transparent;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.scor-hrs-steps > li,
.hrs-steps > li {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
li.scor-hrs-steps + li:before,
li.hrs-steps + li:before {
  padding: 0;
}
.scor-hrs-steps li a,
.hrs-steps li a {
  color: #004098;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: inline-block;
  width: calc(100% - 14px);
  background-color: #edf4ff;
  text-align: center;
  text-transform: capitalize;
}
.scor-hrs-steps li a:before,
.hrs-steps li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 2px;
  left: 100%;
  z-index: 1;
}
.scor-hrs-steps li a:after,
.hrs-steps li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #EDF4FF;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scor-hrs-steps li a,
  .hrs-steps li a {
    padding: 10px 0 10px 25px;
  }
}
.scor-hrs-steps li:first-child a,
.hrs-steps li:first-child a {
  padding-left: 15px;
}
.scor-hrs-steps li:last-of-type a,
.hrs-steps li:last-of-type a {
  width: calc(100% - 38px);
}
.scor-hrs-steps li:last-child a:before,
.hrs-steps li:last-child a:before,
.scor-hrs-steps li:last-child a:after,
.hrs-steps li:last-child a:after {
  border-top: 50px solid #EDF4FF;
  border-bottom: 50px solid #EDF4FF;
  border-left: 50px solid #EDF4FF;
}
.scor-hrs-steps li.completed a,
.hrs-steps li.completed a {
  background: brown;
  background: #edf4ff;
  color: #004098;
}
.scor-hrs-steps li.completed a:after,
.hrs-steps li.completed a:after {
  border-left: 30px solid #edf4ff;
}
.scor-hrs-steps li.active,
.hrs-steps li.active {
  background: #004098;
}
.scor-hrs-steps li.active a,
.hrs-steps li.active a {
  background: #004098;
  color: #ffffff;
}
.scor-hrs-steps li.active a:after,
.hrs-steps li.active a:after {
  border-left: 30px solid #004098;
}
.scor-hrs-steps li.active:last-child a:before,
.hrs-steps li.active:last-child a:before,
.scor-hrs-steps li.active:last-child a:after,
.hrs-steps li.active:last-child a:after {
  border-top: 50px solid #004098;
  border-bottom: 50px solid #004098;
  border-left: 50px solid #004098;
}
.group-action .row {
  margin: 0 10px;
}
.scor-hrs-nav-tabs,
.scor-hrs-navtabs {
  border-bottom: 1px solid #004098;
  display: flex;
  list-style: none outside none;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .scor-hrs-nav-tabs,
  .scor-hrs-navtabs {
    padding: 0 5px;
  }
}
.scor-hrs-nav-tabs > li,
.scor-hrs-navtabs > li {
  min-width: 170px;
  text-align: center;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .scor-hrs-nav-tabs > li,
  .scor-hrs-navtabs > li {
    margin-left: 5px;
  }
}
.scor-hrs-nav-tabs > li:first-child,
.scor-hrs-navtabs > li:first-child {
  margin-left: 0;
}
.hrs-flex-middle .scor-hrs-nav-tabs > li:first-child,
.hrs-flex-middle .scor-hrs-navtabs > li:first-child {
  margin-left: 35px;
}
.scor-hrs-nav-tabs > li.mask,
.scor-hrs-navtabs > li.mask {
  border: 1px solid #004098;
  border-bottom-width: 0;
}
@media (max-width: 1199px) {
  .scor-hrs-nav-tabs > li.mask,
  .scor-hrs-navtabs > li.mask {
    min-width: 14%;
  }
}
@media (max-width: 767px) {
  .scor-hrs-nav-tabs > li.mask,
  .scor-hrs-navtabs > li.mask {
    min-width: 12%;
  }
}
.scor-hrs-nav-tabs > li.active,
.scor-hrs-navtabs > li.active {
  background-color: #004098;
}
.scor-hrs-nav-tabs > li.active a,
.scor-hrs-navtabs > li.active a,
.scor-hrs-nav-tabs > li.active span,
.scor-hrs-navtabs > li.active span {
  border: none;
  background-color: #004098;
  color: #FFFFFF;
}
.scor-hrs-nav-tabs > li.active a:hover,
.scor-hrs-navtabs > li.active a:hover,
.scor-hrs-nav-tabs > li.active span:hover,
.scor-hrs-navtabs > li.active span:hover,
.scor-hrs-nav-tabs > li.active a:focus,
.scor-hrs-navtabs > li.active a:focus,
.scor-hrs-nav-tabs > li.active span:focus,
.scor-hrs-navtabs > li.active span:focus {
  border: none;
  background-color: #004098;
  color: #FFFFFF;
}
.scor-hrs-nav-tabs > li.active a:after,
.scor-hrs-navtabs > li.active a:after,
.scor-hrs-nav-tabs > li.active span:after,
.scor-hrs-navtabs > li.active span:after {
  right: -3px;
}
.scor-hrs-nav-tabs > li.disabled,
.scor-hrs-navtabs > li.disabled {
  border: none;
}
.scor-hrs-nav-tabs > li.disabled a,
.scor-hrs-navtabs > li.disabled a,
.scor-hrs-nav-tabs > li.disabled span,
.scor-hrs-navtabs > li.disabled span {
  background-color: #e4e4e4;
  color: #a3a3a3;
  pointer-events: none;
}
.scor-hrs-nav-tabs > li.disabled a:after,
.scor-hrs-navtabs > li.disabled a:after,
.scor-hrs-nav-tabs > li.disabled span:after,
.scor-hrs-navtabs > li.disabled span:after {
  border-color: transparent;
}
.scor-hrs-nav-tabs > li a,
.scor-hrs-navtabs > li a,
.scor-hrs-nav-tabs > li span,
.scor-hrs-navtabs > li span {
  position: relative;
  white-space: nowrap;
  padding: 8px 15px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  /* @media (min-width: @screenMdMaxBoostrap) {
        width: 170px;
      } */
}
.scor-hrs-nav-tabs > li a:before,
.scor-hrs-navtabs > li a:before,
.scor-hrs-nav-tabs > li span:before,
.scor-hrs-navtabs > li span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: -1px;
  right: -3px;
  z-index: 100;
}
.scor-hrs-nav-tabs > li a:after,
.scor-hrs-navtabs > li a:after,
.scor-hrs-nav-tabs > li span:after,
.scor-hrs-navtabs > li span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #004098 transparent transparent;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 99;
}
.scor-hrs-nav-tabs.scor-hrs-flex-between > li,
.scor-hrs-navtabs.scor-hrs-flex-between > li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .scor-hrs-nav-tabs.scor-hrs-flex-between > li,
  .scor-hrs-navtabs.scor-hrs-flex-between > li {
    margin-left: 15px !important;
  }
}
.scor-hrs-nav-tabs.scor-hrs-flex-between > li:first-child,
.scor-hrs-navtabs.scor-hrs-flex-between > li:first-child {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .scor-hrs-nav-tabs,
  .scor-hrs-navtabs {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .scor-hrs-nav-tabs > li,
  .scor-hrs-navtabs > li {
    min-width: 170px;
    display: inline-block;
    float: none;
  }
}
.scor-hrs-navtabs-wmask {
  border-bottom: 1px solid #004098;
  display: flex;
  list-style: none outside none;
  padding: 0 20px;
}
.scor-hrs-navtabs-wmask > li {
  min-width: 170px;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #004098;
  border-bottom-width: 0;
}
.scor-hrs-navtabs-wmask > li:first-child {
  margin-left: 0;
}
.hrs-flex-middle .scor-hrs-navtabs-wmask > li:first-child {
  margin-left: 35px;
}
.scor-hrs-navtabs-wmask > li.active {
  background-color: #004098;
}
.scor-hrs-navtabs-wmask > li.active a,
.scor-hrs-navtabs-wmask > li.active span {
  border: none;
  background-color: #004098;
  color: #FFFFFF;
}
.scor-hrs-navtabs-wmask > li.active a:hover,
.scor-hrs-navtabs-wmask > li.active span:hover,
.scor-hrs-navtabs-wmask > li.active a:focus,
.scor-hrs-navtabs-wmask > li.active span:focus {
  border: none;
  background-color: #004098;
  color: #FFFFFF;
}
.scor-hrs-navtabs-wmask > li.active a:after,
.scor-hrs-navtabs-wmask > li.active span:after {
  right: -3px;
}
.scor-hrs-navtabs-wmask > li a,
.scor-hrs-navtabs-wmask > li span {
  position: relative;
  white-space: nowrap;
  padding: 8px 15px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  /* @media (min-width: @screenMdMaxBoostrap) {
        width: 170px;
      } */
}
.scor-hrs-navtabs-wmask > li a:before,
.scor-hrs-navtabs-wmask > li span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: -1px;
  right: -3px;
  z-index: 100;
}
.scor-hrs-navtabs-wmask > li a:after,
.scor-hrs-navtabs-wmask > li span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #004098 transparent transparent;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .scor-hrs-navtabs-wmask > li {
    min-width: 14%;
  }
}
@media (max-width: 767px) {
  .scor-hrs-navtabs-wmask > li {
    padding: 0 5px;
    margin-left: 5px;
    min-width: 12%;
  }
}
.scor-hrs-navtabs-wmask.hrs-flex-between > li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .scor-hrs-navtabs-wmask.hrs-flex-between > li {
    margin-left: 15px !important;
  }
}
.scor-hrs-navtabs-wmask.hrs-flex-between > li:first-child {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .scor-hrs-navtabs-wmask {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .scor-hrs-navtabs-wmask > li {
    min-width: 170px;
    display: inline-block;
    float: none;
  }
}
.tab-1-container .row {
  padding: 7px 0;
}
.tab-1-container .row:nth-child(even) {
  background-color: #EEF2F8;
}
.tab-1-container .row .hrs-date {
  color: #525252;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center !important;
}
@media (max-width: 767px) {
  .tab-1-container .row .hrs-date {
    font-size: 13px;
  }
}
.tab-1-container .row .hrs-date span {
  display: block;
}
.tab-1-container .row .btn-ir {
  text-align: center;
  display: inline-block;
}
.tab-1-container .row .btn-ir a {
  background-color: #004098;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tab-1-container .row .btn-ir a {
    min-width: 60px;
    font-size: 10px;
  }
}
.tab-1-container .row .news-content {
  color: #004098;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
}
@media (max-width: 767px) {
  .tab-1-container .row .news-content {
    font-size: 13px;
    padding-left: 30px;
  }
}
.tab-1-container .more-detail {
  display: none;
}
.left-col ul.nav > li.active a {
  background: transparent;
  color: #949191;
}
.left-col ul.nav > li a {
  border-radius: 0px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  padding: 15px;
}
@media (min-width: 768px) {
  .left-col ul.nav > li a {
    padding-left: 0;
  }
}
.left-col ul.nav-stacked > li + li {
  margin-top: 0px;
}
/*  Header Corporate
************************************/
header.scor-header {
  margin-bottom: 0;
  position: static;
  width: 100%;
  min-width: 0;
  height: auto;
  background-color: inherit;
}
.scor-header-simple {
  padding: 30px 0;
}
.scor-header-topbar {
  position: relative;
  color: #5AA0FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.scor-header-topbar a,
.scor-header-topbar span {
  color: #FFFFFF;
}
.scor-header-topbar a:hover,
.scor-header-topbar span:hover {
  color: #fff;
}
.scor-header-right > a {
  word-break: keep-all;
}
@media (min-width: 992px) {
  .scor-header-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.scor-header-sites {
  position: relative;
  font-size: 14px;
  float: right;
  margin-left: 15px;
}
.scor-header-sites > a {
  text-align: center;
  display: block;
  border: 1px solid #004098;
  height: 30px;
  color: #004098;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  width: 115px;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.scor-header-sites > a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #003f98 transparent transparent transparent;
  line-height: 0px;
  float: right;
  margin: 12px 0 0 5px;
  _border-color: #003f98 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.scor-header-sites > a:focus,
.scor-header-sites > a:hover {
  text-decoration: none;
}
.scor-header-sites > a.is-active {
  background-color: #004098;
  color: #fff;
}
.scor-header-sites > a.is-active:before {
  border-color: #fff transparent transparent transparent;
}
.scor-header-sites-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  padding-left: 0;
  background: #fff;
  z-index: 100;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
.scor-header-sites-dropdown li {
  list-style: none;
  border-bottom: 1px solid #004098;
  width: 115px;
  height: 30px;
  background-color: #fff;
}
.scor-header-sites-dropdown li:first-child {
  border-top: none;
}
.scor-header-sites-dropdown li a {
  color: #004098;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  padding: 5px 0;
}
.scor-header-sites-dropdown li:hover {
  background-color: #004098;
}
.scor-header-sites-dropdown li:hover a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .scor-header-sites {
    margin-left: 5px;
  }
}
.scor-header-navi {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.scor-header-menus {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scor-header-logo {
  overflow: hidden;
  margin-left: 4.6875%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.scor-header-logo-region {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .scor-header-logo {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .scor-header-logo {
    width: auto;
    margin-left: 0;
  }
}
.scor-header-mainnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.scor-header-mainnav ul {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  z-index: 100;
  padding: 15px 0px;
  width: calc(100% + 100px);
  display: none;
}
.scor-header-mainnav ul.active {
  display: block;
}
.scor-header-mainnav ul li {
  height: 36px;
  list-style: none outside none;
}
.scor-header-mainnav ul li a {
  color: #525252;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 20px;
  padding: 8px 25px;
}
.scor-header-mainnav ul li:hover a {
  background-color: #F5F5F5;
  text-decoration: none;
}
@media (max-width: 767px) {
  .scor-header-mainnav ul li:hover a {
    background-color: transparent;
  }
}
.scor-header-mainnav > li {
  display: flex;
  height: 65px;
  align-items: center;
  position: relative;
  justify-items: center;
}
.scor-header-mainnav > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #EBEBEB;
  opacity: 0.5;
}
.scor-header-mainnav > li a {
  display: block;
  padding: 0 30px;
  color: #004098;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.08px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .scor-header-mainnav > li a {
    padding: 0 22px;
  }
}
@media (max-width: 1280px) {
  .scor-header-mainnav > li a {
    padding: 0 8px;
  }
}
.scor-header-mainnav > li a:hover,
.scor-header-mainnav > li a:focus {
  color: #9B9B9B;
  text-decoration: none;
}
.scor-header-mainnav > li.inactive > a {
  color: #d9d9d9;
}
.scor-header-mainnav > li.active ul {
  display: block;
}
.scor-header-search {
  height: 80px;
  flex-grow: 0;
  display: flex;
}
.scor-header-search-form,
.scor-header-search form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}
.scor-header-search-form input[type="text"],
.scor-header-search form input[type="text"] {
  border: none;
  background-color: #296BBF;
  outline: none;
  justify-self: flex-start;
  flex-grow: 1;
  padding: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  align-self: stretch;
  display: none;
}
.scor-header-search-form [type="submit"],
.scor-header-search form [type="submit"] {
  justify-self: flex-end;
  width: 100px;
  position: relative;
  align-self: stretch;
  background: url("../images/search@shape.png") 0 0 no-repeat transparent;
  background-size: 100px 80px;
  padding: 0;
  border: none;
}
.scor-header-search-form [type="submit"] i,
.scor-header-search form [type="submit"] i {
  position: relative;
}
.scor-header-search-form [type="submit"]:hover,
.scor-header-search form [type="submit"]:hover,
.scor-header-search-form [type="submit"]:focus,
.scor-header-search form [type="submit"]:focus,
.scor-header-search-form [type="submit"].active,
.scor-header-search form [type="submit"].active {
  outline: none;
}
.scor-header-search-form.active input[type="text"],
.scor-header-search form.active input[type="text"] {
  display: block;
}
.scor-header-search-form.active [type="submit"]:before,
.scor-header-search form.active [type="submit"]:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #296BBF;
}
.scor-header-search.active {
  flex-grow: 1;
}
.scor-header-corporate {
  margin-bottom: 0;
}
.scor-header-corporate .scor-header-logo .is-white {
  display: none;
  visibility: hidden;
}
.scor-header-corporate.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: transparent;
}
.scor-header-corporate.is-sticky .scor-header-navi {
  background-color: rgba(255, 255, 255, 0.9);
}
.scor-header-corporate.is-white {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: transparent;
}
.scor-header-corporate.is-white .scor-header-logo .is-blue {
  display: none;
  visibility: hidden;
}
.scor-header-corporate.is-white .scor-header-logo .is-white {
  display: block;
  visibility: visible;
}
.scor-header-corporate.is-white .scor-header-navi {
  background-color: transparent;
}
.scor-header-corporate.is-white .scor-header-mainnav > li > a {
  color: #fff;
}
.scor-header-corporate.is-white .scor-header-mainnav > li > a:hover {
  opacity: 0.8;
}
.scor-header-corporate.is-white .scor-header-right > a,
.scor-header-corporate.is-white .scor-header-sites > a {
  color: #fff;
  border-color: #fff;
}
.scor-header-corporate.is-white .scor-header-right > a:hover,
.scor-header-corporate.is-white .scor-header-sites > a:hover,
.scor-header-corporate.is-white .scor-header-right > a.is-active,
.scor-header-corporate.is-white .scor-header-sites > a.is-active {
  border-color: #004098;
}
.scor-header-corporate.is-white .scor-header-sites > a:before {
  border-color: #fff transparent transparent transparent;
}
.scor-header-corporate.is-smartedit {
  position: static !important;
}
.scor-header-corporate.is-mobile {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  background-color: transparent;
  width: 100%;
  z-index: 100;
}
.scor-header-corporate.is-mobile.is-home {
  position: absolute;
}
.scor-header-corporate.is-mobile.is-home .scor-header-logo .is-blue {
  display: none;
  visibility: hidden;
}
.scor-header-corporate.is-mobile.is-home .scor-header-logo .is-white {
  display: block;
  visibility: visible;
}
.scor-header-corporate.is-mobile.is-home .hdprod-navi-mobile,
.scor-header-corporate.is-mobile.is-home .scor-hdprod-navi-mobile {
  background-image: url("../images/sprite/ic_ham_menu.png");
}
.scor-header-corporate.is-mobile.is-expanded .scor-hdprod-navi-mobile,
.scor-header-corporate.is-mobile.is-expanded .hdprod-navi-mobile {
  background-image: url("../images/sprite/ic_close.png");
}
.scor-header-corporate.is-mobile.is-expanded .scor-header-navi {
  background-color: #004098;
}
.scor-header-corporate.is-mobile.is-expanded .scor-header-logo .is-blue {
  display: none;
  visibility: hidden;
}
.scor-header-corporate.is-mobile.is-expanded .scor-header-logo .is-white {
  display: block;
  visibility: visible;
}
.scor-header-corporate.is-mobile.is-expanded .scor-header-menus li a br {
  display: none;
}
.scor-header-corporate.is-mobile .hdprod-navi-mobile,
.scor-header-corporate.is-mobile .scor-hdprod-navi-mobile {
  background-image: url("../images/sprite/ic_ham_menu_blue.png");
  width: 32px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 0;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center;
}
.scor-header-corporate.is-mobile .scor-header-navi {
  background-color: transparent;
  min-height: 50px;
  padding: 0;
  overflow: hidden;
  display: block;
  transition: background-color 0.2s;
}
.scor-header-corporate.is-mobile .scor-header-logo {
  width: auto;
  margin-left: 15px;
  position: static;
  float: left;
  height: 50px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.scor-header-corporate.is-mobile .scor-header-logo img {
  max-height: 24px !important;
  width: auto !important;
}
.scor-header-corporate.is-mobile .scor-header-logo .is-blue {
  display: block;
  visibility: visible;
}
.scor-header-corporate.is-mobile .scor-header-logo .is-white {
  display: none;
  visibility: hidden;
}
.scor-header-corporate.is-mobile .scor-header-menus {
  display: none;
  width: 100%;
}
.scor-header-corporate.is-mobile .scor-header-mainnav {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #eef2f8;
}
.scor-header-corporate.is-mobile .scor-header-mainnav li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: auto;
}
.scor-header-corporate.is-mobile .scor-header-mainnav li:before {
  display: none;
}
.scor-header-corporate.is-mobile .scor-header-mainnav a {
  position: relative;
  display: block;
  padding: 18px 15px;
  color: #004098;
}
.scor-header-corporate.is-mobile .scor-header-right {
  background-color: #eef2f8;
  padding: 15px;
}
.scor-header-corporate.is-mobile .scor-header-right > a {
  display: none;
  width: 100%;
  padding: 18px 0;
  border: 1px solid #004098;
  background-color: #fff;
  text-align: center;
  font-size: 0;
  color: #004098;
}
.scor-header-corporate.is-mobile .scor-header-sites {
  margin-top: 10px;
  clear: both;
  float: none;
  display: none;
}
.scor-header-corporate.is-mobile .scor-header-sites > a {
  display: block;
  width: 100%;
  padding: 18px 0;
  border: 1px solid #004098;
  background-color: #fff;
  text-align: center;
  font-size: 0;
}
/*  Top Bar Language Switcher
************************************/
.scor-hrs-mheader-collapse,
.scor-hrs-lang-collapse,
.scor-hrs-mheader-switcher,
.scor-hrs-lang-switcher {
  position: relative;
  overflow: hidden;
}
.scor-hrs-mheader-collapse span,
.scor-hrs-lang-collapse span,
.scor-hrs-mheader-switcher span,
.scor-hrs-lang-switcher span {
  cursor: pointer;
}
.scor-hrs-mheader-collapse select,
.scor-hrs-lang-collapse select,
.scor-hrs-mheader-switcher select,
.scor-hrs-lang-switcher select {
  cursor: pointer;
  opacity: 0;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.scor-hrs-mheader-trigger,
.scor-hrs-lang-trigger {
  width: 100%;
  display: block;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #004098;
  text-align: center;
  font-size: 14px;
  color: #004098;
  line-height: 40px;
}
.scor-hrs-mheader-list,
.scor-hrs-lang-list {
  width: 100%;
  display: block;
  background-color: #ffffff;
  text-align: center;
  list-style: none outside none;
  padding: 10px 0;
  border: solid 1px #004098;
}
.scor-hrs-mheader-list *,
.scor-hrs-lang-list * {
  font-size: 14px;
  color: #004098;
  padding: 5px 0;
}
/*  Footer Corporate
************************************/
.scor-footer {
  padding: 25px 0;
  position: relative;
}
.scor-footer ul {
  margin-bottom: 0;
}
.scor-footer li {
  list-style: none outside none;
}
.scor-footer a {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 767px) {
  .scor-footer a {
    font-size: 12px;
  }
}
.scor-footer p {
  margin-bottom: 0;
}
.scor-footer-alabaster {
  background-color: #eee;
  color: #004098;
  padding-top: 0;
}
.scor-footer-alabaster ul {
  padding-left: 0;
}
.scor-footer-alabaster li {
  float: left;
  min-width: 130px;
  text-align: center;
  border-left: 1px solid #d8d8d8;
  height: 40px;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .scor-footer-alabaster li {
    min-width: auto;
    width: 33.33333333%;
    margin-bottom: 10px;
  }
}
.scor-footer-alabaster li:last-child {
  border-right: 1px solid #d8d8d8;
}
.scor-footer-alabaster a {
  color: #004098;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px;
}
@media (max-width: 767px) {
  .scor-footer-alabaster + .scor-footer-gotop {
    background-color: #f7f7f7;
  }
}
.scor-footer-smalt {
  background-color: #004098;
  border-top: 7px solid #296bbf;
  color: #fff;
}
.scor-footer-smalt a {
  color: #FFFFFF;
}
.scor-footer-smalt + .scor-footer-gotop {
  background-color: #004098;
}
.scor-footer .container {
  position: relative;
}
.scor-footer-smalt .scor-footer-logo {
  text-align: center;
  margin-top: 10px;
}
.scor-footer-gotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: all 0.3s;
}
.scor-footer-gotop.is-active {
  opacity: 1;
}
.scor-footer-gotop.is-active:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .scor-footer-gotop.is-active {
    position: absolute;
    top: -26px;
    right: 15px;
    bottom: auto;
  }
  .scor-footer-gotop.is-active img {
    margin: auto;
  }
}
.scor-footer-copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.scor-footer-alabaster .scor-footer-copyright {
  color: #9b9b9b;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 12px;
}
.scor-footer-smalt .scor-footer-copyright {
  color: #FFFFFF;
  text-align: center;
}
/* Slick Slider
************************************/
.scor-hrs-slick {
  position: relative;
}
@media (max-width: 767px) {
  .scor-hrs-slick {
    overflow: hidden;
  }
}
.scor-hrs-slick-item {
  display: block;
  float: left;
  margin: 0 10px;
  height: auto;
  max-height: 330px;
}
.scor-hrs-slick-image {
  margin: auto;
}
.scor-hrs-slick-image * {
  margin: auto;
}
.slick-initialized .scor-hrs-slick-image * {
  width: 100%;
}
.scor-hrs-slick-title {
  margin-top: 10px;
}
.scor-hrs-slick-title a {
  color: #525252;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.scor-hrs-slick .slick-list .slick-slide {
  height: auto;
}
.scor-hrs-slick .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 28px;
  text-indent: -99999px;
  outline: none;
  box-shadow: none;
  border: none;
  transform: translateY(-50%);
}
.scor-hrs-slick .slick-arrow.slick-prev {
  left: -40px;
  background: url("../images/sprite/slide-prev@3x.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border: none;
}
.scor-hrs-slick .slick-arrow.slick-prev:hover {
  background-image: url("../images/sprite/slide-prev-hover@3x.png");
}
.scor-hrs-slick .slick-arrow.slick-next {
  right: -40px;
  background: url("../images/sprite/slide-next@3x.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border: none;
}
.scor-hrs-slick .slick-arrow.slick-next:hover {
  background-image: url("../images/sprite/slide-next-hover@3x.png");
}
.scor-hrs-slick .scor-hrs-slick-item .scor-hrs-slick-image {
  display: block;
  text-align: center;
  color: #525252;
}
.scor-hrs-slick .scor-hrs-slick-item .scor-hrs-slick-title span {
  color: #525252;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 767px) {
  .scor-hrs-slick .scor-hrs-slick-item .scor-hrs-slick-title span {
    font-size: 12px;
  }
}
.scor-hrs-carousel-component .scor-hrs-slick .slick-arrow {
  top: 45%;
  z-index: 1;
}
.scor-hrs-carousel-component .scor-hrs-slick .slick-arrow.slick-prev {
  left: 10px;
  background: url("../images/sprite/carousel-previous.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.scor-hrs-carousel-component .scor-hrs-slick .slick-arrow.slick-prev:hover {
  background-image: url("../images/sprite/carousel-previous.png");
}
.scor-hrs-carousel-component .scor-hrs-slick .slick-arrow.slick-next {
  right: 10px;
  background: url("../images/sprite/carousel-next.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.scor-hrs-carousel-component .scor-hrs-slick .slick-arrow.slick-next:hover {
  background-image: url("../images/sprite/carousel-next.png");
}
.scor-hrs-carousel-component .slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.scor-hrs-carousel-component .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.scor-hrs-carousel-component .slick-dots li.slick-active button {
  background-color: #004098;
}
.scor-hrs-carousel-component .slick-dots li button {
  line-height: 0;
  display: block;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  width: 13px;
  outline: none;
  background-color: #dadada;
}
.scor-hrs-carousel-component .slick-dots li button:before {
  content: '•';
  opacity: 0;
}
.scor-hrs-product-carousel .js-slider-for {
  width: 100%;
  height: 250px;
  margin: 30px auto 1px;
  overflow: hidden;
}
.scor-hrs-product-carousel img {
  width: 100%;
  min-height: 100%;
}
.scor-hrs-product-carousel .js-slider-nav {
  width: 100%;
  height: 85px;
  margin: auto;
}
.scor-hrs-product-carousel .js-slider-nav .slick-track {
  height: 85px;
}
.scor-hrs-product-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}
.scor-hrs-product-carousel .slick-prev {
  left: 0;
}
.scor-hrs-product-carousel .slick-next {
  right: 0;
}
/* Error Page
************************************/
.scor-hrs-error {
  font-weight: 400;
  color: #333333;
}
.scor-hrs-error-box {
  background-color: #ccd9ea;
  padding: 36px 20px;
}
.scor-hrs-error-box * {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.hrs-breadcrumb,
.scor-hrs-breadcrumb {
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .hrs-breadcrumb,
  .scor-hrs-breadcrumb {
    font-size: 12px;
    padding: 11px 0;
  }
}
.hrs-breadcrumb span,
.scor-hrs-breadcrumb span {
  color: #525252;
}
.hrs-breadcrumb a,
.scor-hrs-breadcrumb a {
  color: #296BBF;
}
@media (min-width: 768px) {
  .hrs-breadcrumb i,
  .scor-hrs-breadcrumb i {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hrs-breadcrumb i,
  .scor-hrs-breadcrumb i {
    margin: 0 10px;
  }
}
.hrs-noscript {
  width: 480px;
  background-color: #fff;
  position: fixed;
  top: 30px;
  left: 50%;
  max-width: 100%;
  z-index: 999999;
  transform: translateX(-50%);
  padding: 30px;
  border-bottom: 10px solid #296bbf;
}
.hrs-noscript-overlay {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.hrs-noscript-close {
  display: none;
}
.hrs-noscript-close:checked ~ div {
  display: none;
}
.hrs-noscript label {
  cursor: pointer;
}
/* HRS POPUP
************************************/
.hrs-popup,
.scor-hrs-popup {
  background-color: #fff;
  width: 440px;
  display: none;
}
@media (max-width: 767px) {
  .hrs-popup,
  .scor-hrs-popup {
    width: 100% !important;
  }
}
.hrs-popup-container .featherlight-content,
.scor-hrs-popup-container .featherlight-content {
  border-bottom: 10px solid #296bbf;
  padding: 40px 80px;
}
@media (max-width: 767px) {
  .hrs-popup-container .featherlight-content,
  .scor-hrs-popup-container .featherlight-content {
    width: 90%;
    padding: 30px 20px 20px;
  }
}
.hrs-popup-container .featherlight-close-icon,
.scor-hrs-popup-container .featherlight-close-icon {
  color: #979797;
  width: 40px;
  line-height: 40px;
  font-size: 25px;
}
.hrs-popup-container .hrs-popup,
.scor-hrs-popup-container .hrs-popup,
.hrs-popup-container .scor-hrs-popup,
.scor-hrs-popup-container .scor-hrs-popup {
  display: block;
}
.hrs-popup-containersm .featherlight-content,
.scor-hrs-popup-containersm .featherlight-content {
  border-bottom: 10px solid #296bbf;
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .hrs-popup-containersm .featherlight-content,
  .scor-hrs-popup-containersm .featherlight-content {
    width: auto !important;
    max-width: 90%;
    padding: 0 30px;
  }
}
.hrs-popup-containersm .featherlight-close-icon,
.scor-hrs-popup-containersm .featherlight-close-icon {
  color: #979797;
  width: 30px;
  line-height: 30px;
  font-size: 25px;
}
.hrs-popup-containersm .hrs-popup,
.scor-hrs-popup-containersm .hrs-popup,
.hrs-popup-containersm .scor-hrs-popup,
.scor-hrs-popup-containersm .scor-hrs-popup {
  display: block;
}
.hrs-popup-containersm .hrs-popup h3,
.scor-hrs-popup-containersm .hrs-popup h3,
.hrs-popup-containersm .scor-hrs-popup h3,
.scor-hrs-popup-containersm .scor-hrs-popup h3 {
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #525252;
}
.hrs-popup-iframepdf .featherlight-content,
.scor-hrs-popup-iframepdf .featherlight-content {
  border-bottom: 10px solid #296bbf;
  padding: 0;
  width: 80%;
  height: 80%;
}
.hrs-popup-iframepdf .featherlight-content iframe,
.scor-hrs-popup-iframepdf .featherlight-content iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hrs-popup-iframepdf .featherlight-content,
  .scor-hrs-popup-iframepdf .featherlight-content {
    width: 94%;
    height: 94%;
  }
}
@media (max-width: 320px) {
  .hrs-popup-iframepdf .featherlight-content,
  .scor-hrs-popup-iframepdf .featherlight-content {
    width: 98%;
    height: 70%;
  }
}
.hrs-popup-iframepdf .featherlight-close-icon,
.scor-hrs-popup-iframepdf .featherlight-close-icon {
  color: #979797;
  width: 30px;
  line-height: 30px;
  font-size: 25px;
  display: none;
}
.hrs-popup .agreement-content,
.scor-hrs-popup .agreement-content {
  background-color: #F1F1F1;
  height: 250px;
  overflow-y: auto;
}
.hrs-popup h3,
.scor-hrs-popup h3,
.hrs-popup-heading,
.scor-hrs-popup-heading {
  color: #296bbf;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 29px;
}
.hrs-popup p,
.scor-hrs-popup p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.22px;
  line-height: 25px;
}
.hrs-popup .error,
.scor-hrs-popup .error {
  display: block;
  margin-top: 10px;
  color: #D0021B;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.hrs-popup-auto,
.scor-hrs-popup-auto {
  width: auto;
}
.hrs-popup#hrsAgreementTerm h3:first-child,
.scor-hrs-popup#hrsAgreementTerm h3:first-child {
  color: #525252;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.hrs-popup#hrsAgreementTerm h3:nth-child(2n+2),
.scor-hrs-popup#hrsAgreementTerm h3:nth-child(2n+2) {
  margin: 0;
  background-color: #F1F1F1;
  padding: 20px 15px 10px;
}
/* Fix for HRS Corporate template
************************************/
body[class*="template-pages"],
body[class*="corporate"] {
  background: none !important;
}
@media (min-width: 768px) {
  body[class*="template-pages"] .layout-two-column .scor-layout-row,
  body[class*="corporate"] .layout-two-column .scor-layout-row,
  body[class*="template-pages"] .scor-layout-two-column .scor-layout-row,
  body[class*="corporate"] .scor-layout-two-column .scor-layout-row,
  body[class*="template-pages"] .layout-two-column .layout-row,
  body[class*="corporate"] .layout-two-column .layout-row,
  body[class*="template-pages"] .scor-layout-two-column .layout-row,
  body[class*="corporate"] .scor-layout-two-column .layout-row {
    display: flex;
  }
}
.scor-sample-box {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 14px;
  text-align: center;
  background-color: #d8d8d8;
  padding: 18px 0;
}
.scor-hrs-fluid-banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  height: 259px;
}
@media (min-width: 768px) {
  .scor-hrs-banner-intro {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .scor-hrs-banner-intro {
    width: 100%;
  }
}
.scor-hrs-banner-intro h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 43px;
}
.scor-hrs-banner-intro p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .scor-layout-two-column .layout-row,
  .scor-layout-two-column .scor-layout-row {
    display: flex;
  }
}
.scor-layout-two-column .scor-column-1 {
  background: #f7f7f7;
  padding: 0;
}
.scor-layout-two-column .scor-column-1:before {
  content: "";
  left: -999em;
  background: #f7f7f7;
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.scor-layout-two-column .scor-column-2 {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .scor-layout-two-column .scor-column-2 {
    padding: 0 0 0 70px;
  }
}
.scor-layout-two-column .scor-column-2:after {
  content: "";
}
.scor-left-col ul.nav > li.active a {
  background: transparent;
  color: #949191;
}
.scor-left-col ul.nav > li a {
  border-radius: 0px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  padding: 15px;
}
@media (min-width: 768px) {
  .scor-left-col ul.nav > li a {
    padding-left: 0;
  }
}
.scor-left-col ul.nav-stacked > li + li {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .scor-hrs-nav-left {
    display: block !important;
    height: auto !important;
  }
}
.scor-hrs-nav-left > li {
  min-height: 50px;
  position: relative;
}
.scor-hrs-nav-left > li > a,
.scor-hrs-nav-left > li > span {
  min-height: 50px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .scor-hrs-nav-left > li > a,
  .scor-hrs-nav-left > li > span {
    padding-left: 0;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .scor-hrs-nav-left > li > a span,
  .scor-hrs-nav-left > li > span span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .scor-hrs-nav-left > li > span {
    line-height: 50px;
  }
}
.scor-hrs-nav-left > li > span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .scor-hrs-nav-left > li > span {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.scor-hrs-nav-left > li > a:hover {
  background-color: transparent;
  opacity: 0.75;
}
.scor-hrs-nav-left > li > a.active {
  color: #949191;
}
.scor-hrs-nav-left > li > a.active > span {
  font-weight: 700;
}
.scor-hrs-nav-left > li > a.scor-hrs-nav-child {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .scor-hrs-nav-left > li > a.scor-hrs-nav-child {
    padding-left: 30px;
  }
}
.scor-hrs-nav-left > li > a[target="_blank"] > span:after {
  display: inline-block;
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  background-image: url('../images/sprite/new-tab.png');
  content: '';
  margin-left: 5px;
}
.scor-hrs-news {
  overflow: hidden;
  background-color: #eef2f8;
  padding: 25px;
  width: 100%;
}
.scor-hrs-news img {
  float: left;
  max-width: 305px;
  width: 100%;
}
.scor-hrs-news-info {
  float: right;
}
@media (min-width: 768px) {
  .scor-hrs-news-info {
    width: calc(100% - 335px);
  }
}
@media (max-width: 767px) {
  .scor-hrs-news-info {
    margin-top: 25px;
  }
}
.scor-hrs-news-title {
  color: #004098;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin: 0 0 15px;
}
.scor-hrs-news-content {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 30px;
}
.scor-message-copy > p {
  letter-spacing: 0.5px;
  line-height: 28px;
}
@media (max-width: 600px) {
  .scor-message-copy > p {
    line-height: 18px;
    font-size: 14px;
  }
}
.scor-message-copy > p::first-letter {
  color: #004098;
  float: left;
  line-height: 30px;
  margin-right: .2em;
  padding-top: .2em;
  font-size: 52px;
}
@media (max-width: 600px) {
  .scor-message-copy > p::first-letter {
    padding-top: 1px;
    font-size: 30px;
  }
}
.scor-message-copy,
.scor-message-figure {
  margin-top: 68px;
}
@media (max-width: 767px) {
  .scor-message-copy,
  .scor-message-figure {
    margin-top: 25px;
  }
}
.scor-message-figure > img {
  float: right;
}
.scor-message-figure-info {
  vertical-align: bottom;
  text-align: right;
  position: absolute;
  right: 145px;
  bottom: 0;
  width: 100%;
}
.scor-message-figure-info p {
  margin: 0;
}
.scor-message-figure-info .hrs-position {
  font-size: 12px;
}
.scor-message-figure-info .hrs-president-name {
  font-size: 14px;
  font-weight: 700;
}
.scor-nav-toggle {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding: 18px 15px;
  border-bottom: 1px solid #d8d8d8;
}
.scor-nav-toggle:after {
  display: inline-block;
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  background-image: url('../images/sprite/ic-down-copy@3x.png');
  -webkit-background-size: contain;
  background-size: contain;
  content: '';
  float: right;
  position: relative;
  top: 3px;
  transform: rotate(180deg);
}
.scor-nav-toggle.collapsed:after {
  transform: rotate(360deg);
}
.scor-hrs-select {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid #004098;
  overflow: hidden;
}
.scor-hrs-select > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 38px;
  padding: 0 11px;
  border: none;
  outline: none;
  background: url('../images/sprite/ic-select-down.png') no-repeat right center;
  line-height: 16px;
  color: #004098;
  font-size: 0.85714em;
  font-weight: normal;
}
.scor-hrs-select > select option {
  font-size: 14px;
  color: #004098;
  font-weight: normal;
}
.scor-hrs-select-label {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  line-spacing: 14px;
}
.scor-hrs-map {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .scor-hrs-map {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.scor-hrs-map-title {
  color: #004098;
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}
.scor-hrs-map-img {
  max-width: 819px;
  width: 100%;
}
.scor-hrs-pagination {
  list-style: none;
  padding: 0;
  text-align: center;
}
.scor-hrs-pagination li {
  display: inline-block;
  padding: 0 10px;
}
.scor-hrs-pagination li + li {
  border-left: 1px solid #d8d8d8;
}
.scor-hrs-pagination li span,
.scor-hrs-pagination li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.scor-hrs-pagination li span {
  color: #4a4a4a;
}
.scor-hrs-table--horizontal th,
.scor-hrs-table--horizontal td {
  padding: 20px 22px !important;
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal th,
  .scor-hrs-table--horizontal td {
    padding: 10px 12px !important;
  }
}
.scor-hrs-table--horizontal th {
  background-color: #004098;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 170px;
  line-height: 14px !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal th {
    width: 140px;
  }
}
.scor-hrs-table--horizontal td {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px !important;
}
.scor-hrs-table--horizontal tr:nth-child(even) td {
  background-color: #eef2f8;
}
.scor-hrs-table--horizontal-1 th,
.scor-hrs-table--horizontal-2 th,
.scor-hrs-table--horizontal-1 td,
.scor-hrs-table--horizontal-2 td {
  padding: 20px 22px !important;
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-1 th,
  .scor-hrs-table--horizontal-2 th,
  .scor-hrs-table--horizontal-1 td,
  .scor-hrs-table--horizontal-2 td {
    padding: 10px 12px !important;
  }
}
.scor-hrs-table--horizontal-1 th,
.scor-hrs-table--horizontal-2 th {
  background-color: #004098;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 170px;
  line-height: 14px !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-1 th,
  .scor-hrs-table--horizontal-2 th {
    width: 140px;
  }
}
.scor-hrs-table--horizontal-1 td,
.scor-hrs-table--horizontal-2 td {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px !important;
}
.scor-hrs-table--horizontal-1 tr:nth-child(even) td,
.scor-hrs-table--horizontal-2 tr:nth-child(even) td {
  background-color: #eef2f8;
}
.scor-hrs-table--horizontal-2 thead th {
  padding-top: 7px !important;
  padding-bottom: 5px !important;
  border-bottom-width: 1px !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-2 thead th {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.scor-hrs-table--horizontal-2 tbody th {
  background-color: #99b3d6;
}
.scor-hrs-table--horizontal-3 {
  border-top: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.scor-hrs-table--horizontal-3 th,
.scor-hrs-table--horizontal-3 td {
  padding: 20px 22px !important;
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-3 th,
  .scor-hrs-table--horizontal-3 td {
    padding: 10px 12px !important;
  }
}
.scor-hrs-table--horizontal-3 th {
  background-color: #004098;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 170px;
  line-height: 14px !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-3 th {
    width: 140px;
  }
}
.scor-hrs-table--horizontal-3 td {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px !important;
}
.scor-hrs-table--horizontal-3 tr:nth-child(even) td {
  background-color: #eef2f8;
}
.scor-hrs-table--horizontal-3 thead th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom-width: 1px !important;
  background-color: #cfe4f5;
  color: #525252;
  text-transform: none;
  font-weight: 500;
  width: auto;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-3 thead th {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.scor-hrs-table--horizontal-3 tbody th {
  background-color: #99b3d6;
}
.scor-hrs-table--horizontal-3 th,
.scor-hrs-table--horizontal-3 td {
  padding: 10px 15px !important;
  border-left: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.scor-hrs-table--horizontal-3 td {
  background-color: transparent !important;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.scor-hrs-table--horizontal-3 td a {
  color: #296BBF;
}
.scor-hrs-table--horizontal-4 {
  border-top: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  overflow-x: auto;
  width: 100%;
}
.scor-hrs-table--horizontal-4 th,
.scor-hrs-table--horizontal-4 td {
  padding: 20px 22px !important;
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-4 th,
  .scor-hrs-table--horizontal-4 td {
    padding: 10px 12px !important;
  }
}
.scor-hrs-table--horizontal-4 th {
  background-color: #004098;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 170px;
  line-height: 14px !important;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-4 th {
    width: 140px;
  }
}
.scor-hrs-table--horizontal-4 td {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px !important;
}
.scor-hrs-table--horizontal-4 tr:nth-child(even) td {
  background-color: #eef2f8;
}
.scor-hrs-table--horizontal-4 thead th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom-width: 1px !important;
  background-color: #cfe4f5;
  color: #525252;
  text-transform: none;
  font-weight: 500;
  width: auto;
}
@media (max-width: 767px) {
  .scor-hrs-table--horizontal-4 thead th {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.scor-hrs-table--horizontal-4 tbody th {
  background-color: #99b3d6;
}
.scor-hrs-table--horizontal-4 th,
.scor-hrs-table--horizontal-4 td {
  padding: 10px 15px !important;
  border-left: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.scor-hrs-table--horizontal-4 td {
  background-color: transparent !important;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  width: 50%;
}
.scor-hrs-table--horizontal-4 td a {
  color: #296BBF;
}
.scor-news-container h1 {
  padding: 15px;
  margin: 0px;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.43px;
  line-height: 29px;
}
.scor-news-container .scor-sample {
  background-color: #D8D8D8;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 14px;
}
.scor-news-container .scor-note {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.scor-news-container .scor-content-block {
  padding: 20px 15px;
  margin: 0px;
  display: block;
  transition: opacity 0.2s;
}
.scor-news-container .scor-content-block:hover {
  opacity: 0.75;
  text-decoration: none;
}
.scor-news-container .scor-content-block:nth-child(odd) {
  background-color: #eef2f8;
}
.scor-news-container .scor-content-block span {
  display: inline-block;
  font-weight: 400;
  line-height: 17px;
}
.scor-news-container .scor-content-block .scor-contact-info {
  position: relative;
  margin-top: 7px;
  padding-right: 50px;
}
.scor-news-container .scor-content-block .scor-contact-info div {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.scor-news-container .scor-content-block .scor-contact-info .map {
  position: absolute;
  top: 0;
  right: 10px;
  color: #004098;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: underline;
  cursor: pointer;
  text-transform: capitalize;
}
.scor-news-container .scor-content-block .scor-location {
  color: #004098;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  display: block;
}
@media (max-width: 767px) {
  .scor-news-container .scor-content-block .scor-location {
    font-size: 15px;
  }
}
.scor-news-container .scor-content-block .scor-location span {
  margin: 0 10px;
}
.scor-news-container .scor-content-block .scor-date {
  color: #4a4a4a;
}
.scor-news-container .scor-content-block .scor-hrs-icon {
  margin-left: 10px;
}
.scor-news-container .scor-content-block .scor-date,
.scor-news-container .scor-content-block .scor-detail {
  padding-left: 15px;
  padding-right: 15px;
}
.scor-news-container .scor-content-block .scor-detail .scor-news-content {
  color: #004098;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .scor-news-container .scor-content-block .scor-detail .scor-news-content {
    font-size: 13px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .scor-news-container .scor-content-block .scor-detail .scor-news-content {
    padding-left: 0;
  }
}
.scor-news-container .scor-content-block .scor-detail .scor-news-content-link {
  overflow: hidden;
}
@media (min-width: 768px) {
  .scor-news-container .scor-content-block .scor-detail .scor-news-content-link {
    word-break: break-all;
    word-wrap: break-word;
    display: table-cell;
  }
}
.scor-distributors .scor-distributor-block {
  margin-top: 45px;
}
.scor-distributors .scor-distributor-block .number-distributors {
  font-weight: 700;
}
.scor-distributors .scor-title {
  border: none;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
@media (max-width: 767px) {
  .scor-distributors .scor-title {
    font-size: 18px;
  }
}
.scor-distributors .scor-area-dropdown .show-on-hover a {
  border: 1px solid #004098;
}
.scor-distributors .scor-area-dropdown .show-on-hover .dropdown-toggle {
  padding: 5px 0px 5px 46px;
  display: block;
  font-size: 14px;
  color: #004098;
  text-decoration: none;
  cursor: pointer;
}
.scor-distributors .scor-area-dropdown .show-on-hover .dropdown-toggle .caret {
  margin-left: 40px;
  margin-right: 17px;
}
.scor-distributors .scor-area-dropdown .show-on-hover .dropdown-menu {
  margin: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  min-width: 229px;
}
.scor-distributors .scor-area-dropdown .show-on-hover .dropdown-menu li:first-child a {
  border-top: 0;
  border-bottom: 0;
}
.scor-distributors .scor-area-dropdown .show-on-hover .dropdown-menu li:last-child a {
  border-top: 0;
}
.scor-distributors .scor-area-dropdown .show-on-hover .dropdown-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.scor-distributors .scor-area-dropdown .show-on-hover .dropdown-menu li a:hover {
  background-color: #004098;
  color: #ffffff;
}
.scor-distributors .scor-note {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .scor-distributors .scor-note {
    font-size: 13px;
    padding: 0 20px;
  }
}
.scor-distributors .scor-content-block {
  box-shadow: 0 0 4px 0 rgba(161, 161, 161, 0.5);
  background-color: #FFFFFF !important;
  margin-bottom: 15px;
  padding: 20px 20px 20px 25px;
}
@media (max-width: 767px) {
  .scor-distributors .scor-content-block {
    padding: 15px;
  }
}
.scor-distributors .scor-content-block .scor-office-name {
  color: #004098;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 7px;
}
.scor-distributors .scor-content-block a:focus,
.scor-distributors .scor-content-block a:hover {
  text-decoration: none;
}
.scor-tab-1-container .row {
  padding: 7px 0;
}
.scor-tab-1-container .row:nth-child(even) {
  background-color: #EEF2F8;
}
.scor-tab-1-container .row .scor-hrs-date {
  color: #525252;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center !important;
}
@media (max-width: 767px) {
  .scor-tab-1-container .row .scor-hrs-date {
    font-size: 13px;
  }
}
.scor-tab-1-container .row .scor-hrs-date span {
  display: block;
}
.scor-tab-1-container .row .scor-btn-ir {
  text-align: center;
  display: inline-block;
}
.scor-tab-1-container .row .scor-btn-ir a {
  background-color: #004098;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  min-width: 100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .scor-tab-1-container .row .scor-btn-ir a {
    width: 100%;
    min-width: 100%;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.scor-tab-1-container .row .scor-news-content {
  color: #004098;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .scor-tab-1-container .row .scor-news-content {
    font-size: 13px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .scor-tab-1-container .row .scor-news-content {
    padding-left: 0;
  }
}
.scor-tab-1-container .row .scor-news-content-link {
  overflow: hidden;
}
@media (min-width: 768px) {
  .scor-tab-1-container .row .scor-news-content-link {
    word-break: break-all;
    word-wrap: break-word;
    display: table-cell;
  }
}
.scor-tab-1-container .more-detail {
  display: none;
}
.scor-hrs-title--border {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.43px;
  line-height: 29px;
  text-align: center;
  margin: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 16px 0 12px;
}
@media (max-width: 767px) {
  .scor-hrs-title--border {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .scor-hrs-title--border {
    font-size: 18px;
  }
}
.scor-hrs-list-anchor {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.scor-hrs-list-anchor > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  border-right: 1px solid #d8d8d8;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .scor-hrs-list-anchor > li:nth-child(6n+1) {
    border-left: 1px solid #d8d8d8;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .scor-hrs-list-anchor > li:nth-child(4n+1) {
    border-left: 1px solid #d8d8d8;
  }
}
@media (max-width: 767px) {
  .scor-hrs-list-anchor > li:nth-child(3n+1) {
    border-left: 1px solid #d8d8d8;
  }
}
.scor-hrs-list-anchor > li > a:after {
  content: "";
  background-image: url('../images/sprite/ic-scroll-down.png');
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 12px;
}
.scor-hrs-table th,
.scor-hrs-table td {
  font-size: 14px;
}
.scor-hrs-table th:first-child,
.scor-hrs-table td:first-child {
  width: 150px;
}
.scor-hrs-table td {
  padding: 14px 25px !important;
}
.scor-hrs-table th {
  padding: 7px 25px !important;
  background-color: #004098;
  color: #fff;
  border-bottom-width: 1px !important;
}
.scor-hrs-table tr:nth-of-type(odd) {
  background-color: #eef2f8;
}
.scor-hrs-table--1column th {
  font-weight: bold;
}
.scor-hrs-table--1column tr:nth-of-type(even) {
  background-color: #eef2f8;
}
.scor-hrs-table--1column tr:nth-of-type(odd) {
  background-color: transparent;
}
.scor-hrs-table--1column tr:nth-of-type(odd) td {
  font-weight: bold;
}
.scor-hrs-table--1column .question > span,
.scor-hrs-table--1column .answer > span {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .scor-hrs-table--1column .question > span,
  .scor-hrs-table--1column .answer > span {
    margin-right: 10px;
  }
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner {
  background-color: rgba(255, 255, 255, 0.2);
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang {
  float: right;
  width: 80px;
}
@media (max-width: 767px) {
  .scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang,
  .scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang {
    position: absolute;
    bottom: 200px;
    right: 10px;
  }
  .scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang #languageDropdown,
  .scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang #languageDropdown {
    position: absolute;
    z-index: 999;
    width: 80px;
  }
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang:hover,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang:hover,
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang:focus,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang:focus {
  background-color: #004098;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang a.js-hover-toggle,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang a.js-hover-toggle {
  display: inline-block;
  padding: 4px;
}
@media (max-width: 767px) {
  .scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang a.js-hover-toggle,
  .scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang a.js-hover-toggle {
    color: #fff;
  }
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .language-list,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .language-list {
  display: none;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .icon-down-white,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .icon-down-white {
  float: right;
  position: relative;
  top: 6px;
  right: -10px;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active {
  display: block !important;
  margin-top: 3px;
  padding: 0px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active,
  .scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active {
    margin-top: 0;
  }
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li {
  display: block;
  background-color: #fff;
  padding: 5px;
  border-bottom: 1px solid #004098;
  margin: 0;
  text-align: center;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li:hover,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li:hover {
  background-color: #004098;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li:hover a,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li:hover a {
  color: #fff;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li a,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li a {
  color: #004098;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav {
  padding-left: 0px;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav li,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav li {
  list-style: none;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner h2,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner h2 {
  margin: 0 !important;
  padding: 0 !important;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-field,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-field {
  margin-top: 10px !important;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-login,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-login {
  margin-top: 25px;
}
.scor-hrs-table--1column .question > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-login a.scor-btn-hrsbase,
.scor-hrs-table--1column .answer > span .search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-login a.scor-btn-hrsbase {
  height: 40px;
  font-size: 14px;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner {
  background-color: rgba(255, 255, 255, 0.2);
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang {
  float: right;
  width: 80px;
}
@media (max-width: 767px) {
  .scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang {
    position: absolute;
    bottom: 200px;
    right: 10px;
  }
  .scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang #languageDropdown {
    position: absolute;
    z-index: 999;
    width: 80px;
  }
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang:hover,
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang:focus {
  background-color: #004098;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang a.js-hover-toggle {
  display: inline-block;
  padding: 4px;
}
@media (max-width: 767px) {
  .scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang a.js-hover-toggle {
    color: #fff;
  }
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .language-list {
  display: none;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .icon-down-white {
  float: right;
  position: relative;
  top: 6px;
  right: -10px;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active {
  display: block !important;
  margin-top: 3px;
  padding: 0px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active {
    margin-top: 0;
  }
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li {
  display: block;
  background-color: #fff;
  padding: 5px;
  border-bottom: 1px solid #004098;
  margin: 0;
  text-align: center;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li:hover {
  background-color: #004098;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li:hover a {
  color: #fff;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink .scor-lang .js-hover-toggle-active li a {
  color: #004098;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav {
  padding-left: 0px;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav li {
  list-style: none;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner h2 {
  margin: 0 !important;
  padding: 0 !important;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-field {
  margin-top: 10px !important;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-login {
  margin-top: 20px;
}
.scor-search-component #scor-search_sec .scor-search-sec .scor-search-inner .scor-login a.scor-btn-hrsbase {
  height: 40px;
  font-size: 14px;
}
.scor-hrs-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scor-detail a {
  text-decoration: none !important;
}
.scor-area-dropdown .scor-dropdown-section {
  width: 160px;
  margin: 0 auto;
}
.scor-area-dropdown .scor-dropdown-section .scor-hrs-select {
  width: 160px;
}
.scor-area-dropdown .scor-dropdown-section select {
  text-align-last: center;
}
@media (max-width: 767px) {
  .scor-area-dropdown .scor-dropdown-section {
    width: 100%;
  }
}
.scor-area-dropdown .scor-dropdown-section .scor-hrs-select {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid #004098;
  overflow: hidden;
}
.scor-area-dropdown .scor-dropdown-section .scor-hrs-select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 38px;
  padding: 0 11px;
  border: none;
  outline: none;
  background: url('../images/sprite/ic-select-down.png') no-repeat right center;
  line-height: 16px;
  color: #004098;
  font-size: 0.85714em;
  font-weight: normal;
}
.scor-area-dropdown .scor-dropdown-section .scor-hrs-select > select::-ms-expand {
  display: none;
}
.scor-area-dropdown .scor-dropdown-section .scor-hrs-select > select option {
  font-size: 14px;
  color: #004098;
  font-weight: normal;
}
.scor-area-dropdown .scor-dropdown-section .scor-hrs-select-label {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  line-spacing: 14px;
}
/*! # HRS * lastupdate : Tue Aug 22 2017 11:48:58 * version : 1.0.0 * * © 2017 ARCHETYP. */
@media only screen and (min-width: 769px) {
  body {
    background: none;
  }
  .whole {
    background: none;
  }
  .body-sec {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .pagetop {
    background: none;
  }
  .top.head-sec {
    background-color: rgba(255, 255, 255, 0);
  }
  .top.head-sec .logo a {
    width: 46px;
    height: 24px;
    background-position: 0 -1794px;
  }
  .top.head-sec .gnav ul {
    background-image: url('../images/gnav-separator_top.png');
  }
  .top.head-sec .gnav li {
    background-image: url('../images/gnav-separator_top.png');
  }
  .top.head-sec .gnav li.gnav1 span {
    width: 86px;
    height: 10px;
    background-position: 0 -1838px;
  }
  .top.head-sec .gnav li.gnav2 span {
    width: 68px;
    height: 23px;
    background-position: 0 -1868px;
  }
  .top.head-sec .gnav li.gnav3 span {
    width: 39px;
    height: 10px;
    background-position: 0 -1911px;
  }
  .top.head-sec .gnav li.gnav4 span {
    width: 70px;
    height: 10px;
    background-position: 0 -1941px;
  }
  .top.head-sec .gnav li.gnav5 span {
    width: 95px;
    height: 10px;
    background-position: 0 -1971px;
  }
  .top.head-sec .gnav li.gnav6 span {
    width: 46px;
    height: 10px;
    background-position: 0 -2001px;
  }
  .top.head-sec .hnav .hnav1 > a {
    width: 70px;
    height: 24px;
    background-position: 0 -2031px;
  }
  .top.head-sec .hnav .hnav1 > a:hover {
    width: 70px;
    height: 24px;
    background-position: 0 -870px;
  }
  .top.head-sec .hnav .hnav2 > a {
    width: 100px;
    height: 24px;
    background-position: 0 -2075px;
  }
  .top.head-sec .hnav .hnav2 > a:hover {
    width: 100px;
    height: 24px;
    background-position: 0 -1442px;
  }
  .top.head-sec .hnav .hnav2 > a.active {
    width: 100px;
    height: 24px;
    background-position: 0 -958px;
  }
  .globalNews {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
  .globalNews h2 {
    height: 19px;
    margin: 0 0 40px;
    text-align: center;
  }
  .globalNews h2 img {
    height: 100%;
  }
  .globalNews .tabMenu {
    margin-bottom: 30px;
    border-bottom: 1px solid #004098;
  }
  .globalNews .tabMenu:before {
    content: "";
    display: table;
  }
  .globalNews .tabMenu:after {
    content: "";
    display: table;
    clear: both;
  }
  .globalNews .tabMenu li {
    float: left;
    margin-left: 20px;
  }
  .globalNews .tabMenu li:first-child {
    margin-left: 30px;
  }
  .globalNews .tabMenu li a {
    position: relative;
    display: block;
    width: 215px;
    height: 35px;
    border-left: 1px solid #004098;
    background: url('../images/news-tab-bg.png') right 0 no-repeat;
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .globalNews .tabMenu li a:hover {
    background-color: #004098;
  }
  .globalNews .tabMenu li span {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    height: 10px;
    display: inline-block;
    margin-top: -5px;
  }
  .globalNews .tabMenu li a.active {
    background-color: #004098;
  }
  .globalNews .tabMenu li.tabMenu1 span {
    width: 38px;
    margin-left: -19px;
    background: url('../images/news-tab-title1.png') 0 0 no-repeat;
  }
  .globalNews .tabMenu li.tabMenu1 a.active span {
    background-image: url('../images/news-tab-title1_o.png');
  }
  .globalNews .tabMenu li.tabMenu1 a:hover span {
    background-image: url('../images/news-tab-title1_o.png');
  }
  .globalNews .tabMenu li.tabMenu2 span {
    width: 154px;
    margin-left: -77px;
    background: url('../images/news-tab-title2.png') 0 0 no-repeat;
  }
  .globalNews .tabMenu li.tabMenu2 a.active span {
    background-image: url('../images/news-tab-title2_o.png');
  }
  .globalNews .tabMenu li.tabMenu2 a:hover span {
    background-image: url('../images/news-tab-title2_o.png');
  }
  .globalNews .tabMenu li.tabMenu3 span {
    width: 79px;
    margin-left: -39.5px;
    background: url('../images/news-tab-title3.png') 0 0 no-repeat;
  }
  .globalNews .tabMenu li.tabMenu3 a.active span {
    background-image: url('../images/news-tab-title3_o.png');
  }
  .globalNews .tabMenu li.tabMenu3 a:hover span {
    background-image: url('../images/news-tab-title3_o.png');
  }
  .globalNews .tabMenu li.tabMenu4 span {
    width: 65px;
    margin-left: -32.5px;
    background: url('../images/news-tab-title4.png') 0 0 no-repeat;
  }
  .globalNews .tabMenu li.tabMenu4 a.active span {
    background-image: url('../images/news-tab-title4_o.png');
  }
  .globalNews .tabMenu li.tabMenu4 a:hover span {
    background-image: url('../images/news-tab-title4_o.png');
  }
  .banner-slider {
    position: relative;
    max-width: 1060px;
    min-width: 980px;
    margin: 40px auto 0;
  }
  .banner-slider .slider {
    width: 980px;
    overflow: hidden;
    margin: 0 auto;
  }
  .banner-slider .slider li:before {
    content: "";
    display: table;
  }
  .banner-slider .slider li:after {
    content: "";
    display: table;
    clear: both;
  }
  .banner-slider .slider li a {
    display: block;
    float: left;
    margin-left: 20px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .banner-slider .slider li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: .75;
  }
  .banner-slider .slider li a img {
    width: 230px;
  }
  .banner-slider .slider li a:first-child {
    margin-left: 0;
  }
  .bx-controls {
    z-index: 999;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1060px;
    min-width: 980px;
  }
  .bx-controls a {
    position: absolute;
    top: 19px;
    display: block;
    width: 18px;
    height: 35px;
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .bx-controls a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: .75;
  }
  .bx-controls a.bx-prev {
    left: 0;
    background-image: url('../images/slider-arrow_l.png');
  }
  .bx-controls a.prev {
    left: 0;
    background-image: url('../images/slider-arrow_l.png');
  }
  .bx-controls a.bx-next {
    right: 0;
    background-image: url('../images/slider-arrow_r.png');
  }
  .bx-controls a.next {
    right: 0;
    background-image: url('../images/slider-arrow_r.png');
  }
  .banner-slider-control {
    z-index: 999;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1060px;
    min-width: 980px;
  }
  .banner-slider-control a {
    position: absolute;
    top: 19px;
    display: block;
    width: 18px;
    height: 35px;
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .banner-slider-control a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: .75;
  }
  .banner-slider-control a.bx-prev {
    left: 0;
    background-image: url('../images/slider-arrow_l.png');
  }
  .banner-slider-control a.prev {
    left: 0;
    background-image: url('../images/slider-arrow_l.png');
  }
  .banner-slider-control a.bx-next {
    right: 0;
    background-image: url('../images/slider-arrow_r.png');
  }
  .banner-slider-control a.next {
    right: 0;
    background-image: url('../images/slider-arrow_r.png');
  }
  .contents-intro:before {
    content: "";
    display: table;
  }
  .contents-intro:after {
    content: "";
    display: table;
    clear: both;
  }
  .contents-intro h2 {
    height: 19px;
    margin: 70px 0 30px;
    text-align: center;
  }
  .contents-intro h2 img {
    height: 100%;
  }
  .contents-intro figure {
    height: 400px;
    background-color: #f8f8f8;
    float: left;
    width: 70%;
    overflow: hidden;
  }
  .contents-intro figure a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform .3s;
  }
  .contents-intro figure a:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
  }
  .contents-intro figure img {
    visibility: hidden;
  }
  .contents-intro .text-block {
    height: 400px;
    background-color: #f8f8f8;
    float: right;
    width: 30%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .contents-intro .text-block .inner {
    max-width: 360px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 60px;
    height: 100%;
    position: relative;
  }
  .contents-intro .text-block p {
    line-height: 24px;
    font-size: 14px;
    color: #9b9b9b;
  }
  .contents-intro .text-block p:first-letter {
    font-size: 24px;
    color: #004098;
  }
  .contents-intro .text-block .btn {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 60px;
    left: 60px;
  }
  .contents-intro .text-block .btn a {
    width: 180px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .contents-intro .text-block .btn a:hover {
    background-color: #004098;
  }
  .contents-intro .text-block .btn a:hover span {
    font-size: 14px;
  }
  .contents-intro:nth-child(even) figure {
    float: right;
  }
  .contents-intro:nth-child(even) .text-block {
    float: left;
  }
  .contents-intro:nth-child(even) .text-block:before {
    content: "";
    display: table;
  }
  .contents-intro:nth-child(even) .text-block:after {
    content: "";
    display: table;
    clear: both;
  }
  .contents-intro:nth-child(even) .text-block .inner {
    float: right;
    padding-right: 60px;
    padding-left: 20px;
  }
  .contents-intro.sec1 figure a {
    background-image: url('../images/sec1-figure..jpg');
  }
  .contents-intro.sec1 .btn a span {
    width: 151px;
    height: 11px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
  }
  .contents-intro.sec2 figure {
    float: right;
  }
  .contents-intro.sec2 figure a {
    background-image: url(' ../images/sec2-figure..jpg');
  }
  .contents-intro.sec2 .text-block {
    float: left;
  }
  .contents-intro.sec3 figure a {
    background-image: url('../images/sec3-figure..jpg');
  }
  .contents-intro.sec4 figure {
    float: right;
  }
  .contents-intro.sec4 figure a {
    background-image: url(' ../images/sec4-figure..jpg');
  }
  .contents-intro.sec4 .text-block {
    float: left;
  }
  .worldWide h2 {
    height: 19px;
    margin: 60px 0 20px;
    text-align: center;
  }
  .worldWide h2 img {
    height: 100%;
  }
  .worldWide ul {
    letter-spacing: -0.4em;
    text-align: center;
  }
  .worldWide ul li {
    margin: 20px 10px 0;
    display: inline-block;
    letter-spacing: normal;
  }
  .worldWide ul li a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .worldWide ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: .75;
  }
  .scor-fit-wide {
    width: 100%;
    height: auto;
    max-width: none;
  }
  #scor-index_hero {
    position: relative;
    width: 100%;
    background-size: cover;
    min-width: 980px;
    min-height: 490px;
    height: 490px;
    overflow: hidden;
  }
  #scor-index_hero .background-editable {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #scor-index_hero_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 490px;
    background: #224a8f url(../images/hero-bg.jpg) no-repeat;
  }
  .scor-index-hero-bg-img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .scor-index-hero-bg-video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
  }
  .scor-hero-fill {
    position: absolute;
    top: 50%;
    width: 385px;
    height: 48px;
    overflow: hidden;
    margin: -24px 0 0 -143px;
    width: 308px;
    height: 38px;
    left: 50%;
    top: 96px;
    margin: 0 0 0 -154px;
  }
  .scor-hero-fill figcaption {
    text-indent: -9999px;
  }
  .scroll {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 48px;
    height: 35px;
    overflow: hidden;
    margin: 0 0 0 -24px;
  }
  .scroll a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .scroll a img {
    width: 100%;
    max-width: none;
  }
  .sp-hero {
    display: none;
  }
  #scor-search_sec {
    position: absolute;
    top: 176px !important;
    min-width: 980px;
    width: 100%;
  }
  #scor-search_sec .scor-search-sec {
    position: relative;
    left: 50%;
    margin-left: -380px;
    width: 760px;
    height: 154px;
  }
  #scor-search_sec .scor-search-sec .scor-search-bg {
    position: absolute;
    width: 760px;
    height: 100%;
    overflow: hidden;
  }
  #scor-search_sec .scor-search-sec .scor-search-bg canvas {
    margin: 0;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 15px 30px 0;
    box-sizing: border-box;
    font-weight: bold;
    background: url("../images/search-bg.png") repeat;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-headline {
    margin-bottom: 25px;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner a {
    color: #FFF;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-ico-arrow {
    /*&:before {
            display          : inline-block;
            content          : "";
            width            : 5px;
            height           : 9px;
            background-image : url("@{img}/icon_link_arrow.png");
            margin-right     : 6px;
            opacity          : .5;
          }*/
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-ico-blank:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 10px;
    background-image: url("../images/icon_blank.png");
    margin-left: 4px;
    position: relative;
    top: 1px;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner h2 {
    float: left;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field {
    margin-top: 16px;
    position: relative;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field input {
    display: block;
    float: left;
    width: 505px;
    height: 40px;
    border: none;
    padding: 0 10px;
    line-height: 40px;
    outline: 0;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field button {
    width: 195px;
    height: 40px;
    border: none;
    background: #004098;
    color: #FFF;
    font-weight: bold;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field button:hover {
    background: #00247b;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field .suggestion {
    display: none;
    width: 505px;
    height: 12em;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 1000;
    font-size: 1.4em;
    border: 1px solid #e4e4e4;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field .suggestion .suggestion_title {
    margin-left: 15px;
    font-size: 15px;
    color: #004098;
    margin-top: 15px;
    font-weight: bold;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field .suggestion li {
    font-size: 14px;
    font-weight: normal;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field .suggestion li a {
    color: #333;
    padding: 5px 0;
    padding-left: 15px;
    display: block;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-field .suggestion li.hover {
    background: #ccd9ea;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav {
    margin-top: 15px;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav li {
    float: left;
    width: 33.33%;
    height: 16px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav li:first-child {
    border-left: none;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-search_gnav li a {
    display: block;
    height: 16px;
    line-height: 16px;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-login a {
    text-transform: capitalize;
    font-size: 14px;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .member {
    margin-top: 19px;
    display: none;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .member li {
    float: left;
    margin-left: 10px;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .member li:first-child {
    margin-left: 0;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .member li a {
    display: block;
    width: 345px;
    height: 30px;
    background: #004098;
    text-align: center;
    line-height: 30px;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .member li a:hover {
    background: #00247b;
    text-decoration: none;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink {
    position: absolute;
    top: 17px;
    right: 30px;
    font-size: .78571em;
    z-index: 99;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink ul {
    display: inline;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink ul li {
    float: none;
    display: inline;
    margin-left: 10px;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink ul li:first-child {
    margin-left: 0;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink ul.scor-related {
    float: none;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink ul.scor-related a {
    display: inline-block;
    padding: 4px 0;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink ul.scor-lang {
    float: none;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink ul.scor-lang a {
    display: inline-block;
    padding: 3px 0;
  }
  #scor-search_sec .scor-search-sec .scor-search-inner .scor-sublink hr {
    display: inline;
    width: 0;
    height: 11px;
    margin: 0 15px;
    position: relative;
    border: none;
    border: 0;
    border-right: 2px solid #FFF;
    opacity: 0.3;
  }
  #scor-search_sec.scor-login .scor-search-sec {
    height: 230px;
  }
  #scor-search_sec.scor-login .scor-search-sec .scor-search-inner .member {
    display: block;
  }
}
@media (max-width: 1023px) {
  main {
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .contents-intro figure img {
    visibility: hidden;
  }
  .contents-intro .text-block .inner {
    max-width: 100%;
    padding: 20px 20px 0 20px;
    height: 100%;
    position: relative;
  }
  .contents-intro .text-block p:first-letter {
    font-size: 24px;
    color: #004098;
  }
  .contents-intro .text-block .btn {
    bottom: 60px;
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top.head-sec {
    position: absolute;
  }
  .top.head-sec .logo a {
    width: 46px;
    height: 24px;
    background-position: 0 -638px;
  }
  .top.head-sec .gnav-trigger span {
    background-color: #fff;
  }
  .globalNews h2 {
    width: 145px;
    margin: 30px auto 20px;
  }
  .globalNews .tabMenu {
    width: 89.33333%;
    margin: 0 auto;
    border-bottom: 1px solid #004098;
  }
  .globalNews .tabMenu:before {
    content: "";
    display: table;
  }
  .globalNews .tabMenu:after {
    content: "";
    display: table;
    clear: both;
  }
  .globalNews .tabMenu li {
    float: left;
    width: 21.19403%;
    margin-left: 2.98507%;
  }
  .globalNews .tabMenu li a {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #004098;
    border-bottom-width: 0;
    font-size: 0;
  }
  .globalNews .tabMenu li a:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 6px;
    height: 6px;
    background: url('../images/news-tab-bg@2x.png') 0 0 no-repeat;
    background-size: 6px;
  }
  .globalNews .tabMenu li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    background-position: 0 center;
    background-repeat: no-repeat;
  }
  .globalNews .tabMenu li a.active {
    background-color: #004098;
  }
  .globalNews .tabMenu li a.active:after {
    background: url('../images/news-tab-bg_o@2x.png') 0 0 no-repeat;
  }
  .globalNews .tabMenu li.tabMenu1 span {
    width: 33px;
    height: 10px;
    background-image: url('../images/news-tab-title1@2x.png');
    background-size: 33px;
  }
  .globalNews .tabMenu li.tabMenu1 a.active span {
    background-image: url('../images/news-tab-title1_o@2x.png');
  }
  .globalNews .tabMenu li.tabMenu2 span {
    width: 55px;
    height: 19px;
    background-image: url('../images/news-tab-title2@2x.png');
    background-size: 55px;
  }
  .globalNews .tabMenu li.tabMenu2 a.active span {
    background-image: url('../images/news-tab-title2_o@2x.png');
  }
  .globalNews .tabMenu li.tabMenu3 span {
    width: 55px;
    height: 9px;
    background-image: url('../images/news-tab-title3@2x.png');
    background-size: 55px;
  }
  .globalNews .tabMenu li.tabMenu3 a.active span {
    background-image: url('../images/news-tab-title3_o@2x.png');
  }
  .globalNews .tabMenu li.tabMenu4 span {
    width: 46px;
    height: 10px;
    background-image: url('../images/news-tab-title4@2x.png');
    background-size: 46px;
  }
  .globalNews .tabMenu li.tabMenu4 a.active span {
    background-image: url('../images/news-tab-title4_o@2x.png');
  }
  .globalNews .tabBody {
    margin-top: 15px;
    overflow: hidden;
  }
  .banner-slider {
    position: relative;
    margin-top: 30px;
  }
  .banner-slider .slider {
    width: 89.33333%;
    overflow: hidden;
    margin: 0 auto;
  }
  .banner-slider .slider li:before {
    content: "";
    display: table;
  }
  .banner-slider .slider li:after {
    content: "";
    display: table;
    clear: both;
  }
  .banner-slider .slider li a {
    display: block;
    float: left;
    width: 48.50746%;
    margin-top: 10px;
  }
  .banner-slider .slider li a:nth-child(1) {
    margin-top: 0;
  }
  .banner-slider .slider li a:nth-child(2) {
    margin-top: 0;
  }
  .banner-slider .slider li a:nth-child(2n) {
    float: right;
  }
  .bx-controls a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 14px;
    height: 27px;
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .bx-controls a.bx-prev {
    left: 1.34831%;
    background-image: url('../images/slider-arrow_l@2x.png');
  }
  .bx-controls a.prev {
    left: 1.34831%;
    background-image: url('../images/slider-arrow_l@2x.png');
  }
  .bx-controls a.bx-next {
    right: 1.34831%;
    background-image: url('../images/slider-arrow_r@2x.png');
  }
  .bx-controls a.next {
    right: 1.34831%;
    background-image: url('../images/slider-arrow_r@2x.png');
  }
  .banner-slider-control a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 14px;
    height: 27px;
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .banner-slider-control a.bx-prev {
    left: 1.34831%;
    background-image: url('../images/slider-arrow_l@2x.png');
  }
  .banner-slider-control a.prev {
    left: 1.34831%;
    background-image: url('../images/slider-arrow_l@2x.png');
  }
  .banner-slider-control a.bx-next {
    right: 1.34831%;
    background-image: url('../images/slider-arrow_r@2x.png');
  }
  .banner-slider-control a.next {
    right: 1.34831%;
    background-image: url('../images/slider-arrow_r@2x.png');
  }
  .contents-intro {
    overflow: hidden;
  }
  .contents-intro h2 {
    line-height: 25px;
    height: 15px;
    margin: 35px 0 15px;
    text-align: center;
    font-size: 20px;
  }
  .contents-intro h2 img {
    height: 100%;
  }
  .contents-intro .text-block {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
  }
  .contents-intro .text-block p {
    line-height: 25px;
    font-size: 14px;
    color: #9b9b9b;
  }
  .contents-intro .text-block p:first-letter {
    font-size: 24px;
    color: #004098;
  }
  .contents-intro .text-block .btn {
    padding: 0;
    margin: 5px 0;
    min-width: 150px;
  }
  .contents-intro .text-block .btn a {
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contents-intro .text-block .btn a span {
    display: inline-block;
    vertical-align: middle;
  }
  .worldWide {
    width: 89.33333%;
    margin-right: auto;
    margin-left: auto;
  }
  .worldWide h2 {
    line-height: 15px;
    height: 15px;
    margin: 30px 0 10px;
    text-align: center;
  }
  .worldWide h2 img {
    height: 100%;
  }
  .worldWide ul {
    list-style: none outside none;
  }
  .worldWide ul:before {
    content: "";
    display: table;
  }
  .worldWide ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .worldWide ul li {
    float: left;
    width: 48.50746%;
    margin-top: 20px;
  }
  .worldWide ul li:nth-child(2n) {
    float: right;
  }
  .scor-hero {
    position: relative;
    height: 350px;
  }
  .scor-hero .background-editable {
    height: 350px;
  }
  .sp-hero {
    z-index: -1;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .sp-hero .scor-index-hero-bg-img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .sp-hero .scor-hero-fill {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 212px;
    height: 21px;
    margin: -10.5px 0 0 -106px;
    overflow: hidden;
  }
  .sp-hero .scor-hero-fill figcaption {
    text-indent: -9999px;
  }
  #scor-search_sec {
    padding: 0;
    position: absolute;
    top: 50px;
  }
  #scor-search_sec .scor-search-bg {
    display: none;
  }
  #scor-search_sec .scor-search-inner {
    background-color: transparent;
  }
  #scor-search_sec .scor-search-inner .scor-headline {
    padding-top: 15px;
    margin-bottom: 25px;
  }
  #scor-search_sec .scor-search-inner .scor-ico-blank:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 10px;
    background-image: url("../images/icon_blank_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
    position: relative;
    top: 1px;
  }
  #scor-search_sec .scor-search-inner h2 {
    font-size: 1.14286em;
    color: #fff;
  }
  #scor-search_sec .scor-search-inner h2 a {
    color: #333333;
  }
  #scor-search_sec .scor-search-inner .scor-field {
    margin-top: 15px;
    position: relative;
  }
  #scor-search_sec .scor-search-inner .scor-field input {
    display: block;
    float: left;
    width: 100%;
    height: 36px;
    border: none;
    padding: 0 10px;
    line-height: 30px;
    outline: 0;
    font-size: .71429em;
    -webkit-appearance: none;
    border-radius: 0;
  }
  #scor-search_sec .scor-search-inner .scor-field button {
    height: 36px;
    border: none;
    background: #004098;
    color: #FFF;
    font-size: 14px;
  }
  #scor-search_sec .scor-search-inner .scor-field button:hover {
    background: #00247b;
  }
  #scor-search_sec .scor-search-inner .scor-field .suggestion {
    display: none;
    width: 100%;
    height: 12em;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 1000;
    border: 1px solid #e4e4e4;
  }
  #scor-search_sec .scor-search-inner .scor-field .suggestion .suggestion_title {
    margin-top: 5px;
    margin-left: 5px;
    font-size: .85714em;
    color: #004098;
    font-weight: bold;
  }
  #scor-search_sec .scor-search-inner .scor-field .suggestion li {
    font-size: .85714em;
    font-weight: normal;
  }
  #scor-search_sec .scor-search-inner .scor-field .suggestion li a {
    color: #333;
    padding: 3px 0;
    padding-left: 5px;
    display: block;
  }
  #scor-search_sec .scor-search-inner .scor-field .suggestion li.hover {
    background: #ccd9ea;
  }
  #scor-search_sec .scor-search-inner .scor-search_gnav {
    margin-top: 15px;
  }
  #scor-search_sec .scor-search-inner .scor-search_gnav li {
    float: left;
    width: 33.333%;
    height: 16px;
    text-align: center;
    margin-top: 10px;
    font-size: .85714em;
    height: 12px;
    line-height: 12px;
  }
  #scor-search_sec .scor-search-inner .scor-search_gnav li a {
    display: block;
    height: 12px;
    line-height: 12px;
    color: #fff;
  }
  #scor-search_sec .scor-search-inner .member {
    display: none;
    margin-top: 15px;
  }
  #scor-search_sec .scor-search-inner .member li {
    width: 48.128342245989%;
    float: left;
    margin-left: 3.565062388592%;
  }
  #scor-search_sec .scor-search-inner .member li:first-child {
    margin-left: 0;
  }
  #scor-search_sec .scor-search-inner .member li a {
    color: #FFF;
    display: block;
    height: 27px;
    background: #004098;
    text-align: center;
    line-height: 27px;
    font-size: .85714em;
  }
  #scor-search_sec .scor-search-inner .member li a:hover {
    background: #00247b;
    text-decoration: none;
  }
  #scor-search_sec .scor-search-inner .scor-sublink {
    font-size: .78571em;
    margin-top: 15px;
    position: relative;
  }
  #scor-search_sec .scor-search-inner .scor-sublink ul:before {
    content: "";
    display: table;
  }
  #scor-search_sec .scor-search-inner .scor-sublink ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #scor-search_sec .scor-search-inner .scor-sublink ul li {
    list-style-type: none;
    padding: 2px !important;
  }
  #scor-search_sec .scor-search-inner .scor-sublink ul li a {
    line-height: 1.8;
  }
  #scor-search_sec .scor-search-inner .scor-sublink ul li:last-child {
    margin-right: 0;
  }
  #scor-search_sec .scor-search-inner .scor-sublink ul.scor-lang {
    margin-top: 5px;
  }
  #scor-search_sec .scor-search-inner .scor-sublink hr {
    display: none;
  }
  #scor-search_sec.scor-login .scor-search-sec .scor-search-inner .member {
    display: block;
  }
}
@media only screen and (max-width: 730px) {
  .worldWide ul li {
    width: 100%;
    margin: 10px auto;
    display: block;
    float: left !important;
    text-align: center;
  }
}
.worldWide-list {
  display: flex;
  flex-wrap: wrap;
}
.worldWide-list-item {
  width: 25%;
  box-sizing: border-box;
  height: auto;
  min-height: 170px;
  overflow: hidden;
  padding: 0 5px;
  margin-top: 10px;
  position: relative;
}
.worldWide-list-item img {
  width: 100%;
}
.worldWide-list-item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.worldWide-list-item.active .worldWide-list-info,
.worldWide-list-item:hover .worldWide-list-info {
  opacity: 1;
}
@media (max-width: 767px) {
  .worldWide-list-item {
    min-height: 0;
  }
}
.worldWide-list-info {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(74, 144, 226, 0.7);
  opacity: 0;
  /*span {
        mix-blend-mode : overlay;
        font-size      : 24px;
        color          : #ffffff;
        text-shadow    : 0 2px 4px rgba(185, 184, 184, 0.5);
      }*/
}
.worldWide-list-info h3 {
  font-size: 22px;
  color: #ffffff;
}
.banner-slider {
  overflow: hidden;
}
.fade {
  opacity: 0;
}
.transition .fade {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.32s;
  transition-duration: 0.32s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.transition .head-sec {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: transition-duration;
  transition-duration: transition-duration;
}
.mobile .scor-index-hero-bg-video {
  display: none;
}
.tablet .scor-index-hero-bg-video {
  display: none;
}
.scor-hero .banner-bg-img {
  display: none;
}
.region-top-page {
  background-color: #F6F6F6;
}
.scor-content-pcn-header {
  border-top: 1px solid #0052BF;
  border-bottom: 2px solid #0052BF;
  padding: 7px;
}
.scor-content-pcn-header > div {
  text-align: center;
}
.scor-content-pcn-header span {
  color: #004098;
  font-size: 16px;
}
.scor-content-pcn-header-content {
  text-align: center;
}
@media (min-width: 768px) {
  .scor-news-content-link-remark {
    word-break: break-all;
    word-wrap: break-word;
  }
}
