@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
/*!
 *  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/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format('woff2'), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format('woff'), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format('truetype'), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#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 {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.3s ease-in;
}

#public-vm, #hr-vm {
  overflow: hidden;
  min-height: 100vh;
}
#public-vm section, #hr-vm section {
  min-height: 100vh;
}

.btn__read-more, .btn__contact-us-home {
  text-transform: uppercase;
}
.btn__read-more {
  background-color: #2D3142;
  border: 2px solid #BCCEE8;
  border-radius: 50px;
  color: #BCCEE8;
  padding: 15px 30px;
  font-size: 16px;
}
.btn__read-more span {
  margin-right: 40px;
  font-weight: bold;
}
.btn__contact-us-home {
  font-size: 34px;
  color: #fff;
  background-color: #E23740;
  padding: 30px 65px 30px 100px;
  border-radius: 100px;
}
.btn__contact-us-home img {
  position: absolute;
  top: -45px;
  left: -70px;
}
.btn__contact-us-home:hover {
  background-color: #a12c32;
  color: #fff;
}
.btn__back-to-top {
  position: fixed;
  bottom: 70px;
  right: -90px;
  z-index: 9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-color: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.4);
}
.btn__back-to-top i::before {
  font-size: 28px !important;
}
.btn__back-to-top.active, .btn__back-to-top:active {
  right: 90px;
  transition: 0.3s ease-in-out;
  background-color: #E23740;
  border-color: #fff;
}
.btn__back-to-top:focus {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.4);
}
.btn__back-to-top i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.btn__back-to-top:hover {
  background-color: #b72d36;
}
.btn__browse {
  background-color: #EDEFED;
  color: #000;
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8F8F9D;
}
.btn__rating-widget {
  font-weight: bold;
  font-size: 16px;
  background-color: #222222;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9;
  border: 1px solid #222;
  box-shadow: 0px 6px 10px 5px rgba(112, 112, 112, 0.4);
}
.btn__rating-widget:hover {
  background-color: #2D3142;
  border: 1px solid #2D3142;
  box-shadow: 0px 3px 6px 2px rgba(112, 112, 112, 0.4);
}

i.user-circle {
  width: 24px;
  font-size: 22px !important;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #fff;
  height: 24px;
  text-align: center;
  margin-top: 3px;
  margin-right: 16px;
}

.user-icon--header {
  width: 24px;
  margin-right: 22px;
}

.menu__mobile {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .menu__mobile {
    display: flex !important;
  }
}
.page-item.active .page-link {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.page-item .page-link {
  color: #333;
}
.page-item .page-link:hover {
  color: #333;
}
.page-item-box {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #000;
  height: 100%;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#employee-vm ul.pagination .page-item.active .page-link:hover, #hr-vm ul.pagination .page-item.active .page-link:hover, #admin-vm ul.pagination .page-item.active .page-link:hover, #cms-vm ul.pagination .page-item.active .page-link:hover {
  color: #fff !important;
}
#employee-vm ul.pagination .page-link, #hr-vm ul.pagination .page-link, #admin-vm ul.pagination .page-link, #cms-vm ul.pagination .page-link {
  font-size: 0.8333333333vw;
}

@media screen and (max-width: 1199px) {
  #employee-vm ul.pagination .page-link, #hr-vm ul.pagination .page-link, #admin-vm ul.pagination .page-link, #cms-vm ul.pagination .page-link {
    font-size: 10px;
  }
}
@media screen and (max-width: 500px) {
  #employee-vm ul.pagination .page-link, #hr-vm ul.pagination .page-link, #admin-vm ul.pagination .page-link, #cms-vm ul.pagination .page-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .video--desktop {
    display: none;
  }
  .video--mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .video--desktop {
    display: block;
  }
  .video--mobile {
    display: none;
  }
}
.rotator {
  height: 1060px;
  background-color: #2d3142;
  position: relative;
  overflow: hidden;
}
.rotator.with-indicator {
  overflow: unset;
  min-height: 46.875vw;
}
.rotator .scroll-bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rotator__description {
  padding-top: 200px;
  padding-left: 150px;
  width: 1000px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.rotator__description h1 {
  font-size: 76px;
  font-family: "Glegoo", serif;
  color: #c4d7f2;
}
.rotator__description p, .rotator__description .btn {
  font-family: "Montserrat", sans-serif;
}
.rotator__description p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 45px;
  text-align: justify;
}
.rotator__description .btn:hover {
  color: #fff;
}
.rotator__description .btn__read-more:hover {
  background-color: #595b62 !important;
  border: 2px solid #fff !important;
}
.rotator .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(85, 89, 101, 0.52);
  width: 100%;
  height: 100%;
}
.rotator video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.rotator.with-indicator .slider {
  height: 100%;
}
.rotator.with-indicator .slider-container {
  height: 100%;
}
.rotator .slider {
  height: inherit;
  padding: 0;
  margin: 0;
  display: initial;
}
.rotator .slider-container {
  padding: 0;
  width: 1000px;
  height: inherit;
  overflow: hidden;
  z-index: 9;
}
.rotator .slider .swiper-pagination {
  width: initial;
  bottom: 300px;
  left: 150px;
}
.rotator .slider .swiper-pagination-bullet {
  border: 2px solid #fff;
}
.rotator .indicator-frame {
  position: absolute;
  width: 100vw;
  right: 0;
  bottom: -1.6272965879vw;
  z-index: 9;
  pointer-events: none;
}
.rotator .indicator-frame-mobile {
  position: absolute;
  display: none;
  right: 0;
  bottom: -6.5740740741vw;
  z-index: 9;
  width: 71.0185185185vw;
}
.rotator .mouse {
  position: absolute;
  bottom: 3.6458333333vw;
  right: 4.6875vw;
  width: 2.34375vw;
  height: 5.3125vw;
  background-image: url("/images/mouse.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.rotator .mouse span {
  position: absolute;
  width: 0.2083333333vw;
  height: 0.7291666667vw;
  background-color: #fff;
  border-radius: 10px;
  top: 0.5208333333vw;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  display: block;
  animation: scroll 1.3s ease-out infinite forwards;
}

@media screen and (min-width: 1921px) {
  .rotator {
    height: calc(100vh - 1.6272965879vw);
  }
  .rotator__description {
    padding-top: 10.4166666667vw;
    padding-left: 7.8125vw;
    width: 52.0833333333vw;
  }
  .rotator__description h1 {
    font-size: 3.9583333333vw;
  }
  .rotator__description p {
    font-size: 1.0416666667vw;
    margin-bottom: 2.34375vw;
  }
  .rotator__description .btn__read-more {
    border-radius: 2.6041666667vw;
    padding: 0.78125vw 31.5625vw;
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 768px) {
  .rotator {
    height: calc(100vh - 1.6272965879vw);
  }
  .rotator__description {
    padding-top: 9.38vw;
    padding-left: 7.81vw;
    width: 52.08vw;
  }
  .rotator__description h1 {
    font-size: 3.96vw;
  }
  .rotator__description .divider {
    margin: 1.563vw 0;
  }
  .rotator__description p {
    margin-bottom: 2.34vw;
  }
  .rotator .slider .swiper-pagination {
    bottom: 4.17vw;
    left: 7.81vw;
  }
  .rotator .indicator-frame {
    -webkit-clip-path: polygon(51% 56%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 83%);
            clip-path: polygon(51% 56%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 83%);
  }
}
.core {
  position: relative;
  height: 2500px;
  overflow: hidden;
}
.core__description {
  display: flex;
  background-color: #F0F7EE;
  margin-left: 140px;
  text-align: justify;
}
.core__description-right {
  width: 900px;
  background-color: #F0F7EE;
  margin-top: 120px;
}
.core__description-right h2, .core__description-right p {
  margin-left: 100px;
}
.core__description-right h2 {
  font-size: 34px;
  font-family: "Glegoo", serif;
  font-weight: bold;
  margin-bottom: 90px;
  margin-top: 65px;
}
.core__description-right p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.core__list-bg {
  position: absolute;
  top: 35px;
  left: 70px;
}
.core__list-item {
  width: 400px;
  position: absolute;
}
.core__list-item h3 {
  font-size: 48px;
  font-family: "Glegoo", serif;
}
.core__list-item p {
  font-size: 22px;
  margin-left: 45px;
  font-family: "Montserrat", sans-serif;
}
.core__list .activeness {
  top: 900px;
  left: 400px;
}
.core__list .persistence {
  top: 1040px;
  right: 50px;
}
.core__list .consistency {
  top: 1410px;
  left: 400px;
}
.core__list .excellence {
  top: 1700px;
  right: 0;
  width: 775px;
  text-align: center;
  padding-bottom: 200px;
}
.core__list .excellence img {
  margin: 50px 0;
}
.core__list .excellence p:nth-child(3) {
  font-size: 22px;
  margin-bottom: 30px;
  font-style: italic;
}
.core__list .excellence p:nth-child(4) {
  font-size: 30px;
  font-weight: 600;
}
.core__list .excellence p:last-child {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.core__list-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.core__list-mobile li {
  width: 450px;
  text-align: center;
}
.core__list-mobile h3 {
  font-size: 40px;
}
.core__list-mobile p {
  font-size: 20px;
}
.core__list-mobile p:last-child {
  text-transform: uppercase;
}
.core__list-mobile .lines-straight {
  height: 200px;
}
.core .faded-left-desktop {
  position: absolute;
  bottom: -224px;
  left: -113px;
  width: 652px;
}
.core .faded-right-desktop {
  position: absolute;
  right: 0;
  width: 900px;
  bottom: 484px;
}

@media screen and (max-width: 1200px) {
  .core__description-right h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .core__description-right p {
    font-size: 18px;
  }
}
.slider__partners.slider {
  height: 830px;
  background-color: #e23740;
  background-size: 100%;
  margin-bottom: -50px;
  padding-top: unset;
  width: 100%;
  display: flex;
  justify-content: center;
}
.slider__partners.slider .slider-container {
  width: 1124px;
  height: 700px;
}
.slider__partners.slider-card {
  width: 970px;
  height: 500px;
  border-radius: 5px;
}
.slider__partners.slider .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__partners .slider-container {
  padding-top: 116px;
}
.slider__partners .slider-card {
  height: 40.59vw;
}
.slider__partners .slider-card img {
  box-shadow: 0 12px 32px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0.462962963vw;
  overflow: hidden;
}
.slider__division {
  height: 40.3645833333vw;
  background-size: cover;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.slider__division .slider-container {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slider__division .overlay {
  background-color: rgba(55, 59, 81, 0.72);
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.slider-container {
  position: relative;
  padding: 24px 77px 77px;
  width: 1124px;
  height: 654px;
  display: flex;
  overflow: hidden;
}

.slider-container .swiper-wrapper {
  display: flex;
}

.slider-card {
  width: 970px;
  height: 500px;
  border-radius: 5px;
}

.slider .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 70px;
  left: 0;
  width: 100%;
}

.slider .swiper-pagination-bullet {
  border: 2px solid #F19AA4;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.slider .swiper-pagination-bullet i {
  opacity: 0;
  font-size: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.slider .swiper-pagination-bullet-active i {
  opacity: 1;
}

.slider .swiper-pagination-bullet:hover {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .slider__partners .slider-card img {
    border-radius: 6px;
  }
}
.contact-us-home {
  background-color: #F0F7EE;
  padding: 130px 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.contact-us-home p {
  font-size: 24px;
  font-weight: 600;
  font-family: "Glegoo", serif;
}
.contact-us-home .btn {
  position: absolute;
  bottom: -50px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 500px) {
  .contact-us-home {
    margin-top: -15px;
  }
}
.subsidiaries {
  position: relative;
  margin-top: 65px;
  padding-top: 65px;
  padding-bottom: 100px;
  height: 800px;
}
.subsidiaries .bg-clip {
  position: absolute;
  top: -60px;
  right: 0;
  height: 100%;
}
.subsidiaries .bg-blue-clip {
  position: absolute;
  right: 0;
  height: 100%;
  top: -50px;
}
.subsidiaries .bg-blue-clip-mobile {
  display: none;
}
.subsidiaries h2 {
  width: 1185px;
  margin: 0 auto;
  margin-bottom: 75px;
  font-size: 30px;
  font-family: "Glegoo", serif;
  font-weight: bold;
}
.subsidiaries__list {
  width: 1185px;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subsidiaries__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.subsidiaries__list li {
  width: 20%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 10px;
}
.subsidiaries__list li:last-child {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
}
.subsidiaries__list li:last-child .clip {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
}
.subsidiaries__list li:last-child img {
  position: absolute;
  filter: none;
  opacity: 1;
}
.subsidiaries__list li a.fif:hover {
  transition: 0.3s ease-in;
}
.subsidiaries__list li a.fif:hover img {
  cursor: pointer;
  filter: grayscale(0);
  opacity: 1;
  transition: 0.3s ease-in;
}
.subsidiaries__list li a.atlas {
  margin-top: -40px;
  margin-left: -10px;
}
.subsidiaries__list li a.atlas img {
  width: 160px;
}
.subsidiaries__list img {
  filter: grayscale(1);
  opacity: 0.5;
}
.subsidiaries__list img:hover {
  cursor: pointer;
  filter: grayscale(0);
  opacity: 1;
  transition: 0.3s ease-in;
}
.subsidiaries__bottom-bg {
  background-color: #F0F7EE;
  height: 225px;
  width: 100%;
  margin-top: -330px;
}
.subsidiaries__slider {
  height: 830px;
  background-size: 100%;
  margin-bottom: -50px;
  padding-top: 115px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subsidiaries__slider .slider-container {
  padding: 77px;
  width: 400px !important;
  height: 300px !important;
}
.subsidiaries__slider .slider-container .swiper-pagination-bullet i {
  font-size: 12px;
  color: #e23740;
}
.subsidiaries__slider .slider-card {
  height: -moz-fit-content;
  height: fit-content;
}
.subsidiaries__slider .slider-card a.atlas img {
  margin-top: -5vw;
  height: 20vw;
}

@media screen and (max-width: 800px) {
  .subsidiaries {
    margin-top: unset;
    padding-top: 10vw;
  }
  .subsidiaries .bg-blue-clip {
    display: none;
  }
  .subsidiaries .bg-blue-clip-mobile {
    position: absolute;
    top: -6.2037037037vw;
    left: 0;
    width: 100%;
    display: block;
  }
  .subsidiaries h2, .subsidiaries .h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .subsidiaries__slider {
    margin-top: 16.4814814815vw;
  }
  .subsidiaries .swiper-button-prev, .subsidiaries .swiper-button-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 16.85vw;
    z-index: 2;
    background-color: #fff;
  }
  .subsidiaries .swiper-button-prev img, .subsidiaries .swiper-button-next img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.8888888889vw;
    opacity: 0.4;
    transition: opacity ease 800ms;
  }
  .subsidiaries .swiper-button-prev.swiper-button-disabled img, .subsidiaries .swiper-button-next.swiper-button-disabled img {
    opacity: 0.2;
    transition: opacity ease 800ms;
  }
  .subsidiaries .swiper-button-prev {
    left: 0;
    border-right: 2px solid #f0f0f0;
  }
  .subsidiaries .swiper-button-next {
    right: 0;
    border-left: 2px solid #f0f0f0;
  }
}
@media screen and (max-width: 500px) {
  .subsidiaries {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .subsidiaries__bottom-bg {
    display: none;
  }
}
.divider {
  background-color: #E23740;
  color: #E23740;
  height: 10px;
  width: 160px;
  opacity: 1;
  margin: 45px 0;
  border-radius: 10px;
}

.pages__banner {
  height: 100vh;
  background-size: cover;
  top: 0;
  width: 100%;
  z-index: 1;
  position: fixed;
}
.pages__banner .clip {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.8374816984vw;
}
.pages__banner-about, .pages__banner-contact, .pages__banner-careers {
  height: 100vh;
  position: relative !important;
  background-position: center;
}
.pages__banner-about {
  background-image: url("/images/banner-about.png");
}
.pages__banner-contact {
  background-image: url("/images/banner-contact.png");
}
.pages__banner-careers {
  background-image: url("/images/banner-careers.png");
}
.pages__banner-division {
  position: relative !important;
}
.pages__banner-division .container {
  width: 960px;
  right: auto;
  bottom: 248px;
}
.pages__banner-division img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100vw;
}
.pages__banner-division .clip {
  height: initial !important;
}
.pages__banner--only {
  position: relative;
  display: none;
  width: 100%;
  height: 56.5vw;
  background-size: cover;
  background-position: center;
  margin-top: 65px;
  background-repeat: no-repeat;
}
.pages__banner .mouse {
  position: absolute;
  bottom: 3.6458333333vw;
  right: 4.6875vw;
  width: 2.34375vw;
  height: 5.3125vw;
  background-image: url(/images/mouse.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.pages__banner .mouse span {
  position: absolute;
  width: 0.2083333333vw;
  height: 0.7291666667vw;
  background-color: #fff;
  border-radius: 10px;
  top: 0.5208333333vw;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  display: block;
  animation: scroll 1.3s ease-out infinite forwards;
}
.pages__row {
  display: flex;
  align-items: baseline;
}
.pages__row .left {
  padding-right: 6.7708333333vw;
}
.pages__row .right {
  width: 30%;
}
.pages__row .right img {
  width: 10.4166666667vw;
}
.pages__title {
  position: absolute;
  bottom: 125px;
  left: 0;
  right: 0;
  padding: 0 100px;
  z-index: 2;
}
.pages__title h1 {
  font-size: 3.125vw;
  font-family: "Glegoo", serif;
  font-weight: bold;
  text-shadow: 8px 8px 12px #2c2c2c;
  color: #c3d7f2;
  margin-bottom: 35px;
}
.pages__title p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
  color: #fff;
}

@media only screen and (max-width: 414px) {
  .pages__banner-division img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: unset;
  }
}
.slider-container .mouse {
  position: absolute;
  bottom: 3.6458333333vw;
  right: 4.6875vw;
  width: 2.34375vw;
  height: 5.3125vw;
  background-image: url(/images/mouse.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.slider-container .mouse span {
  position: absolute;
  width: 0.2083333333vw;
  height: 0.7291666667vw;
  background-color: #fff;
  border-radius: 10px;
  top: 0.5208333333vw;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  display: block;
  animation: scroll 1.3s ease-out infinite forwards;
}

@media only screen and (max-width: 500px) {
  .slider-container .mouse {
    bottom: 30px !important;
    right: 20px !important;
    width: 21px !important;
    height: 45px !important;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s ease-in;
  height: 5.4166666667vw;
  background-color: transparent;
}
.header .logo {
  position: relative;
  background-color: #E23740;
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
.header .logo img {
  width: 280px;
  padding: 0;
}
.header__left {
  display: flex;
  z-index: 999999;
}
.header__left img.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.2395833333vw;
  z-index: 2;
  background-color: transparent !important;
  padding: unset;
}
.header__left a.header__logo-container {
  width: 27vw;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.header__right {
  z-index: 2 !important;
}
.header__right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  padding: 10px 50px;
}
.header__right li {
  font-size: 18px;
  margin-right: 25px;
  padding: 5px 10px;
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
.header__right li:last-child {
  margin-right: 0;
}
.header__right li:hover, .header__right li.active {
  background-color: #fff;
  color: #E23740;
  transition: 0.3s ease-in;
}
.header__right li:hover path, .header__right li.active path {
  fill: #E23740;
}
.header__right li svg {
  fill: #fff;
}
.header__right a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__right a.menu-close {
  display: none;
  position: absolute;
  /* display: block; */
  top: 12px;
  right: 20px;
  left: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* background-color: #000; */
  z-index: 4;
  color: #777;
}
.header__right a.menu-close svg {
  width: 24px;
  height: 24px;
}
.header__right .user-login {
  border: 2px solid #B6B9C1;
  border-radius: 50px;
}
.header__right .user-login i {
  margin-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .header__right .login-mobile {
    display: none;
  }
}
.header .has-child {
  position: relative;
}
.header .has-child:hover .child-menu {
  opacity: 1;
  pointer-events: all;
  display: flex;
}
.header .child-menu {
  position: absolute;
  display: none;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 4.0995607613vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e23740;
  opacity: 0;
  pointer-events: all;
  border-radius: 5px;
}
.header .child-menu:hover {
  display: flex;
}
.header .child-menu::after {
  position: absolute;
  top: -0.878477306vw;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-bottom: 0.878477306vw solid #E23740;
  border-left: 0.878477306vw solid transparent;
  border-right: 0.878477306vw solid transparent;
}
.header .child-menu::before {
  position: absolute;
  top: -4.0995607613vw;
  left: 0;
  width: 100%;
  height: 4.0995607613vw;
  content: "";
  background-color: transparent;
}
.header .child-menu li {
  margin-right: 0;
  padding: 15px;
  border-radius: 0;
  width: 200px;
}
.header .child-menu li:first-child {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.header .child-menu li:last-child {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.header .child-menu li:hover {
  border-radius: 0;
}
.header .child-menu li:hover a {
  color: #E23740;
}
.header .child-menu a {
  display: block;
  position: static;
  color: #fff;
}
.header .child-menu a:hover {
  color: #e23740;
}

.footer {
  background-image: url("/images/Footer-bg-update.jpg");
  background-size: cover;
  background-color: #e23740;
  padding: 170px 30px 140px 30px;
  z-index: 2;
  position: relative;
}
.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: 0.6;
  z-index: -1;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social-media {
  margin-bottom: 120px;
}
.footer__social-media li {
  margin-right: 45px;
}
.footer__social-media li:last-child {
  margin-right: 0;
}
.footer__social-media i {
  color: #E43641;
}
.footer p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.footer__links li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.footer__links li:last-child {
  border-right: 0;
}
.footer__links a {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.footer__copyright {
  background-color: #e23740;
}

@media screen and (max-width: 1800px) {
  .core__description {
    margin-left: 40px;
  }
  .core__description-right {
    padding-right: 40px;
    margin-top: 10px;
  }
  .core__list-bg {
    position: absolute;
    top: 35px;
    left: -30px;
  }
}
@media screen and (max-width: 1366px) {
  .pages__banner .container {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (max-width: 1360px) {
  .rotator.with-indicator {
    min-height: 52.86vw;
  }
}
@media screen and (max-width: 1200px) {
  .header__left .logo-clip {
    height: 90px;
  }
  .header__left img {
    filter: none;
    position: relative;
    z-index: 99999999;
  }
  .header__left a.header__logo-container {
    width: -moz-fit-content;
    width: fit-content;
    overflow: unset;
  }
  .header__left a.header__logo-container img.myprofile__logo {
    height: 100%;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .logo {
    padding: 10px;
    width: 230px;
  }
  .pages__banner .clip {
    width: 200px;
  }
  .pages__title h1 {
    margin-bottom: 15px;
  }
  .pages__row .left {
    width: unset;
    padding-right: unset;
  }
  .pages__row .right {
    width: unset;
  }
  .pages__row .right img {
    width: 8.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .header__right ul {
    padding: 10px 50px 10px 10px;
  }
  .header__mobile {
    display: none;
  }
  .core__list-mobile {
    display: none;
  }
  .col-half {
    width: 10.333333% !important;
  }
}
@media screen and (max-width: 1199px) {
  .km-btn-dashboard {
    padding: 3.125px 12.5px;
    font-size: 8.75px;
    height: 22px;
  }
  .footer__copyright {
    height: 50.625px;
  }
  .footer__copyright .clippath-red-gradient {
    width: 919.3749999996px;
    margin-right: -50.625px;
  }
  .footer__copyright .clippath-inbetween-colors {
    width: 93.75px;
    margin-right: -50.625px;
  }
  .footer__copyright .clippath-blue {
    width: 288.1250000004px;
  }
  .footer__copyright-mid-content {
    width: 731.25px;
  }
  .footer__copyright-mid-content span {
    font-size: 10.54px;
  }
  .header {
    height: 65px;
  }
  .header__left img.logo.is-active {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header__right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    z-index: 99999 !important;
    background-color: #fff;
    transform: translateX(100%);
  }
  .header__right.is-active {
    transform: translateX(0%);
    transition: transform ease-in-out 600ms;
  }
  .header__right .has-notification {
    top: 50% !important;
    transform: translateY(-50%);
    right: 12px !important;
  }
  .header__right ul {
    flex-direction: column;
    padding: 70px 24px;
  }
  .header__right ul li {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    color: #333 !important;
    border-bottom: 1px solid #777 !important;
    border-radius: unset !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    margin-right: unset !important;
    padding: 12px;
  }
  .header__right ul li .has-dropdown {
    position: relative;
  }
  .header__right ul li .has-dropdown::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #9d9d9d;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 5px;
  }
  .header__right ul li svg {
    fill: #333;
  }
  .header__right ul li.has-child {
    position: relative;
    flex-wrap: wrap;
    padding-left: unset;
    padding-right: unset;
    align-items: flex-start;
  }
  .header__right ul li.has-child span {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header__right ul li.has-child svg {
    margin-left: 12px;
    margin-right: -4px !important;
  }
  .header__right ul li .child-menu {
    position: relative;
    margin-top: 12px;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    border-top: 1px solid #777;
    border-radius: unset;
    background-color: transparent;
    display: none;
  }
  .header__right ul li .child-menu::after, .header__right ul li .child-menu::before {
    display: none;
  }
  .header__right ul li .child-menu:not(.is-active) {
    display: none !important;
  }
  .header__right ul li .child-menu.is-active {
    display: flex;
    flex-direction: column;
    opacity: 1;
  }
  .header__right ul li .child-menu li {
    background-color: transparent;
    color: #333;
    border-radius: 0;
    margin-right: 0;
    padding: 12px 42px;
    width: 100%;
    border-bottom: 1px solid #d4d0d0;
    background-color: #f8f8f8;
  }
  .header__right ul li .child-menu li:last-child {
    border-bottom: unset !important;
    margin-bottom: -12px;
  }
  .header__right ul li .child-menu li a {
    color: #333;
  }
  .header__right ul li .user-login span {
    margin-left: 8px;
  }
  .header__right a.menu-close {
    display: block;
  }
  .header__left img.logo {
    width: 266.88px;
  }
  .header__mobile {
    display: flex;
    position: relative;
    right: 24px;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
  }
  .header__mobile i {
    color: #fff;
    font-size: 24px;
  }
  .rotator__description {
    width: 800px;
    padding: 200px 50px 200px 50px;
  }
  .rotator .slider .swiper-pagination {
    bottom: 2.17vw;
    left: 50px;
  }
  .core {
    height: 3700px;
  }
  .core__description {
    flex-direction: column;
    background-color: #fff;
    align-items: flex-end;
    margin: 0;
  }
  .core__description-left, .core__description-right {
    width: 100%;
  }
  .core__description-right {
    background-color: #fff;
    padding: 0 13.0208333333vw;
  }
  .core__description-right h2, .core__description-right p {
    margin-left: 0;
  }
  .core__description-left img {
    width: 100%;
  }
  .core__list-bg {
    display: none;
  }
  .core .faded-right-desktop {
    bottom: 783px;
    z-index: -1 !important;
  }
  .subsidiaries h2 {
    width: 90%;
    text-align: center;
    font-size: 5.55vw;
  }
  .subsidiaries__list {
    width: 90%;
  }
  .subsidiaries__list li {
    height: 170px;
  }
  .subsidiaries .bg-blue-clip {
    display: none;
  }
  .subsidiaries__bottom-bg {
    opacity: 0;
  }
  .contact-us-home {
    padding: 30px 30px 130px 30px;
  }
  .slider__partners.slider {
    padding-top: 0;
    height: auto;
    padding-bottom: 10vw;
  }
  .slider__partners.slider .slider-container {
    padding-top: 9.25vw;
    padding-left: 10.64vw;
    padding-right: 10.64vw;
    height: 64.25vw;
  }
  .slider__partners.slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
  }
  .slider__partners.slider .swiper-pagination-bullet {
    margin-right: 1.6666666667vw;
  }
  .slider__partners.slider .swiper-pagination-bullet:last-child {
    margin-right: unset;
  }
  .slider__partners.slider .slider-card img {
    box-shadow: 0 1.084vw 2.96vw 0.74vw rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 801px) {
  .subsidiaries__slider {
    display: none !important;
  }
  .slider__partners .slider-card img.desktop-image {
    display: block;
    height: auto;
  }
  .slider__partners .slider-card img.mobile-image {
    display: none;
  }
}
@media screen and (max-width: 1028px) {
  .pages__banner {
    background: #2d3142 !important;
    min-height: calc(100vh - (56.5vw + 65px));
    height: auto;
  }
  .pages__banner .clip {
    width: 175px;
  }
  .pages__banner--only {
    display: block;
  }
  .pages__banner--noimage {
    margin-top: 65px;
    height: auto;
  }
  .pages__banner .mouse {
    bottom: 36px;
    right: 48px;
    width: 24px;
    height: 54px;
  }
  .pages__title p {
    font-size: 16px;
  }
  header.header {
    background-color: #e23740 !important;
  }
  .rotator {
    height: auto !important;
  }
  .rotator .overlay {
    display: none;
  }
  .rotator video {
    position: relative;
    margin-top: 65px;
    height: unset;
  }
  .rotator__description {
    width: 100vw;
    padding: 50px 50px 200px 50px;
  }
  .rotator .slider-card {
    height: unset;
  }
  .rotator .slider {
    height: 100vh;
  }
  .rotator .slider-container {
    height: calc(100vh - (56.34vw + 64px + 1.6272965879vw));
  }
  .rotator .slider .swiper-pagination {
    bottom: 70px;
  }
  .slider__division {
    min-height: auto !important;
    position: relative;
  }
  .slider__division .overlay {
    display: none;
  }
  .slider-card, .slider__division {
    height: auto;
  }
  .slider-container .mouse {
    bottom: 36px;
    right: 48px;
    width: 24px;
    height: 54px;
  }
  .slider-container .mouse span {
    top: 5px;
    width: 2px;
    height: 8px;
    left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .subsidiaries__slider {
    height: 33.6111111111vw;
    width: 100%;
    padding-top: unset;
    padding: 0;
  }
  .subsidiaries__slider .slider-container {
    width: 100% !important;
    height: 360px !important;
  }
  .subsidiaries__slider .slider-container .swiper-pagination {
    bottom: 20px;
  }
  .subsidiaries__slider .slider-container {
    height: 33.6111111111vw !important;
    max-height: 100%;
    padding: 0 16.85vw;
    background-color: #fff;
  }
  .subsidiaries__slider .slider-container .swiper-pagination {
    bottom: 70px !important;
    display: none;
  }
  .subsidiaries__slider .slider-card {
    height: 33.6111111111vw !important;
    padding: 8.6111111111vw 0;
    text-align: center;
    border-right: 2px solid #f0f0f0;
    border-radius: unset !important;
  }
  .subsidiaries__slider .slider-card img {
    height: 17.1296296296vw;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 0 24px;
  }
  .subsidiaries__bottom-bg {
    height: 50px;
  }
  .rotator {
    height: 100vh;
  }
  .rotator__description {
    padding: 36px;
    width: 100vw;
  }
  .rotator__description h1 {
    font-size: 3.98vw;
  }
  .rotator__description p {
    font-size: 16px;
  }
  .rotator .slider-container {
    min-height: 500px;
    width: 100vw;
  }
  .rotator .slider .swiper-pagination {
    bottom: 36px;
    left: 36px;
  }
  .core {
    height: 100%;
    padding-bottom: 50px;
  }
  .slider__partners.slider {
    height: auto !important;
    padding: 0 0 21.57vw !important;
    margin-bottom: 0 !important;
  }
  .slider__partners .slider-container {
    height: 420px;
    padding: 9.25vw 10.64vw 0 !important;
  }
  .slider__partners .slider-card {
    height: auto !important;
  }
  .slider__partners .slider-card img {
    height: auto !important;
  }
  .slider__partners .slider-card img.desktop-image {
    display: none;
  }
  .slider__partners .slider-card img.mobile-image {
    display: block;
  }
  .slider__partners .swiper-pagination {
    bottom: 0;
  }
  .slider__partners .swiper-pagination-bullet {
    width: 4.26vw;
    height: 4.26vw;
    margin-right: 1.67vw;
  }
  .slider__partners .swiper-pagination-bullet:last-child {
    margin-right: unset;
  }
  .slider__partners .swiper-pagination-bullet i.fa-circle {
    font-size: 1.29vw;
  }
  .contact-us-home {
    padding: 130px 30px 130px 30px;
  }
  .contact-us-home p {
    font-size: 18px;
  }
  .contact-us-home .btn {
    font-size: 20px;
  }
  .contact-us-home .btn img {
    width: 120px;
    left: -50px;
    top: -30px;
  }
  .subsidiaries__list {
    display: none;
  }
  .subsidiaries__slider {
    display: block;
  }
  .footer p {
    font-size: 18px;
  }
  .footer__links a {
    font-size: 18px;
  }
  .pages__banner .clip {
    width: 120px;
  }
  .pages__banner .mouse {
    bottom: 30px !important;
    right: 20px !important;
    width: 21px !important;
    height: 45px !important;
  }
  .pages__banner .mouse span {
    width: 2px;
    height: 6px;
    right: 10px;
    top: 6px;
    left: unset !important;
  }
  .pages__banner-about .mouse {
    bottom: 30px !important;
    right: 20px !important;
    width: 21px !important;
    height: 45px !important;
  }
  .pages__title {
    bottom: 50px;
  }
  .slider-container .mouse {
    bottom: 30px !important;
    right: 20px !important;
    width: 21px !important;
    height: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright-mid-content {
    width: 95.21484375vw;
  }
}
@media screen and (max-width: 500px) {
  .bottom li {
    padding-bottom: 10px;
  }
  .subsidiaries {
    height: 580px;
  }
  .rotator {
    overflow: unset;
  }
  .rotator .indicator-frame {
    display: none;
  }
  .rotator .indicator-frame-mobile {
    width: 71.0185185185vw;
    display: block;
    pointer-events: none;
  }
  .rotator .mouse {
    width: 7.1296296296vw;
    height: 16.0185185185vw;
    right: 6.4814814815vw;
    bottom: 11.2962962963vw;
  }
  .rotator .mouse span {
    width: 0.7017vw;
    height: 2.105vw;
    right: 3.508vw;
    top: 2.1vw;
    left: unset !important;
  }
  .km-btn-dashboard {
    padding: 6px 13px;
    font-size: 12px;
    height: auto;
  }
  .footer {
    padding: 76px 30px 67px 30px !important;
  }
  .footer__links a, .footer p {
    font-size: 14px !important;
  }
  .footer__copyright-mid-content span {
    font-size: 12px;
  }
  .btn__back-to-top.active {
    right: 30px;
    bottom: 30px;
  }
  .rotator__description {
    padding: 30px;
    width: inherit;
  }
  .rotator__description h1 {
    font-size: 6vw;
  }
  .rotator__description p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .rotator__description .divider {
    margin: 20px 0;
  }
  .rotator__description .btn {
    font-size: 14px;
  }
  .rotator .slider-container {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .rotator .slider .swiper-pagination {
    left: 30px;
    bottom: 130px;
  }
  .rotator .mouse span {
    left: calc(50% - 0px);
  }
  .core {
    height: 100%;
  }
  .core__description-right {
    padding-bottom: 30px;
  }
  .core__description-right h2, .core__description-right p {
    text-align: justify;
  }
  .core__description-right h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .core__description-right p {
    font-size: 16px;
  }
  .core__list-mobile {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }
  .core__list-mobile li {
    width: 300px;
  }
  .core__list-mobile .lines-straight {
    height: 150px;
    margin-bottom: 15px;
  }
  .core__list-mobile .mobile-excellence {
    margin-top: 15px;
  }
  .slider__partners.slider {
    height: 86vw !important;
    min-height: unset !important;
  }
  .slider__partners .slider-container {
    height: auto !important;
    width: 100% !important;
  }
  .slider .swiper-pagination {
    bottom: 0 !important;
  }
  .slider .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
  }
  .slider__division {
    height: auto;
    min-height: 300px !important;
  }
  .slider__division .pages__banner {
    height: auto;
    min-height: calc(100vh - (56.5vw + 65px)) !important;
  }
  .slider__division .pages__banner-division .container {
    width: 95%;
  }
  .slider__division .pages__banner--noimage {
    height: auto !important;
  }
  .slider__division .pages__title p {
    font-size: 16px;
  }
  .slider .pages__banner {
    height: calc(100vh - (56.5vw + 65px)) !important;
  }
  .slider .pages__banner-careers .container, .slider .pages__banner-about .container {
    width: 95%;
  }
  .rotator .swiper-container {
    height: auto;
    min-height: calc(100vh - (56.28vw + 65px)) !important;
  }
  .swiper-rotator .rotator__description {
    position: relative;
  }
  .swiper-rotator .swiper-pagination {
    bottom: 95px !important;
  }
  .swiper-rotator .slider-card {
    height: -moz-max-content;
    height: max-content;
    overflow: overlay;
    padding-bottom: 140px;
  }
  .contact-us-home p, .contact-us-home .btn {
    font-size: 16px;
  }
  .contact-us-home .btn {
    width: 80%;
    padding: 20px;
    bottom: 40px;
  }
  .contact-us-home .btn img {
    width: 100px;
    left: -35px;
  }
  .pages__banner {
    height: 73.364583vw;
  }
  .pages__banner .mouse span {
    width: 2px;
    height: 6px;
    right: 10px;
    top: 6px;
    left: unset !important;
  }
  .pages__title h1 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .pages__title p {
    font-size: 11px;
  }
  .pages__row .right img {
    width: 30px;
  }
  .contact-us-home {
    padding: 60px 30px 60px 30px;
  }
  .contact-us-home .btn {
    bottom: -40px;
  }
  .policy__content {
    padding: 20px !important;
  }
}
@media screen and (max-width: 500px) and (max-height: 748px) {
  .swiper-rotator .rotator__description {
    padding: 16px;
  }
  .swiper-rotator .rotator__description h1, .swiper-rotator .rotator__description .h1 {
    font-size: 5vw;
  }
  .swiper-rotator .rotator__description .divider {
    margin: 14px 0 !important;
  }
  .swiper-rotator .slider-card {
    padding-bottom: 100px;
  }
  .swiper-rotator .swiper-pagination {
    bottom: 65px !important;
  }
  .rotator .slider .swiper-pagination {
    left: 14px;
  }
}
@media screen and (max-width: 500px) and (max-height: 668px) {
  .swiper-rotator .rotator__description {
    padding: 14px;
  }
  .swiper-rotator .rotator__description h1, .swiper-rotator .rotator__description .h1 {
    font-size: 4.5vw;
  }
  .swiper-rotator .rotator__description p {
    font-size: 12px;
  }
  .swiper-rotator .slider-card {
    padding-bottom: 50px;
  }
  .swiper-rotator .swiper-pagination {
    bottom: 60px !important;
  }
}
@media screen and (min-width: 1920px) {
  .rotator .slider .swiper-pagination {
    bottom: 4.17vw;
    left: 7.81vw;
  }
  #public-vm .header__right li {
    font-size: 0.9375vw;
    margin-right: 1.30208vw;
    padding: 0.26042vw 0.5208vw;
    border-radius: 2.6042vw;
  }
}
@media screen and (min-width: 1922px) {
  .rotator .slider-container {
    width: 2000px !important;
  }
  .rotator__description .btn__read-more {
    padding: 31px 70px !important;
  }
  .core__list .activeness {
    top: 1060px !important;
    left: 1426px !important;
  }
  .core__list .persistence {
    top: 1200px !important;
    right: -1035px !important;
  }
  .core__list .consistency {
    top: 1570px !important;
    left: 1426px !important;
  }
  .core__list .excellence {
    top: 1860px;
    right: -1035px !important;
    width: 1000px;
    text-align: center;
    padding-bottom: 219px;
  }
  .lines-desktop {
    margin-top: 10% !important;
    margin-left: 80% !important;
    height: 1704px !important;
  }
  .core__list-bg {
    position: absolute;
    top: 35px;
    left: -890px !important;
  }
  .pages__title p {
    font-size: 20px;
  }
  .core {
    height: 123.5416666667vw !important;
    margin-top: 1.6272965879vw !important;
  }
  .core__description {
    background-color: transparent;
    margin-left: 7.2916666667vw;
  }
  .core__description-left {
    width: 34.375vw !important;
    height: 41.6666666667vw !important;
  }
  .core__description-left img {
    width: 34.375vw !important;
    height: 41.6666666667vw !important;
  }
  .core__description-right {
    width: 58.3333333333vw !important;
    margin-top: unset;
    padding-right: 12.2916666667vw;
  }
  .core__description-right h2, .core__description-right .h2 {
    font-size: 1.7708333333vw;
    margin-left: 0;
  }
  .core__description-right p {
    font-size: 1.0416666667vw;
    margin-left: 0;
  }
  .core__description-right .divider {
    width: 8.3333333333vw;
    height: 0.5208333333vw;
    margin-top: 10.625vw;
    margin-bottom: 4.6875vw;
    margin-left: -4.6875vw;
  }
  .core__list .activeness {
    top: 48.8020833333vw !important;
    left: 24.6354166667vw !important;
  }
  .core__list .persistence {
    top: 57.96875vw !important;
    left: 44.0104166667vw !important;
    right: unset !important;
  }
  .core__list .consistency {
    top: 75.5208333333vw !important;
    left: 19.6354166667vw !important;
  }
  .core__list .excellence {
    top: 92.7083333333vw !important;
    right: unset !important;
    left: 29.9479166667vw !important;
    width: 40.1041666667vw !important;
    padding-bottom: 11.3541666667vw !important;
  }
  .core__list .excellence img {
    max-width: 101%;
    width: 100%;
  }
  .core__list-bg {
    top: 0 !important;
    left: 0 !important;
  }
  .core__list-item.activeness {
    width: 16.875vw;
  }
  .core__list-item.activeness h3, .core__list-item.activeness .h3 {
    font-size: 2.5vw;
  }
  .core__list-item.activeness p {
    margin-top: 1.4583333333vw;
    font-size: 1.1458333333vw;
    margin-left: 2.34375vw;
  }
  .core__list-item.persistence {
    width: 23.6979166667vw;
  }
  .core__list-item.persistence h3, .core__list-item.persistence .h3 {
    font-size: 2.5vw;
  }
  .core__list-item.persistence p {
    margin-top: 1.0416666667vw;
    font-size: 1.1458333333vw;
    margin-left: 1.5625vw;
  }
  .core__list-item.consistency {
    width: 23.28125vw;
  }
  .core__list-item.consistency h3, .core__list-item.consistency .h3 {
    font-size: 2.5vw;
  }
  .core__list-item.consistency p {
    margin-top: 1.0416666667vw;
    font-size: 1.1458333333vw;
    margin-left: 1.9791666667vw;
  }
  .core__list-item.excellence h3, .core__list-item.excellence .h3 {
    font-size: 2.5vw;
  }
  .core__list-item.excellence p {
    font-size: 1.1458333333vw;
    margin-left: unset;
  }
  .core__list-item.excellence p:nth-child(3) {
    font-size: 1.1458333333vw !important;
  }
  .core__list-item.excellence p:nth-child(4) {
    font-size: 1.5625vw;
  }
  .core__list-item.excellence p:last-child {
    font-size: 0.9375vw;
  }
  .lines-desktop {
    margin-top: 1.875vw !important;
    margin-left: 3.6458333333vw !important;
    height: 88.0208333333vw !important;
  }
}
@media screen and (min-width: 3000px) {
  .rotator .slider-container {
    width: 2000px !important;
  }
  .rotator__description .btn__read-more {
    padding: 31px 70px !important;
  }
  .slider__partners .slider-card {
    width: 961px !important;
    margin-right: 300px !important;
  }
}
@media only screen and (max-width: 915px) and (orientation: landscape) and (max-height: 425px) {
  .rotator {
    height: 95vw !important;
  }
  .rotator__description h1, .rotator__description .h1 {
    font-size: 48px;
  }
  .rotator__description .divider {
    margin: 20px 0;
  }
  .rotator__description p {
    font-size: 16px;
  }
  .rotator__description .btn {
    font-size: 14px;
  }
  .rotator .slider .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
  }
  .rotator .swiper-wrapper, .rotator .slider-card {
    height: 500px !important;
  }
  .rotator .slider-container {
    height: 95vw !important;
  }
}
.rotator__description p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-device-width: 414px) and (max-device-width: 1028px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .rotator {
    height: auto !important;
  }
  .rotator .slider {
    height: auto;
  }
  .rotator .slider-container {
    height: 540px !important;
  }
  .btn__back-to-top {
    bottom: 32px;
  }
  .btn__back-to-top.active {
    right: 32px;
  }
  .contact-us__details ul {
    flex-direction: column;
  }
  .contact-us__details ul li {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
